Summary

Qwen Code PR #6005 adds a FIFO prompt queue so users can submit follow-up prompts while a web-shell turn is still running. The change improves continuity for long-running agent sessions.

What changed

Qwen Code added prompt queuing to its daemon-backed web shell, allowing users to queue prompts while an active turn is streaming or executing.

Why it matters

Prompt queuing is a practical workflow feature for agents that take minutes rather than seconds. It shifts the interface from synchronous chat toward task orchestration, where users can stage next actions while the agent is busy.

Evidence excerpt

PR #6005 adds a daemon-backed FIFO prompt queue; PR #6025 builds on web-shell interruption and queued-prompt UX.

Sources