Files
analysis_claude_code/agents/s02_tool_use.py
jimpablo 8dfbe98db7 Improve tool output readability
Separate tool name and output for better readability.

Before:
> read_file: anthropic>=0.25.0
python-dotenv>=1.0.0

After:
> read_file:
anthropic>=0.25.0
python-dotenv>=1.0.0
2026-03-24 21:46:02 +08:00

5.5 KiB