fix(test): update agent-variant test model to gpt-5.4

This commit is contained in:
acamq
2026-03-11 15:43:03 -06:00
parent a32b363644
commit 3c101e1f1d
+1 -1
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)