| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| cli.js | 2026-04-13 | 24.0 MB | |
| README.md | 2026-04-13 | 6.1 kB | |
| Release v0.14.4 source code.tar.gz | 2026-04-13 | 14.3 MB | |
| Release v0.14.4 source code.zip | 2026-04-13 | 15.5 MB | |
| Totals: 4 Items | 53.8 MB | 9 | |
What's Changed
- feat(cli): CJK word segmentation and Ctrl+arrow navigation optimization by @Apophis3158 in https://github.com/QwenLM/qwen-code/pull/2942
- fix(vscode): force fresh ACP session on new-session action by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/2874
- feat: replace text input with model picker for Fast Model in /settings by @wenshao in https://github.com/QwenLM/qwen-code/pull/3120
- feat: show description for active setting in /settings dialog by @wenshao in https://github.com/QwenLM/qwen-code/pull/3116
- fix(cli): prioritize slash command completions by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/3104
- feat(i18n): add French (fr-FR) locale support by @sibylassana95 in https://github.com/QwenLM/qwen-code/pull/3126
- fix(cli): improve markdown table rendering in terminal by @wenshao in https://github.com/QwenLM/qwen-code/pull/2914
- fix: prevent statusline script from corrupting settings.json by @wenshao in https://github.com/QwenLM/qwen-code/pull/3091
- fix(cli): check NEWLINE before SUBMIT in TextInput multiline mode by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3094
- fix(input): preserve tab characters in pasted content by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3045
- fix: use latest assistant token count on resume instead of stale compression checkpoint by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3109
- fix: upgrade normalize-package-data to 7.0.1 (fixes DEP0169 warning) by @evan70 in https://github.com/QwenLM/qwen-code/pull/2865
- feat(cli): queue input editing — pop queued messages for editing via ↑/ESC by @wenshao in https://github.com/QwenLM/qwen-code/pull/2871
- fix(core): cap recursive file crawler at 100k entries to prevent OOM by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3138
- fix(channels): apply proxy settings to channel start command by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3136
- fix: lazy-load channel plugins to eliminate DEP0040 startup warning by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3134
- fix(core): fall back to CLI confirmation when IDE diff open fails by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/3031
- fix(core): handle empty OAuth refresh response body by @B-A-M-N in https://github.com/QwenLM/qwen-code/pull/3123
- fix(followup): fix follow-up suggestions not working on OpenAI-compatible providers by @wenshao in https://github.com/QwenLM/qwen-code/pull/3151
- feat(channels): add voice message support in TelegramAdapter by @feyclaw in https://github.com/QwenLM/qwen-code/pull/3150
- feat(cli): support tools.sandboxImage in settings by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/3146
- feat(cli): warn when workspace overrides global modelProviders by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/3148
- feat(hooks): Add StopFailure and PostCompact hook events by @DennisYu07 in https://github.com/QwenLM/qwen-code/pull/2825
- feat(core): intelligent tool parallelism with Kind-based batching and shell read-only detection by @wenshao in https://github.com/QwenLM/qwen-code/pull/2864
- docs(readme): Add announcement for Qwen OAuth free tier policy adjustment by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/3207
- fix(cli): recover from stuck bracketed-paste mode and keep Ctrl+C reachable by @wenshao in https://github.com/QwenLM/qwen-code/pull/3181
- chore: remove legacy directories (.gcp, .aoneci, hello, .allstar) by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/3199
- refactor: merge test-utils package into core by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/3200
- fix(cli): set qwen3.5-plus as default model for Coding Plan by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/3193
- ci(release): parallelize release validation by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/3132
- feat: add contextual tips system with post-response context awareness by @wenshao in https://github.com/QwenLM/qwen-code/pull/2904
- feat(subagents): propagate approval mode to sub-agents by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3066
- fix(core): respect respectGitIgnore setting in @file injection path by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3197
- feat(skills): add model override support via skill frontmatter by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/2949
- fix(core): show clear error when MCP server cwd does not exist by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3192
- fix(cli): honor --openai-api-key in non-interactive auth validation by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3187
- chore: bump version to 0.14.4 by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3209
- fix(cli): stop refilling input with prior prompt on cancel by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3208
- feat(cli): support bare exit/quit commands to exit the CLI by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3201
- feat(subagents): add disallowedTools field to agent definitions by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3064
- fix(core): allow Unicode characters in agent names by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3194
- feat(core): add microcompaction for idle context cleanup by @tanzhenxin in https://github.com/QwenLM/qwen-code/pull/3006
- docs: update quota exceeded alternatives to OpenRouter and Fireworks by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/3217
New Contributors
- @Apophis3158 made their first contribution in https://github.com/QwenLM/qwen-code/pull/2942
- @sibylassana95 made their first contribution in https://github.com/QwenLM/qwen-code/pull/3126
- @evan70 made their first contribution in https://github.com/QwenLM/qwen-code/pull/2865
- @B-A-M-N made their first contribution in https://github.com/QwenLM/qwen-code/pull/3123
- @feyclaw made their first contribution in https://github.com/QwenLM/qwen-code/pull/3150
Full Changelog: https://github.com/QwenLM/qwen-code/compare/v0.14.3...v0.14.4