enable 5.3 codex

This commit is contained in:
Dax Raad
2026-02-05 13:23:48 -05:00
parent 40ebc34909
commit 47f00d23b3
2 changed files with 27 additions and 1 deletions

View File

@@ -361,6 +361,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
"gpt-5.1-codex-mini",
"gpt-5.2",
"gpt-5.2-codex",
"gpt-5.3-codex",
"gpt-5.1-codex",
])
for (const modelId of Object.keys(provider.models)) {