story-kit: done 199_story_web_ui_submits_all_queued_items_at_once

This commit is contained in:
Dave
2026-02-26 12:16:07 +00:00
parent f5f2716a3a
commit 2dbfd42c6e
5 changed files with 258 additions and 17 deletions

View File

@@ -0,0 +1,20 @@
---
name: "Web UI submits all queued items at once"
---
# Story 199: Web UI submits all queued items at once
## User Story
As a user, I want the web UI to submit all queued items at once when there are multiple waiting items, so that I don't have to wait for each queued message to be processed one-at-a-time.
## Acceptance Criteria
- [ ] TODO
- [ ] When the agent finishes a response and multiple messages are queued, all queued messages are submitted together in a single chat request (as sequential user messages in the conversation history).
- [ ] The queue is fully drained (all items removed) when the agent finishes a response, not just the first item.
- [ ] When only one message is queued, behavior is equivalent to before (single message submitted).
## Out of Scope
- TBD