feat(ui): Re-apply Dense Tool Output features

This commit is contained in:
Jarrod Whelan
2026-02-09 20:46:37 -08:00
parent eb94284256
commit 142ccf2140
27 changed files with 1165 additions and 621 deletions
+4 -3
View File
@@ -32,9 +32,10 @@ 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"` |
| 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
+6
View File
@@ -163,6 +163,12 @@ their corresponding top-level category object in your `settings.json` file.
- **Default:** `"text"`
- **Values:** `"text"`, `"json"`
- **`output.verbosity`** (enum):
- **Description:** Show verbose output history. When enabled, output history
will include autonomous tool calls, additional logs, etc.
- **Default:** `"verbose"`
- **Values:** `"info"`, `"verbose"`
#### `ui`
- **`ui.theme`** (string):