diff --git a/packages/opencode/src/plugin/codex.ts b/packages/opencode/src/plugin/codex.ts index fe9f7d1ab..c8b833bae 100644 --- a/packages/opencode/src/plugin/codex.ts +++ b/packages/opencode/src/plugin/codex.ts @@ -371,7 +371,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise { } } - if (!provider.models["gpt-5.3-codex"] || true) { + if (!provider.models["gpt-5.3-codex"]) { const model = { id: "gpt-5.3-codex", providerID: "openai",