Qwen Code adds a dedicated detail panel for subagent sessions

ytahdn · ghdev · 2026-07-21

Qwen Code moves subagent sessions into a dedicated detail panel

This PR to QwenLM/qwen-code restructures how subagent runs are displayed in the web shell UI. Instead of dumping full child transcripts into the main conversation, the main thread keeps only a status card and summary, and selecting a task opens a dedicated detail view backed by a full transcript load plus an independent SSE stream.

Highlights:

The motivation is to keep long agent traces from overwhelming the main chat while preserving full inspection and reconnect behavior on demand.

Original post →

More from coding & agent

coding & agent channel →