summaryrefslogtreecommitdiff
path: root/packages/cli/src/services/CommandService.ts
diff options
context:
space:
mode:
authorAbhi <[email protected]>2025-07-17 19:40:36 -0400
committerGitHub <[email protected]>2025-07-17 23:40:36 +0000
commitca07b5b0c41defb27d6b156faba356ab900ee092 (patch)
tree48a4c2180d6c7ddd70c14468a14b918812d5ba74 /packages/cli/src/services/CommandService.ts
parent5df6c9fb660f932d54d6b5d1080cb86c95a824cf (diff)
Migrate /corgi (#4419)
Diffstat (limited to 'packages/cli/src/services/CommandService.ts')
-rw-r--r--packages/cli/src/services/CommandService.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/cli/src/services/CommandService.ts b/packages/cli/src/services/CommandService.ts
index 611b0a7b..def8cfcc 100644
--- a/packages/cli/src/services/CommandService.ts
+++ b/packages/cli/src/services/CommandService.ts
@@ -9,6 +9,7 @@ import { SlashCommand } from '../ui/commands/types.js';
import { memoryCommand } from '../ui/commands/memoryCommand.js';
import { helpCommand } from '../ui/commands/helpCommand.js';
import { clearCommand } from '../ui/commands/clearCommand.js';
+import { corgiCommand } from '../ui/commands/corgiCommand.js';
import { docsCommand } from '../ui/commands/docsCommand.js';
import { mcpCommand } from '../ui/commands/mcpCommand.js';
import { authCommand } from '../ui/commands/authCommand.js';
@@ -36,6 +37,7 @@ const loadBuiltInCommands = async (
chatCommand,
clearCommand,
compressCommand,
+ corgiCommand,
docsCommand,
editorCommand,
extensionsCommand,