Problem
Queued prompts/messages work, but the V2 TUI does not visibly show queued items or a queued indication like V1 did.
Expected behavior
When a prompt/message is queued behind an active run, the TUI should render it as pending/queued so the user knows it was accepted and will run later.
Actual behavior
The prompt/message is queued internally, but it is not visible in the TUI with a queued indication.
Scope notes
This is primarily a V2 TUI visibility/state-projection issue. It may require checking whether queued state is already exposed in the session/event stream or whether the TUI needs an explicit projected queued row/status.
Problem
Queued prompts/messages work, but the V2 TUI does not visibly show queued items or a queued indication like V1 did.
Expected behavior
When a prompt/message is queued behind an active run, the TUI should render it as pending/queued so the user knows it was accepted and will run later.
Actual behavior
The prompt/message is queued internally, but it is not visible in the TUI with a queued indication.
Scope notes
This is primarily a V2 TUI visibility/state-projection issue. It may require checking whether queued state is already exposed in the session/event stream or whether the TUI needs an explicit projected queued row/status.