pi-chrome 0.15.18 → 0.15.19

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 CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  All notable user-facing changes to `pi-chrome`.
4
4
 
5
+ ## 0.15.19 — 2026-05-14
6
+
7
+ - **Simpler package description.** README hero and npm/pi.dev description now use the same concise authorization-focused sentence.
8
+
5
9
  ## 0.15.18 — 2026-05-14
6
10
 
7
11
  - **Cleaner package description.** npm/pi.dev description now focuses on the existing Chrome profile and explicit authorization model, avoiding implementation details.
package/README.md CHANGED
@@ -1,7 +1,6 @@
1
1
  # pi-chrome
2
2
 
3
- > **Let a [Pi](https://pi.dev) agent use your existing signed-in Chrome profile.**
4
- > Explicitly authorize each Pi session. No throwaway browser, no re-login.
3
+ > **Let [Pi](https://pi.dev) use your existing signed-in Chrome profile after explicit authorization.**
5
4
 
6
5
  **MIT · 0 runtime deps · loopback-only bridge (`127.0.0.1:17318`) · inspect [`extensions/chrome-profile-bridge/browser-extension/`](./extensions/chrome-profile-bridge/browser-extension) before loading.** Verify connectivity in one command: `/chrome doctor`.
7
6
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "manifest_version": 3,
3
3
  "name": "Pi Chrome Connector",
4
- "version": "0.15.18",
4
+ "version": "0.15.19",
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,11 +1,11 @@
1
1
  {
2
2
  "name": "pi-chrome",
3
- "version": "0.15.18",
3
+ "version": "0.15.19",
4
4
  "scripts": {
5
5
  "version": "node scripts/sync-manifest-version.js",
6
6
  "prepublishOnly": "node scripts/sync-manifest-version.js"
7
7
  },
8
- "description": "Let Pi use your existing signed-in Chrome profile after explicit authorization. No throwaway browser, no re-login.",
8
+ "description": "Let Pi use your existing signed-in Chrome profile after explicit authorization.",
9
9
  "keywords": [
10
10
  "pi",
11
11
  "pi-package",