all work

opencode-plugin-cc — OpenCode inside Claude Code

  • JavaScript
  • Node.js
  • Claude Code Plugin
  • OpenCode CLI
  • background jobs

A Claude Code port of the official openai/codex-plugin-cc surface, adapted to drive the local OpenCode CLI. It lets Claude Code hand bounded review, adversarial-review, rescue, transfer, status, result, cancel, setup, and optional stop-time review work to OpenCode, which can front Anthropic, OpenAI, Google, open-weight, and free zen models.

View code

At a glance

Role Sole adapter and maintainer of the Claude Code port — OpenCode CLI wiring, command surface, job ledger, privacy boundary, stop-time gate

Problem

Claude Code needed a controlled way to use a second model without leaving its local workflow or losing ownership of context. The risk was handing too much scope to another tool.

Solution

I ported the official command surface to OpenCode CLI and kept job control, stop-time review, and privacy boundaries explicit. Claude Code remains responsible for files, git, verification, and final judgment.

Impact

Public v0.1.1 · port of the official codex-plugin-cc surface · multi-provider second-model delegation · optional stop-time review gate

My contribution

  • Claude Code commands for review, adversarial-review, rescue, transfer, status, result, cancel, and setup
  • Bounded delegation to OpenCode across Anthropic, OpenAI, Google, open-weight, and free zen model choices
  • Background job ledger, status/result/cancel controls, and optional stop-time review gate
  • Companion surface for Dong-skills collaboration workflows without moving final ownership out of Claude Code