From 1f1e3995f9343f4256b964d928cdbf3c4b5666a5 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 1 Apr 2026 06:34:54 +0000 Subject: [PATCH] =?UTF-8?q?fix=20test=20runner=20model:=20claude-sonnet-4-?= =?UTF-8?q?5=20=E2=86=92=20claude-sonnet-4-6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- test/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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