From b0e8abc25f12de61bf649c6bc39191e759193a64 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Mon, 23 Mar 2026 20:41:30 -0700 Subject: [PATCH] =?UTF-8?q?fix:=20bump=20browse-snapshot=20maxTurns=205?= =?UTF-8?q?=E2=86=927=20for=205-command=20sequence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit browse-snapshot runs 5 commands (goto + 4 snapshot flags). With 5 turns, the agent has zero recovery budget if any command needs a retry. Co-Authored-By: Claude Opus 4.6 (1M context) --- 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 259efa08..cf2d0bbc 100644 --- a/test/skill-e2e-bws.test.ts +++ b/test/skill-e2e-bws.test.ts @@ -67,7 +67,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: 5, + maxTurns: 7, timeout: 60_000, testName: 'browse-snapshot', runId,