From 9a8d9f439b5e1b11d694c465d5981bff2b29ab94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 19:17:59 -0500 Subject: [PATCH] chore: version packages (#860) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/release-mmtrcg66.md | 15 --------------- CHANGELOG.md | 16 ++++++++++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 .changeset/release-mmtrcg66.md diff --git a/.changeset/release-mmtrcg66.md b/.changeset/release-mmtrcg66.md deleted file mode 100644 index 09acef1..0000000 --- a/.changeset/release-mmtrcg66.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"agent-browser": patch ---- - -### New Features - -- **Idle timeout for daemon auto-shutdown** - Added `--idle-timeout` CLI flag (and `AGENT_BROWSER_IDLE_TIMEOUT_MS` environment variable) to automatically shut down the daemon after a period of inactivity. Accepts human-friendly formats such as `10s`, `3m`, `1h`, or raw milliseconds (#856) -- **Cursor-interactive elements in snapshot tree** - Cursor-interactive elements are now embedded directly into the snapshot tree for richer context (#855) - -### Bug Fixes - -- Fixed **remote host support** in CDP discovery, enabling connection to browsers running on non-local hosts (#854) -- Fixed **CDP flag propagation** to the daemon process, ensuring reliable CDP reconnection across sessions (#857) -- Fixed **Windows auto-connect profiling** to correctly handle browser connection on Windows (#835, #840) -- Fixed **Windows transient error detection** by recognising Windows-specific socket error codes (`os error 10061` connection refused, `os error 10054` connection reset) during daemon reconnection attempts diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f0b75..5ac1086 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # agent-browser +## 0.20.14 + +### Patch Changes + +- c0d4cf6: ### New Features + + - **Idle timeout for daemon auto-shutdown** - Added `--idle-timeout` CLI flag (and `AGENT_BROWSER_IDLE_TIMEOUT_MS` environment variable) to automatically shut down the daemon after a period of inactivity. Accepts human-friendly formats such as `10s`, `3m`, `1h`, or raw milliseconds (#856) + - **Cursor-interactive elements in snapshot tree** - Cursor-interactive elements are now embedded directly into the snapshot tree for richer context (#855) + + ### Bug Fixes + + - Fixed **remote host support** in CDP discovery, enabling connection to browsers running on non-local hosts (#854) + - Fixed **CDP flag propagation** to the daemon process, ensuring reliable CDP reconnection across sessions (#857) + - Fixed **Windows auto-connect profiling** to correctly handle browser connection on Windows (#835, #840) + - Fixed **Windows transient error detection** by recognising Windows-specific socket error codes (`os error 10061` connection refused, `os error 10054` connection reset) during daemon reconnection attempts + ## 0.20.13 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 3d72ae0..c34121c 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser" -version = "0.20.13" +version = "0.20.14" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 172816f..3be09c4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.20.13" +version = "0.20.14" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index ce8d01f..5e8f2d0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.20.13", + "version": "0.20.14", "description": "Headless browser automation CLI for AI agents", "type": "module", "files": [