story-kit: start 218_story_hide_thinking_traces_from_agents_panel

This commit is contained in:
Dave
2026-02-27 09:52:02 +00:00
parent 6ca4ecc52e
commit 19f661e8e3
3 changed files with 48 additions and 166 deletions

View File

@@ -0,0 +1,19 @@
---
name: "Hide thinking traces from Agents panel"
---
# Story 218: Hide thinking traces from Agents panel
## User Story
As a user, I don't want to see Claude's internal thinking traces in the Agents panel, so that the panel only shows actionable output.
## Acceptance Criteria
- [ ] AgentPanel does not render thinking traces (ThinkingBlock component removed or thinking events ignored)
- [ ] Agent output log only shows regular text output, status changes, and errors
- [ ] No regression in agent output streaming (text_delta events still display correctly)
## Out of Scope
- TBD