agent-browser-loop 0.1.0 → 0.1.1
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,11 +19,11 @@ This doesn't eliminate human review - but it lets agents verify and unblock them
|
|
|
19
19
|
Requires [Bun](https://bun.sh).
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
|
-
bun
|
|
22
|
+
bun install -g agent-browser-loop
|
|
23
23
|
agent-browser setup
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
This installs Playwright Chromium and copies skill files to `.claude/skills/` so Claude, OpenCode, and other AI agents know how to use the browser.
|
|
26
|
+
This installs the CLI globally, downloads Playwright Chromium, and copies skill files to `.claude/skills/` so Claude, OpenCode, and other AI agents know how to use the browser.
|
|
27
27
|
|
|
28
28
|
## Quick Start
|
|
29
29
|
|