From 9ae82d620e939c79f15d2c0cf3f07032a7010403 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Mon, 1 Jun 2026 17:24:56 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20bump=20to=200.27.0-fork.12=20?= =?UTF-8?q?=E2=80=94=20embedded=20skills=20for=20single-binary=20install?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `abs skills get core` now works on GitHub-Release/install.sh installs (skill content is embedded in the binary and extracted to a cache dir on first use). First release via the automated tag-push -> release-binaries CI flow. --- 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 61c4e7b..2040147 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.11" +version = "0.27.0-fork.12" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7b66036..d3f67bc 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.27.0-fork.11" +version = "0.27.0-fork.12" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 74be90e..614b405 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.11", + "version": "0.27.0-fork.12", "description": "Browser automation CLI for AI agents — stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",