gstack/browse
techcenter68 d93c521b94 feat(browse): accept screenshot --clip=x,y,w,h (equals-sign syntax)
Currently \`screenshot --clip\` only accepts the space-separated form:

  browse screenshot --clip 100,200,300,400 out.png

GNU long-option convention also supports the \`--flag=value\` form, which is
handy when generating commands programmatically (no need to track whether
the next argv element is the value or another flag) and matches what most
CLI users expect. After this change, both work:

  browse screenshot --clip 100,200,300,400 out.png    # existing, unchanged
  browse screenshot --clip=100,200,300,400 out.png    # new

Two-line change in the option parser. Existing space-separated callers and
the error message ("Usage: screenshot --clip x,y,w,h [path]") are
unchanged. Other flags in this handler (--viewport, --selector, --base64)
keep their current single-form parsing — if folks want \`--viewport=\` etc.
that's a worthwhile follow-up but feels out of scope for a one-flag patch.
2026-05-17 16:26:08 +00:00
..
bin feat: multi-agent support — gstack works on Codex, Gemini CLI, and Cursor (v0.9.0) (#226) 2026-03-19 18:20:50 -07:00
scripts fix: ngrok Windows build + close CI error-swallowing gap (v0.18.0.1) (#1024) 2026-04-16 13:49:04 -07:00
src feat(browse): accept screenshot --clip=x,y,w,h (equals-sign syntax) 2026-05-17 16:26:08 +00:00
test v1.39.0.0 feat: buildFetchHandler factory unblocks gbrowser submodule consumption (#1511) 2026-05-14 21:55:29 -07:00
PLAN-snapshot-dropdown-interactive.md fix: snapshot -i auto-detects dropdown/popover interactive elements (#845) 2026-04-05 22:57:45 -07:00
SKILL.md v1.39.1.0 feat: EXIT PLAN MODE GATE for plan-mode review skills (#1512) 2026-05-15 08:13:20 -07:00
SKILL.md.tmpl v1.28.0.0 feat: browse --headed/--proxy/--navigate + gstack/llms.txt + webdriver-only stealth (#1363) 2026-05-07 20:14:59 -07:00