From c8fb1012de94d56d70f5fbc8cf3f49dccd2b258d Mon Sep 17 00:00:00 2001 From: Marc J Saint-jour <82672745+Junebugg1214@users.noreply.github.com> Date: Thu, 12 Mar 2026 18:41:15 -0400 Subject: [PATCH] feat: integrate Cortex local memory into OpenClaw --- src/commands/configure.shared.ts | 6 ++++++ 1 file changed, 6 insertions(+) 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",