From fe3c1ddb484f8f601bd12d2152c4d878679724d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 14:06:03 -0500 Subject: [PATCH] chore: version packages (#790) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-mmqodi1d.md | 18 ------------------ CHANGELOG.md | 19 +++++++++++++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 22 insertions(+), 21 deletions(-) delete mode 100644 .changeset/release-mmqodi1d.md diff --git a/.changeset/release-mmqodi1d.md b/.changeset/release-mmqodi1d.md deleted file mode 100644 index bc1a5d9..0000000 --- a/.changeset/release-mmqodi1d.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -"agent-browser": patch ---- - -### New Features - -- **Linux musl (Alpine) builds** - Added pre-built binaries for **linux-musl** targeting both **x64** and **arm64** architectures, enabling native support for Alpine Linux and other musl-based distributions without requiring glibc (#784) - -### Improvements - -- **Consecutive `--auto-connect` commands** - Added support for issuing multiple consecutive `--auto-connect` commands without requiring a full browser relaunch; external connections are now correctly identified and reused (#786) -- **External browser disconnect behavior** - When using `--auto-connect` or `--cdp`, closing the agent session now disconnects cleanly without shutting down the user's browser process - -### Bug Fixes - -- **Restored `refs` dict in `--json` snapshot output** - The `refs` map containing role and name metadata for referenced elements is now correctly included in JSON snapshot responses (#787) -- Fixed e2e test assertions for `diff_snapshot` and `domain_filter` to correctly reflect expected behavior (#783) -- Fixed Chrome temp-dir cleanup test failing on Windows (#766) diff --git a/CHANGELOG.md b/CHANGELOG.md index 316f088..808abc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # agent-browser +## 0.20.2 + +### Patch Changes + +- 944fa01: ### New Features + + - **Linux musl (Alpine) builds** - Added pre-built binaries for **linux-musl** targeting both **x64** and **arm64** architectures, enabling native support for Alpine Linux and other musl-based distributions without requiring glibc (#784) + + ### Improvements + + - **Consecutive `--auto-connect` commands** - Added support for issuing multiple consecutive `--auto-connect` commands without requiring a full browser relaunch; external connections are now correctly identified and reused (#786) + - **External browser disconnect behavior** - When using `--auto-connect` or `--cdp`, closing the agent session now disconnects cleanly without shutting down the user's browser process + + ### Bug Fixes + + - **Restored `refs` dict in `--json` snapshot output** - The `refs` map containing role and name metadata for referenced elements is now correctly included in JSON snapshot responses (#787) + - Fixed e2e test assertions for `diff_snapshot` and `domain_filter` to correctly reflect expected behavior (#783) + - Fixed Chrome temp-dir cleanup test failing on Windows (#766) + ## 0.20.1 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 40c4ed0..af6c327 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.1" +version = "0.20.2" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 6072c16..5f9f50b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.1" +version = "0.20.2" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 131b419..6d5ba6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.1", + "version": "0.20.2", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [