Remove deprecated inline thinking setting

This commit is contained in:
Dmitry Lyalin
2026-02-01 15:05:36 -05:00
parent f35143cdd3
commit 2490db7200
7 changed files with 21 additions and 32 deletions
-10
View File
@@ -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)',