What's Changed
- docs(daemon): refresh daemon docs for recent PRs (wave 2) by @doudouOUC in #5954
- feat(core): add configurable auto-compact threshold and Stop hook context usage (#4025) by @ZijianZhang989 in #5868
- ci(review): increase PR review timeout from 90 to 120 minutes by @wenshao in #5959
- fix(core): halt repeated shell inspection variants by @yiliang114 in #5944
- refactor(cli): Remove serve bridge re-export shims by @doudouOUC in #5955
- feat(core,cli,sdk): resume an interrupted turn without a synthetic "continue" message by @yiliang114 in #5030
- ci: allow longer PR review timeout retries by @yiliang114 in #5961
- feat(desktop): voice dictation in the desktop app by @qqqys in #5856
- feat(browser-ext): revive Chrome extension via daemon-direct architecture by @yiliang114 in #5777
- docs(telemetry): comprehensive documentation update to match current implementation by @doudouOUC in #5960
- ci(autofix): loosen issue candidate filters so the agent finds work by @qqqys in #5860
- feat(loop): inject a .qwen/loop.md task file at fire time via sentinels by @qqqys in #5890
- fix(cli): auto-select custom input on Enter in multi-select questions by @Alex-ai-future in #5791
- fix(core): only spawn memory recall when auto-memory is enabled by @Minerest in #5963
- fix(release): use relative postinstall patch dir by @yiliang114 in #5973
- docs(qc-helper): add daemon mode docs and fix system settings path by @DragonnZhang in #5981
- fix(standalone): Route serve shim through cli-entry by @doudouOUC in #5977
- feat(channels): qwen tag — RFC + Phase 0 (multiplayer channel-resident agent) by @qqqys in #5888
- fix(ui): display output tokens instead of cumulative API throughput for subagents by @doudouOUC in #5972
- fix(cli): Avoid ACP runtime preload on serve fast path by @doudouOUC in #5989
- fix(web-shell): prefer raw file diffs in tool output by @ytahdn in #5992
- [codex] fix daemon specialized model filtering by @callmeYe in #5993
- feat(channels): Add channel agent bridge abstraction by @doudouOUC in #5978
- fix(web-shell): improve follow-up suggestion handling by @ytahdn in #5996
- fix(ci): cover release integration regressions by @yiliang114 in #5994
- feat(core): add --insecure flag to skip TLS verification for self-signed endpoints (#3535) by @TianYuan1024 in #5962
- fix(core): filter thought parts from Stop hook last_assistant_message by @DennisYu07 in #6009
- feat(cli): add --safe-mode flag to disable all customizations for troubleshooting by @DennisYu07 in #4943
- fix(cli): fix thought viewer truncation, layout gaps, and choppy scrolling in VP mode by @chiga0 in #6002
- fix(cli): Guard serve fast-path bundle closure by @doudouOUC in #5995
- feat(daemon): support @extension mentions by @callmeYe in #6008
- test(ci): stabilize cron interactive release check by @yiliang114 in #6016
- fix(cli): make the non-VP transcript scrollable during multi-agent runs by @chiga0 in #6015
- feat(web-shell): friendlier Esc interruption + queued-prompt UX by @carffuca in #6025
- feat(daemon,sdk): resumable /acp session stream (Last-Event-ID) + opt-in SDK transports export by @chiga0 in #5852
- fix(core): Allow subagents to exit plan mode by @doudouOUC in #6026
- feat(ui): add ui.history.collapsePreviewCount to show last N turns when resuming collapsed sessions by @mvanhorn in #5848
- feat(core): support glob patterns in mcp.allowed and mcp.excluded by @DennisYu07 in #6012
- fix(ci): stabilize merge queue checks by @yiliang114 in #6056
- feat(loop): add autonomous mode for a bare /loop by @qqqys in #5991
- fix(cli): Keep serve health responsive before runtime load by @doudouOUC in #6013
- fix(cli): Handle ACP read_file for managed local paths by @doudouOUC in #6021
- Sanitize subagent result tags by @yiliang114 in #6027
- Avoid full-history clones in OOM-prone paths by @yiliang114 in #6018
- fix(ci): create isolated home before tests by @yiliang114 in #6071
- fix(channels): structure DingTalk stream logs by @qqqys in #5998
- fix(cli): Support Windows-style tilde paths by @VectorPeak in #6029
- Stop repeated invalid tool parameter loops in ACP by @yiliang114 in #6076
- feat(web-shell): queue prompts while turns are running by @ytahdn in #6005
- ci(workflows): remind authors not to force-push active PRs by @wenshao in #6035
- fix(cli): replace all emoji with Unicode text symbols in TUI rendering by @pomelo-nwu in #5999
- feat(web-shell): add mobile sidebar drawer with session list by @pomelo-nwu in #6003
- fix(daemon): resolve ACP permission votes across connections by @chiga0 in #5912
- fix(cli): switch TUI prefix ✦→◆ to fix glyph overflow on some terminals by @pomelo-nwu in #5974
- feat(cli): support inline one-shot model override in /model (#5967) by @TianYuan1024 in #6022
- fix(core): Parse tagged thinking for GLM responses by @VectorPeak in #6033
New Contributors
- @Minerest made their first contribution in #5963
- @TianYuan1024 made their first contribution in #5962
Full Changelog: v0.19.3...v0.19.3-nightly.20260701.a974594d7