feat: update codex plugin to support 5.5 (#23789)

This commit is contained in:
Aiden Cline 2026-04-22 00:35:48 -04:00 committed by GitHub
parent b0455583aa
commit 97f3c746f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -374,6 +374,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
"gpt-5.3-codex",
"gpt-5.4",
"gpt-5.4-mini",
"gpt-5.5",
])
for (const [modelId, model] of Object.entries(provider.models)) {
if (modelId.includes("codex")) continue