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 76caf612f3
commit 4513b4af75
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',