@pi-harness/pi-harness 0.1.44 → 0.1.45

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 (42) hide show
  1. package/apps/web/dist/assets/{index-Bpup97_v.js → index-frdkU4wS.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/annotation.json +1 -1
  5. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/graph-memory.json +1 -1
  6. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/hol-guard.json +1 -1
  7. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/plugin-radar.json +3 -3
  8. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/prompt-guard.json +1 -1
  9. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/recall-unread.json +1 -1
  10. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/reverse-skill.json +3 -3
  11. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/secure-audit.json +1 -1
  12. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-search.json +1 -1
  13. package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/skill-guard.json +1 -1
  14. package/node_modules/@pi-harness/api-gateway/package.json +1 -1
  15. package/node_modules/@pi-harness/cli/package.json +1 -1
  16. package/node_modules/@pi-harness/host-webserver/package.json +1 -1
  17. package/node_modules/@pi-harness/web-app/package.json +1 -1
  18. package/package.json +6 -6
  19. package/packages/api-gateway/dist/marketplace-entries/official/annotation.json +1 -1
  20. package/packages/api-gateway/dist/marketplace-entries/official/graph-memory.json +1 -1
  21. package/packages/api-gateway/dist/marketplace-entries/official/hol-guard.json +1 -1
  22. package/packages/api-gateway/dist/marketplace-entries/official/plugin-radar.json +3 -3
  23. package/packages/api-gateway/dist/marketplace-entries/official/prompt-guard.json +1 -1
  24. package/packages/api-gateway/dist/marketplace-entries/official/recall-unread.json +1 -1
  25. package/packages/api-gateway/dist/marketplace-entries/official/reverse-skill.json +3 -3
  26. package/packages/api-gateway/dist/marketplace-entries/official/secure-audit.json +1 -1
  27. package/packages/api-gateway/dist/marketplace-entries/official/session-search.json +1 -1
  28. package/packages/api-gateway/dist/marketplace-entries/official/skill-guard.json +1 -1
  29. package/packages/api-gateway/package.json +1 -1
  30. package/packages/api-gateway/src/marketplace-entries/official/annotation.json +1 -1
  31. package/packages/api-gateway/src/marketplace-entries/official/graph-memory.json +1 -1
  32. package/packages/api-gateway/src/marketplace-entries/official/hol-guard.json +1 -1
  33. package/packages/api-gateway/src/marketplace-entries/official/plugin-radar.json +3 -3
  34. package/packages/api-gateway/src/marketplace-entries/official/prompt-guard.json +1 -1
  35. package/packages/api-gateway/src/marketplace-entries/official/recall-unread.json +1 -1
  36. package/packages/api-gateway/src/marketplace-entries/official/reverse-skill.json +3 -3
  37. package/packages/api-gateway/src/marketplace-entries/official/secure-audit.json +1 -1
  38. package/packages/api-gateway/src/marketplace-entries/official/session-search.json +1 -1
  39. package/packages/api-gateway/src/marketplace-entries/official/skill-guard.json +1 -1
  40. package/packages/bundle-web-app/package.json +1 -1
  41. package/packages/cli/package.json +1 -1
  42. 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-Bpup97_v.js"></script>
18
+ <script type="module" crossorigin src="/assets/index-frdkU4wS.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-Dg7joYCK.css">
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/web",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
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": "annotation",
3
3
  "packageName": "@pi-harness/plugin-annotation",
4
- "version": "0.1.29",
4
+ "version": "0.1.30",
5
5
  "name": "Annotations",
6
6
  "description": "把对话里选中的片段和批注存下来,作为后续对话的上下文。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "graph-memory",
3
3
  "packageName": "@pi-harness/plugin-graph-memory",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Graph Memory",
6
6
  "description": "把任务、技能、事件存成带类型的节点和有向关系,落盘加锁,可跨会话检索。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "hol-guard",
3
3
  "packageName": "@pi-harness/plugin-hol-guard",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "HOL Guard",
6
6
  "description": "审计工具参数与待执行文本里的破坏性命令、敏感路径、凭据和外传行为。只提示风险,不拦截执行。",
7
7
  "author": "Pi Harness",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "plugin-radar",
3
3
  "packageName": "@pi-harness/plugin-plugin-radar",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Plugin Radar",
6
- "description": "查看已安装和已配置的插件,包括生命周期状态与来源。",
6
+ "description": "只读搜索 GitHub 上带 Pi Harness Topic 的仓库,按 Star 排序;候选仓库未验证可安装性,不会安装或执行代码。",
7
7
  "author": "Pi Harness",
8
8
  "repository": "https://github.com/pi-harness/pi-harness",
9
9
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  "label": "发现与生态"
15
15
  },
