From 9efcb56651e8694129457149b7438b9f820d8960 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Tue, 9 Jun 2026 17:32:44 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20bump=20to=200.27.0-fork.18=20?= =?UTF-8?q?=E2=80=94=20extension=20connect=20(zero-token=20native-messagin?= =?UTF-8?q?g=20control=20of=20real=20Chrome)=20+=20click=20reliability=20+?= =?UTF-8?q?=20eval-first/find-url/site-notes?= 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 63176db..1e13d4a 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.17" +version = "0.27.0-fork.18" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e99f66a..475f73c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.27.0-fork.17" +version = "0.27.0-fork.18" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 12976d4..d3d745a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.17", + "version": "0.27.0-fork.18", "description": "Browser automation CLI for AI agents — stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",