From cbca9b68e6675f38b20c6c272364a3d78d9f1697 Mon Sep 17 00:00:00 2001 From: Kacper Date: Sun, 11 Jan 2026 19:25:26 +0100 Subject: [PATCH] fix: correct Kiro CLI command typo (kido -> kiro) Co-Authored-By: Claude Opus 4.5 --- libs/platform/src/editor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },