updated /quit to use new slash command arch (#4259)

Co-authored-by: Abhi <abhipatel@google.com>
This commit is contained in:
Harold Mciver 2025-07-16 22:40:56 -04:00 committed by GitHub
parent 01e66bb123
commit 9ab44ea9d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 120 additions and 99 deletions

View file

@ -23,6 +23,7 @@ import { toolsCommand } from '../ui/commands/toolsCommand.js';
import { compressCommand } from '../ui/commands/compressCommand.js';
import { ideCommand } from '../ui/commands/ideCommand.js';
import { bugCommand } from '../ui/commands/bugCommand.js';
import { quitCommand } from '../ui/commands/quitCommand.js';
const loadBuiltInCommands = async (
config: Config | null,
@ -42,6 +43,7 @@ const loadBuiltInCommands = async (
mcpCommand,
memoryCommand,
privacyCommand,
quitCommand,
statsCommand,
themeCommand,
toolsCommand,