SIGN IN SIGN UP

Bash is all you need - A nano claude code–like 「agent harness」, built from 0 to 1

0 0 109 Python

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
J
jimpablo committed
8dfbe98db7822cf8b3121deec9b795a7f35c51f2
Parent: a9c7100