From c74a51e1106847d1a4b05d7b527c20e33c48f925 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Tue, 7 Apr 2026 20:22:20 -1000 Subject: [PATCH] =?UTF-8?q?fix:=20browse-snapshot=20E2E=20turn=20budget=20?= =?UTF-8?q?too=20tight=20(7=20=E2=86=92=209)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The agent consistently uses 8 turns for 5 snapshot commands because it reads the saved annotated PNG to verify it was created. All 3 CI attempts hit error_max_turns at exactly 8. Bumping to 9 gives headroom. Co-Authored-By: Claude Opus 4.6 --- test/skill-e2e-bws.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/skill-e2e-bws.test.ts b/test/skill-e2e-bws.test.ts index c1a1be15..acbdf86c 100644 --- a/test/skill-e2e-bws.test.ts +++ b/test/skill-e2e-bws.test.ts @@ -68,7 +68,7 @@ Report the results of each command.`, 5. $B snapshot -i -a -o /tmp/skill-e2e-annotated.png Report what each command returned.`, workingDirectory: tmpDir, - maxTurns: 7, + maxTurns: 9, timeout: 60_000, testName: 'browse-snapshot', runId,