From 553f65559125492cab294b38a3e020bf7c5d38d4 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 24 Feb 2026 14:01:27 +0000 Subject: [PATCH] story-kit: create 148_story_activity_indicator_shows_thinking_instead_of_tool_name_for_claude_code_provider --- ...d_of_tool_name_for_claude_code_provider.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .story_kit/work/1_upcoming/148_story_activity_indicator_shows_thinking_instead_of_tool_name_for_claude_code_provider.md 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