v0.20.10
vercel-labs/agent-browserv0.20.10Mar 15, 2026by github-actions[bot]
AI Summary
Restores broken WebSocket streaming in the native daemon and fixes auto-connect discovery targeting internal Chrome pages.
Key Highlights
- Restored WebSocket streaming by keeping the StreamServer instance alive
- Fixed auto-connect discovery incorrectly attempting to attach to internal Chrome pages
Full Release Notes
### Patch Changes
- a3d9662: ### Bug Fixes
- **Restored WebSocket streaming** - Fixed broken WebSocket streaming in the native daemon by keeping the **StreamServer** instance alive so the broadcast channel remains open, and ensuring CDP session IDs and connection status are correctly propagated to stream clients (#826)
- **Filtered internal Chrome targets** - Fixed auto-connect discovery incorrectly attempting to attach to Chrome-internal pages (e.g. `chrome://`, `chrome-extension://`, `devtools://` URLs), which could cause unexpected connection failures (#827)