We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6db08 commit f963b0aCopy full SHA for f963b0a
1 file changed
packages/opencode/src/plugin/codex.ts
@@ -374,6 +374,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
374
"gpt-5.3-codex",
375
"gpt-5.4",
376
"gpt-5.4-mini",
377
+ "gpt-5.5",
378
])
379
for (const [modelId, model] of Object.entries(provider.models)) {
380
if (modelId.includes("codex")) continue
0 commit comments