From 75bd1d21a7b3e4c1ebf7d09771bd749d15a26d7a Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Wed, 10 Jun 2026 00:42:16 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=200.27.0-fork.24=20=E2=80=94=20?= =?UTF-8?q?passive=20tab=20discovery=20no=20longer=20hijacks=20active=20ta?= =?UTF-8?q?b=20(per-session=20control)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 fac0715..964a6e3 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.23" +version = "0.27.0-fork.24" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 4385ec1..8b3a65b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.27.0-fork.23" +version = "0.27.0-fork.24" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 5f19f1c..5dba68f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.23", + "version": "0.27.0-fork.24", "description": "Browser automation CLI for AI agents \u2014 stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",