diff --git a/src/commands/configure.shared.ts b/src/commands/configure.shared.ts index 638bfc62650..d70a98435b2 100644 --- a/src/commands/configure.shared.ts +++ b/src/commands/configure.shared.ts @@ -11,6 +11,7 @@ export const CONFIGURE_WIZARD_SECTIONS = [ "workspace", "model", "web", + "memory", "gateway", "daemon", "channels", @@ -53,6 +54,11 @@ export const CONFIGURE_SECTION_OPTIONS: Array<{ { value: "workspace", label: "Workspace", hint: "Set workspace + sessions" }, { value: "model", label: "Model", hint: "Pick provider + credentials" }, { value: "web", label: "Web tools", hint: "Configure web search (Perplexity/Brave) + fetch" }, + { + value: "memory", + label: "Cortex memory", + hint: "Enable the local Cortex prompt bridge for agent context", + }, { value: "gateway", label: "Gateway", hint: "Port, bind, auth, tailscale" }, { value: "daemon",