From bdf674a27e3a10152707ac53e8ce8ede94927532 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 18:26:24 -0600 Subject: [PATCH] chore: version packages (#339) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-e0b673be.md | 5 ----- CHANGELOG.md | 6 ++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 9 insertions(+), 8 deletions(-) delete mode 100644 .changeset/release-e0b673be.md diff --git a/.changeset/release-e0b673be.md b/.changeset/release-e0b673be.md deleted file mode 100644 index 1ebacae..0000000 --- a/.changeset/release-e0b673be.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"agent-browser": patch ---- - -Fixed browser launch options not being passed correctly when using persistent profiles, ensuring args, userAgent, proxy, and ignoreHTTPSErrors settings now work properly. Added pre-flight checks for socket path length limits and directory write permissions to provide clearer error messages when daemon startup fails. Improved error handling to properly exit with failure status when browser launch fails. diff --git a/CHANGELOG.md b/CHANGELOG.md index 04a0d2b..e0ec1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # agent-browser +## 0.8.7 + +### Patch Changes + +- d24f753: Fixed browser launch options not being passed correctly when using persistent profiles, ensuring args, userAgent, proxy, and ignoreHTTPSErrors settings now work properly. Added pre-flight checks for socket path length limits and directory write permissions to provide clearer error messages when daemon startup fails. Improved error handling to properly exit with failure status when browser launch fails. + ## 0.8.6 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 7fac66b..f68c880 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-browser" -version = "0.8.6" +version = "0.8.7" dependencies = [ "dirs", "libc", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 2f84dac..7f2d788 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.8.6" +version = "0.8.7" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index d0ec91a..6710c84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.8.6", + "version": "0.8.7", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",