@averyyy/pi-coding-agent 0.80.3-piclient.3 → 0.80.3-piclient.5

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.
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@averyyy/pi-coding-agent",
3
- "version": "0.80.3-piclient.3",
3
+ "version": "0.80.3-piclient.5",
4
4
  "description": "Coding agent CLI with read, bash, edit, write tools and session management",
5
5
  "type": "module",
6
6
  "piConfig": {
@@ -42,9 +42,9 @@
42
42
  "prepublishOnly": "npm run clean && npm run build && npm run shrinkwrap"
43
43
  },
44
44
  "dependencies": {
45
- "@earendil-works/pi-agent-core": "^0.80.3",
46
- "@earendil-works/pi-ai": "^0.80.3",
47
- "@earendil-works/pi-tui": "^0.80.3",
45
+ "@earendil-works/pi-agent-core": "npm:@averyyy/pi-agent-core@0.80.3-piclient.5",
46
+ "@earendil-works/pi-ai": "npm:@averyyy/pi-ai@0.80.3-piclient.5",
47
+ "@earendil-works/pi-tui": "npm:@averyyy/pi-tui@0.80.3-piclient.5",
48
48
  "@silvia-odwyer/photon-node": "0.3.4",
49
49
  "chalk": "5.6.2",
50
50
  "cross-spawn": "7.0.6",
@@ -94,10 +94,13 @@
94
94
  "license": "MIT",
95
95
  "repository": {
96
96
  "type": "git",
97
- "url": "git+https://github.com/earendil-works/pi.git",
97
+ "url": "https://github.com/Averyyy/pi-client",
98
98
  "directory": "packages/coding-agent"
99
99
  },
100
100
  "engines": {
101
101
  "node": ">=22.19.0"
102
+ },
103
+ "publishConfig": {
104
+ "access": "public"
102
105
  }
103
106
  }