You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support subagent transcript viewing for Agent tool calls (#76)
## Summary
Claude Code renamed its subagent tool from `Task` to `Agent`. This adds
`Agent` handling across parser, taxonomy, frontend, and subagent
transcript rendering so it works identically to `Task`.
## Key changes
- Parse `agent_progress` events to map Agent tool calls to subagent
session IDs
- Normalize `Agent` to `Task` category in tool taxonomy
- Extend `SubagentInline` rendering and content-parser regex to cover
Agent
- Add Agent tool name mapping and normalization tests
`{"type":"assistant","timestamp":"2024-01-01T10:00:01Z","uuid":"u2","parentUuid":"u1","message":{"content":[{"type":"tool_use","id":"toolu_agent1","name":"Agent","input":{"description":"explore codebase","subagent_type":"general-purpose","prompt":"find all API endpoints"}}]}}`,
0 commit comments