You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert AI review CI to Codex + gpt-5.4 (reverts #404, #415)
The CI AI reviewer's quality has notably degraded since #404 and #415 landed.
This restores 5 files to the snapshot at fe80295 (parent of #404's merge,
i.e. the last commit on main before either PR landed):
.github/workflows/ai_pr_review.yml -- reinstates openai/codex-action@v1
with model: gpt-5.4 and effort: xhigh
.github/codex/prompts/pr_review.md -- removes Single-Pass Completeness
Mandate (#404) and Audit #6
"Claim-vs-shipped" + tightened
verdict bar (#415); restores the
original 179-line prompt
.claude/scripts/openai_review.py -- drops --ci-mode (#415) and gpt-5.5
PRICING/reasoning entries (#404);
DEFAULT_MODEL back to gpt-5.4
.claude/commands/ai-review-local.md -- restores skill doc to match the
restored script
tests/test_openai_review.py -- restores test suite to match
(152 tests pass at the snapshot)
#404's body documented the rollback criterion ("if >2 of next 5 PRs surface
new P1+ findings on unchanged code in round 2, revert the model bump"). This
invokes that rollback and extends it to also revert the Codex -> Python
single-shot backend switch from #415.
Out of scope: open branch ci-workflow-ipynb-markdown-extraction (PR #414,
unmerged) also touches openai_review.py and pr_review.md; that branch will
need to rebase against the older base after this lands.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments