From ebfabe0e62dc31597ba00b6fcf5cdfae150fc6b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 20:57:08 -0500 Subject: [PATCH] chore: version packages (#845) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-mmsiqbyt.md | 12 ------------ CHANGELOG.md | 13 +++++++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 16 insertions(+), 15 deletions(-) delete mode 100644 .changeset/release-mmsiqbyt.md diff --git a/.changeset/release-mmsiqbyt.md b/.changeset/release-mmsiqbyt.md deleted file mode 100644 index e40dd61..0000000 --- a/.changeset/release-mmsiqbyt.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- Fixed **`snapshot -C`** and **`screenshot --annotate`** hanging when connected over WSS (WebSocket Secure) due to sequential CDP round-trips per interactive element (#842) - -### Performance - -- **`snapshot -C` (cursor-interactive mode)** now batches CDP calls instead of issuing N×2 sequential round-trips per cursor-interactive element, preventing timeouts on high-latency WSS connections (#842) -- **`screenshot --annotate`** now batches element queries, reducing completion time from potentially 20–40s (e.g. 50+ buttons over WSS) to within expected bounds (#842) diff --git a/CHANGELOG.md b/CHANGELOG.md index b49918e..a11acc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # agent-browser +## 0.20.12 + +### Patch Changes + +- 5fa2396: ### Bug Fixes + + - Fixed **`snapshot -C`** and **`screenshot --annotate`** hanging when connected over WSS (WebSocket Secure) due to sequential CDP round-trips per interactive element (#842) + + ### Performance + + - **`snapshot -C` (cursor-interactive mode)** now batches CDP calls instead of issuing N×2 sequential round-trips per cursor-interactive element, preventing timeouts on high-latency WSS connections (#842) + - **`screenshot --annotate`** now batches element queries, reducing completion time from potentially 20–40s (e.g. 50+ buttons over WSS) to within expected bounds (#842) + ## 0.20.11 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 52956cf..49afaee 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.11" +version = "0.20.12" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ddcacf9..2e46ed3 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.11" +version = "0.20.12" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index f870086..f63adf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.11", + "version": "0.20.12", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [