remote-pi 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ first time it asks a couple of questions and you are done.
16
16
  Install the extension (one-time):
17
17
 
18
18
  ```bash
19
- npm i remote-pi
19
+ pi install npm:remote-pi
20
20
  ```
21
21
 
22
22
  Then in any Pi terminal:
@@ -107,7 +107,7 @@ Until the public releases land, follow
107
107
  Requirements: Node 20+, Pi (the host coding agent).
108
108
 
109
109
  ```bash
110
- npm i remote-pi
110
+ pi install npm:remote-pi
111
111
  ```
112
112
 
113
113
  The extension self-registers the `/remote-pi` slash command and deploys an
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remote-pi",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Mobile remote control and local agent mesh for the Pi coding agent. Pair your phone via QR over a relay, watch tool calls in real time, run multi-Pi sessions over a local Unix Domain Socket broker, and let agents talk to each other through structured request/reply.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",