You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webvoyager: validate --max-images and reject negative --limit
A 0/negative/non-numeric --max-images made lastShots' slice(-k) attach
every screenshot instead of the last k, risking judge token blowups and
spurious 0 rewards; parse it to a positive integer, falling back to the
15 default otherwise. A negative --limit likewise made tasks[:limit] drop
tasks off the end instead of taking the first N, so reject it.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments