story-kit: done 285_story_matrix_bot_help_command_lists_available_bot_commands

This commit is contained in:
Dave
2026-03-18 14:57:30 +00:00
parent e7bb8db7c1
commit 7c023c6beb
2 changed files with 25 additions and 20 deletions

View File

@@ -1,20 +0,0 @@
---
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