ReleaseQwen (Alibaba Cloud)Qwen (Alibaba Cloud)published Aug 25, 2026seen 3d

QwenLM/qwen-code v0.22.0-nightly.20260825.22bb5e8b9f

QwenLM/qwen-code

Open original ↗

Captured source

source ↗
published Aug 25, 2026seen 3dcaptured 3dhttp 200method plain

Release v0.22.0-nightly.20260825.22bb5e8b9f

Repository: QwenLM/qwen-code

Tag: v0.22.0-nightly.20260825.22bb5e8b9f

Published: 2026-08-25T00:54:23Z

Prerelease: yes

Release notes:

What's Changed

  • fix(web-shell): pass session workspace cwd when opening from overview panel by @wenshao in https://github.com/QwenLM/qwen-code/pull/9730
  • fix(web-shell): fall back after stale mid-turn rejection by @ytahdn in https://github.com/QwenLM/qwen-code/pull/9732
  • fix(review): stop the fallback comment from firing on superseded runs by @wenshao in https://github.com/QwenLM/qwen-code/pull/9716
  • feat(review): add temporal-reachability and incident-replay lenses by @wenshao in https://github.com/QwenLM/qwen-code/pull/9708
  • fix(web-shell): stable pinned-section order and instant pin feedback by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/9560
  • feat(review): ask each fix for its test, and rule on non-convergence by @wenshao in https://github.com/QwenLM/qwen-code/pull/9596
  • chore(ci): migrate autofix prose to the design record and ratchet growth by @wenshao in https://github.com/QwenLM/qwen-code/pull/9677
  • feat(cli): restore each daemon session onto its last selected model by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/9687
  • feat(review): validate Aone inline anchors against the captured diff before posting by @wenshao in https://github.com/QwenLM/qwen-code/pull/9634
  • fix(ci): record qwen-autofix.yml's shipped size in the workflow size baseline by @wenshao in https://github.com/QwenLM/qwen-code/pull/9747
  • fix(ci): gate the fork signal on fields the review payload delivers by @qqqys in https://github.com/QwenLM/qwen-code/pull/9469
  • feat(goal): account the tokens a Goal spends by @qqqys in https://github.com/QwenLM/qwen-code/pull/9583
  • fix(core): reject session titles that echo the prompt's own examples by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/9709
  • fix(core): parse the workflow meta literal instead of evaluating it by @qqqys in https://github.com/QwenLM/qwen-code/pull/9325
  • fix(sdk): support relative artifact download URLs by @ytahdn in https://github.com/QwenLM/qwen-code/pull/9734
  • fix(autofix): give the repair pass a budget it can finish in by @qqqys in https://github.com/QwenLM/qwen-code/pull/9691
  • feat(cli): enable dynamic workflows from a settings key by @qqqys in https://github.com/QwenLM/qwen-code/pull/9098
  • fix(core): widen the workflow stall watchdog past the transport retry ladder by @qqqys in https://github.com/QwenLM/qwen-code/pull/9397
  • test(core): pin that subagent registries carry no MCP instructions by @wenshao in https://github.com/QwenLM/qwen-code/pull/9720
  • fix(core): gate skill announcements on what the model was declared by @wenshao in https://github.com/QwenLM/qwen-code/pull/9718
  • feat(review): back pr-context on Aone Code targets by @wenshao in https://github.com/QwenLM/qwen-code/pull/9621
  • fix(review): count a fix-induced re-report as first-time work by @wenshao in https://github.com/QwenLM/qwen-code/pull/9744
  • docs(review): name the axis when two of them both call it "rank 3" by @wenshao in https://github.com/QwenLM/qwen-code/pull/9759
  • fix(web-shell): preview document-classified artifacts by @ytahdn in https://github.com/QwenLM/qwen-code/pull/9760
  • feat(web-shell): refresh composer skills incrementally after toggles by @samuelhsin in https://github.com/QwenLM/qwen-code/pull/9131
  • feat(review): back comment-status and presubmit for Aone Code targets by @wenshao in https://github.com/QwenLM/qwen-code/pull/9627
  • perf(cli): raise VP scroll rendering to 60 FPS by @DragonnZhang in https://github.com/QwenLM/qwen-code/pull/9681
  • feat(models): support dual-role image generation models by @callmeYe in https://github.com/QwenLM/qwen-code/pull/9650
  • fix(daemon): keep restored ask_user_question valid after load by @doudouOUC in https://github.com/QwenLM/qwen-code/pull/9763
  • feat(review): add the persistently-critical convergence advisory (land-with-residual-risk) by @wenshao in https://github.com/QwenLM/qwen-code/pull/9526
  • fix(core): support public GitHub extensions with older Git by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/9690
  • feat(cua-driver): add versioned Computer Use SDK and release pipeline by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/9587
  • refactor(node-repl)!: deliver the persistent Node REPL as a standalone MCP server by @LaZzyMan in https://github.com/QwenLM/qwen-code/pull/9499
  • fix(review): repair permissions before giving up on worktree cleanup by @wenshao in https://github.com/QwenLM/qwen-code/pull/9748
  • fix(core): Normalize both sides of the session title echo comparison by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/9809
  • refactor(cli): enforce utils leaf-layer dependency direction (#9146) by @yiliang114 in https://github.com/QwenLM/qwen-code/pull/9737
  • fix(web-shell): cap React dev performance.measure accumulation to stop renderer OOM by @wenshao in https://github.com/QwenLM/qwen-code/pull/9770
  • fix(dingtalk): parse forwarded chat records by @qqqys in https://github.com/QwenLM/qwen-code/pull/9339
  • fix(web-shell): add remark-cjk-friendly so bold adjacent to CJK punct… by @cactuser-Lu in https://github.com/QwenLM/qwen-code/pull/9457
  • feat(mcp): add MCP 2026 core and WebShell Apps host by @samuelhsin in https://github.com/QwenLM/qwen-code/pull/8992
  • fix(config): allow prompt hooks in settings schema by @zjunothing in https://github.com/QwenLM/qwen-code/pull/8779
  • fix(web-shell): show reasoning effort before session creation by @callmeYe in https://github.com/QwenLM/qwen-code/pull/9599
  • fix(auth): let Vertex AI authenticate with Application Default Credentials by @axiom-of-choice in https://github.com/QwenLM/qwen-code/pull/9017
  • fix(ci): record cd-cua-driver.yml's shipped size in the workflow size baseline by @wenshao in https://github.com/QwenLM/qwen-code/pull/9822
  • feat(review): give verifiers a do-not-refute list and a constructible rejection bar by @wenshao in https://github.com/QwenLM/qwen-code/pull/9799
  • fix(core): clear tool display list before awaiting completion callback by @qwen-code-dev-bot in https://github.com/QwenLM/qwen-code/pull/9602
  • refactor(cli): extract ACP skill management by @callmeYe in https://github.com/QwenLM/qwen-code/pull/8865
  • fix(cli): normalize win32 drive-letter casing in MCP approval keys by @zhou2024NAU in https://github.com/QwenLM/qwen-code/pull/9779
  • Support MiniMax image generation schema by...

Excerpt shown — open the source for the full document.

Notability

notability 3.0/10

Routine nightly release