chore(release): 发布 0.14.0-fork.3
更新 package.json 版本并写入对应 changelog 条目。
This commit is contained in:
@@ -1,5 +1,15 @@
|
|||||||
# agent-browser
|
# 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
|
## 0.14.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "agent-browser-stealth",
|
"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",
|
"description": "Stealth browser automation CLI for AI agents with anti-bot evasions",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/daemon.js",
|
"main": "dist/daemon.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user