summaryrefslogtreecommitdiff
path: root/packages/cli/src/services/CommandService.ts
diff options
context:
space:
mode:
authorHarold Mciver <[email protected]>2025-07-15 17:40:09 -0400
committerGitHub <[email protected]>2025-07-15 21:40:09 +0000
commitbf51de1a4d2111af4ece5a6d5567ed69f8f087df (patch)
tree4387256a373d4a74260314c4e6d0155d71b560f3 /packages/cli/src/services/CommandService.ts
parent58f1aa6ceb53df94cc5bba77dc787950be340cb9 (diff)
update `/extensions` to new slash command arch (#4229)
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
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 cc7b4e62..379d0638 100644
--- a/packages/cli/src/services/CommandService.ts
+++ b/packages/cli/src/services/CommandService.ts
@@ -13,11 +13,13 @@ import { themeCommand } from '../ui/commands/themeCommand.js';
import { statsCommand } from '../ui/commands/statsCommand.js';
import { privacyCommand } from '../ui/commands/privacyCommand.js';
import { aboutCommand } from '../ui/commands/aboutCommand.js';
+import { extensionsCommand } from '../ui/commands/extensionsCommand.js';
const loadBuiltInCommands = async (): Promise<SlashCommand[]> => [
aboutCommand,
authCommand,
clearCommand,
+ extensionsCommand,
helpCommand,
memoryCommand,
privacyCommand,