feat: integrate Cortex local memory into OpenClaw

This commit is contained in:
Marc J Saint-jour 2026-03-12 18:41:03 -04:00
parent 020947d29c
commit f57862831f

View File

@ -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",