@pi-harness/pi-harness 0.1.41 → 0.1.43

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 (36) hide show
  1. package/apps/web/dist/assets/{index-gS0fF2ev.js → index-HwlJ98Vy.js} +1 -1
  2. package/apps/web/dist/index.html +1 -1
  3. package/apps/web/package.json +1 -1
  4. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/auto-mode.json +1 -1
  5. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/cli-notifier.json +1 -1
  6. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/git-time-capsule.json +1 -1
  7. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mcp-client.json +1 -1
  8. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mcp-panel.json +1 -1
  9. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/mirage-bridge.json +1 -1
  10. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plan-execute.json +3 -3
  11. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/reviewer-bot.json +2 -2
  12. package/node_modules/@pi-harness/api-gateway/package.json +1 -1
  13. package/node_modules/@pi-harness/cli/package.json +1 -1
  14. package/node_modules/@pi-harness/host-webserver/package.json +1 -1
  15. package/node_modules/@pi-harness/web-app/package.json +1 -1
  16. package/package.json +6 -6
  17. package/packages/api-gateway/dist/marketplace-entries/official/auto-mode.json +1 -1
  18. package/packages/api-gateway/dist/marketplace-entries/official/cli-notifier.json +1 -1
  19. package/packages/api-gateway/dist/marketplace-entries/official/git-time-capsule.json +1 -1
  20. package/packages/api-gateway/dist/marketplace-entries/official/mcp-client.json +1 -1
  21. package/packages/api-gateway/dist/marketplace-entries/official/mcp-panel.json +1 -1
  22. package/packages/api-gateway/dist/marketplace-entries/official/mirage-bridge.json +1 -1
  23. package/packages/api-gateway/dist/marketplace-entries/official/plan-execute.json +3 -3
  24. package/packages/api-gateway/dist/marketplace-entries/official/reviewer-bot.json +2 -2
  25. package/packages/api-gateway/package.json +1 -1
  26. package/packages/api-gateway/src/marketplace-entries/official/auto-mode.json +1 -1
  27. package/packages/api-gateway/src/marketplace-entries/official/cli-notifier.json +1 -1
  28. package/packages/api-gateway/src/marketplace-entries/official/git-time-capsule.json +1 -1
  29. package/packages/api-gateway/src/marketplace-entries/official/mcp-client.json +1 -1
  30. package/packages/api-gateway/src/marketplace-entries/official/mcp-panel.json +1 -1
  31. package/packages/api-gateway/src/marketplace-entries/official/mirage-bridge.json +1 -1
  32. package/packages/api-gateway/src/marketplace-entries/official/plan-execute.json +3 -3
  33. package/packages/api-gateway/src/marketplace-entries/official/reviewer-bot.json +2 -2
  34. package/packages/bundle-web-app/package.json +1 -1
  35. package/packages/cli/package.json +1 -1
  36. package/packages/host-webserver/package.json +1 -1
@@ -15,7 +15,7 @@
15
15
  <link rel="apple-touch-icon" href="/icons/app/apple-touch-icon-180.png" sizes="180x180" />
16
16
  <link rel="manifest" href="/manifest.webmanifest" />
17
17
  <title>Pi Harness / Control Room</title>
18
- <script type="module" crossorigin src="/assets/index-gS0fF2ev.js"></script>
18
+ <script type="module" crossorigin src="/assets/index-HwlJ98Vy.js"></script>
19
19
  <link rel="modulepreload" crossorigin href="/assets/react-vendor-BxoMtjVy.js">
20
20
  <link rel="modulepreload" crossorigin href="/assets/markdown-vendor-DUdMWn0M.js">
21
21
  <link rel="stylesheet" crossorigin href="/assets/index-HyFrm458.css">
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/web",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "private": true,
5
5
  "description": "Browser application entry for Pi Harness",
6
6
  "type": "module",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "auto-mode",
3
3
  "packageName": "@pi-harness/plugin-auto-mode",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Auto Mode",
