fix: improve codex model discovery

This commit is contained in:
Peter Steinberger
2026-04-24 08:16:37 +01:00
parent 81666e586a
commit 33c0cd1378
17 changed files with 343 additions and 40 deletions

View File

@@ -119,12 +119,12 @@ function buildOpenAICodexOAuthResult(params: {
agents: {
defaults: {
models: {
"openai/gpt-5.5": {},
"openai-codex/gpt-5.5": {},
},
},
},
},
defaultModel: "openai/gpt-5.5",
defaultModel: "openai-codex/gpt-5.5",
notes: undefined,
};
}