v0.20.3
vercel-labs/agent-browserv0.20.3Mar 14, 2026by github-actions[bot]
AI Summary
This patch release improves resilience by adding Chrome launch retries and fixes a hanging issue in remote CDP connections by removing size limits and handling binary frames.
Key Highlights
- Chrome launch retry mechanism (up to 3 attempts)
- Fixed Remote CDP snapshot hang over WebSocket connections
- Removed WebSocket message and frame size limits
Full Release Notes
### Patch Changes
- e365909: ### 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)