@divebell/agent-browser 0.33.2-divebell.3 → 0.33.2-divebell.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/bin/agent-browser-darwin-arm64 +0 -0
- package/bin/agent-browser-darwin-x64 +0 -0
- package/bin/agent-browser-linux-arm64 +0 -0
- package/bin/agent-browser-linux-musl-arm64 +0 -0
- package/bin/agent-browser-linux-musl-x64 +0 -0
- package/bin/agent-browser-linux-x64 +0 -0
- package/bin/agent-browser-win32-x64.exe +0 -0
- package/package.json +2 -3
package/README.md
CHANGED
|
@@ -77,6 +77,7 @@ Detects your installation method (npm, Homebrew, or Cargo) and runs the appropri
|
|
|
77
77
|
### Requirements
|
|
78
78
|
|
|
79
79
|
- **Chrome** - Run `agent-browser install` to download Chrome from [Chrome for Testing](https://developer.chrome.com/blog/chrome-for-testing/) (Google's official automation channel). Existing Chrome, Brave, Playwright, and Puppeteer installations are detected automatically. No Playwright or Node.js required for the daemon.
|
|
80
|
+
- **Node.js 20.19+** - Required when installing or invoking the npm package wrapper. The native daemon itself does not require Node.js.
|
|
80
81
|
- **Node.js 24+ and pnpm 11+** - Only needed when building from source.
|
|
81
82
|
- **Rust** - Only needed when building from source (see From Source above).
|
|
82
83
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@divebell/agent-browser",
|
|
3
|
-
"version": "0.33.2-divebell.
|
|
3
|
+
"version": "0.33.2-divebell.4",
|
|
4
4
|
"description": "Browser automation CLI for AI agents with Divebell memory diagnostics",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
|
-
"node": ">=
|
|
8
|
-
"pnpm": ">=11.0.0"
|
|
7
|
+
"node": ">=20.19.0"
|
|
9
8
|
},
|
|
10
9
|
"files": [
|
|
11
10
|
"bin",
|