From 1e7619d59ddc6cd794b5eebd91e629b62e7869c7 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Wed, 18 Mar 2026 10:39:34 -0500 Subject: [PATCH] chore: add patch changeset for release (#910) --- .changeset/release-mmw7atc6.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .changeset/release-mmw7atc6.md diff --git a/.changeset/release-mmw7atc6.md b/.changeset/release-mmw7atc6.md new file mode 100644 index 0000000..83bbf9d --- /dev/null +++ b/.changeset/release-mmw7atc6.md @@ -0,0 +1,13 @@ +--- +"agent-browser": patch +--- + +### New Features + +- **HAR 1.2 network capture** - Added commands to capture and export network traffic in HAR 1.2 format, including accurate request/response timing, headers, body sizes, and resource types sourced from Chrome DevTools Protocol events (#864) +- **Built-in `upgrade` command** - Added `agent-browser upgrade` to self-update the CLI; automatically detects your installation method (npm, Homebrew, or Cargo) and runs the appropriate update command (#898) + +### Documentation + +- Added `upgrade` command to the README command reference and installation guide +- Added a dedicated **Updating** section to the README with usage instructions for `agent-browser upgrade`