chore: add patch changeset for release (#793)

This commit is contained in:
Chris Tate
2026-03-14 15:54:10 -05:00
committed by GitHub
parent d4b9004a6d
commit e365909d4f
+8
View File
@@ -0,0 +1,8 @@
---
"agent-browser": patch
---
### Bug Fixes
- **Chrome launch retry** - Chrome will now retry launching up to 3 times with a 500ms delay between attempts, improving resilience against transient startup failures (#791)
- **Remote CDP snapshot hang** - Resolved an issue where snapshots would hang indefinitely over remote CDP (WSS) connections by removing WebSocket message and frame size limits to accommodate large responses (e.g. `Accessibility.getFullAXTree`), accepting binary frames from remote proxies such as Browserless, and immediately clearing pending commands when the connection closes rather than waiting for the 30-second timeout (#792)