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
Default Codex model is now gpt-5.6-sol (GPT-5.6 Sol, GA 2026-07-09). "latest" and unset model both resolve to it; gpt-5.5 is the documented fallback while Sol rolls out across account tiers.
Recommended model pair advances from gpt-5.5/gpt-5.4 to gpt-5.6-sol/gpt-5.5 across the README, CLI --model help, MCP tool descriptions, and error tips. Explicitly configured model IDs are still forwarded unchanged (recommend-not-enforce policy).
MODEL_ERROR fallback tips now derive the alternate model from the recommended list with a case-insensitive comparison, so the tip never recommends the model that just failed.