Add Kiro as a URI-based file opener option

Resolved 💬 1 comment Opened Apr 7, 2026 by alohaninja Closed May 10, 2026

Feature Request

Add Kiro as a supported file_opener option in the UriBasedFileOpener enum, alongside VS Code, VS Code Insiders, Windsurf, and Cursor.

<img width="304" height="280" alt="Image" src="https://github.com/user-attachments/assets/361480e7-e487-4de0-a690-5442da6f720e" />

Motivation

Kiro is an IDE that supports the kiro:// URI scheme for opening files. Users who use Kiro as their primary editor should be able to set file_opener = "kiro" in their config.toml so that file citations in the TUI link directly into Kiro.

Proposed Implementation

I have a working implementation on my fork: alohaninja/codex@add-kiro-file-opener

The change is minimal (2 files, 6 lines added):

  • codex-rs/config/src/types.rs — Add Kiro variant to UriBasedFileOpener enum with kiro:// URI scheme
  • codex-rs/core/config.schema.json — Add "kiro" to the allowed enum values

View the diff

Both cargo check -p codex-config and cargo check -p codex-core pass with these changes.

View original on GitHub ↗

This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