Skip to content

v0.1.3

Choose a tag to compare

@tkimball83 tkimball83 released this 07 Sep 00:58
· 12 commits to main since this release

Fix automatic review failures when Claude puts explanatory prose before its verdict.

The gate still requests the upstream first-line verdict format. It now also accepts exactly one explicit ALLOW: <reason> or BLOCK: <reason> on the final line after prose. Multiple verdict lines, quoted or fenced fallback verdicts, and missing or incomplete fallback verdicts still block.

Added regression tests and documented the Claude output adaptation. Claude's automatic review gate approved the parser change.

Validation: npm run check passed, including all 170 tests using the fake Claude CLI.

Update the marketplace and reinstall the plugin:

codex plugin marketplace add linuxhq/cc-plugin-codex
codex plugin add claude@linuxhq

Start a new Codex session to load the updated plugin.