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 5f3f8bb1d3
commit 9832f7b52e
+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)