feat(agents): add grok-code-fast-1 as primary model for explore agent

This commit is contained in:
YeonGyu-Kim
2026-02-02 21:13:45 +09:00
parent 159fccddcf
commit d80adac3fc
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -44,8 +44,8 @@ export const AGENT_MODEL_REQUIREMENTS: Record<string, ModelRequirement> = {
},
explore: {
fallbackChain: [
{ providers: ["github-copilot"], model: "grok-code-fast-1" },
{ providers: ["anthropic", "opencode"], model: "claude-haiku-4-5" },
{ providers: ["github-copilot"], model: "gpt-5-mini" },
{ providers: ["opencode"], model: "gpt-5-nano" },
],
},