#After updating to 4.14, Codex OAuth stopped working β getting DNS lookup failures on gpt-5.3-codex.
1 messages Β· Page 1 of 1 (latest)
If openclaw models status is showing your openai-codex auth as over limit, that is probably the real blocker, not 4.14 itself.
A couple important gotchas here:
- ChatGPT Plus / Codex OAuth maps to
openai-codex/*, notopenai/* - Codex OAuth limits can differ from ChatGPT web/app limits
- Rolling OpenClaw back usually will not fix a provider-side quota window
Also, 4.14 can expose stale old config. In particular, legacy models.providers.openai-codex overrides can shadow the built-in Codex OAuth route now, and openclaw doctor should warn about that.
Can you paste these?
openclaw --version
openclaw models status
openclaw models status --json
openclaw doctor
openclaw status --all
If you can, also grab a log while reproducing one failed reply:
openclaw logs --follow
What Iβd check first:
- Does
models status --jsonshow the Codex profile underauth.unusableProfiles? - Does
doctorwarn about Codex OAuth provider overrides? - Are you actually targeting
openai-codex/gpt-5.4, notopenai/gpt-5.4?