mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 18:14:29 -07:00
feat(ui): Re-apply Dense Tool Output features
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user