From 2cf327732e85fd433ddb740d595d0ff58d840fa9 Mon Sep 17 00:00:00 2001 From: igerber Date: Sun, 8 Mar 2026 14:58:43 -0400 Subject: [PATCH] Update Codex AI review model from gpt-5.2-codex to gpt-5.4 GPT-5.4 unifies coding capabilities into the base model (no -codex suffix needed) and is now the recommended default for Codex workflows. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/ai_pr_review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ai_pr_review.yml b/.github/workflows/ai_pr_review.yml index b7c8cf42..483f5b89 100644 --- a/.github/workflows/ai_pr_review.yml +++ b/.github/workflows/ai_pr_review.yml @@ -126,7 +126,7 @@ jobs: sandbox: read-only safety-strategy: drop-sudo # Recommended by OpenAI for review quality/consistency: - model: gpt-5.2-codex + model: gpt-5.4 effort: xhigh - name: Post PR comment (new on /ai-review, update on opened)