gstack/browse
Oliver Southgate eea2192758 fix(windows): patch playwright-core processLauncher to pass windowsHide
chrome-headless-shell is a console-subsystem exe; launched by
playwright-core from the console-less browse daemon on Windows it
allocates a visible console window per browser launch, and the
launcher force-kill path shells out to taskkill (a cmd.exe window per
kill — the node_modules twin of the vendored-copy gap in #1989).
Upstream playwright sets no windowsHide and offers no knob, so this
cannot be fixed from gstack call sites the way #2153 fixed the
polyfill spawns.

Carry a bun patchedDependencies patch adding windowsHide: true to the
launcher spawnOptions and the taskkill spawnSync options. Applies
automatically on every bun install. Tripwire test reads the INSTALLED
node_modules file so a playwright version bump that orphans the
exact-version patch key fails CI instead of silently re-flashing
consoles.

Fixes #2160.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-03 11:25:34 +01: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 v1.58.3.0 feat: gbrowser anti-detection Layer C stealth (#2047) 2026-06-18 10:45:05 -07:00
test fix(windows): patch playwright-core processLauncher to pass windowsHide 2026-07-03 11:25:34 +01: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.58.5.0 feat: first-run activation scaffold + gstack router front door (#2078) 2026-06-25 09:42:45 -07:00
SKILL.md.tmpl v1.57.8.0 feat: browse js/eval --out render-to-file (canonical Chromium for offline rendering) (#1929) 2026-06-09 21:02:30 -07:00