You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Claude is working on a long task, messages I send are queued and delivered at the next opportunity. Functionally this works, but the queue itself is invisible and unmanageable: once a message is sent, I lose all control over it.
OpenAI's Codex treats the pending-instruction queue as a first-class UI object, and the difference in day-to-day use is significant. In Codex, while the agent is running:
Every queued follow-up instruction is shown as a visible list item above the input box.
Each item has a "steer" button to inject that specific message into the current run immediately.
Each item can be deleted individually before it is consumed.
The user can see at a glance what the agent is about to receive.
Problem with the current behavior
In Claude Code (desktop app), when I queue several follow-ups during a long turn:
I cannot see a clear list of what is still pending.
I cannot retract one specific message (e.g. I queued five, the third is now wrong — my only options are to interrupt everything or let it through).
I cannot prioritize one queued message over another; delivery order is fixed.
Feature request
When Claude is working on a long task, messages I send are queued and delivered at the next opportunity. Functionally this works, but the queue itself is invisible and unmanageable: once a message is sent, I lose all control over it.
OpenAI's Codex treats the pending-instruction queue as a first-class UI object, and the difference in day-to-day use is significant. In Codex, while the agent is running:
Problem with the current behavior
In Claude Code (desktop app), when I queue several follow-ups during a long turn:
Proposed behavior
Related issues
These each cover a slice of the problem; this request is for the umbrella UX: make the steering queue visible and manageable.
Environment