@amaster.ai/pi-browser-use 0.1.2-beta.12 → 0.1.2-beta.14

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  # @amaster.ai/pi-browser-use
2
2
 
3
+ ![pi-browser-use preview](https://raw.githubusercontent.com/TGYD-helige/pi/master/packages/pi-browser-use/preview.png)
4
+
3
5
  pi-coding-agent extension that wraps [chrome-devtools-mcp](https://github.com/ChromeDevTools/chrome-devtools-mcp), exposing all browser automation tools with a unified `browser_` prefix.
4
6
 
5
7
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amaster.ai/pi-browser-use",
3
- "version": "0.1.2-beta.12",
3
+ "version": "0.1.2-beta.14",
4
4
  "description": "Pi extension for browser automation via chrome-devtools-mcp with browser_ prefixed tools",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -30,9 +30,11 @@
30
30
  },
31
31
  "files": [
32
32
  "dist",
33
+ "preview.png",
33
34
  "README.md"
34
35
  ],
35
36
  "pi": {
37
+ "image": "https://raw.githubusercontent.com/TGYD-helige/pi/master/packages/pi-browser-use/preview.png",
36
38
  "extensions": [
37
39
  "./dist/index.js"
38
40
  ]
@@ -47,7 +49,7 @@
47
49
  },
48
50
  "dependencies": {
49
51
  "@modelcontextprotocol/sdk": "^1.29.0",
50
- "@amaster.ai/pi-shared": "0.1.2-beta.12"
52
+ "@amaster.ai/pi-shared": "0.1.2-beta.14"
51
53
  },
52
54
  "peerDependencies": {
53
55
  "@earendil-works/pi-ai": ">=0.74.0",
package/preview.png ADDED
Binary file