16
16
  "capabilities": ["network-access"],
17
- "hooks": ["上下文生命周期", "插件面板"],
17
+ "hooks": ["GitHub Topic 搜索", "插件面板"],
18
18
  "profile": {
19
19
  "name": "@pi-harness/plugin-plugin-radar",
20
20
  "config": {}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "prompt-guard",
3
3
  "packageName": "@pi-harness/plugin-prompt-guard",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Prompt Guard",
6
6
  "description": "识别提示词覆盖、密钥外传、远程载荷和隐藏指令的迹象,不保留输入原文。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "recall-unread",
3
3
  "packageName": "@pi-harness/plugin-recall-unread",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Recall Unread",
6
6
  "description": "只读扫描当前工作区的会话文件,找出最后一条是用户发言、还没被回复的对话;启动时用缓存,仅在显式调用时重扫。",
7
7
  "author": "Pi Harness",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "reverse-skill",
3
3
  "packageName": "@pi-harness/plugin-reverse-skill",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Reverse Skill Firewall",
6
- "description": "检查不可信的 Skill 文本,只通过一条显式的数据边界注入。",
6
+ "description": "按启发式规则检查传入的 Skill 文本,仅将允许的内容包装为不可信数据;不读取文件、不自动激活 Skill,也不保证内容安全。",
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": "security",
14
14
  "label": "安全"
15
15
  },
16
- "capabilities": ["read-only", "reads-files"],
16
+ "capabilities": ["read-only"],
17
17
  "hooks": ["skill 守卫", "受限内容", "插件面板"],
18
18
  "profile": {
19
19
  "name": "@pi-harness/plugin-reverse-skill",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "secure-audit",
3
3
  "packageName": "@pi-harness/plugin-secure-audit",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Secure Audit",
6
6
  "description": "只读扫描工作区里泄露的凭据和危险 shell 命令,结果中的敏感值会被打码。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "session-search",
3
3
  "packageName": "@pi-harness/plugin-session-search",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Session Search",
6
6
  "description": "在已保存的 Pi JSONL 会话里搜索用户或助手的文本,不修改会话文件。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "skill-guard",
3
3
  "packageName": "@pi-harness/plugin-skill-guard",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Skill Guard",
6
6
  "description": "用启发式规则审计每个已加载 Skill 的 Markdown:指令覆盖、密钥外传、破坏性命令和混淆。只给风险标签,不会停用 Skill。",
7
7
  "author": "Pi Harness",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/api-gateway",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
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.44",
3
+ "version": "0.1.45",
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.44",
3
+ "version": "0.1.45",
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.44",
3
+ "version": "0.1.45",
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.44",
3
+ "version": "0.1.45",
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"
@@ -58,11 +58,11 @@
58
58
  "@earendil-works/pi-agent-core": "0.84.4",
59
59
  "@earendil-works/pi-ai": "0.84.4",
60
60
  "@earendil-works/pi-coding-agent": "0.84.4",
61
- "@pi-harness/api-gateway": "0.1.44",
62
- "@pi-harness/cli": "0.1.44",
63
- "@pi-harness/core": "^0.1.44",
64
- "@pi-harness/host-webserver": "0.1.44",
65
- "@pi-harness/web-app": "0.1.44",
61
+ "@pi-harness/api-gateway": "0.1.45",
62
+ "@pi-harness/cli": "0.1.45",
63
+ "@pi-harness/core": "^0.1.45",
64
+ "@pi-harness/host-webserver": "0.1.45",
65
+ "@pi-harness/web-app": "0.1.45",
66
66
  "semver": "7.8.5"
67
67
  },
