feat(cli): remove output verbosity settings and logic

This commit is contained in:
Jarrod Whelan
2026-02-10 11:51:15 -08:00
parent f58d4ba696
commit fbfb2a72e3
15 changed files with 12 additions and 250 deletions

View File

@@ -32,10 +32,9 @@ they appear in the UI.
### Output
| UI Label | Setting | Description | Default |
| ---------------------- | ------------------ | ------------------------------------------------------------------------------------------------------------------- | ----------- |
| Output Format | `output.format` | The format of the CLI output. Can be `text` or `json`. | `"text"` |
| Verbose Output History | `output.verbosity` | Show verbose output history. When enabled, output history will include autonomous tool calls, additional logs, etc. | `"verbose"` |
| UI Label | Setting | Description | Default |
| ------------- | --------------- | ------------------------------------------------------ | -------- |
| Output Format | `output.format` | The format of the CLI output. Can be `text` or `json`. | `"text"` |
### UI