first commit

This commit is contained in:
Dmitry Lyalin
2025-12-31 15:00:35 -05:00
parent 05049b5abf
commit 3aefc66b7b
8 changed files with 167 additions and 1 deletions
+10
View File
@@ -374,6 +374,16 @@ 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.',
showInDialog: true,
},
showStatusInTitle: {
type: 'boolean',
label: 'Show Status in Title',