Browse Source

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

Aiden Cline 3 months ago
parent
commit
97f3c746f3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/opencode/src/plugin/codex.ts

+ 1 - 0
packages/opencode/src/plugin/codex.ts

@@ -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