Skip to content

v0.1.0 — Initial release

Latest

Choose a tag to compare

@barkaaa barkaaa released this 05 Jul 01:53

The first public release of codex-gate — a Claude Code plugin that refuses to let a session end until the plan has been reviewed and explicitly approved by an independent model (OpenAI Codex via the codex CLI).

Highlights

  • Stop-hook gate (review_gate.py): blocks Claude Code from ending its turn while the most recently modified plan in plans/ lacks the <!-- CODEX-REVIEW-APPROVED --> marker.
  • codex-review skill: drives a real, multi-round review loop against Codex CLI — one persistent session per review, fix-or-rebut on every issue, marker written only after explicit sign-off.
  • One-command install: this repo doubles as its own plugin marketplace.
/plugin marketplace add barkaaa/codex-gate
/plugin install codex-gate@codex-gate

Requirements

  • Claude Code with plugin support
  • Codex CLI ≥ 0.140.0, authenticated
  • Python 3

Known limitations

  • In sandboxed environments each Codex call can take 100–150+ seconds before output (WebSocket→HTTPS fallback); budget timeouts ≥ 280 s.
  • Plugin updates follow git commits (no semver version in plugin.json yet — planned once the interface stabilizes).