qwen-code/packages
jinjing.zzj fb870e9ca3 fix(webui): stop passive observer timer from dropping promptStatus mid-turn (#9487)
Two changes:

1. Remove setPromptStatus("idle") from the passive observer timer callback.
   The timer still dispatches assistant.done to finish stale streaming blocks,
   but promptStatus is now only changed by terminal events and authoritative
   hasActivePrompt snapshots. Long tool calls produce >3s silent gaps, so the
   old callback dropped the conversation loading indicator mid-turn.

2. Preserve current promptStatus at episode start for observer panes.
   During PATH A reconnects (same session client, Last-Event-ID resume),
   setPromptStatus(hasSessionActivePrompt() ? "streaming" : "idle") would
   reset an observer pane to idle even though the turn is still running.
   Now the episode start keeps the current non-idle state; replay events
   either confirm it (turn still running) or a terminal event settles it
   (turn ended).
2026-08-21 17:19:47 +08:00
..
acp-bridge chore(release): v0.21.14 (#9594) 2026-08-20 15:21:01 +00:00
audio-capture chore(release): v0.21.14 (#9594) 2026-08-20 15:21:01 +00:00
channels chore(release): v0.21.14 (#9594) 2026-08-20 15:21:01 +00:00
chrome-extension chore(release): v0.21.14 (#9594) 2026-08-20 15:21:01 +00:00
cli feat(review): tell the author why a review loop is not settling (#9461) 2026-08-20 23:50:42 +00:00
core feat(review): post --comment reviews to Aone Code via the a1 CLI (#9491) 2026-08-20 16:27:16 +00:00
cua-driver
desktop fix(desktop): reserve scrollbar gutter so sidebar rows don't jitter (#9073) 2026-08-13 10:00:25 +00:00
desktop-shell feat: consolidate Local Control into one daemon-owned implementation (#9106) 2026-08-17 16:44:48 +00:00
mobile-mcp
sdk-java
sdk-python
sdk-typescript feat(web-shell): adopt canonical Goal v3 controls (#9393) 2026-08-20 12:19:05 +00:00
vscode-ide-companion chore(release): v0.21.14 (#9594) 2026-08-20 15:21:01 +00:00
web-shell fix(web-shell): fall back to execCommand copy in non-secure contexts (#9540) 2026-08-20 15:33:40 +00:00
web-templates chore(release): v0.21.14 (#9594) 2026-08-20 15:21:01 +00:00
webui fix(webui): stop passive observer timer from dropping promptStatus mid-turn (#9487) 2026-08-21 17:19:47 +08:00
zed-extension