mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-10 11:47:43 +02:00
[eric] experimental: quick pill overlay unwired and parked in .claude/slime-parked
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user