chore(release): bump to 0.27.0-fork.11 — FullLaunch stealth now fully applied

Fixes the longstanding FullLaunch (--launch) stealth gap: handle_launch's
fresh-launch path now calls apply_stealth_to_browser, so the 32 JS fingerprint
patches and the HeadlessChrome→Chrome UA strip run on launched browsers (they
never did before — only the launch flags applied).

Verified FullLaunch headless: navigator.webdriver=false,
navigator.userAgent=Chrome/<v> (no HeadlessChrome), new tabs + initial page
clean, bot.sannysoft.com 0 failed / 31 passed.
This commit is contained in:
leeguooooo
2026-06-01 14:45:12 +09:00
parent 21d591ee65
commit 27dff19105
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "agent-browser-stealth"
version = "0.27.0-fork.10"
version = "0.27.0-fork.11"
edition = "2021"
description = "Fast browser automation CLI for AI agents"
license = "Apache-2.0"