pi-chrome 0.14.7 → 0.14.8
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/CHANGELOG.md +4 -0
- package/SECURITY.md +1 -1
- package/package.json +4 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
All notable user-facing changes to `pi-chrome`.
|
|
4
4
|
|
|
5
|
+
## 0.14.8
|
|
6
|
+
|
|
7
|
+
- Repo moved to its own home: https://github.com/tianrendong/pi-chrome. No code changes; updated `repository`, `homepage`, and `bugs` URLs in `package.json`.
|
|
8
|
+
|
|
5
9
|
## 0.14.7
|
|
6
10
|
|
|
7
11
|
- Replace "30+ challenges" hand-wave in README + COMPARISON.md with the accurate framing from chrome-benchmark: **38 primitive challenges + 4 hermetic BrowserGym-style long-horizon tasks**, scored by **expected-outcome-by-mode** (not raw PASS count). Explains why a synthetic-events tool isn't supposed to satisfy a clipboard user-activation gate — matching that expectation is the pass.
|
package/SECURITY.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
## Reporting a vulnerability
|
|
4
4
|
|
|
5
|
-
Open a GitHub issue prefixed with `[security]` at https://github.com/tianrendong/pi-
|
|
5
|
+
Open a GitHub issue prefixed with `[security]` at https://github.com/tianrendong/pi-chrome/issues, or contact the maintainer directly if the issue is sensitive. Please do **not** include exploit details in a public issue without coordinating first.
|
|
6
6
|
|
|
7
7
|
## Threat model
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pi-chrome",
|
|
3
|
-
"version": "0.14.
|
|
3
|
+
"version": "0.14.8",
|
|
4
4
|
"description": "The de-facto browser automation toolkit for Pi agents. Drive your existing logged-in Chrome — no re-login, no throwaway profile, no CDP. 20+ tools (click, type, navigate, screenshot, network capture, file upload, drag, scroll, touch) + honest result envelopes + a built-in benchmark suite.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pi",
|
|
@@ -32,14 +32,13 @@
|
|
|
32
32
|
"stagehand-alternative"
|
|
33
33
|
],
|
|
34
34
|
"license": "MIT",
|
|
35
|
-
"homepage": "https://github.com/tianrendong/pi-
|
|
35
|
+
"homepage": "https://github.com/tianrendong/pi-chrome#readme",
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
|
-
"url": "git+https://github.com/tianrendong/pi-
|
|
39
|
-
"directory": "packages/pi-chrome"
|
|
38
|
+
"url": "git+https://github.com/tianrendong/pi-chrome.git"
|
|
40
39
|
},
|
|
41
40
|
"bugs": {
|
|
42
|
-
"url": "https://github.com/tianrendong/pi-
|
|
41
|
+
"url": "https://github.com/tianrendong/pi-chrome/issues"
|
|
43
42
|
},
|
|
44
43
|
"type": "commonjs",
|
|
45
44
|
"files": [
|