Skip to content

GPT reviewer default model bumped to gpt-5.6-sol #1012

Description

@liam-cyberpro

Documenting a change already shipped on the fork (liam-cyberpro/Deus), for awareness — no action needed here, and no PR is being opened against this repo per the issues-only convention for upstream.

What changed

  • DEFAULT_MODEL for the GPT-backend wardens (plan-reviewer, code-reviewer, ai-eng-warden) bumped from gpt-5.5 to gpt-5.6-sol (GPT-5.6 family flagship, GA 2026-07-09) in scripts/codex_review.py, plus the matching docstring in scripts/warden_review/backends/codex.py.
  • Required upgrading the global @openai/codex npm CLI 0.140.0 -> 0.144.1 — the older CLI didn't recognize the new model id (invalid_request_error: requires a newer version of Codex).
  • Cleaned up 4 hardcoded "GPT-5.5" mentions (module docstring, 2 comments, the printed advisory banner) that would otherwise go stale on the next model bump — the banner now points at the accurate per-call Model: line instead of hardcoding a version.

Verification before shipping

  • codex exec -m gpt-5.6-sol — live call, confirmed callable post-upgrade
  • python3 scripts/codex_review.py --check-availability — backend fresh/available
  • python3 scripts/codex_review.py against the change's own diff — real GPT-5.6-sol review, verdict SHIP, no issues
  • pytest scripts/tests/test_codex_review.py scripts/tests/test_codex_warden.py scripts/tests/test_warden_review.py — 112 passed

Where it landed

Merged as liam-cyberpro/Deus#27, commit 567996af3653960db6e486e5cf7e9c0f93442e70.

🤖 Generated with Claude Code

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions