chore: add glm-4.7 to visual-engineering fallback chain

This commit is contained in:
justsisyphus
2026-01-30 14:15:43 +09:00
parent 82a47ff928
commit 5f243e2d3a

View File

@@ -83,6 +83,7 @@ export const CATEGORY_MODEL_REQUIREMENTS: Record<string, ModelRequirement> = {
fallbackChain: [
{ providers: ["google", "github-copilot", "opencode"], model: "gemini-3-pro" },
{ providers: ["anthropic", "github-copilot", "opencode"], model: "claude-opus-4-5", variant: "max" },
{ providers: ["zai-coding-plan"], model: "glm-4.7" },
{ providers: ["openai", "github-copilot", "opencode"], model: "gpt-5.2", variant: "high" },
],
},