From 727da0c6d07808c82cf070f5f764bb272f9d8d88 Mon Sep 17 00:00:00 2001 From: Dave Date: Wed, 18 Mar 2026 14:50:35 +0000 Subject: [PATCH] story-kit: create 290_story_show_agent_output_stream_in_expanded_work_item_detail_panel --- ...ream_in_expanded_work_item_detail_panel.md | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .story_kit/work/1_backlog/290_story_show_agent_output_stream_in_expanded_work_item_detail_panel.md diff --git a/.story_kit/work/1_backlog/290_story_show_agent_output_stream_in_expanded_work_item_detail_panel.md b/.story_kit/work/1_backlog/290_story_show_agent_output_stream_in_expanded_work_item_detail_panel.md new file mode 100644 index 0000000..a0a2946 --- /dev/null +++ b/.story_kit/work/1_backlog/290_story_show_agent_output_stream_in_expanded_work_item_detail_panel.md @@ -0,0 +1,20 @@ +--- +name: "Show agent output stream in expanded work item detail panel" +--- + +# Story 290: Show agent output stream in expanded work item detail panel + +## User Story + +As a user viewing an expanded work item in the web UI, I want to see the live agent output stream (thinking traces, tool calls, progress) for the agent working on that story, so that I can monitor progress in context rather than in the agents sidebar. + +## Acceptance Criteria + +- [ ] When a work item is expanded and has an active agent, the agent's SSE output stream is displayed in the detail panel +- [ ] Output updates in real-time as the agent works +- [ ] When the agent finishes, the stream shows the final status +- [ ] If no agent is assigned, the panel shows nothing (no empty stream) + +## Out of Scope + +- TBD