refactor(explore): add minimax-m2.5-free as #2 fallback after grok-code-fast-1

This commit is contained in:
YeonGyu-Kim
2026-02-19 14:38:09 +09:00
parent fa8a24b0af
commit 035a213dec
2 changed files with 10 additions and 6 deletions
+1
View File
@@ -46,6 +46,7 @@ export const AGENT_MODEL_REQUIREMENTS: Record<string, ModelRequirement> = {
explore: {
fallbackChain: [
{ providers: ["github-copilot"], model: "grok-code-fast-1" },
{ providers: ["opencode"], model: "minimax-m2.5-free" },
{ providers: ["anthropic", "opencode"], model: "claude-haiku-4-5" },
{ providers: ["opencode"], model: "gpt-5-nano" },
],