gstack/browse
t 383814366b fix(browse): closeTab loses last-tab auto-create when 'close' event wins the race
The page 'close' event handler can run while page.close() is awaited and
reassign activeTabId before closeTab's post-close active check, so the
last-tab auto-create branch never ran and the manager was left with zero
tabs. Capture wasActive before close(); only reassign activeTabId when it
no longer points at a live tab. Event-dispatch order varies across
Playwright/Chromium versions, which is why this raced on some machines only.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-10 15:22:12 -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 fix(tests): stop browse/design teardowns from killing the whole bun run 2026-07-04 08:16:43 +03: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