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 new file mode 100644 index 0000000..502fd0d --- /dev/null +++ b/.story_kit/work/1_upcoming/148_story_activity_indicator_shows_thinking_instead_of_tool_name_for_claude_code_provider.md @@ -0,0 +1,19 @@ +--- +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