mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-04 09:13:08 +00:00
fix: correct Kiro CLI command typo (kido -> kiro)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -117,7 +117,7 @@ const SUPPORTED_EDITORS: EditorDefinition[] = [
|
|||||||
cliCommand: 'code-insiders',
|
cliCommand: 'code-insiders',
|
||||||
macAppName: 'Visual Studio 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: 'Zed', cliCommand: 'zed', macAppName: 'Zed' },
|
||||||
{ name: 'Sublime Text', cliCommand: 'subl', macAppName: 'Sublime Text' },
|
{ name: 'Sublime Text', cliCommand: 'subl', macAppName: 'Sublime Text' },
|
||||||
{ name: 'Windsurf', cliCommand: 'windsurf', macAppName: 'Windsurf' },
|
{ name: 'Windsurf', cliCommand: 'windsurf', macAppName: 'Windsurf' },
|
||||||
|
|||||||
Reference in New Issue
Block a user