From 25a152652abcf66ec8c3af562d4b4f621b87a56a Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Sun, 15 Mar 2026 04:28:01 -0500 Subject: [PATCH] chore: add patch changeset for release (#818) --- .changeset/release-mmrjq5ke.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/release-mmrjq5ke.md diff --git a/.changeset/release-mmrjq5ke.md b/.changeset/release-mmrjq5ke.md new file mode 100644 index 0000000..39bd008 --- /dev/null +++ b/.changeset/release-mmrjq5ke.md @@ -0,0 +1,11 @@ +--- +"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)