feat(cli): implement dot-prefixing for slash command conflicts (#20979)

This commit is contained in:
Emily Hedlund
2026-03-06 15:43:20 -05:00
committed by GitHub
parent 2965c115f1
commit 7989c28d2e
15 changed files with 849 additions and 759 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ const mockCommands: readonly SlashCommand[] = [
name: 'commit',
description: 'Commit changes',
action: async () => {},
kind: CommandKind.FILE,
kind: CommandKind.USER_FILE,
},
{
name: 'memory',