68
68
  "devDependencies": {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "annotation",
3
3
  "packageName": "@pi-harness/plugin-annotation",
4
- "version": "0.1.29",
4
+ "version": "0.1.30",
5
5
  "name": "Annotations",
6
6
  "description": "把对话里选中的片段和批注存下来,作为后续对话的上下文。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "graph-memory",
3
3
  "packageName": "@pi-harness/plugin-graph-memory",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Graph Memory",
6
6
  "description": "把任务、技能、事件存成带类型的节点和有向关系,落盘加锁,可跨会话检索。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "hol-guard",
3
3
  "packageName": "@pi-harness/plugin-hol-guard",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "HOL Guard",
6
6
  "description": "审计工具参数与待执行文本里的破坏性命令、敏感路径、凭据和外传行为。只提示风险,不拦截执行。",
7
7
  "author": "Pi Harness",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "plugin-radar",
3
3
  "packageName": "@pi-harness/plugin-plugin-radar",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Plugin Radar",
6
- "description": "查看已安装和已配置的插件,包括生命周期状态与来源。",
6
+ "description": "只读搜索 GitHub 上带 Pi Harness Topic 的仓库,按 Star 排序;候选仓库未验证可安装性,不会安装或执行代码。",
7
7
  "author": "Pi Harness",
8
8
  "repository": "https://github.com/pi-harness/pi-harness",
9
9
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  "label": "发现与生态"
15
15
  },
16
16
  "capabilities": ["network-access"],
17
- "hooks": ["上下文生命周期", "插件面板"],
17
+ "hooks": ["GitHub Topic 搜索", "插件面板"],
18
18
  "profile": {
19
19
  "name": "@pi-harness/plugin-plugin-radar",
20
20
  "config": {}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "prompt-guard",
3
3
  "packageName": "@pi-harness/plugin-prompt-guard",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Prompt Guard",
6
6
  "description": "识别提示词覆盖、密钥外传、远程载荷和隐藏指令的迹象,不保留输入原文。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "recall-unread",
3
3
  "packageName": "@pi-harness/plugin-recall-unread",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Recall Unread",
6
6
  "description": "只读扫描当前工作区的会话文件,找出最后一条是用户发言、还没被回复的对话;启动时用缓存,仅在显式调用时重扫。",
7
7
  "author": "Pi Harness",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "reverse-skill",
3
3
  "packageName": "@pi-harness/plugin-reverse-skill",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Reverse Skill Firewall",
6
- "description": "检查不可信的 Skill 文本,只通过一条显式的数据边界注入。",
6
+ "description": "按启发式规则检查传入的 Skill 文本,仅将允许的内容包装为不可信数据;不读取文件、不自动激活 Skill,也不保证内容安全。",
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": "security",
14
14
  "label": "安全"
15
15
  },
16
- "capabilities": ["read-only", "reads-files"],
16
+ "capabilities": ["read-only"],
17
17
  "hooks": ["skill 守卫", "受限内容", "插件面板"],