6
6
  "description": "在受控策略下执行 argv 命令:拒绝 shell 包装,危险操作要求确认。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "cli-notifier",
3
3
  "packageName": "@pi-harness/plugin-cli-notifier",
4
- "version": "0.1.29",
4
+ "version": "0.1.30",
5
5
  "name": "CLI Notifier",
6
6
  "description": "agent 轮次结束、失败、被中断,或上下文压缩失败时,发一条本机桌面通知。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "git-time-capsule",
3
3
  "packageName": "@pi-harness/plugin-git-time-capsule",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Git Time Capsule",
6
6
  "description": "把当前未暂存的 Git 改动存成一份逐字节精确的撤销胶囊,确认后才反向应用。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "mcp-client",
3
3
  "packageName": "@pi-harness/plugin-mcp-client",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "MCP Client",
6
6
  "description": "连接 argv 直启的 MCP stdio 服务,桥接它的工具、资源与提示词,请求排队可取消,进程随生命周期回收。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "mcp-panel",
3
3
  "packageName": "@pi-harness/plugin-mcp-panel",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "MCP Panel",
6
6
  "description": "查看 MCP 服务的健康状况和工具列表,预览 profile 补丁,确认并备份后才写入。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "mirage-bridge",
3
3
  "packageName": "@pi-harness/plugin-mirage-bridge",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Mirage Bridge",
6
6
  "description": "把 Pi Harness 接到官方 Mirage 虚拟终端 CLI,不额外引入第二个宿主 shell。",
7
7
  "author": "Pi Harness",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "plan-execute",
3
3
  "packageName": "@pi-harness/plugin-plan-execute",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Plan Execute",
6
- "description": "在当前会话里跟踪一份多步执行计划:进度、依赖和完成状态。",
6
+ "description": "按会话保存多步执行计划、进度和依赖;切回或重新打开会话可恢复,不执行计划中的命令。",
7
7
  "author": "Pi Harness",
8
8
  "repository": "https://github.com/pi-harness/pi-harness",
9
9
  "license": "MIT",
@@ -13,7 +13,7 @@
13
13
  "id": "workflow",
14
14
  "label": "工作流"
15
15
  },
16
- "capabilities": ["read-only"],
16
+ "capabilities": ["session-data", "writes-files"],
17
17
  "hooks": ["会话状态", "插件面板"],
18
18
  "profile": {
19
19
  "name": "@pi-harness/plugin-plan-execute",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "reviewer-bot",
3
3
  "packageName": "@pi-harness/plugin-reviewer-bot",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Reviewer Bot",
6
- "description": "评审当前 Git diff 里的高风险改动、未完成标记和超大文件,不改动工作区。",
6
+ "description": "只读检查相对 HEAD 的已跟踪 Git 改动中的空白错误、疑似凭据和 TODO/FIXME 标记;不含未跟踪文件,不执行测试,也不代替语义代码审查。",
7
7
  "author": "Pi Harness",
8
8
  "repository": "https://github.com/pi-harness/pi-harness",
9
9
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/api-gateway",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "private": true,
5
5
  "description": "Cordis HTTP API routes for the Pi Harness browser client",
6
6
  "homepage": "https://github.com/pi-harness/pi-harness#readme",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/cli",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "private": true,
5
5
  "description": "Plugin-first Pi Harness CLI",
6
6
  "homepage": "https://github.com/pi-harness/pi-harness#readme",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/host-webserver",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "private": true,
5
5
  "description": "Cordis route-registration service for the Pi Harness web host",
6
6
  "homepage": "https://github.com/pi-harness/pi-harness#readme",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/web-app",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "private": true,
5
5
  "description": "Patchable Web application bundle for Pi Harness",
6
6
  "homepage": "https://github.com/pi-harness/pi-harness#readme",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/pi-harness",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "homepage": "https://github.com/pi-harness/pi-harness#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/pi-harness/pi-harness/issues"
@@ -57,11 +57,11 @@
57
57
  "@earendil-works/pi-agent-core": "0.84.4",
58
58
  "@earendil-works/pi-ai": "0.84.4",
59
59
  "@earendil-works/pi-coding-agent": "0.84.4",
60
- "@pi-harness/api-gateway": "0.1.41",
61
- "@pi-harness/cli": "0.1.41",
62
- "@pi-harness/core": "^0.1.41",
63
- "@pi-harness/host-webserver": "0.1.41",
64
- "@pi-harness/web-app": "0.1.41",
60
+ "@pi-harness/api-gateway": "0.1.43",
61
+ "@pi-harness/cli": "0.1.43",
62
+ "@pi-harness/core": "^0.1.43",
63
+ "@pi-harness/host-webserver": "0.1.43",
64
+ "@pi-harness/web-app": "0.1.43",
65
65
  "semver": "7.8.5"
66
66
  },
