feat: queued follow-up messages in composer #58
Labels
No labels
backend
bug
chore
duplication
effort:complex
effort:medium
effort:trivial
enhancement
frontend
fullstack
priority:high
ready-for-agent
refactor
security
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dries/ocman#58
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
finishon 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.
the queue is already in place, but the user cannot delete a queued message. we want this is possible