From 058a286326bda96891f8bc8eb6e17edd5e46150e Mon Sep 17 00:00:00 2001 From: leeguooooo Date: Tue, 24 Feb 2026 17:14:06 +0900 Subject: [PATCH] =?UTF-8?q?chore(release):=20=E5=8F=91=E5=B8=83=200.14.0-f?= =?UTF-8?q?ork.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新 package.json 版本并写入对应 changelog 条目。 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d556c8..b77b9a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # agent-browser +## 0.14.0-fork.3 + +### Patch Changes + +- Fix CLI typing delay parsing so `--delay` is treated as an option instead of typed text. + - Add `--delay ` parsing for `type` and `keyboard type` + - Support `--` to type literal `--delay` text + - Add regression tests for parsing and delay behavior + - Update CLI help, README, skills, and docs command references + ## 0.14.0 ### Minor Changes diff --git a/package.json b/package.json index 4bb4263..38791f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "agent-browser-stealth", - "version": "0.14.0-fork.2", + "version": "0.14.0-fork.3", "description": "Stealth browser automation CLI for AI agents with anti-bot evasions", "type": "module", "main": "dist/daemon.js",