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.
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.
impact Public v0.1.1 · port of the official codex-plugin-cc surface · multi-provider second-model delegation · optional stop-time review gate
role Sole adapter and maintainer of the Claude Code port — OpenCode CLI wiring, command surface, job ledger, privacy boundary, stop-time gate
stack - JavaScript
- Node.js
- Claude Code Plugin
- +2
case details
Case study→ View code↗
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.
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