chore: add patch changeset for release (#830)

This commit is contained in:
Chris Tate
2026-03-15 10:14:01 -05:00
committed by GitHub
parent 8348b77800
commit a3d966244e
+8
View File
@@ -0,0 +1,8 @@
---
"agent-browser": patch
---
### 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)