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
+4
View File
@@ -149,6 +149,10 @@ export interface SlashCommandConflict {
renamedTo: string;
loserExtensionName?: string;
winnerExtensionName?: string;
loserMcpServerName?: string;
winnerMcpServerName?: string;
loserKind?: string;
winnerKind?: string;
}
export interface SlashCommandConflictsPayload {