Skip to content

Commit f963b0a

Browse files
rekram1-nodebainos
authored andcommitted
feat: update codex plugin to support 5.5 (#23789)
1 parent 9b6db08 commit f963b0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/opencode/src/plugin/codex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,7 @@ export async function CodexAuthPlugin(input: PluginInput): Promise<Hooks> {
374374
"gpt-5.3-codex",
375375
"gpt-5.4",
376376
"gpt-5.4-mini",
377+
"gpt-5.5",
377378
])
378379
for (const [modelId, model] of Object.entries(provider.models)) {
379380
if (modelId.includes("codex")) continue

0 commit comments

Comments
 (0)