diff --git a/.story_kit/work/1_upcoming/148_story_activity_indicator_shows_thinking_instead_of_tool_name_for_claude_code_provider.md b/.story_kit/work/1_upcoming/148_story_activity_indicator_shows_thinking_instead_of_tool_name_for_claude_code_provider.md deleted file mode 100644 index 502fd0d..0000000 --- a/.story_kit/work/1_upcoming/148_story_activity_indicator_shows_thinking_instead_of_tool_name_for_claude_code_provider.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -name: "Activity indicator shows Thinking instead of tool name for Claude Code provider" ---- - -# Story 148: Activity indicator shows Thinking instead of tool name for Claude Code provider - -## User Story - -As a user watching agents work in the web UI, I want to see which tool is currently being used (e.g. "Reading file...", "Editing file...") instead of just "Thinking...", so that I can understand what the agent is doing. - -## Acceptance Criteria - -- [ ] Web UI activity indicator shows the tool name (e.g. 'Reading file...') when a Claude Code agent uses a tool, instead of always showing 'Thinking...' -- [ ] Tool activity is detected from complete `assistant` events containing tool_use blocks in claude_code.rs process_json_event -- [ ] Existing stream_event path for tool activity is preserved as a fallback - -## Out of Scope - -- TBD