v0.20.7

vercel-labs/agent-browserv0.20.7Mar 15, 2026by github-actions[bot]

AI Summary

Adds support for Brave Browser and improves the installation post-install message.

Key Highlights

  • Added auto-discovery support for Brave Browser on macOS, Linux, and Windows
  • Improved post-install message to detect existing Chrome installations

New Features

  • Brave Browser support

Full Release Notes

### 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)