chore: set autoChatWidth to true by default

This commit is contained in:
Imad Saddik 2026-03-15 19:18:21 +00:00
parent 0dd4d9d588
commit 9e5d40a550
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export const SETTING_CONFIG_DEFAULT: Record<string, string | number | boolean> =
disableReasoningParsing: false,
showRawOutputSwitch: false,
keepStatsVisible: false,
autoChatWidth: false,
autoChatWidth: true,
showMessageStats: true,
askForTitleConfirmation: false,
pasteLongTextToFileLen: 2500,