Skip to content

Conversation

@catrielmuller
Copy link
Contributor

Context

External links in the webview now properly open in the system's default browser on all platforms (macOS, Windows, Linux).

Bug discovered on the device auth change -> #4178

Implementation

  • Implemented actual browser opening in the $openUri method
  • Added platform-specific commands (macOS: open, Windows: start, Linux: xdg-open)
  • Added constructUriString helper to build URLs from URI components
  • Replaced java.awt.Desktop.getDesktop().browse() with IntelliJ Platform's BrowserUtil.browse()

How to Test

  • Click on the "Open Browser" button on the DeviceAuthCard

@changeset-bot
Copy link

changeset-bot bot commented Dec 4, 2025

🦋 Changeset detected

Latest commit: a1fa747

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
kilo-code Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants