Skip to content

Commit 747a377

Browse files
chore: version packages (vercel-labs#1054)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bbad2de commit 747a377

File tree

5 files changed

+20
-19
lines changed

5 files changed

+20
-19
lines changed

.changeset/release-v0230.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# agent-browser
22

3+
## 0.23.0
4+
5+
### Minor Changes
6+
7+
- 0f0f300: ### New Features
8+
9+
- **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)
10+
- **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)
11+
- **Close all sessions** - Added `close --all` flag to close every active browser session at once
12+
13+
### Bug Fixes
14+
15+
- Fixed **Lightpanda engine** compatibility (#1050)
16+
- 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)
17+
- Fixed **Windows dashboard relay** using Unix socket instead of TCP (#1038)
18+
- Fixed **radio/checkbox elements** being dropped from compact snapshot tree because the `ref=` check required a leading `[` that those elements lack (#1008)
19+
320
## 0.22.3
421

522
### Patch Changes

cli/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-browser"
3-
version = "0.22.3"
3+
version = "0.23.0"
44
edition = "2021"
55
description = "Fast browser automation CLI for AI agents"
66
license = "Apache-2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent-browser",
3-
"version": "0.22.3",
3+
"version": "0.23.0",
44
"description": "Headless browser automation CLI for AI agents",
55
"type": "module",
66
"files": [

0 commit comments

Comments
 (0)