From 96ee2f975879f91dfb46d151fb5b0bb5e1dcec76 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Thu, 11 Jun 2026 21:30:38 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=200.27.0-fork.41=20=E2=80=94=20?= =?UTF-8?q?relay=20self-heals=20silently=20(no=20user=20action=20on=20blip?= =?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 8e93473..be0f54e 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.40" +version = "0.27.0-fork.41" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index c65b55d..95ae77c 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.27.0-fork.40" +version = "0.27.0-fork.41" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 1f8eee3..41f47f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.40", + "version": "0.27.0-fork.41", "description": "Browser automation CLI for AI agents — stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",