From 6f4e63ba91bf710b90868d63795ee42c9fd70be8 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Mon, 1 Jun 2026 12:26:16 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20bump=20to=200.27.0-fork.9=20?= =?UTF-8?q?=E2=80=94=20upstream=20sync=20+=20CDP=20consent=20fix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Upstream cherry-picks (onto v0.27.0 base): - security: same-origin stream command relay (#1355) - feat: hide scrollbars in headless screenshots (#1396) - chore: pnpm minimum release age + node pinning (#1377, fork-adapted) Fork fixes: - fix(connect): stop remote-debugging consent storm — is_connection_alive no longer tears down an externally-attached browser on a transient liveness timeout (was an endless prompt loop / browser freeze) - fix(connect): single consenting WebSocket — drop the throwaway verify probe so the user's one "Allow remote debugging?" click sticks to the real connection --- 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 ded5d2c..303dab2 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.8" +version = "0.27.0-fork.9" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6a383e9..fc07790 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.27.0-fork.8" +version = "0.27.0-fork.9" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 51c04d9..9647837 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.8", + "version": "0.27.0-fork.9", "description": "Browser automation CLI for AI agents — stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",