mirror of https://github.com/garrytan/gstack.git
fix: browse-snapshot E2E turn budget too tight (7 → 9)
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 <noreply@anthropic.com>
This commit is contained in:
parent
7f38058b7f
commit
c74a51e110
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue