diff --git a/libs/platform/src/editor.ts b/libs/platform/src/editor.ts index e51fb487..a0da688c 100644 --- a/libs/platform/src/editor.ts +++ b/libs/platform/src/editor.ts @@ -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' },