mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-30 15:04:16 -07:00
feat(cli): implement dot-prefixing for slash command conflicts (#20979)
This commit is contained in:
@@ -149,6 +149,10 @@ export interface SlashCommandConflict {
|
||||
renamedTo: string;
|
||||
loserExtensionName?: string;
|
||||
winnerExtensionName?: string;
|
||||
loserMcpServerName?: string;
|
||||
winnerMcpServerName?: string;
|
||||
loserKind?: string;
|
||||
winnerKind?: string;
|
||||
}
|
||||
|
||||
export interface SlashCommandConflictsPayload {
|
||||
|
||||
Reference in New Issue
Block a user