@kwirthmagnify/kwirth-plugin-pinocchio 0.2.9 → 0.2.10
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/front.js +1 -0
- package/package.json +1 -1
package/front.js
CHANGED
|
@@ -1485,6 +1485,7 @@
|
|
|
1485
1485
|
}
|
|
1486
1486
|
startChannel(channelObject) {
|
|
1487
1487
|
let pinocchioObject = channelObject.data;
|
|
1488
|
+
pinocchioObject.content = [];
|
|
1488
1489
|
pinocchioObject.content.push({ timestamp: Date.now(), text: "Local start pinocchio channel" });
|
|
1489
1490
|
pinocchioObject.paused = false;
|
|
1490
1491
|
pinocchioObject.started = true;
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"id": "pinocchio",
|
|
3
3
|
"name": "@kwirthmagnify/kwirth-plugin-pinocchio",
|
|
4
4
|
"displayName": "Pinocchio",
|
|
5
|
-
"version": "0.2.
|
|
5
|
+
"version": "0.2.10",
|
|
6
6
|
"description": "Pinocchio AI channel plugin for Kwirth - LLM-based Kubernetes event analysis",
|
|
7
7
|
"icon": "AutoFixHigh",
|
|
8
8
|
"website": "https://kwirthmagnify.dev"
|