[eric] experimental: quick pill overlay unwired and parked in .claude/slime-parked

This commit is contained in:
ciregenz
2026-08-06 20:50:13 -07:00
parent dbade1b25e
commit d2ff1bdae7
8 changed files with 3 additions and 209 deletions
+1 -3
View File
@@ -53,7 +53,6 @@ export interface AppSettings {
notify_agent_completion?: boolean;
notify_workflow_runs?: boolean;
allow_experimental_updates: boolean;
overlay_pill_enabled: boolean;
/** Managed subscription state; surfaces only when user has subscribed via cloud. */
connection_mode?: 'own_key' | 'openswarm-pro' | 'free-trial';
openswarm_bearer_token?: string | null;
@@ -174,7 +173,7 @@ export const DEFAULT_SETTINGS: AppSettings = {
dictation_sounds: true,
memory_enabled: true,
dictation_haptics: true,
dictation_sound_volume: 0.35,
dictation_sound_volume: 0.7,
dictation_disabled_surfaces: '',
anthropic_api_key: null,
browser_homepage: 'https://duckduckgo.com',
@@ -184,7 +183,6 @@ export const DEFAULT_SETTINGS: AppSettings = {
auto_reveal_sub_agents: true,
dev_mode: false,
allow_experimental_updates: false,
overlay_pill_enabled: false,
};
const initialState: SettingsState = {