anomalyco / anomalyco/opencode
[FEATURE]: Add Kimi WebBridge support (like Claude Code / Cursor / Codex)
Open
@jlongster is already working on this.
Since Aug 25, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Describe the enhancement
Support Kimi WebBridge as a browser control backend for opencode, parity with Claude Code / Cursor / Codex / Hermes / OpenClaw.
Kimi WebBridge is official: https://www.kimi.ai/products/kimi-webbridge
- Works via local service + browser extension (Chrome DevTools Protocol)
- Everything runs locally
- Install command on Windows:
irm https://cdn.kimi.com/webbridge/install.ps1 | iex - Connect flow: paste
Install Kimi WebBridge: irm ... | iexto Agent -> Agent connects automatically
Currently opencode is not in the supported list (only Kimi Code / Claude Code / Cursor / Codex / Hermes / OpenClaw per official UI). Pasting the command in opencode does nothing.
Proposed solution
- Detect WebBridge local service if installed
- Add bridge client similar to other agents
- Or add generic
browsertool backed by WebBridge when available
Use cases
- Browse docs & extract examples
- Fill forms / web app interaction
- Screenshot / debug web pages
- Web scraping with logged-in session
Related
- #27543, #27541, #26772, #6992 (previous browser tool requests)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.