fix: correct Kiro CLI command typo (kido -> kiro)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kacper
2026-01-11 19:25:26 +01:00
parent b9b3695497
commit cbca9b68e6

View File

@@ -117,7 +117,7 @@ const SUPPORTED_EDITORS: EditorDefinition[] = [
cliCommand: 'code-insiders',
macAppName: 'Visual Studio Code - Insiders',
},
{ name: 'Kiro', cliCommand: 'kido', macAppName: 'Kiro' },
{ name: 'Kiro', cliCommand: 'kiro', macAppName: 'Kiro' },
{ name: 'Zed', cliCommand: 'zed', macAppName: 'Zed' },
{ name: 'Sublime Text', cliCommand: 'subl', macAppName: 'Sublime Text' },
{ name: 'Windsurf', cliCommand: 'windsurf', macAppName: 'Windsurf' },