diff --git a/test/run.ts b/test/run.ts index e6e9242..3f66515 100644 --- a/test/run.ts +++ b/test/run.ts @@ -307,7 +307,7 @@ async function runTestForAgent(ctx: RunContext): Promise { // 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