From de03cfe8b3bb4f7aab9aeceabbf1e9ae3592f553 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 27 Feb 2026 09:52:50 +0000 Subject: [PATCH] story-kit: start 218_story_hide_thinking_traces_from_agents_panel --- ..._hide_thinking_traces_from_agents_panel.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .story_kit/work/2_current/218_story_hide_thinking_traces_from_agents_panel.md diff --git a/.story_kit/work/2_current/218_story_hide_thinking_traces_from_agents_panel.md b/.story_kit/work/2_current/218_story_hide_thinking_traces_from_agents_panel.md new file mode 100644 index 0000000..2a26a5b --- /dev/null +++ b/.story_kit/work/2_current/218_story_hide_thinking_traces_from_agents_panel.md @@ -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