fix test runner model: claude-sonnet-4-5 → claude-sonnet-4-6

Made-with: Cursor
This commit is contained in:
Colin McDonnell
2026-04-01 06:34:54 +00:00
committed by pullfrog[bot]
parent fcb835d129
commit 1f1e3995f9
+1 -1
View File
@@ -307,7 +307,7 @@ async function runTestForAgent(ctx: RunContext): Promise<ValidationResult> {
// use anthropic sonnet to avoid google quota issues and gemini doom-looping
if (ctx.agent === "opentoad") {
env.PULLFROG_MODEL ??= "anthropic/claude-sonnet-4-5";
env.PULLFROG_MODEL ??= "anthropic/claude-sonnet-4-6";
}
// build file-based env vars for MCP servers that don't inherit parent env