Releases: barkaaa/codex-gate
Releases · barkaaa/codex-gate
Release list
v0.1.0 — Initial release
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 inplans/lacks the<!-- CODEX-REVIEW-APPROVED -->marker. codex-reviewskill: 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
versioninplugin.jsonyet — planned once the interface stabilizes).