@blackbelt-technology/pi-agent-dashboard 0.4.3 → 0.4.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blackbelt-technology/pi-agent-dashboard",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "Web dashboard for monitoring and interacting with pi agent sessions",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
"screenshots": "npm --prefix site run screenshots"
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@blackbelt-technology/pi-dashboard-extension": "^0.4.
|
|
70
|
-
"@blackbelt-technology/pi-dashboard-server": "^0.4.
|
|
71
|
-
"@blackbelt-technology/pi-dashboard-web": "^0.4.
|
|
69
|
+
"@blackbelt-technology/pi-dashboard-extension": "^0.4.4",
|
|
70
|
+
"@blackbelt-technology/pi-dashboard-server": "^0.4.4",
|
|
71
|
+
"@blackbelt-technology/pi-dashboard-web": "^0.4.4"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"jsdom": "^29.0.2",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blackbelt-technology/pi-dashboard-extension",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "Pi bridge extension for pi-dashboard",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
".pi/skills/pi-dashboard/"
|
|
25
25
|
],
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@blackbelt-technology/pi-dashboard-shared": "^0.4.
|
|
27
|
+
"@blackbelt-technology/pi-dashboard-shared": "^0.4.4",
|
|
28
28
|
"ws": "^8.18.0"
|
|
29
29
|
},
|
|
30
30
|
"peerDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blackbelt-technology/pi-dashboard-server",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"description": "Dashboard server for monitoring and interacting with pi agent sessions",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
"postinstall": "node scripts/fix-pty-permissions.cjs"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@blackbelt-technology/dashboard-plugin-runtime": "^0.4.
|
|
35
|
-
"@blackbelt-technology/pi-dashboard-extension": "^0.4.
|
|
36
|
-
"@blackbelt-technology/pi-dashboard-shared": "^0.4.
|
|
34
|
+
"@blackbelt-technology/dashboard-plugin-runtime": "^0.4.4",
|
|
35
|
+
"@blackbelt-technology/pi-dashboard-extension": "^0.4.4",
|
|
36
|
+
"@blackbelt-technology/pi-dashboard-shared": "^0.4.4",
|
|
37
37
|
"@fastify/compress": "^8.3.1",
|
|
38
38
|
"@fastify/cookie": "^11.0.2",
|
|
39
39
|
"@fastify/cors": "^11.0.0",
|
|
@@ -128,7 +128,7 @@ describe("RecommendedExtension type", () => {
|
|
|
128
128
|
describe("BUNDLED_EXTENSION_IDS manifest", () => {
|
|
129
129
|
it("contains exactly the v0.x initial bundled set", () => {
|
|
130
130
|
// pi-flows temporarily removed: upstream repo lacks SPDX license,
|
|
131
|
-
// blocking the bundle-recommended-extensions.
|
|
131
|
+
// blocking the bundle-recommended-extensions.mjs license check.
|
|
132
132
|
// Re-add when https://github.com/BlackBeltTechnology/pi-flows has
|
|
133
133
|
// a license declared.
|
|
134
134
|
expect([...BUNDLED_EXTENSION_IDS].sort()).toEqual(
|
|
@@ -170,7 +170,7 @@ export const RECOMMENDED_EXTENSIONS: readonly RecommendedExtension[] = [
|
|
|
170
170
|
/**
|
|
171
171
|
* Ids of recommended extensions that ship inside the Electron installer
|
|
172
172
|
* as a pre-bundled source tree. See
|
|
173
|
-
* `packages/electron/scripts/bundle-recommended-extensions.
|
|
173
|
+
* `packages/electron/scripts/bundle-recommended-extensions.mjs` and
|
|
174
174
|
* `installBundledExtensions()` in `dependency-installer.ts`. Every id
|
|
175
175
|
* MUST also appear in `RECOMMENDED_EXTENSIONS` and MUST have a git-based
|
|
176
176
|
* `source` (enforced by a test).
|
|
@@ -182,7 +182,7 @@ export const BUNDLED_EXTENSION_IDS: readonly string[] = [
|
|
|
182
182
|
"pi-anthropic-messages",
|
|
183
183
|
// "pi-flows" is intentionally NOT bundled until the upstream repo declares
|
|
184
184
|
// an SPDX-conformant license (`LICENSE` file or `package.json#license`).
|
|
185
|
-
// The bundle-recommended-extensions.
|
|
185
|
+
// The bundle-recommended-extensions.mjs license allowlist enforcement
|
|
186
186
|
// (MIT/Apache-2.0/BSD-2-Clause/BSD-3-Clause/ISC) correctly rejects it.
|
|
187
187
|
// Re-add this entry once https://github.com/BlackBeltTechnology/pi-flows
|
|
188
188
|
// has a license declared. See: openspec/changes/archive/
|