From 658bf4226ff7b728e4f83487695022a59d0f44eb Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Fri, 12 Jun 2026 01:39:29 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=200.27.0-fork.51=20=E2=80=94=20?= =?UTF-8?q?--launch=20Illegal-invocation=20fix,=20tab-pin=20hardening=20(#?= =?UTF-8?q?7),=20field-report=20ergonomics=20+=20observability=20(#8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - fix(stealth): bind iframe contentWindow proxy methods to the real window (--launch "Illegal invocation" on srcdoc-iframe pages) - fix(tabs): re-pin active target when the pinned page is removed (issue #7) - feat(cli): coordinate click (click / --coords), tabs/get-text aliases, clearer find error (issue #8.4) - fix(observability): screenshot/network stamp @ ; network --clear enables capture immediately (issues #8.1/#8.3) - fix(ab-connect 0.4.2): stale sessionId fails loudly instead of routing to a random tab (issue #8.1) — needs a Chrome Web Store republish - restart notice now flags in-memory context reset (issue #8.2) --- 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 224da55..1d54be8 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.27.0-fork.50" +version = "0.27.0-fork.51" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b6e4e87..85261df 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.27.0-fork.50" +version = "0.27.0-fork.51" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 2bf46cf..2d54bae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.27.0-fork.50", + "version": "0.27.0-fork.51", "description": "Browser automation CLI for AI agents — stealth fork with anti-detection", "type": "module", "packageManager": "pnpm@11.1.3",