diff --git a/.changeset/release-mmrwab5f.md b/.changeset/release-mmrwab5f.md new file mode 100644 index 0000000..9176fa4 --- /dev/null +++ b/.changeset/release-mmrwab5f.md @@ -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)