mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-15 08:31:14 -07:00
feat(cli): remove output verbosity settings and logic
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -163,12 +163,6 @@ 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