Merge pull request #2493 from acamq/fix/fallback-test-regression

fix(test): update agent-variant test model to gpt-5.4
This commit is contained in:
acamq
2026-03-11 15:47:23 -06:00
committed by GitHub

View File

@@ -179,7 +179,7 @@ describe("resolveVariantForModel", () => {
"custom-agent": { category: "ultrabrain" },
},
} as OhMyOpenCodeConfig
const model = { providerID: "openai", modelID: "gpt-5.3-codex" }
const model = { providerID: "openai", modelID: "gpt-5.4" }
// when
const variant = resolveVariantForModel(config, "custom-agent", model)