Add Kiro as an 'Open in' app option (#882)

- Add Kiro to OPEN_IN_APPS list with id 'kiro' and appName 'Kiro'
- This enables users to open files and projects directly in Kiro IDE
  via the Open in menu, similar to VS Code, Cursor, and Windsurf
This commit is contained in:
Aaron Hogue
2026-04-11 23:29:53 +03:00
committed by GitHub
parent 700138c9b5
commit 1c7a0b8ddd
+1
View File
@@ -25,6 +25,7 @@ export const OPEN_IN_APPS: OpenInApp[] = [
{ id: 'windsurf', label: 'Windsurf', appName: 'Windsurf' },
{ id: 'vscodium', label: 'VSCodium', appName: 'VSCodium' },
{ id: 'rustrover', label: 'RustRover', appName: 'RustRover' },
{ id: 'kiro', label: 'Kiro', appName: 'Kiro' },
{ id: 'antigravity', label: 'Antigravity', appName: 'Antigravity' },
{ id: 'trae', label: 'Trae', appName: 'Trae' },
];