update /extensions to new slash command arch (#4229)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Harold Mciver
2025-07-15 17:40:09 -04:00
committed by GitHub
parent 58f1aa6ceb
commit bf51de1a4d
5 changed files with 117 additions and 32 deletions

View File

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