story-kit: create 255_story_show_agent_logs_in_expanded_story_popup
This commit is contained in:
@@ -1,28 +1,12 @@
|
||||
---
|
||||
name: "Agent Logs tab shows 'No output' in expanded story popup"
|
||||
name: "Show agent logs in expanded story popup"
|
||||
---
|
||||
|
||||
# Bug 255: Agent Logs tab shows "No output" in expanded story popup
|
||||
# Story 255: Show agent logs 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.
|
||||
The expanded story popup has an "Agent Logs" tab that currently shows "No output". Implement the frontend and any necessary API wiring to display agent output in this tab. This is new functionality — agent logs have never been shown here before.
|
||||
|
||||
## Acceptance Criteria
|
||||
|
||||
|
||||
Reference in New Issue
Block a user