pi-web-ui 0.16.1 → 0.16.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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # pi-web-ui
2
2
 
3
- **English** | [简体中文](README.zh-CN.md)
3
+ **English** | [简体中文](https://github.com/xing-shuyin/pi-web-ui/blob/main/README.zh-CN.md)
4
4
 
5
5
  A web chat interface for the [pi coding agent](https://pi.dev) — the agent runs
6
6
  in-process via the pi SDK and streams events to the browser over WebSocket. Chat
@@ -10,7 +10,7 @@ configured pi install.
10
10
 
11
11
  ## Screenshots
12
12
 
13
- ![pi-web-ui main interface](assets/shot.jpeg)
13
+ ![pi-web-ui main interface](https://cdn.jsdelivr.net/gh/xing-shuyin/pi-web-ui@main/assets/shot.jpeg)
14
14
 
15
15
  ## Install
16
16
 
package/README.zh-CN.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # pi-web-ui
2
2
 
3
- [English](README.md) | **简体中文**
3
+ [English](https://github.com/xing-shuyin/pi-web-ui/blob/main/README.md) | **简体中文**
4
4
 
5
5
  [pi 编码智能体](https://pi.dev) 的 Web 聊天界面 —— 智能体通过 pi SDK 在服务端进程内运行,
6
6
  事件经 WebSocket 流式推送到浏览器。支持思考块与工具调用、附件与图片问答、内置终端、
@@ -8,7 +8,7 @@
8
8
 
9
9
  ## 界面截图
10
10
 
11
- ![pi-web-ui 主界面](assets/shot.jpeg)
11
+ ![pi-web-ui 主界面](https://cdn.jsdelivr.net/gh/xing-shuyin/pi-web-ui@main/assets/shot.jpeg)
12
12
 
13
13
  ## 安装
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-web-ui",
3
- "version": "0.16.1",
3
+ "version": "0.16.2",
4
4
  "description": "Web chat interface for the pi coding agent, powered by the pi SDK (@earendil-works/pi-coding-agent) — one-command run, Docker/systemd/launchd deployable",
5
5
  "license": "MIT",
6
6
  "type": "module",