@pi-harness/pi-harness 0.1.46 → 0.1.47
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/apps/web/dist/assets/{index-DE7mHG4Q.js → index-DIh4WFed.js} +1 -1
- package/apps/web/dist/index.html +1 -1
- package/apps/web/package.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/anchored-standard.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/browser-session.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/obsidian-sync.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/prompt-library.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-bridge.json +2 -2
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-compare.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/skill-catalog.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/sql-lens.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/synapse.json +1 -1
- package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/workspace-search.json +1 -1
- package/node_modules/@pi-harness/api-gateway/package.json +1 -1
- package/node_modules/@pi-harness/cli/package.json +1 -1
- package/node_modules/@pi-harness/host-webserver/package.json +1 -1
- package/node_modules/@pi-harness/web-app/package.json +1 -1
- package/package.json +6 -6
- package/packages/api-gateway/dist/marketplace-entries/official/anchored-standard.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/browser-session.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/obsidian-sync.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/prompt-library.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/session-bridge.json +2 -2
- package/packages/api-gateway/dist/marketplace-entries/official/session-compare.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/skill-catalog.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/sql-lens.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/synapse.json +1 -1
- package/packages/api-gateway/dist/marketplace-entries/official/workspace-search.json +1 -1
- package/packages/api-gateway/package.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/anchored-standard.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/browser-session.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/obsidian-sync.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/prompt-library.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/session-bridge.json +2 -2
- package/packages/api-gateway/src/marketplace-entries/official/session-compare.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/skill-catalog.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/sql-lens.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/synapse.json +1 -1
- package/packages/api-gateway/src/marketplace-entries/official/workspace-search.json +1 -1
- package/packages/api-gateway/test/marketplace.test.ts +1 -1
- package/packages/bundle-web-app/package.json +1 -1
- package/packages/cli/package.json +1 -1
- package/packages/host-webserver/package.json +1 -1
package/apps/web/dist/index.html
CHANGED
|
@@ -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-
|
|
18
|
+
<script type="module" crossorigin src="/assets/index-DIh4WFed.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">
|
package/apps/web/package.json
CHANGED
package/node_modules/@pi-harness/api-gateway/dist/marketplace-entries/official/session-bridge.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "session-bridge",
|
|
3
3
|
"packageName": "@pi-harness/plugin-session-bridge",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.31",
|
|
5
5
|
"name": "Session Bridge",
|
|
6
6
|
"description": "预览并导出会话交接包;导入需要确认,包体经过严格校验并防重复注入。",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"id": "workflow",
|
|
14
14
|
"label": "工作流"
|
|
15
15
|
},
|
|
16
|
-
"capabilities": ["
|
|
16
|
+
"capabilities": ["session-data", "writes-files"],
|
|
17
17
|
"hooks": ["会话桥接工具", "当前会话管理器", "自定义上下文消息", "插件面板"],
|
|
18
18
|
"profile": {
|
|
19
19
|
"name": "@pi-harness/plugin-session-bridge",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pi-harness/pi-harness",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.47",
|
|
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.
|
|
62
|
-
"@pi-harness/cli": "0.1.
|
|
63
|
-
"@pi-harness/core": "^0.1.
|
|
64
|
-
"@pi-harness/host-webserver": "0.1.
|
|
65
|
-
"@pi-harness/web-app": "0.1.
|
|
61
|
+
"@pi-harness/api-gateway": "0.1.47",
|
|
62
|
+
"@pi-harness/cli": "0.1.47",
|
|
63
|
+
"@pi-harness/core": "^0.1.47",
|
|
64
|
+
"@pi-harness/host-webserver": "0.1.47",
|
|
65
|
+
"@pi-harness/web-app": "0.1.47",
|
|
66
66
|
"semver": "7.8.5"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "session-bridge",
|
|
3
3
|
"packageName": "@pi-harness/plugin-session-bridge",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.31",
|
|
5
5
|
"name": "Session Bridge",
|
|
6
6
|
"description": "预览并导出会话交接包;导入需要确认,包体经过严格校验并防重复注入。",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"id": "workflow",
|
|
14
14
|
"label": "工作流"
|
|
15
15
|
},
|
|
16
|
-
"capabilities": ["
|
|
16
|
+
"capabilities": ["session-data", "writes-files"],
|
|
17
17
|
"hooks": ["会话桥接工具", "当前会话管理器", "自定义上下文消息", "插件面板"],
|
|
18
18
|
"profile": {
|
|
19
19
|
"name": "@pi-harness/plugin-session-bridge",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "session-bridge",
|
|
3
3
|
"packageName": "@pi-harness/plugin-session-bridge",
|
|
4
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.31",
|
|
5
5
|
"name": "Session Bridge",
|
|
6
6
|
"description": "预览并导出会话交接包;导入需要确认,包体经过严格校验并防重复注入。",
|
|
7
7
|
"author": "Pi Harness",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"id": "workflow",
|
|
14
14
|
"label": "工作流"
|
|
15
15
|
},
|
|
16
|
-
"capabilities": ["
|
|
16
|
+
"capabilities": ["session-data", "writes-files"],
|
|
17
17
|
"hooks": ["会话桥接工具", "当前会话管理器", "自定义上下文消息", "插件面板"],
|
|
18
18
|
"profile": {
|
|
19
19
|
"name": "@pi-harness/plugin-session-bridge",
|
|
@@ -52,7 +52,7 @@ describe("plugin marketplace registry", () => {
|
|
|
52
52
|
expect(official.get("vision-toolkit")?.profile.config).toEqual({});
|
|
53
53
|
expect(official.get("session-bridge")?.category.id).toBe("workflow");
|
|
54
54
|
expect(official.get("session-bridge")?.description).toMatch(/预览.*导出.*导入需要确认.*严格校验.*防重复注入/u);
|
|
55
|
-
expect(official.get("session-bridge")?.capabilities).toEqual(["
|
|
55
|
+
expect(official.get("session-bridge")?.capabilities).toEqual(["session-data", "writes-files"]);
|
|
56
56
|
expect(official.get("session-bridge")?.hooks).toEqual(["会话桥接工具", "当前会话管理器", "自定义上下文消息", "插件面板"]);
|
|
57
57
|
expect(official.get("session-bridge")?.profile.config).toEqual({});
|
|
58
58
|
expect(official.get("skill-guard")?.category.id).toBe("security");
|