mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-06 04:22:39 +00:00
7 lines
788 B
JSON
7 lines
788 B
JSON
{"message":{"content":[{"type":"tool_use","id":"tool-1","name":"Read","input":{"file_path":"/tmp/example.txt"}}]}}
|
|
{"message":{"content":[{"type":"tool_result","tool_use_id":"tool-1","is_error":false}]}}
|
|
{"message":{"content":[{"type":"tool_use","id":"tool-2","name":"Edit","input":{"file_path":"/tmp/very/long/path/to/authentication.ts"}}]}}
|
|
{"message":{"content":[{"type":"tool_use","id":"agent-1","name":"Task","input":{"subagent_type":"explore","model":"haiku","description":"Finding auth code"}}]}}
|
|
{"message":{"content":[{"type":"tool_result","tool_use_id":"agent-1","is_error":false}]}}
|
|
{"message":{"content":[{"type":"tool_use","id":"todo-1","name":"TodoWrite","input":{"todos":[{"content":"Fix auth bug","status":"completed"},{"content":"Add tests","status":"in_progress"}]}}]}}
|