gstack/browse
t 25f4e1a649 test(browse): bun-version-agnostic hooks, hermetic env, cross-file state restore
- commands.test.ts: describe-scoped beforeAll(goto) hooks become
  beforeEach — bun 1.2.x runs describe-scoped beforeAll eagerly at file
  start in file order, so the three navigations clobbered each other and
  cascaded into 55 wrong-page / dead-session failures; beforeEach is
  correctly scoped on all bun versions.
- content-security.test.ts: restore the module-load urlBlocklistFilter
  after the content-filter describe — the module instance is shared
  across files, and leaving the registry empty broke
  security-integration.test.ts downstream.
- watchdog.test.ts: hardcoded ports 34901-34903 → BROWSE_PORT=0 (random),
  ending EADDRINUSE collisions with sibling worktree runs.
- gstack-update-check.test.ts: pin GSTACK_HOME/GSTACK_STATE_ROOT to the
  test's state dir so leaked env from other files can't redirect config.
- terminal-agent(.integration).test.ts: re-pin static-grep anchors to the
  current maybeSpawnPty/canDispatchOverTunnel source; feature-detected
  skip for Bun.spawn PTY support (absent on bun 1.2.x); success-path
  WebSocket handshake via raw TCP (fetch() never resolves 101 upgrades
  on bun 1.2.x).
- dual-listener.test.ts: update pinned literal to the args-aware
  canDispatchOverTunnel(body?.command, body?.args) form.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 15:22:30 -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): closeTab loses last-tab auto-create when 'close' event wins the race 2026-07-10 15:22:12 -07:00
test test(browse): bun-version-agnostic hooks, hermetic env, cross-file state restore 2026-07-10 15:22:30 -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