From 581709df80769ae5174a1fab66bd3aa9d2967c15 Mon Sep 17 00:00:00 2001 From: Allen Hutchison Date: Thu, 22 May 2025 10:57:06 -0700 Subject: Refactor: Streamline memoryUtils and update slash commands (#478) --- packages/cli/src/ui/hooks/slashCommandProcessor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts') diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index 858897f0..1f1c0444 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -113,7 +113,7 @@ export const useSlashCommandProcessor = ( { name: 'memory', description: - 'Manage memory. Usage: /memory [text for add]', + 'Manage memory. Usage: /memory [text for add]', action: (mainCommand, subCommand, args) => { switch (subCommand) { case 'show': -- cgit v1.2.3