Output Styles
Configure how agents format their responses. Control verbosity, format, tone, and length to match your application’s needs.Output Presets
Theoutput parameter controls what the agent displays during execution:
Preset Reference
| Preset | Description | Use Case |
|---|---|---|
silent | Nothing (default) | SDK/programmatic use |
status | ▸ AI → thinking/responding + inline tools | Simple CLI output |
trace | Status with timestamps | Progress monitoring |
debug | trace + metrics (no boxes) | Developer debugging |
verbose | Task + Tools + Response panels | Interactive use |
stream | Real-time token streaming | Chat interfaces |
json | JSONL events | Scripting/parsing |
Status Output Example
Trace Output Example (with timestamps)
Backward Compatible Aliases
| Alias | Maps To |
|---|---|
plain, minimal | silent |
normal | verbose |
text, actions | status |

