QwenLM/qwen-code v0.17.1
QwenLM/qwen-code
Captured source
source ↗published Jun 3, 2026seen 5dcaptured 9hhttp 200method plain
Release v0.17.1
Repository: QwenLM/qwen-code
Tag: v0.17.1
Published: 2026-06-03T11:58:14Z
Prerelease: no
Release notes:
What's Changed
- chore(release): v0.17.0 by @qwen-code-ci-bot in https://github.com/QwenLM/qwen-code/pull/4626
- fix(rewind): false "compressed turn" error when mid-turn messages exist by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/4580
- fix(core): emit enable_thinking on DashScope when reasoning is disabled by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/4505
- fix(core): surface Anthropic empty stream provider errors by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/4540
- feat(core): add memory pressure monitor by @ZevGit in https://github.com/QwenLM/qwen-code/pull/4403
- fix(core): guard oversized resumed history sends by @Jerry2003826 in https://github.com/QwenLM/qwen-code/pull/4531
- fix(cli): stabilize statusline preset ordering by @shenyankm in https://github.com/QwenLM/qwen-code/pull/4634
- fix(config): load home .env vars before settings ${VAR} resolution (#4466) by @kagura-agent in https://github.com/QwenLM/qwen-code/pull/4474
- fix(acp): drop discontinued Qwen OAuth method by @he-yufeng in https://github.com/QwenLM/qwen-code/pull/4639
- fix(core): enforce adjacent tool results by @he-yufeng in https://github.com/QwenLM/qwen-code/pull/4622
- fix(cli): hide completed sticky todos by @he-yufeng in https://github.com/QwenLM/qwen-code/pull/4635
- feat(cli): Add settings JSON corrupted warning dialog by @zzhenyao in https://github.com/QwenLM/qwen-code/pull/4560
- fix(core): harden context error text collection by @he-yufeng in https://github.com/QwenLM/qwen-code/pull/4632
- fix(core): apply output language to side queries by @he-yufeng in https://github.com/QwenLM/qwen-code/pull/4636
- fix(cli): persist /memory toggle state across dialog reopen by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/4650
- fix(docs): Hide internal docs from docs site by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/4357
- fix(core): preserve uid in atomicWriteFile to avoid breaking shared-write files by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/4431
- Improve hooks matcher display by @qqqys in https://github.com/QwenLM/qwen-code/pull/4545
- fix(cli): use session channel when closing ACP sessions by @Jerry2003826 in https://github.com/QwenLM/qwen-code/pull/4522
- fix(core,cli): replace full-history structuredClone with shallow/tail variants to prevent OOM on resume by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/4644
- feat(cli): add respectUserColors and hideContextIndicator options for statusline by @zzhenyao in https://github.com/QwenLM/qwen-code/pull/4670
- fix(core): tolerate unsupported Streamable HTTP GET SSE by @Jerry2003826 in https://github.com/QwenLM/qwen-code/pull/4521
- fix(insight): Harden insight facet normalization and empty qualitative handling by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/3557
- feat(cli): notify when background shells finish by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/4355
- feat(core): add simplify bundled skill by @pomelo-nwu in https://github.com/QwenLM/qwen-code/pull/3570
- feat(skills): add agent reproduction workflows by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/4118
- feat(cli): virtual viewport for long conversations on ink 7 by @chiga0 in https://github.com/QwenLM/qwen-code/pull/4146
- feat(cli): background housekeeping for stale file-history dirs by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/4414
- fix(core): loosen auto-mode classifier timeouts, disable stage-2 thinking by @qqqys in https://github.com/QwenLM/qwen-code/pull/4680
- fix(core): coerce hostile-provider usage token counts (#4350 part 1) by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/4439
- feat(core): inject context env vars (session/agent/prompt ID) into shell subprocesses by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/4649
- Add AUTO mode denial observability and caps by @qqqys in https://github.com/QwenLM/qwen-code/pull/4476
- feat(core): auto-dump memory diagnostics to disk on pressure detection by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/4654
- feat(core): atomic write rollout for credentials, memory, config, JSONL (closes #3681, #4095 Phase 2) by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/4333
- docs: add /diff command and auto theme detection documentation by @BZ-D in https://github.com/QwenLM/qwen-code/pull/4699
- feat(cli): Add searchable MiniMax-M3 model setup by @shenyankm in https://github.com/QwenLM/qwen-code/pull/4668
- feat(core,cli): auto-compact follow-up — /compress instructions, PreCompact hook plumb, plan/subagent attachments by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/4688
- fix(cli): honor list extensions flag by @he-yufeng in https://github.com/QwenLM/qwen-code/pull/4673
- feat(input): move physical cursor to visual cursor for IME input by @zzhenyao in https://github.com/QwenLM/qwen-code/pull/4652
- feat(core): add post tool batch hooks by @qqqys in https://github.com/QwenLM/qwen-code/pull/4454
- fix(ui): distinguish auto approval mode indicators by @he-yufeng in https://github.com/QwenLM/qwen-code/pull/4600
- fix(core): disable undici 300s bodyTimeout for no-proxy Node.js path by @Pepograminger in https://github.com/QwenLM/qwen-code/pull/4605
- feat(prompt): deduplicate tool guidance between system prompt and tool descriptions by @DennisYu07 in https://github.com/QwenLM/qwen-code/pull/4569
- chore(deps): update @google/genai from 1.30.0 to 2.6.0 by @InfiniteUselessness in https://github.com/QwenLM/qwen-code/pull/4485
- feat(cli): add CPU profiling support for Chrome DevTools analysis by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/4620
- feat(prompt): enhance system prompts with global reasoning discipline and iterative planning by @DennisYu07 in https://github.com/QwenLM/qwen-code/pull/4436
- refactor(cli): rename "Default" approval mode to "Ask permissions" (#4625) by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/4674
- fix(cli): suppress completion menu for history-restored text until edited by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/4558
- fix(cli): statusline not re-rendering when switching from preset to command type by @BZ-D in https://github.com/QwenLM/qwen-code/pull/4706
- fix(cli): avoid exit-time history deep clones by @he-yufeng in https://github.com/QwenLM/qwen-code/pull/4717
*…
Excerpt shown — open the source for the full document.
Notability
notability 4.0/10Minor version update