mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
Remove deprecated inline thinking setting
This commit is contained in:
@@ -373,16 +373,6 @@ const SETTINGS_SCHEMA = {
|
||||
description: 'Hide the window title bar',
|
||||
showInDialog: true,
|
||||
},
|
||||
showInlineThinking: {
|
||||
type: 'boolean',
|
||||
label: 'Show Inline Thinking',
|
||||
category: 'UI',
|
||||
requiresRestart: false,
|
||||
default: false,
|
||||
description:
|
||||
'Show model thinking summaries inline in the conversation (deprecated; prefer the specific thinking modes).',
|
||||
showInDialog: false,
|
||||
},
|
||||
showInlineThinkingFull: {
|
||||
type: 'boolean',
|
||||
label: 'Show Inline Thinking (Full)',
|
||||
|
||||
Reference in New Issue
Block a user