chore: add patch changeset for release (#800)

This commit is contained in:
Chris Tate
2026-03-14 17:19:38 -05:00
committed by GitHub
parent 06842ea7c5
commit e2ebde261c
+11
View File
@@ -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)