mirror of https://github.com/garrytan/gstack.git
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> |
||
|---|---|---|
| .. | ||
| bin | ||
| scripts | ||
| src | ||
| test | ||
| PLAN-snapshot-dropdown-interactive.md | ||
| SKILL.md | ||
| SKILL.md.tmpl | ||