From e78cc05cec224b15bb78ddb6a079a053ae5c04b2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:36:01 -0500 Subject: [PATCH] chore: version packages (#819) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-mmrjq5ke.md | 11 ----------- CHANGELOG.md | 12 ++++++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 .changeset/release-mmrjq5ke.md diff --git a/.changeset/release-mmrjq5ke.md b/.changeset/release-mmrjq5ke.md deleted file mode 100644 index 39bd008..0000000 --- a/.changeset/release-mmrjq5ke.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"agent-browser": patch ---- - -### New Features - -- **Brave Browser support** - Added auto-discovery of Brave Browser for CDP connections on macOS, Linux, and Windows. The agent will now automatically detect and connect to Brave alongside Chrome, Chromium, and Canary installations (#817) - -### Improvements - -- **Postinstall message** - The post-install message now detects existing Chrome installations on the system. If a compatible browser is found, it confirms the path and notes it will be used automatically instead of prompting an install. If no browser is detected, the warning is clearer and mentions that installation can be skipped when using `--cdp`, `--provider`, `--engine`, or `--executable-path` (#815) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c308f..4c94a08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # agent-browser +## 0.20.7 + +### Patch Changes + +- 25a1526: ### New Features + + - **Brave Browser support** - Added auto-discovery of Brave Browser for CDP connections on macOS, Linux, and Windows. The agent will now automatically detect and connect to Brave alongside Chrome, Chromium, and Canary installations (#817) + + ### Improvements + + - **Postinstall message** - The post-install message now detects existing Chrome installations on the system. If a compatible browser is found, it confirms the path and notes it will be used automatically instead of prompting an install. If no browser is detected, the warning is clearer and mentions that installation can be skipped when using `--cdp`, `--provider`, `--engine`, or `--executable-path` (#815) + ## 0.20.6 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index cd1081f..1b55817 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.6" +version = "0.20.7" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index ab80776..3b2b42a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.6" +version = "0.20.7" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index 723b84b..dc3f7af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.6", + "version": "0.20.7", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [