chore(release): 发布 0.14.0-fork.3

更新 package.json 版本并写入对应 changelog 条目。
This commit is contained in:
leeguooooo
2026-02-24 17:14:06 +09:00
parent b1f27236d8
commit 058a286326
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -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 <ms>` 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
+1 -1
View File
@@ -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",