Description
When triggering the Plannotator Code Review, the console shows:
The Plannotator Code Review has been triggered. Opening the review UI...
Acknowledge "Opening code review..." and wait for the user's feedback.
However, the web UI browser does not open automatically.
Environment
- OS: Linux
- Node version: v22.14.0
- npm version: 10.9.2
- open-plan-annotator version: 1.2.1
- opencode: installed globally
Steps to reproduce
- Install: curl -fsSL https://plannotator.ai/install.sh | bash
- Add to opencode.json config:
"plugin": ["@plannotator/opencode@latest"]
- Restart opencode and trigger Plannotator Code Review
Expected behavior
Web UI browser should open automatically.
Actual behavior
Message appears in console but browser does not open.
Additional context
The plugin seems to trigger correctly but the URL opening mechanism may not be working on Linux environments.
Description
When triggering the Plannotator Code Review, the console shows:
However, the web UI browser does not open automatically.
Environment
Steps to reproduce
"plugin": ["@plannotator/opencode@latest"]Expected behavior
Web UI browser should open automatically.
Actual behavior
Message appears in console but browser does not open.
Additional context
The plugin seems to trigger correctly but the URL opening mechanism may not be working on Linux environments.