Skip to content

Add cross-platform browser support (Windows/Linux)#1

Merged
backnotprop merged 2 commits intobacknotprop:mainfrom
chocomilk4759:main
Dec 30, 2025
Merged

Add cross-platform browser support (Windows/Linux)#1
backnotprop merged 2 commits intobacknotprop:mainfrom
chocomilk4759:main

Conversation

@chocomilk4759
Copy link
Contributor

Summary

The current implementation only uses open command which only works on macOS.
This PR adds cross-platform support for opening the browser automatically.

Changes

  • Windows: cmd /c start
  • Linux: xdg-open
  • macOS: open (unchanged)

Testing

Tested on Windows 10 - browser opens correctly when ExitPlanMode hook triggers.

- Windows: use `cmd /c start`
- Linux: use `xdg-open`
- macOS: keep existing `open`
Add cross-platform browser support (Windows/Linux)
@backnotprop
Copy link
Owner

Nice, I'll kick off a release. You'll just need to run the install command again.

@backnotprop backnotprop merged commit e00fd3f into backnotprop:main Dec 30, 2025
@backnotprop
Copy link
Owner

backnotprop pushed a commit that referenced this pull request Jan 7, 2026
Add cross-platform browser support (Windows/Linux)
backnotprop added a commit that referenced this pull request Jan 7, 2026
Add cross-platform browser support (Windows/Linux)
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