@henlii/pidance 0.2.22 → 0.2.23

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 (46) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +5 -5
  3. package/.next/build-manifest.json +2 -2
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/required-server-files.json +1 -1
  6. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  7. package/.next/server/app/_global-error.html +1 -1
  8. package/.next/server/app/_global-error.rsc +1 -1
  9. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  10. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  11. package/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  12. package/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  16. package/.next/server/app/_not-found.html +1 -1
  17. package/.next/server/app/_not-found.rsc +1 -1
  18. package/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  19. package/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  20. package/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  21. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  22. package/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  23. package/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  24. package/.next/server/app/api/about/route.js +1 -1
  25. package/.next/server/app/index.html +1 -1
  26. package/.next/server/app/index.rsc +3 -3
  27. package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
  28. package/.next/server/app/index.segments/_full.segment.rsc +3 -3
  29. package/.next/server/app/index.segments/_head.segment.rsc +1 -1
  30. package/.next/server/app/index.segments/_index.segment.rsc +1 -1
  31. package/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  32. package/.next/server/app/page.js +1 -1
  33. package/.next/server/app/page_client-reference-manifest.js +1 -1
  34. package/.next/server/app-paths-manifest.json +5 -5
  35. package/.next/server/chunks/5274.js +1 -1
  36. package/.next/server/middleware-build-manifest.js +1 -1
  37. package/.next/server/pages/404.html +1 -1
  38. package/.next/server/pages/500.html +1 -1
  39. package/.next/server/server-reference-manifest.json +1 -1
  40. package/.next/static/chunks/app/{page-0135c9d722ed6a90.js → page-546bfde49da18ff8.js} +1 -1
  41. package/README.en.md +4 -3
  42. package/README.md +4 -3
  43. package/README.zh-CN.md +3 -2
  44. package/package.json +1 -1
  45. /package/.next/static/{IvTykGOPbSV_UrgPBoP-1 → 9Tr9m3GjZ3RcbmXYktF98}/_buildManifest.js +0 -0
  46. /package/.next/static/{IvTykGOPbSV_UrgPBoP-1 → 9Tr9m3GjZ3RcbmXYktF98}/_ssgManifest.js +0 -0
package/README.en.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  Pidance is an open-source web client for the [Pi](https://github.com/badlogic/pi-mono) coding agent. It reads local Pi session files directly and preserves Pi SDK session and runtime semantics, bringing live chat, project files, Git, worktrees, subagents, and configuration into one browser workspace. Pi remains the source of truth for data and execution semantics; Pidance provides a clearer and more complete interface.
12
12
 
13
- > Current version: `0.2.18` · npm package: `@henlii/pidance` · CLI: `pidance`
13
+ > Current version: `0.2.23` · npm package: `@henlii/pidance` · CLI: `pidance`
14
14
 
15
15
  ## Preview
16
16
 
@@ -86,7 +86,7 @@ pidance
86
86
 
87
87
  ```bash
88
88
  npm install
89
- npm run dev # http://localhost:31415
89
+ npm run dev # non-Windows source development entry (default http://localhost:31415)
90
90
  npm run check # typecheck + lint + unit tests
91
91
  ```
92
92
 
@@ -99,7 +99,8 @@ npm run test:browser # browser regression (needs a running instance; de
99
99
 
100
100
  Do **not** run `npm run build` or `next build` during everyday development: it writes to `.next/` and can disrupt the development server. Production builds belong in an isolated release checkout through `npm run release:check`.
101
101
 
102
- The default development and product port is **31415**. If you also run upstream [pi-web](https://github.com/agegr/pi-web) on the same machine, keep its own port and do not share processes or data directories with Pidance.
102
+ Windows development convention: **31415 is reserved for the installed Pidance build**. Continuous testing of the working tree uses **31416** via
103
+ `.agents/skills/pidance-development/scripts/local-deploy.mjs restart`, with artifacts isolated in `.next-public`. Do not mix installed and working-tree processes, data directories, or build artifacts.
103
104
 
104
105
  ## Release process
105
106
 
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
 
11
11
  Pidance 是面向 [Pi](https://github.com/badlogic/pi-mono) coding agent 的开源 Web 客户端。它直接读取本机 Pi 会话文件,并沿用 Pi SDK 的会话与运行时语义,把实时对话、项目文件、Git、工作树、子代理和配置管理汇集到一个浏览器工作区。Pi 仍是数据与执行语义的事实来源;Pidance 负责提供更清晰、更完整的操作界面。
12
12
 
13
- > 当前版本:`0.2.22` · npm 包:`@henlii/pidance` · CLI:`pidance`
13
+ > 当前版本:`0.2.23` · npm 包:`@henlii/pidance` · CLI:`pidance`
14
14
 
15
15
  ## 界面预览
16
16
 
@@ -89,7 +89,7 @@ pidance
89
89
 
90
90
  ```bash
91
91
  npm install
92
- npm run dev # http://localhost:31415
92
+ npm run dev # 非 Windows 源码开发入口(默认 http://localhost:31415)
93
93
  npm run check # typecheck + lint + 单元测试
94
94
  ```
95
95
 
@@ -102,7 +102,8 @@ npm run test:browser # 浏览器回归(需已运行的实例,默认
102
102
 
103
103
  日常开发**不要**执行 `npm run build` 或 `next build`:它会写入 `.next/` 并干扰开发服务。正式构建只在隔离发布 checkout 中通过 `npm run release:check` 执行。
104
104
 
105
- 默认开发/产品端口为 **31415**。若同机还运行上游 [pi-web](https://github.com/agegr/pi-web),请为其保留其自己的端口,勿与 Pidance 混用进程与数据目录。
105
+ Windows 开发约定:**31415 固定使用已安装的 Pidance 版本**;工作区源码的持续测试使用 **31416**,通过
106
+ `.agents/skills/pidance-development/scripts/local-deploy.mjs restart` 部署到 `.next-public`。勿混用安装版与工作区的进程、数据目录和构建产物。
106
107
 
107
108
  ## 发布
108
109
 
package/README.zh-CN.md CHANGED
@@ -96,10 +96,11 @@ npx @henlii/pidance@latest
96
96
 
97
97
  ```bash
98
98
  npm install
99
- npm run dev
99
+ npm run dev # 非 Windows 源码开发入口;Windows 的 31415 使用已安装版
100
100
  ```
101
101
 
102
- 本地开发端口为 [http://localhost:31415](http://localhost:31415)。若同机还运行上游 [pi-web](https://github.com/agegr/pi-web),请为其保留独立端口与数据目录,勿与 Pidance 混用。
102
+ Windows 开发约定:**31415 固定使用已安装的 Pidance 版本**;工作区源码的持续测试使用 **31416**,通过
103
+ `.agents/skills/pidance-development/scripts/local-deploy.mjs restart` 部署到 `.next-public`。勿混用安装版与工作区的进程、数据目录和构建产物。
103
104
 
104
105
  常用检查:
105
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@henlii/pidance",
3
- "version": "0.2.22",
3
+ "version": "0.2.23",
4
4
  "description": "Pidance:面向 Pi coding agent 的开源 Web 客户端",
5
5
  "homepage": "https://github.com/henlii/pidance#readme",
6
6
  "repository": {