From 6c62f427e350f7b0b12b8e4e716cfc0941e825c5 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 24 Feb 2026 14:02:27 +0000 Subject: [PATCH] story-kit: remove 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 deletions(-) delete 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 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