story-kit: remove 148_story_activity_indicator_shows_thinking_instead_of_tool_name_for_claude_code_provider

This commit is contained in:
Dave
2026-02-24 14:02:27 +00:00
parent 5153975add
commit 6c62f427e3

View File

@@ -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