We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea55b14 commit b3e47e5Copy full SHA for b3e47e5
tools/server/webui/src/lib/constants/settings-config.ts
@@ -8,7 +8,7 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
8
showThoughtInProgress: true,
9
showToolCalls: true,
10
disableReasoningFormat: false,
11
- keepStatsVisible: true,
+ keepStatsVisible: false,
12
showMessageStats: true,
13
askForTitleConfirmation: false,
14
pasteLongTextToFileLen: 2500,
0 commit comments