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": [