Skip to content

Commit 1766517

Browse files
wip: personal defaults for testing-branch (website only)
1 parent 865b96d commit 1766517

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tools/server/webui/src/lib/constants/settings-config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
44
apiKey: '',
55
systemMessage: '',
66
theme: 'system',
7-
showTokensPerSecond: false,
8-
showThoughtInProgress: false,
9-
showToolCalls: false,
7+
showTokensPerSecond: true,
8+
showThoughtInProgress: true,
9+
showToolCalls: true,
1010
disableReasoningFormat: false,
1111
keepStatsVisible: false,
1212
showMessageStats: true,
1313
askForTitleConfirmation: false,
1414
pasteLongTextToFileLen: 2500,
1515
pdfAsImage: false,
16-
showModelInfo: false,
16+
showModelInfo: true,
1717
disableAutoScroll: false,
1818
renderUserContentAsMarkdown: false,
19-
modelSelectorEnabled: false,
19+
modelSelectorEnabled: true,
2020
mcpServers: '[]',
21-
agenticMaxTurns: 10,
21+
agenticMaxTurns: 100,
2222
agenticMaxToolPreviewLines: 25,
2323
agenticFilterReasoningAfterFirstTurn: true,
2424
// make sure these default values are in sync with `common.h`

0 commit comments

Comments
 (0)