From f57862831f9ab14478fae4c5b8292a28d89c413d 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:03 -0400 Subject: [PATCH] feat: integrate Cortex local memory into OpenClaw --- src/auto-reply/commands-registry.data.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/auto-reply/commands-registry.data.ts b/src/auto-reply/commands-registry.data.ts index 6a2bf205ffd..2120a1f462c 100644 --- a/src/auto-reply/commands-registry.data.ts +++ b/src/auto-reply/commands-registry.data.ts @@ -196,6 +196,14 @@ function buildChatCommands(): ChatCommandDefinition[] { acceptsArgs: true, category: "status", }), + defineChatCommand({ + key: "cortex", + description: "Inspect or override Cortex prompt mode for this conversation.", + textAlias: "/cortex", + acceptsArgs: true, + scope: "text", + category: "status", + }), defineChatCommand({ key: "export-session", nativeName: "export-session",