Skip to content

Releases: TheRealDinghyDog/opencode-plugin-cc

v1.0.0 — first public release

Choose a tag to compare

@TheRealDinghyDog TheRealDinghyDog released this 14 Jul 08:18
6b0f56f

The first public release of the OpenCode plugin for Claude Code: use OpenCode from inside Claude Code for code reviews, delegated tasks, and session hand-off — through your own local OpenCode install, providers, and authentication.

Highlights

  • Reviews: /opencode:review (read-only, neutral) and /opencode:adversarial-review (steerable challenge review) over your working tree or branch vs. a base ref, with structured findings.
  • Delegation: /opencode:rescue forwards tasks to OpenCode, foreground or as tracked background jobs (/opencode:status, /opencode:result, /opencode:cancel), with resumable task threads.
  • Session transfer: /opencode:transfer imports your Claude Code transcript into a resumable OpenCode session.
  • Security posture: plugin-owned opencode serve is loopback-bound and password-protected (per-server random credential, HTTP Basic auth); headless permission prompts are denied, never self-approved; requests are bound to the invoking workspace; teardown verifies process identity before signalling; write mode runs under OpenCode's stock agent guards.
  • Reliability: transport drop/recovery handling for long turns, real OpenCode event contract (pinned against OpenCode 1.17.15's API schema), atomic state with inter-process locking.
  • Footprint: zero production npm dependencies. CI: Node 18.18/20/22 on Linux + Node 22 on Windows.

Requirements

  • A working local OpenCode install (≥ 1.17) with a configured provider — usage is billed through your OpenCode provider.
  • Node.js ≥ 18.18.

Install

/plugin marketplace add TheRealDinghyDog/opencode-plugin-cc
/plugin install opencode@opencode
/opencode:setup

Provenance

Derived from OpenAI's codex-plugin-cc (Apache-2.0), converted to an OpenCode integration; the fork point is preserved at the codex-fork-point tag. Independent community project — not affiliated with or endorsed by the OpenCode project, Anthropic, or OpenAI. See NOTICE and PRIVACY.md.