From 8fd2b6aacb751c2bcb663bb45606a9a61fd367d7 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Sat, 14 Feb 2026 03:52:08 +0000 Subject: [PATCH] Tweak --- test/run.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/run.ts b/test/run.ts index 5fcd89c..44cc04b 100644 --- a/test/run.ts +++ b/test/run.ts @@ -313,7 +313,7 @@ async function runTestForAgent(ctx: RunContext): Promise { // opencode: use codex (OpenAI) to avoid google quota issues and gemini doom-looping if (ctx.agent === "opencode") { - env.OPENCODE_MODEL ??= "openai/codex-mini-latest"; + env.OPENCODE_MODEL ??= "openai/gpt-5.1-codex-mini"; } // gemini: use flash for all tests (including mini-effort) to avoid pro quota limits