From c23ce448bd9964410ad597b025f4588f2e932a42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 21:08:38 -0500 Subject: [PATCH] chore: version packages (#809) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-mmr3qgkj.md | 7 ------- CHANGELOG.md | 8 ++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/release-mmr3qgkj.md diff --git a/.changeset/release-mmr3qgkj.md b/.changeset/release-mmr3qgkj.md deleted file mode 100644 index a36cd09..0000000 --- a/.changeset/release-mmr3qgkj.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"agent-browser": patch ---- - -### Bug Fixes - -- **Stale accessibility tree reference fallback** - Fixed an issue where interacting with an element whose **`backend_node_id`** had become stale (e.g. after the DOM was replaced) would fail with a `Could not compute box model` CDP error. Element resolution now re-queries the accessibility tree using role/name lookup to obtain a fresh node ID before retrying the operation (#806) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d894b..77c308f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # agent-browser +## 0.20.6 + +### Patch Changes + +- fa91c22: ### Bug Fixes + + - **Stale accessibility tree reference fallback** - Fixed an issue where interacting with an element whose **`backend_node_id`** had become stale (e.g. after the DOM was replaced) would fail with a `Could not compute box model` CDP error. Element resolution now re-queries the accessibility tree using role/name lookup to obtain a fresh node ID before retrying the operation (#806) + ## 0.20.5 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index b60c414..cd1081f 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.5" +version = "0.20.6" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index eaf6800..ab80776 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.5" +version = "0.20.6" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index eca533e..723b84b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.5", + "version": "0.20.6", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [