pi-chrome 0.15.42 → 0.15.43

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
@@ -66,16 +66,11 @@ Second doctor run should show all checks passing.
66
66
 
67
67
  ## What it can do
68
68
 
69
- Pi gets browser tools for:
70
-
71
- - **Tabs** list, open, activate, close, launch Chrome.
72
- - **Inspect** page snapshots, element search/inspection, screenshots, JS evaluation.
73
- - **Navigate/wait** open URLs, wait for page state.
74
- - **Interact** — click, type, fill, key, hover, drag, scroll, tap.
75
- - **Files** — upload files through `<input type=file>` without native picker.
76
- - **Observe** — console logs, network requests, response bodies.
77
-
78
- Input tools return structured verification data. Pass `includeSnapshot: true` on click/type/fill/key calls to get fresh page state in same result.
69
+ - Read and summarize pages you're already signed into.
70
+ - Click, type, fill forms, scroll, drag, tap, and upload files.
71
+ - Capture screenshots for bugs, PRs, and demos.
72
+ - Inspect console logs and captured `fetch`/`XMLHttpRequest` responses.
73
+ - Manage tabs without taking over your active window.
79
74
 
80
75
  Tool parameters and gotchas are documented inline in Pi.
81
76
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Pi Chrome Connector",
4
- "version": "0.15.42",
4
+ "version": "0.15.43",
5
5
  "description": "Lets Pi control tabs in Chrome via a local connector at 127.0.0.1.",
6
6
  "permissions": [
7
7
  "tabs",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-chrome",
3
- "version": "0.15.42",
3
+ "version": "0.15.43",
4
4
  "scripts": {
5
5
  "test": "node test-suite/unit/csp-eval.test.mjs && node test-suite/unit/automation-target.test.mjs",
6
6
  "version": "node scripts/sync-manifest-version.js",