chore(release): bump to 0.27.0-fork.10 — UX batch + stealth coverage/webdriver
Fixes since fork.9 (UX audit batch): - stealth: per-session coverage so new tabs (tab new) and cross-origin iframe sessions get patched (were unpatched/detectable) - stealth: navigator.webdriver = false (boolean), not undefined — never delete the property (undefined is itself a detection tell) - hygiene: sweep orphaned temp Chrome profiles on daemon startup (only dirs no live process references) — fixes the kill -9 temp-dir disk leak - ux: success-with-no-data prints "Done" instead of a silent exit 0 - ux: top-level aliases for `get` reads (url, cdp-url, title, html, text, ...) - ux: clearer connect errors (consent dialog, "startup flag" guidance, and --cdp on Chrome 136+ points to auto-connect) Known follow-up (not in this release): FullLaunch (--launch) browsers don't get the JS patches / UA-strip applied (navigator.userAgent still shows HeadlessChrome); secondary to the primary CdpAttach mode. Tracked for a dedicated fix.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "agent-browser-stealth"
|
||||
version = "0.27.0-fork.9"
|
||||
version = "0.27.0-fork.10"
|
||||
edition = "2021"
|
||||
description = "Fast browser automation CLI for AI agents"
|
||||
license = "Apache-2.0"
|
||||
|
||||
Reference in New Issue
Block a user