pi-app 0.7.1 → 0.7.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.
- package/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +1 -1
- package/.next/build-manifest.json +2 -2
- package/.next/required-server-files.js +1 -1
- package/.next/required-server-files.json +1 -1
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +1 -1
- package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +2 -2
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/index.segments/_full.segment.rsc +2 -2
- package/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/page.js +2 -2
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app/share/[token]/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-manifest.json +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/static/chunks/app/{page-0a72cdb03c0de546.js → page-16d9d8fcb33b2a19.js} +2 -2
- package/.next/trace +6 -6
- package/.next/trace-build +1 -1
- package/README.md +11 -11
- package/package.json +1 -1
- /package/.next/static/{mO8qg2XV3QxoVaZcobTyc → g5lgqsoouzYM8ahLSJb8-}/_buildManifest.js +0 -0
- /package/.next/static/{mO8qg2XV3QxoVaZcobTyc → g5lgqsoouzYM8ahLSJb8-}/_ssgManifest.js +0 -0
package/.next/trace-build
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"run-webpack","duration":
|
|
1
|
+
[{"name":"run-webpack","duration":3750251,"timestamp":98936367386,"id":14,"parentId":1,"tags":{},"startTime":1780822663837,"traceId":"007862b160470333"},{"name":"run-typescript","duration":3145944,"timestamp":98940118766,"id":724,"parentId":1,"tags":{},"startTime":1780822667590,"traceId":"007862b160470333"},{"name":"static-check","duration":1106172,"timestamp":98943270212,"id":727,"parentId":1,"tags":{},"startTime":1780822670742,"traceId":"007862b160470333"},{"name":"static-generation","duration":1533481,"timestamp":98944576932,"id":839,"parentId":1,"tags":{},"startTime":1780822672049,"traceId":"007862b160470333"},{"name":"collect-build-traces","duration":10331218,"timestamp":98944377436,"id":836,"parentId":1,"tags":{},"startTime":1780822671849,"traceId":"007862b160470333"},{"name":"telemetry-flush","duration":14,"timestamp":98954710088,"id":848,"parentId":1,"tags":{},"startTime":1780822682183,"traceId":"007862b160470333"},{"name":"next-build","duration":18449834,"timestamp":98936260272,"id":1,"tags":{"buildMode":"default","version":"16.2.6","bundler":"webpack","has-custom-webpack-config":"true","use-build-worker":"false"},"startTime":1780822663730,"traceId":"007862b160470333"}]
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# pi-
|
|
1
|
+
# pi-app
|
|
2
2
|
|
|
3
3
|
[pi 编程智能体](https://github.com/badlogic/pi-mono) 的网页界面。在浏览器中浏览会话、与智能体对话、分叉对话、切换消息分支。
|
|
4
4
|
|
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
**无需安装,直接运行:**
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npx
|
|
10
|
+
npx pi-app@latest
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
**或全局安装后使用:**
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install -g
|
|
17
|
-
pi-
|
|
16
|
+
npm install -g pi-app
|
|
17
|
+
pi-app
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
启动后打开 [http://localhost:30141](http://localhost:30141)。
|
|
@@ -22,15 +22,15 @@ pi-web
|
|
|
22
22
|
**可选参数:**
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
pi-
|
|
26
|
-
pi-
|
|
27
|
-
pi-
|
|
28
|
-
pi-
|
|
25
|
+
pi-app --port 8080 # 自定义端口
|
|
26
|
+
pi-app --hostname 127.0.0.1 # 仅本机访问
|
|
27
|
+
pi-app --remote # 开启远程访问并绑定 0.0.0.0
|
|
28
|
+
pi-app -p 8080 -H 127.0.0.1 # 组合使用
|
|
29
29
|
|
|
30
|
-
PORT=8080 pi-
|
|
30
|
+
PORT=8080 pi-app # 也支持环境变量
|
|
31
31
|
```
|
|
32
32
|
|
|
33
|
-
> 安全提示:pi-
|
|
33
|
+
> 安全提示:pi-app 会提供本地会话删除、模型配置和 API key 写入等接口。默认仅绑定 localhost。远程访问需显式开启(`--remote` 或 Settings → Remote access),并通过配对链接或 Bearer token 认证。详见 [docs/remote-access.md](docs/remote-access.md)。
|
|
34
34
|
|
|
35
35
|
## 功能介绍
|
|
36
36
|
|
|
@@ -55,7 +55,7 @@ PORT=8080 pi-web # 也支持环境变量
|
|
|
55
55
|
|
|
56
56
|
## 规划
|
|
57
57
|
|
|
58
|
-
总计划:[docs/plan-pi-web-macos-workbench.md](docs/plan-pi-web-macos-workbench.md)
|
|
58
|
+
总计划:[docs/plan-pi-web-macos-workbench.md](docs/plan-pi-web-macos-workbench.md)
|
|
59
59
|
贯穿原则:[docs/product-principles.md](docs/product-principles.md)
|
|
60
60
|
|
|
61
61
|
## 开发
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|