-
fix(tabs): gate the about:blank cleanup to the relay only
released this
2026-06-19 05:32:49 +00:00 | 0 commits to main since this releaseThe previous commit closed the leftover about:blank on ANY connection — but on a
launched browser the initial about:blank is the browser's own first tab, not
daemon scratch, so it must stay. Broke e2e_tab_ids_not_reused (launched). Gate
the cleanup on agent_group().is_some() (relay only), where the about:blank is a
tab WE created. e2e_tab_ids_not_reused passes; relay scratch-blank close intact.Downloads