@hyperdreamer/pi-webui 1.18.5 → 1.18.6
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 +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ Requirements:
|
|
|
36
36
|
|
|
37
37
|
- Node.js 22.19.0 or newer
|
|
38
38
|
- npm
|
|
39
|
-
- Pi Coding Agent `>=0.
|
|
39
|
+
- Pi Coding Agent `>=0.85.0 <0.86`, configured for your user
|
|
40
40
|
- git and the development tools your agents need
|
|
41
41
|
|
|
42
42
|
Install PI WEBUI from npm or clone from GitHub:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hyperdreamer/pi-webui",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.6",
|
|
4
4
|
"description": "Web UI for persistent Pi Coding Agent sessions in real workspaces.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Federico Jaramillo Martinez and HyperDreamer",
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@changesets/cli": "^2.31.0",
|
|
92
|
-
"@earendil-works/pi-agent-core": "^0.
|
|
93
|
-
"@earendil-works/pi-ai": "^0.
|
|
94
|
-
"@earendil-works/pi-coding-agent": "^0.
|
|
92
|
+
"@earendil-works/pi-agent-core": "^0.85.1",
|
|
93
|
+
"@earendil-works/pi-ai": "^0.85.1",
|
|
94
|
+
"@earendil-works/pi-coding-agent": "^0.85.1",
|
|
95
95
|
"@eslint/js": "^10.0.1",
|
|
96
96
|
"@types/node": "^24.13.3",
|
|
97
97
|
"@types/ws": "^8.18.1",
|
|
@@ -123,9 +123,9 @@
|
|
|
123
123
|
"homepage": "https://pi-webui.dev/",
|
|
124
124
|
"packageManager": "npm@11.11.0",
|
|
125
125
|
"peerDependencies": {
|
|
126
|
-
"@earendil-works/pi-agent-core": ">=0.
|
|
127
|
-
"@earendil-works/pi-ai": ">=0.
|
|
128
|
-
"@earendil-works/pi-coding-agent": ">=0.
|
|
126
|
+
"@earendil-works/pi-agent-core": ">=0.85.0 <0.86",
|
|
127
|
+
"@earendil-works/pi-ai": ">=0.85.0 <0.86",
|
|
128
|
+
"@earendil-works/pi-coding-agent": ">=0.85.0 <0.86"
|
|
129
129
|
},
|
|
130
130
|
"keywords": [
|
|
131
131
|
"pi-package",
|