From e0132a780760a2c7b6aaa6dd25622a4f9376afbc Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 16 Mar 2026 23:28:24 +0000 Subject: [PATCH] story-kit: create 255_bug_agent_logs_tab_shows_no_output_in_expanded_story_popup --- ...shows_no_output_in_expanded_story_popup.md | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .story_kit/work/1_upcoming/255_bug_agent_logs_tab_shows_no_output_in_expanded_story_popup.md diff --git a/.story_kit/work/1_upcoming/255_bug_agent_logs_tab_shows_no_output_in_expanded_story_popup.md b/.story_kit/work/1_upcoming/255_bug_agent_logs_tab_shows_no_output_in_expanded_story_popup.md new file mode 100644 index 0000000..3a464ea --- /dev/null +++ b/.story_kit/work/1_upcoming/255_bug_agent_logs_tab_shows_no_output_in_expanded_story_popup.md @@ -0,0 +1,31 @@ +--- +name: "Agent Logs tab shows 'No output' in expanded story popup" +--- + +# Bug 255: Agent Logs tab shows "No output" in expanded story popup + +## Description + +When clicking on a story to expand it, the "Agent Logs" tab always displays "No output" even when agents have run (or are currently running) on that story. The logs exist on the server side but are not being surfaced in the frontend popup. + +## How to Reproduce + +1. Start the Story Kit server +2. Assign a coder agent to a story in 2_current/ +3. Wait for the agent to run (or fail) +4. Click on the story to expand the popup +5. Click the "Agent Logs" tab + +## Actual Result + +The Agent Logs tab shows "No output" regardless of whether agents have produced logs. + +## Expected Result + +The Agent Logs tab should display the agent's output — status changes, text output, errors, and completion information. + +## Acceptance Criteria + +- [ ] Agent Logs tab shows real-time output from running agents +- [ ] Agent Logs tab shows historical output from completed/failed agents +- [ ] Logs are associated with the correct story