feat: integrate Cortex local memory into OpenClaw
This commit is contained in:
parent
020947d29c
commit
f57862831f
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user