67
67
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "auto-mode",
3
3
  "packageName": "@pi-harness/plugin-auto-mode",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Auto Mode",
6
6
  "description": "在受控策略下执行 argv 命令:拒绝 shell 包装,危险操作要求确认。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "cli-notifier",
3
3
  "packageName": "@pi-harness/plugin-cli-notifier",
4
- "version": "0.1.29",
4
+ "version": "0.1.30",
5
5
  "name": "CLI Notifier",
6
6
  "description": "agent 轮次结束、失败、被中断,或上下文压缩失败时,发一条本机桌面通知。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "git-time-capsule",
3
3
  "packageName": "@pi-harness/plugin-git-time-capsule",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Git Time Capsule",
6
6
  "description": "把当前未暂存的 Git 改动存成一份逐字节精确的撤销胶囊,确认后才反向应用。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "mcp-client",
3
3
  "packageName": "@pi-harness/plugin-mcp-client",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "MCP Client",
6
6
  "description": "连接 argv 直启的 MCP stdio 服务,桥接它的工具、资源与提示词,请求排队可取消,进程随生命周期回收。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "mcp-panel",
3
3
  "packageName": "@pi-harness/plugin-mcp-panel",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "MCP Panel",
6
6
  "description": "查看 MCP 服务的健康状况和工具列表,预览 profile 补丁,确认并备份后才写入。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "mirage-bridge",
3
3
  "packageName": "@pi-harness/plugin-mirage-bridge",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Mirage Bridge",
6
6
  "description": "把 Pi Harness 接到官方 Mirage 虚拟终端 CLI,不额外引入第二个宿主 shell。",
7
7
  "author": "Pi Harness",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "plan-execute",
3
3
  "packageName": "@pi-harness/plugin-plan-execute",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Plan Execute",
6
- "description": "在当前会话里跟踪一份多步执行计划:进度、依赖和完成状态。",
6
+ "description": "按会话保存多步执行计划、进度和依赖;切回或重新打开会话可恢复,不执行计划中的命令。",
7
7
  "author": "Pi Harness",
8
8
  "repository": "https://github.com/pi-harness/pi-harness",
9
9
  "license": "MIT",
@@ -13,7 +13,7 @@
13
13
  "id": "workflow",
14
14
  "label": "工作流"
15
15
  },
16
- "capabilities": ["read-only"],
16
+ "capabilities": ["session-data", "writes-files"],
17
17
  "hooks": ["会话状态", "插件面板"],
