QwenLM/qwen-code v0.21.0-nightly.20260726.9d19eafa9
QwenLM/qwen-code
Captured source
source ↗published Jul 26, 2026seen 11hcaptured 11hhttp 200method plain
Release v0.21.0-nightly.20260726.9d19eafa9
Repository: QwenLM/qwen-code
Tag: v0.21.0-nightly.20260726.9d19eafa9
Published: 2026-07-26T00:57:23Z
Prerelease: yes
Release notes:
What's Changed
- fix(cli): measure insight days and hours in local time everywhere by @ComplexSimply in https://github.com/QwenLM/qwen-code/pull/7670
- refactor(autofix): extract review verification runner by @qqqys in https://github.com/QwenLM/qwen-code/pull/7644
- fix(ci): don't fail triage cleanup when there is nothing to clean by @wenshao in https://github.com/QwenLM/qwen-code/pull/7688
- feat(core): Align GenAI content telemetry fields by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/7667
- fix(ci): update qwen in the runner's active npm prefix by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/7689
- feat(core): add Goal v3 runtime orchestration by @qqqys in https://github.com/QwenLM/qwen-code/pull/7664
- test(web-shell): capture the git-mode new-branch sub-state in the visuals suite by @wenshao in https://github.com/QwenLM/qwen-code/pull/7672
- feat(triage): stop in-agent CI polling, finalize evidence and approval after CI completes by @wenshao in https://github.com/QwenLM/qwen-code/pull/7693
- fix(acp): sweep review worktree leases at the end of each prompt turn by @wenshao in https://github.com/QwenLM/qwen-code/pull/7694
- feat(serve): expose workspace Channel management API by @qqqys in https://github.com/QwenLM/qwen-code/pull/7637
- fix(core): write a status sidecar so models stop misreading quiet background shells by @ComplexSimply in https://github.com/QwenLM/qwen-code/pull/7669
- fix(core): exit_plan_mode returns guidance error from execute() instead of permission deny by @qwen-code-dev-bot in https://github.com/QwenLM/qwen-code/pull/7673
- fix(core): tell the model when the user manually exits plan mode by @zjunothing in https://github.com/QwenLM/qwen-code/pull/7682
- fix(core): give plugins from the same repository distinct extension ids by @zjunothing in https://github.com/QwenLM/qwen-code/pull/7676
- fix(core): allow reading saved plan files without a confirmation prompt by @zjunothing in https://github.com/QwenLM/qwen-code/pull/7678
- feat(web-shell): add read-only GitHub pull requests panel by @wenshao in https://github.com/QwenLM/qwen-code/pull/7683
- fix(cli): clear stale retry error when agent auto-recovers mid-turn by @qwen-code-dev-bot in https://github.com/QwenLM/qwen-code/pull/7681
- fix(mcp): harden OAuth callback handling by @gauravyad86 in https://github.com/QwenLM/qwen-code/pull/7510
- fix(web-shell): add :focus-visible outline to GitHub PR list rows by @wenshao in https://github.com/QwenLM/qwen-code/pull/7704
- perf(cli): cache GitHub PR list in the daemon route with a 60s TTL by @wenshao in https://github.com/QwenLM/qwen-code/pull/7705
- perf(core): keep the volatile auto-memory section last in the system prompt by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/7651
- perf(web-shell): paint the composer git chip before git status completes by @wenshao in https://github.com/QwenLM/qwen-code/pull/7680
- fix(triage): resolve stage comment ids by marker at patch time, harden model injection by @wenshao in https://github.com/QwenLM/qwen-code/pull/7703
- fix(triage): resolve finalize PRs from the open-PR list, not the commit association by @wenshao in https://github.com/QwenLM/qwen-code/pull/7706
- feat(integrations): add retrieval-only external context search by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/7586
- feat(review): add comment-status helper for existing-thread triage by @wenshao in https://github.com/QwenLM/qwen-code/pull/7690
- feat(review): enforce the submit-only write contract with a cleanup tripwire by @wenshao in https://github.com/QwenLM/qwen-code/pull/7691
- fix(cli): align inline math recognition by @CubeLander in https://github.com/QwenLM/qwen-code/pull/7701
- feat(serve): Hot-reload workspace trust changes by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/7268
- feat(core): configure stream rate-limit retry delays by @jay666mnj in https://github.com/QwenLM/qwen-code/pull/7674
- refactor(core): assemble the system prompt through one layered builder by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/7707
- feat(stats): show generation timing metrics by @destire-mio in https://github.com/QwenLM/qwen-code/pull/7677
- fix(desktop): scale formatBytes past GB so terabyte sizes don't render as "undefined" by @chinesepowered in https://github.com/QwenLM/qwen-code/pull/7623
- fix(core): stringify const-derived enums in toOpenAPI30 by @chinesepowered in https://github.com/QwenLM/qwen-code/pull/7547
- fix(core): convert subschemas of properties named after schema keywords by @chinesepowered in https://github.com/QwenLM/qwen-code/pull/7546
- feat(channels): GitHub polling adapter with notification-as-wakeup architecture by @OrbitZore in https://github.com/QwenLM/qwen-code/pull/7632
- feat(core): configure stream rate-limit retry delays by @hogeheer499-commits in https://github.com/QwenLM/qwen-code/pull/7666
- fix: silence xterm.js parser diagnostics leaking from headless shell terminals by @mvanhorn in https://github.com/QwenLM/qwen-code/pull/7663
- fix(review): address post-merge P2 review feedback on the review skill by @wenshao in https://github.com/QwenLM/qwen-code/pull/7708
- fix(core): fire StopFailure hook on loop detection early returns by @qwen-code-dev-bot in https://github.com/QwenLM/qwen-code/pull/7592
- test(web-shell): cover restored-history pagination retries by @jay666mnj in https://github.com/QwenLM/qwen-code/pull/7657
- fix(web-shell): enable Changes and History dialogs for worktree sessions by @wenshao in https://github.com/QwenLM/qwen-code/pull/7695
- fix(cli): parse heatmapDays strictly by @VectorPeak in https://github.com/QwenLM/qwen-code/pull/7218
- fix(acp-bridge): raise live journal caps and expose as daemon config by @wenshao in https://github.com/QwenLM/qwen-code/pull/7715
- fix(web-shell): allow pin and group for secondary workspace sessions by @wenshao in https://github.com/QwenLM/qwen-code/pull/7716
- fix(review): don't overclaim a submit-gate bypass on a same-account write by @wenshao in https://github.com/QwenLM/qwen-code/pull/7718
- fix(qqbot): restore AcpBridge session loading — return input sessionId, patch catch path by @Eric-GoodBoy-Tech in https://github.com/QwenLM/qwen-code/pull/7722
- feat(skills): add overridable default-disabled state by @samuelhsin in...
Excerpt shown — open the source for the full document.