From e2ebde261c2f5b4251f27c4f3b9b8d9e5108bc0a Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Sat, 14 Mar 2026 17:19:38 -0500 Subject: [PATCH] chore: add patch changeset for release (#800) --- .changeset/release-mmqvuqiu.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/release-mmqvuqiu.md diff --git a/.changeset/release-mmqvuqiu.md b/.changeset/release-mmqvuqiu.md new file mode 100644 index 0000000..84685fc --- /dev/null +++ b/.changeset/release-mmqvuqiu.md @@ -0,0 +1,11 @@ +--- +"agent-browser": patch +--- + +### Bug Fixes + +- **Broadcast channel lag handling** - Fixed an issue where **broadcast channel lag** errors were incorrectly treated as stream closure, causing premature termination of event listeners in reload, response body, download, and navigation wait operations. Lagged messages are now skipped and the loop continues instead of breaking (#797) + +### Improvements + +- Removed unused **pnpm setup** steps from the `global-install` CI job, simplifying the workflow configuration (#798)