From 27dff19105041c4a6543f6c08cb7edcbe9498f88 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Mon, 1 Jun 2026 14:45:12 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20bump=20to=200.27.0-fork.11=20?= =?UTF-8?q?=E2=80=94=20FullLaunch=20stealth=20now=20fully=20applied?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/ (no HeadlessChrome), new tabs + initial page clean, bot.sannysoft.com 0 failed / 31 passed. --- cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index c8851d6..46eb737 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.10" +version = "0.27.0-fork.11" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a4248ba..6f59811 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -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" diff --git a/package.json b/package.json index c286f6a..74be90e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.10", + "version": "0.27.0-fork.11", "description": "Browser automation CLI for AI agents — stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",