mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-13 23:51:16 -07:00
Remove deprecated inline thinking setting
This commit is contained in:
@@ -179,17 +179,14 @@ their corresponding top-level category object in your `settings.json` file.
|
||||
- **Default:** `false`
|
||||
- **Requires restart:** Yes
|
||||
|
||||
- **`ui.showInlineThinking`** (boolean):
|
||||
- **Description:** Show model thinking summaries inline in the conversation
|
||||
(deprecated; prefer the specific thinking modes).
|
||||
- **Default:** `false`
|
||||
|
||||
- **`ui.showInlineThinkingFull`** (boolean):
|
||||
- **Description:** Show full model thinking details inline.
|
||||
- **Description:** Show full model thinking details inline. If both full and
|
||||
summary modes are enabled, full mode takes precedence.
|
||||
- **Default:** `false`
|
||||
|
||||
- **`ui.showInlineThinkingSummary`** (boolean):
|
||||
- **Description:** Show a short summary of model thinking inline.
|
||||
- **Description:** Show a short summary of model thinking inline. Summaries
|
||||
truncate long content (about 140 characters) and append an ellipsis.
|
||||
- **Default:** `false`
|
||||
|
||||
- **`ui.showStatusInTitle`** (boolean):
|
||||
|
||||
Reference in New Issue
Block a user