From e876363ad69201df62e4477b028e501861bb145d Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 25 Feb 2026 18:28:06 +0000 Subject: [PATCH] story-kit: start 199_story_web_ui_submits_all_queued_items_at_once --- .../199_story_web_ui_submits_all_queued_items_at_once.md | 1 + 1 file changed, 1 insertion(+) 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 index d339389..81c1156 100644 --- 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 @@ -12,6 +12,7 @@ As a user, I want the web UI to submit all queued items at once when there are m - [ ] 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. ## Out of Scope