From f051e72f85184b528443bbaf9c6caf2b13f672a5 Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Thu, 5 Mar 2026 11:20:06 +0900 Subject: [PATCH] chore(release): bump to 0.16.3-fork.1 --- CHANGELOG.md | 11 +++++++++++ cli/Cargo.lock | 2 +- cli/Cargo.toml | 2 +- package.json | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47ed4ad..f40d791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # agent-browser +## 0.16.3-fork.1 + +### Patch Changes + +- Sync upstream `v0.16.2` / `v0.16.3` core fixes into the fork baseline. +- Import headed-mode behavior updates from upstream. +- Improve CDP debug-port discovery by switching to `reqwest` in native Chrome probing. +- Fix dialog dismiss command parsing consistency. +- Surface daemon startup stderr on launch failure to avoid opaque timeout-only errors. +- Keep fork stealth hardening for anti-debug self-destruct flows (`disable-devtool-auto` bootstrap neutralization). + ## 0.16.1-fork.5 ### Patch Changes diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 64a8329..bd8c06a 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -45,7 +45,7 @@ dependencies = [ [[package]] name = "agent-browser-stealth" -version = "0.16.1-fork.5" +version = "0.16.3-fork.1" dependencies = [ "aes-gcm", "async-trait", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 87e7a0b..780986b 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "agent-browser-stealth" -version = "0.16.1-fork.5" +version = "0.16.3-fork.1" edition = "2021" description = "Stealth browser automation CLI for AI agents with anti-bot evasions" license = "Apache-2.0" diff --git a/package.json b/package.json index c9cac44..ec98183 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.16.1-fork.5", + "version": "0.16.3-fork.1", "description": "Stealth browser automation CLI for AI agents with anti-bot evasions", "type": "module", "main": "dist/daemon.js",