#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)

west emberBOT
#

Let me check the shipped docs for the Codex auth path and any notes around limits/DNS-looking failures.

#

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/*, not openai/*
  • 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:

  1. Does models status --json show the Codex profile under auth.unusableProfiles?
  2. Does doctor warn about Codex OAuth provider overrides?
  3. Are you actually targeting openai-codex/gpt-5.4, not openai/gpt-5.4?