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.
Files changed (2) hide show
  1. package/README.md +2 -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 add -D agent-browser-loop
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agent-browser-loop",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Let your AI coding agent drive a browser to verify its own work",
5
5
  "license": "MIT",
6
6
  "author": "Jason Silberman",