From b80c78bdbe2db998ae5314d599917742e835b5ff Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sat, 14 Feb 2026 03:58:27 +0000 Subject: [PATCH] Tweak --- test/run.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run.ts b/test/run.ts index 44cc04b..5834eac 100644 --- a/test/run.ts +++ b/test/run.ts @@ -311,9 +311,9 @@ async function runTestForAgent(ctx: RunContext): Promise { env.PULLFROG_TEST_REPO_SETUP = testConfig.repoSetup; } - // opencode: use codex (OpenAI) to avoid google quota issues and gemini doom-looping + // opencode: use anthropic sonnet to avoid google quota issues and gemini doom-looping if (ctx.agent === "opencode") { - env.OPENCODE_MODEL ??= "openai/gpt-5.1-codex-mini"; + env.OPENCODE_MODEL ??= "anthropic/claude-sonnet-4-5"; } // gemini: use flash for all tests (including mini-effort) to avoid pro quota limits