feat(cli): allowlist gpt-5.5 in Codex OAuth plugin

This commit is contained in:
Josh Lambert
2026-04-23 17:48:04 -04:00
parent 19ae940584
commit fa9be90915
+1
View File
@@ -380,6 +380,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