From fd19b30128a9a70015945d80343fb75db7e591b3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 17:24:28 +0000 Subject: [PATCH] chore: version packages --- .changeset/release-v0230.md | 16 ---------------- CHANGELOG.md | 17 +++++++++++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 20 insertions(+), 19 deletions(-) delete mode 100644 .changeset/release-v0230.md diff --git a/.changeset/release-v0230.md b/.changeset/release-v0230.md deleted file mode 100644 index b6ff22a05..000000000 --- a/.changeset/release-v0230.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -"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) diff --git a/CHANGELOG.md b/CHANGELOG.md index e403ee29a..9328ab0a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # agent-browser +## 0.23.0 + +### Minor Changes + +- 0f0f300: ### 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) + ## 0.22.3 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 13d2e4939..e53cabc55 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.22.3" +version = "0.23.0" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e41b98461..61f132362 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.22.3" +version = "0.23.0" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index c7d9f1fb2..814f7a974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.22.3", + "version": "0.23.0", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [