pi-chrome 0.15.41 → 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
@@ -64,32 +64,13 @@ Second doctor run should show all checks passing.
64
64
 
65
65
  ---
66
66
 
67
- ## Quick start
68
-
69
- After install + authorize, try:
70
-
71
- ```text
72
- Look at my GitHub notifications tab and triage which PRs
73
- need my review today, sorted by staleness.
74
- Don't click anything yet — just read and summarize.
75
- ```
76
-
77
- More examples: [`docs/EXAMPLES.md`](./docs/EXAMPLES.md).
78
-
79
- ---
80
-
81
67
  ## What it can do
82
68
 
83
- Pi gets browser tools for:
84
-
85
- - **Tabs** list, open, activate, close, launch Chrome.
86
- - **Inspect** page snapshots, element search/inspection, screenshots, JS evaluation.
87
- - **Navigate/wait** open URLs, wait for page state.
88
- - **Interact** — click, type, fill, key, hover, drag, scroll, tap.
89
- - **Files** — upload files through `<input type=file>` without native picker.
90
- - **Observe** — console logs, network requests, response bodies.
91
-
92
- 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.
93
74
 
94
75
  Tool parameters and gotchas are documented inline in Pi.
95
76
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Pi Chrome Connector",
4
- "version": "0.15.41",
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.41",
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",