fix(model): allow artistry category fallbacks

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
YeonGyu-Kim
2026-05-01 17:57:49 +09:00
parent 267745fa2f
commit ea5e3e034e
3 changed files with 14 additions and 16 deletions
+2 -2
View File
@@ -605,12 +605,12 @@ describe("requiresModel field in categories", () => {
expect(deep.requiresModel).toBeUndefined()
})
test("artistry category has requiresModel set to gemini-3.1-pro", () => {
test("artistry category no longer hard-requires gemini-3.1-pro", () => {
// given
const artistry = CATEGORY_MODEL_REQUIREMENTS["artistry"]
// when / #then
expect(artistry.requiresModel).toBe("gemini-3.1-pro")
expect(artistry.requiresModel).toBeUndefined()
})
})
-1
View File
@@ -254,7 +254,6 @@ export const CATEGORY_MODEL_REQUIREMENTS: Record<string, ModelRequirement> = {
},
{ providers: ["openai", "github-copilot", "opencode", "vercel"], model: "gpt-5.5" },
],
requiresModel: "gemini-3.1-pro",
},
quick: {
fallbackChain: [