gstack/browse
Rooj Rin 06d91ec10c fix(browse): pass windowsHide to Node spawn polyfill so Windows spawns don't flash console windows
On Windows the browse daemon runs under Node via bun-polyfill.cjs (Bun
cannot drive Playwright's Chromium there). The polyfill's spawn/spawnSync
forward only stdio/env/cwd and drop windowsHide, so every child process
gets a visible conhost window.

The most user-visible effect: the terminal-agent watchdog respawns
'bun run terminal-agent.ts' every 60s (AGENT_WATCHDOG_TICK_MS), so users
see a bun.exe console window flash roughly once a minute per daemon,
indefinitely. With two daemons alive that's a flash every ~30 seconds.

windowsHide is ignored on non-Windows platforms, so this is a no-op
everywhere else.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-18 13:53:34 +07: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 fix(browse): pass windowsHide to Node spawn polyfill so Windows spawns don't flash console windows 2026-07-18 13:53:34 +07:00
test Merge pull request #2222 from time-attack/fix-brain-trust-policy-reject 2026-07-14 16:46:17 -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.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