diff --git a/tools/ui/src/lib/constants/settings-registry.ts b/tools/ui/src/lib/constants/settings-registry.ts index 4d52146c8..19eaef617 100644 --- a/tools/ui/src/lib/constants/settings-registry.ts +++ b/tools/ui/src/lib/constants/settings-registry.ts @@ -198,7 +198,7 @@ const SETTINGS_REGISTRY: Record = { key: SETTINGS_KEYS.SHOW_MESSAGE_STATS, label: 'Show message generation statistics', help: 'Display generation statistics (tokens/second, token count, duration) below each assistant message.', - defaultValue: false, + defaultValue: true, type: SettingsFieldType.CHECKBOX, section: SETTINGS_SECTION_SLUGS.DISPLAY },