From 9a98e4b46e26e10373d2031d36a74907e010746b Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 26 Feb 2026 12:20:23 +0000 Subject: [PATCH] story-kit: start 199_story_web_ui_submits_all_queued_items_at_once --- ...web_ui_submits_all_queued_items_at_once.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/2_current/199_story_web_ui_submits_all_queued_items_at_once.md diff --git a/.story_kit/work/2_current/199_story_web_ui_submits_all_queued_items_at_once.md b/.story_kit/work/2_current/199_story_web_ui_submits_all_queued_items_at_once.md new file mode 100644 index 0000000..2203c01 --- /dev/null +++ b/.story_kit/work/2_current/199_story_web_ui_submits_all_queued_items_at_once.md @@ -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 submit them one at a time. + +## Acceptance Criteria + +- [ ] When the agent finishes responding and there are multiple queued messages, all queued messages are submitted at once (not one at a time) +- [ ] All queued messages are appended to the conversation history as sequential user turns before sending +- [ ] After draining the queue, no queued message indicators remain visible +- [ ] Queue draining also works when the agent finishes with an error + +## Out of Scope + +- TBD