From 0f0f300d40e29d94d782180238c7f9c27d419d70 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Fri, 27 Mar 2026 09:46:17 -0700 Subject: [PATCH] chore: add minor changeset for v0.23.0 release (#1052) --- .changeset/release-v0230.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .changeset/release-v0230.md diff --git a/.changeset/release-v0230.md b/.changeset/release-v0230.md new file mode 100644 index 0000000..b6ff22a --- /dev/null +++ b/.changeset/release-v0230.md @@ -0,0 +1,16 @@ +--- +"agent-browser": minor +--- + +### New Features + +- **Observability dashboard** - Added a local web UI (`dashboard`) that shows live browser viewports, command activity feeds, console output, network requests, storage, and extensions for all sessions. Manage it with `dashboard start`, `dashboard stop`, and `dashboard install`. The dashboard runs as a standalone background process and all sessions stream to it automatically (#1034) +- **Runtime stream management** - Added `stream enable`, `stream disable`, and `stream status` commands to control WebSocket streaming at runtime. Streaming is now always enabled by default; `AGENT_BROWSER_STREAM_PORT` overrides the port instead of toggling the feature (#951) +- **Close all sessions** - Added `close --all` flag to close every active browser session at once + +### Bug Fixes + +- Fixed **Lightpanda engine** compatibility (#1050) +- Fixed **Windows daemon TCP bind** failing when Hyper-V reserves the port by falling back to an OS-assigned port and writing it to a `.port` file (#1041) +- Fixed **Windows dashboard relay** using Unix socket instead of TCP (#1038) +- Fixed **radio/checkbox elements** being dropped from compact snapshot tree because the `ref=` check required a leading `[` that those elements lack (#1008)