18
18
  "profile": {
19
19
  "name": "@pi-harness/plugin-plan-execute",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "reviewer-bot",
3
3
  "packageName": "@pi-harness/plugin-reviewer-bot",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Reviewer Bot",
6
- "description": "评审当前 Git diff 里的高风险改动、未完成标记和超大文件,不改动工作区。",
6
+ "description": "只读检查相对 HEAD 的已跟踪 Git 改动中的空白错误、疑似凭据和 TODO/FIXME 标记;不含未跟踪文件,不执行测试,也不代替语义代码审查。",
7
7
  "author": "Pi Harness",
8
8
  "repository": "https://github.com/pi-harness/pi-harness",
9
9
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/api-gateway",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "private": true,
5
5
  "description": "Cordis HTTP API routes for the Pi Harness browser client",
6
6
  "homepage": "https://github.com/pi-harness/pi-harness#readme",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "auto-mode",
3
3
  "packageName": "@pi-harness/plugin-auto-mode",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Auto Mode",
6
6
  "description": "在受控策略下执行 argv 命令:拒绝 shell 包装,危险操作要求确认。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "cli-notifier",
3
3
  "packageName": "@pi-harness/plugin-cli-notifier",
4
- "version": "0.1.29",
4
+ "version": "0.1.30",
5
5
  "name": "CLI Notifier",
6
6
  "description": "agent 轮次结束、失败、被中断,或上下文压缩失败时,发一条本机桌面通知。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "git-time-capsule",
3
3
  "packageName": "@pi-harness/plugin-git-time-capsule",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Git Time Capsule",
6
6
  "description": "把当前未暂存的 Git 改动存成一份逐字节精确的撤销胶囊,确认后才反向应用。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "mcp-client",
3
3
  "packageName": "@pi-harness/plugin-mcp-client",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "MCP Client",
6
6
  "description": "连接 argv 直启的 MCP stdio 服务,桥接它的工具、资源与提示词,请求排队可取消,进程随生命周期回收。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "mcp-panel",
3
3
  "packageName": "@pi-harness/plugin-mcp-panel",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "MCP Panel",
6
6
  "description": "查看 MCP 服务的健康状况和工具列表,预览 profile 补丁,确认并备份后才写入。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "mirage-bridge",
3
3
  "packageName": "@pi-harness/plugin-mirage-bridge",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Mirage Bridge",
6
6
  "description": "把 Pi Harness 接到官方 Mirage 虚拟终端 CLI,不额外引入第二个宿主 shell。",
7
7
  "author": "Pi Harness",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "plan-execute",
3
3
  "packageName": "@pi-harness/plugin-plan-execute",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Plan Execute",
6
- "description": "在当前会话里跟踪一份多步执行计划:进度、依赖和完成状态。",
6
+ "description": "按会话保存多步执行计划、进度和依赖;切回或重新打开会话可恢复,不执行计划中的命令。",
7
7
  "author": "Pi Harness",
8
8
  "repository": "https://github.com/pi-harness/pi-harness",
9
9
  "license": "MIT",
@@ -13,7 +13,7 @@
13
13
  "id": "workflow",
14
14
  "label": "工作流"
15
15
  },
16
- "capabilities": ["read-only"],
16
+ "capabilities": ["session-data", "writes-files"],
17
17
  "hooks": ["会话状态", "插件面板"],
18
18
  "profile": {
19
19
  "name": "@pi-harness/plugin-plan-execute",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "reviewer-bot",
3
3
  "packageName": "@pi-harness/plugin-reviewer-bot",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Reviewer Bot",
6
- "description": "评审当前 Git diff 里的高风险改动、未完成标记和超大文件,不改动工作区。",
6
+ "description": "只读检查相对 HEAD 的已跟踪 Git 改动中的空白错误、疑似凭据和 TODO/FIXME 标记;不含未跟踪文件,不执行测试,也不代替语义代码审查。",
7
7
  "author": "Pi Harness",
8
8
  "repository": "https://github.com/pi-harness/pi-harness",
9
9
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/web-app",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "private": true,
5
5
  "description": "Patchable Web application bundle for Pi Harness",
6
6
  "homepage": "https://github.com/pi-harness/pi-harness#readme",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/cli",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "private": true,
5
5
  "description": "Plugin-first Pi Harness CLI",
6
6
  "homepage": "https://github.com/pi-harness/pi-harness#readme",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/host-webserver",
3
- "version": "0.1.41",
3
+ "version": "0.1.43",
4
4
  "private": true,
5
5
  "description": "Cordis route-registration service for the Pi Harness web host",
6
6
  "homepage": "https://github.com/pi-harness/pi-harness#readme",