Quick Start
1
Default (Silent)
2
Verbose Mode
Output Presets
Configuration Options
Streaming
Real-time output as the agent generates:Verbose vs Silent
Silent (Default)
Verbose
JSON Output
For piping to other tools:Metrics Display
Show token usage and timing:Method-Specific Output
Different methods have different default behaviors:Best Practices
Use silent for APIs
Use silent for APIs
Default silent mode has zero overhead - ideal for programmatic use.
Use verbose for debugging
Use verbose for debugging
See exactly what the agent is doing with verbose mode.
Enable streaming for UX
Enable streaming for UX
Users prefer seeing progress - enable streaming for interactive apps.
Use JSON for pipelines
Use JSON for pipelines
JSONL output integrates well with log aggregators and pipelines.
Related
Streaming
Real-time output
Execution
Execution limits

