Skip to content

Commit 0af7530

Browse files
committed
chore: add minor changeset for v0.23.0 release
1 parent db215a1 commit 0af7530

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.changeset/release-v0230.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
"agent-browser": minor
3+
---
4+
5+
### New Features
6+
7+
- **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)
8+
- **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)
9+
- **Close all sessions** - Added `close --all` flag to close every active browser session at once
10+
11+
### Bug Fixes
12+
13+
- Fixed **Lightpanda engine** compatibility (#1050)
14+
- 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)
15+
- Fixed **Windows dashboard relay** using Unix socket instead of TCP (#1038)
16+
- Fixed **radio/checkbox elements** being dropped from compact snapshot tree because the `ref=` check required a leading `[` that those elements lack (#1008)

0 commit comments

Comments
 (0)