From b59dc4c82c0583b60849d110f27982fac85f1a07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 15:57:43 -0600 Subject: [PATCH] chore: version packages (#545) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .changeset/v0150-security-hardening.md | 7 ------- CHANGELOG.md | 8 ++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/v0150-security-hardening.md diff --git a/.changeset/v0150-security-hardening.md b/.changeset/v0150-security-hardening.md deleted file mode 100644 index 82a8f2b..0000000 --- a/.changeset/v0150-security-hardening.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"agent-browser": minor ---- - -- Added security hardening: authentication vault, content boundary markers, domain allowlist, action policy, action confirmation, and output length limits. -- Added `--download-path` flag (and `AGENT_BROWSER_DOWNLOAD_PATH` env / `downloadPath` config key) to set a default download directory. -- Added `--selector` flag to `scroll` command for scrolling within specific container elements. diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d556c8..d0119d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # agent-browser +## 0.15.0 + +### Minor Changes + +- 2e38882: - Added security hardening: authentication vault, content boundary markers, domain allowlist, action policy, action confirmation, and output length limits. + - Added `--download-path` flag (and `AGENT_BROWSER_DOWNLOAD_PATH` env / `downloadPath` config key) to set a default download directory. + - Added `--selector` flag to `scroll` command for scrolling within specific container elements. + ## 0.14.0 ### Minor Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index c747bf7..e3a6dc2 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -4,7 +4,7 @@ version = 4 [[package]] name = "agent-browser" -version = "0.14.0" +version = "0.15.0" dependencies = [ "base64", "dirs", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 9638764..8941008 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser" -version = "0.14.0" +version = "0.15.0" edition = "2021" description = "Fast browser automation CLI for AI agents" license = "Apache-2.0" diff --git a/package.json b/package.json index dff3069..95ba0d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser", - "version": "0.14.0", + "version": "0.15.0", "description": "Headless browser automation CLI for AI agents", "type": "module", "main": "dist/daemon.js",