@averyyy/pi-client 0.80.6-piclient.6 → 0.80.6-piclient.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.
Files changed (2) hide show
  1. package/README.md +3 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -27,11 +27,12 @@ PI_SERVER_URL=https://pi.yreva.asia pi-client -p "Say exactly: ok"
27
27
  Start the browser UI:
28
28
 
29
29
  ```bash
30
- pi install npm:tau-mirror
30
+ pi-client install npm:@averyyy/pi-tau-codex
31
+ # or: pi install npm:@averyyy/pi-tau-codex
31
32
  PI_SERVER_URL=https://pi.yreva.asia pi-client web
32
33
  ```
33
34
 
34
- The web command starts `pi-client` in Tau mirror mode. Tau listens on `http://127.0.0.1:1838` by default and uses the same shared `~/.pi/agent` extension install as local `pi`, so installing Tau with either `pi` or `pi-client` works.
35
+ The web command starts `pi-client` in Tau mirror mode. Install the standalone `@averyyy/pi-tau-codex` extension into the shared `~/.pi/agent` settings first. Tau listens on `http://127.0.0.1:1838` by default.
35
36
 
36
37
  ## Server Auth
37
38
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@averyyy/pi-client",
3
- "version": "0.80.6-piclient.6",
3
+ "version": "0.80.6-piclient.8",
4
4
  "description": "Lightweight CLI wrapper that connects to a pi-server instance",
5
5
  "type": "module",
6
6
  "piClient": {
7
7
  "basePiVersion": "0.80.6",
8
- "basePiCommit": "2b3fda99"
8
+ "basePiCommit": "8479bd84"
9
9
  },
10
10
  "bin": {
11
11
  "pi-client": "bin/pi-client.js"
@@ -25,7 +25,7 @@
25
25
  "prepublishOnly": "npm run build"
26
26
  },
27
27
  "dependencies": {
28
- "@earendil-works/pi-coding-agent": "npm:@averyyy/pi-coding-agent@0.80.6-piclient.6"
28
+ "@earendil-works/pi-coding-agent": "npm:@averyyy/pi-coding-agent@0.80.6-piclient.8"
29
29
  },
30
30
  "devDependencies": {
31
31
  "shx": "0.4.0",