feat: queued follow-up messages in composer #58

Closed
opened 2026-05-28 11:43:21 +02:00 by dries · 1 comment
Owner

From spec/multi-agent-support/agent-feature-survey.md — finding #6.

What it is

While the agent is working on the current turn, you can type the next prompt; it queues and sends automatically when the current turn completes.

Seen in

Windsurf/Cascade ("Queued Messages").

ocman angle

Today the ocman prompt input is bound 1:1 with the agent state. We could let users queue N follow-ups in a visible list under the input; ocman watches for finish on the SSE stream and dispatches the next one via the HTTP proxy. Reordering and deletion are free since the queue lives in ocman state.

Effort

S. Pure UI + a small queue manager in the frontend.

From [spec/multi-agent-support/agent-feature-survey.md](../src/branch/main/spec/multi-agent-support/agent-feature-survey.md) — finding #6. ## What it is While the agent is working on the current turn, you can type the next prompt; it queues and sends automatically when the current turn completes. ## Seen in Windsurf/Cascade ("Queued Messages"). ## ocman angle Today the ocman prompt input is bound 1:1 with the agent state. We could let users queue N follow-ups in a visible list under the input; ocman watches for `finish` on the SSE stream and dispatches the next one via the HTTP proxy. Reordering and deletion are free since the queue lives in ocman state. ## Effort S. Pure UI + a small queue manager in the frontend.
Author
Owner

the queue is already in place, but the user cannot delete a queued message. we want this is possible

the queue is already in place, but the user cannot delete a queued message. we want this is possible
dries closed this issue 2026-07-12 01:34:24 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
dries/ocman#58
No description provided.