anomalyco / anomalyco/opencode

[FEATURE]: Add Kimi WebBridge support (like Claude Code / Cursor / Codex)

Open
#44,961 0 comments 0 reactions 1 assignee View on GitHub

@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 ... | iex to 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 browser tool 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.