From daf7263385064c9501731cc3a5ca90f0c68cacbd Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Sun, 15 Mar 2026 08:16:02 -0500 Subject: [PATCH] chore: add patch changeset for release (#823) --- .changeset/release-mmrrum4k.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .changeset/release-mmrrum4k.md diff --git a/.changeset/release-mmrrum4k.md b/.changeset/release-mmrrum4k.md new file mode 100644 index 0000000..d98a6a5 --- /dev/null +++ b/.changeset/release-mmrrum4k.md @@ -0,0 +1,13 @@ +--- +"agent-browser": patch +--- + +### Bug Fixes + +- Fixed **video duration** being reported incorrectly when using real-time ffmpeg encoding for screen recording (#812) +- Removed obsolete **`BrowserManager` TypeScript API** references that no longer reflect the current CLI-based usage model (#821) + +### Documentation + +- Updated README to replace outdated **`BrowserManager` programmatic API** examples with the current CLI-based approach using `execSync` and `agent-browser` commands (#821) +- Removed the **Programmatic API** section covering `BrowserManager` screencast and input injection methods, which are no longer part of the public API (#821)