From df53b1a70efea19233b68e462094310deaa18f67 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Thu, 11 Jun 2026 19:42:07 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=200.27.0-fork.36=20=E2=80=94=20?= =?UTF-8?q?human-like=20input=20stealth=20(humanize)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ships the humanize feature: human-like cursor trajectories (Bézier + easing + press dwell), variable typing cadence, an adaptive per-navigation anti-bot detector that auto-escalates guarded pages to Human, and `--humanize` / AGENT_BROWSER_HUMANIZE control. Default Off → unchanged for ordinary sites. --- 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 de14e09..32acaa8 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.35" +version = "0.27.0-fork.36" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ae5620a..294fe45 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.27.0-fork.35" +version = "0.27.0-fork.36" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 11e300f..b903623 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.35", + "version": "0.27.0-fork.36", "description": "Browser automation CLI for AI agents — stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",