feat: add abs alias, refresh extension panel, and bump to 0.16.1-fork.1

This commit is contained in:
leeguooooo
2026-03-04 09:57:56 +09:00
parent eedf824af7
commit 66a39f3c83
9 changed files with 288 additions and 171 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "agent-browser-stealth",
"version": "0.16.1-fork.0",
"version": "0.16.1-fork.1",
"description": "Stealth browser automation CLI for AI agents with anti-bot evasions",
"type": "module",
"main": "dist/daemon.js",
@@ -12,7 +12,8 @@
],
"bin": {
"agent-browser-stealth": "./bin/agent-browser.js",
"agent-browser": "./bin/agent-browser.js"
"agent-browser": "./bin/agent-browser.js",
"abs": "./bin/agent-browser.js"
},
"scripts": {
"prepare": "husky",