feat: add toggle for showing draft starters on new sessions
Persists draft starter visibility across desktop and web settings Adds a new OpenChamber visual setting with localization and search support Hides the draft starter chips when the setting is off
This commit is contained in:
@@ -275,6 +275,12 @@ const SETTINGS_SEARCH_ITEMS: readonly SettingsSearchItem[] = [
|
||||
descriptionKey: 'settings.openchamber.visual.field.showSplitAssistantMessageActionsTooltip',
|
||||
keywords: ['copy', 'save image', 'read aloud'],
|
||||
},
|
||||
{
|
||||
id: 'chat.draft-starters-visible',
|
||||
page: 'chat',
|
||||
titleKey: 'settings.openchamber.visual.field.draftStartersVisible',
|
||||
keywords: ['starter', 'starters', 'new session', 'welcome', 'suggestions'],
|
||||
},
|
||||
{
|
||||
id: 'chat.subagent-read-only-banner',
|
||||
page: 'chat',
|
||||
|
||||
Reference in New Issue
Block a user