fix(tabs): close the leftover initial about:blank when a real tab opens
A fresh session's daemon creates an about:blank scratch tab on connect; a subsequent `tab new <url>` then opened the work tab beside it, so every session's tab group showed a stray 'about:blank' next to the real page (e.g. about:blank + ChatGPT). tab_new now closes any OWNED, still-blank tab once a real (non-blank) tab exists, and re-pins the new tab. Verified live: `tab new <url>` on a fresh session leaves only the work tab. 870 tests pass.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "chrome-use",
|
||||
"version": "1.5.26",
|
||||
"version": "1.5.27",
|
||||
"description": "chrome-use — drive your real, logged-in Chrome from any AI agent, stealth by default",
|
||||
"type": "module",
|
||||
"packageManager": "pnpm@11.1.3",
|
||||
|
||||
Reference in New Issue
Block a user