Merge branch 'pr-469' into visual-pr-playground

This commit is contained in:
pewdiepie-archdaemon
2026-06-02 06:26:31 +09:00
4 changed files with 339 additions and 2 deletions

View File

@@ -5651,7 +5651,7 @@ const COMMANDS = {
// ── Legacy aliases ────────────────────────────────────────────────
// Maps old flat command names to { parent, sub } so `/new` still works.
const LEGACY_ALIASES = {
export const LEGACY_ALIASES = {
'new': { parent: 'session', sub: 'new' },
'create': { parent: 'session', sub: 'new' },
'delete': { parent: 'session', sub: 'delete' },
@@ -5951,7 +5951,7 @@ export function clearSetupMode(preservePendingState = false) {
}
}
export { handleSlashCommand, handleSetupInput, handleSetupWizard, slashReply, typewriterReply };
export { handleSlashCommand, handleSetupInput, handleSetupWizard, slashReply, typewriterReply, COMMANDS };
const slashCommands = {
initSlashCommands,