From 340886293a1e80af428701479fcdc8cd51fc3b84 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Wed, 10 Jun 2026 08:46:43 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=200.27.0-fork.26=20=E2=80=94=20?= =?UTF-8?q?stealth=20navigator.platform=3DMacIntel=20(anti-detection=20fix?= =?UTF-8?q?)?= 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 09d6f5e..5210e6f 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.25" +version = "0.27.0-fork.26" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f09bf47..8331366 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.27.0-fork.25" +version = "0.27.0-fork.26" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 9cb97f4..a0289e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.25", + "version": "0.27.0-fork.26", "description": "Browser automation CLI for AI agents \u2014 stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",