18
18
  "profile": {
19
19
  "name": "@pi-harness/plugin-reverse-skill",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "secure-audit",
3
3
  "packageName": "@pi-harness/plugin-secure-audit",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Secure Audit",
6
6
  "description": "只读扫描工作区里泄露的凭据和危险 shell 命令,结果中的敏感值会被打码。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "session-search",
3
3
  "packageName": "@pi-harness/plugin-session-search",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Session Search",
6
6
  "description": "在已保存的 Pi JSONL 会话里搜索用户或助手的文本,不修改会话文件。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "skill-guard",
3
3
  "packageName": "@pi-harness/plugin-skill-guard",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Skill Guard",
6
6
  "description": "用启发式规则审计每个已加载 Skill 的 Markdown:指令覆盖、密钥外传、破坏性命令和混淆。只给风险标签,不会停用 Skill。",
7
7
  "author": "Pi Harness",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/api-gateway",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
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": "annotation",
3
3
  "packageName": "@pi-harness/plugin-annotation",
4
- "version": "0.1.29",
4
+ "version": "0.1.30",
5
5
  "name": "Annotations",
6
6
  "description": "把对话里选中的片段和批注存下来,作为后续对话的上下文。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "graph-memory",
3
3
  "packageName": "@pi-harness/plugin-graph-memory",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Graph Memory",
6
6
  "description": "把任务、技能、事件存成带类型的节点和有向关系,落盘加锁,可跨会话检索。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "hol-guard",
3
3
  "packageName": "@pi-harness/plugin-hol-guard",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "HOL Guard",
6
6
  "description": "审计工具参数与待执行文本里的破坏性命令、敏感路径、凭据和外传行为。只提示风险,不拦截执行。",
7
7
  "author": "Pi Harness",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "plugin-radar",
3
3
  "packageName": "@pi-harness/plugin-plugin-radar",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Plugin Radar",
6
- "description": "查看已安装和已配置的插件,包括生命周期状态与来源。",
6
+ "description": "只读搜索 GitHub 上带 Pi Harness Topic 的仓库,按 Star 排序;候选仓库未验证可安装性,不会安装或执行代码。",
7
7
  "author": "Pi Harness",
8
8
  "repository": "https://github.com/pi-harness/pi-harness",
9
9
  "license": "MIT",
@@ -14,7 +14,7 @@
14
14
  "label": "发现与生态"
15
15
  },
16
16
  "capabilities": ["network-access"],
17
- "hooks": ["上下文生命周期", "插件面板"],
17
+ "hooks": ["GitHub Topic 搜索", "插件面板"],
18
18
  "profile": {
19
19
  "name": "@pi-harness/plugin-plugin-radar",
20
20
  "config": {}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "prompt-guard",
3
3
  "packageName": "@pi-harness/plugin-prompt-guard",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Prompt Guard",
6
6
  "description": "识别提示词覆盖、密钥外传、远程载荷和隐藏指令的迹象,不保留输入原文。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "recall-unread",
3
3
  "packageName": "@pi-harness/plugin-recall-unread",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Recall Unread",
6
6
  "description": "只读扫描当前工作区的会话文件,找出最后一条是用户发言、还没被回复的对话;启动时用缓存,仅在显式调用时重扫。",
7
7
  "author": "Pi Harness",
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "id": "reverse-skill",
3
3
  "packageName": "@pi-harness/plugin-reverse-skill",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Reverse Skill Firewall",
6
- "description": "检查不可信的 Skill 文本,只通过一条显式的数据边界注入。",
6
+ "description": "按启发式规则检查传入的 Skill 文本,仅将允许的内容包装为不可信数据;不读取文件、不自动激活 Skill,也不保证内容安全。",
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": "security",
14
14
  "label": "安全"
15
15
  },
16
- "capabilities": ["read-only", "reads-files"],
16
+ "capabilities": ["read-only"],
17
17
  "hooks": ["skill 守卫", "受限内容", "插件面板"],
18
18
  "profile": {
19
19
  "name": "@pi-harness/plugin-reverse-skill",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "secure-audit",
3
3
  "packageName": "@pi-harness/plugin-secure-audit",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Secure Audit",
6
6
  "description": "只读扫描工作区里泄露的凭据和危险 shell 命令,结果中的敏感值会被打码。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "session-search",
3
3
  "packageName": "@pi-harness/plugin-session-search",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Session Search",
6
6
  "description": "在已保存的 Pi JSONL 会话里搜索用户或助手的文本,不修改会话文件。",
7
7
  "author": "Pi Harness",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "skill-guard",
3
3
  "packageName": "@pi-harness/plugin-skill-guard",
4
- "version": "0.1.30",
4
+ "version": "0.1.31",
5
5
  "name": "Skill Guard",
6
6
  "description": "用启发式规则审计每个已加载 Skill 的 Markdown:指令覆盖、密钥外传、破坏性命令和混淆。只给风险标签,不会停用 Skill。",
7
7
  "author": "Pi Harness",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-harness/web-app",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
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.44",
3
+ "version": "0.1.45",
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.44",
3
+ "version": "0.1.45",
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",