@frockbot/plugin-shell 0.3.24 → 0.3.25
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 +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frockbot/plugin-shell",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.25",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -52,42 +52,42 @@
|
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
54
|
"@cordisjs/plugin-webui": "0.8.2",
|
|
55
|
-
"@frockbot/agent-runtime": "0.3.
|
|
56
|
-
"@frockbot/application-foundation": "0.3.
|
|
57
|
-
"@frockbot/catalog-core": "0.3.
|
|
58
|
-
"@frockbot/client-core": "0.3.
|
|
59
|
-
"@frockbot/client-ui": "0.3.
|
|
60
|
-
"@frockbot/computer-core": "0.3.
|
|
61
|
-
"@frockbot/computer-host-protocol": "0.3.
|
|
62
|
-
"@frockbot/configuration-core": "0.3.
|
|
63
|
-
"@frockbot/connection-core": "0.3.
|
|
64
|
-
"@frockbot/kernel-agent-loop": "0.3.
|
|
65
|
-
"@frockbot/kernel-composition": "0.3.
|
|
66
|
-
"@frockbot/kernel-contracts": "0.3.
|
|
67
|
-
"@frockbot/kernel-do": "0.3.
|
|
68
|
-
"@frockbot/machine-protocol": "0.3.
|
|
69
|
-
"@frockbot/plugin-applets": "0.3.
|
|
70
|
-
"@frockbot/plugin-authoring": "0.3.
|
|
71
|
-
"@frockbot/plugin-bot-template": "0.3.
|
|
72
|
-
"@frockbot/plugin-computer": "0.3.
|
|
73
|
-
"@frockbot/plugin-flock": "0.3.
|
|
74
|
-
"@frockbot/plugin-image": "0.3.
|
|
75
|
-
"@frockbot/plugin-machine-messages": "0.3.
|
|
76
|
-
"@frockbot/plugin-mcp": "0.3.
|
|
77
|
-
"@frockbot/plugin-memory": "0.3.
|
|
78
|
-
"@frockbot/plugin-package-catalog": "0.3.
|
|
79
|
-
"@frockbot/plugin-routines": "0.3.
|
|
80
|
-
"@frockbot/plugin-skills": "0.3.
|
|
81
|
-
"@frockbot/plugin-subagents": "0.3.
|
|
82
|
-
"@frockbot/plugin-user-machine": "0.3.
|
|
83
|
-
"@frockbot/protocol": "0.3.
|
|
55
|
+
"@frockbot/agent-runtime": "0.3.25",
|
|
56
|
+
"@frockbot/application-foundation": "0.3.25",
|
|
57
|
+
"@frockbot/catalog-core": "0.3.25",
|
|
58
|
+
"@frockbot/client-core": "0.3.25",
|
|
59
|
+
"@frockbot/client-ui": "0.3.25",
|
|
60
|
+
"@frockbot/computer-core": "0.3.25",
|
|
61
|
+
"@frockbot/computer-host-protocol": "0.3.25",
|
|
62
|
+
"@frockbot/configuration-core": "0.3.25",
|
|
63
|
+
"@frockbot/connection-core": "0.3.25",
|
|
64
|
+
"@frockbot/kernel-agent-loop": "0.3.25",
|
|
65
|
+
"@frockbot/kernel-composition": "0.3.25",
|
|
66
|
+
"@frockbot/kernel-contracts": "0.3.25",
|
|
67
|
+
"@frockbot/kernel-do": "0.3.25",
|
|
68
|
+
"@frockbot/machine-protocol": "0.3.25",
|
|
69
|
+
"@frockbot/plugin-applets": "0.3.25",
|
|
70
|
+
"@frockbot/plugin-authoring": "0.3.25",
|
|
71
|
+
"@frockbot/plugin-bot-template": "0.3.25",
|
|
72
|
+
"@frockbot/plugin-computer": "0.3.25",
|
|
73
|
+
"@frockbot/plugin-flock": "0.3.25",
|
|
74
|
+
"@frockbot/plugin-image": "0.3.25",
|
|
75
|
+
"@frockbot/plugin-machine-messages": "0.3.25",
|
|
76
|
+
"@frockbot/plugin-mcp": "0.3.25",
|
|
77
|
+
"@frockbot/plugin-memory": "0.3.25",
|
|
78
|
+
"@frockbot/plugin-package-catalog": "0.3.25",
|
|
79
|
+
"@frockbot/plugin-routines": "0.3.25",
|
|
80
|
+
"@frockbot/plugin-skills": "0.3.25",
|
|
81
|
+
"@frockbot/plugin-subagents": "0.3.25",
|
|
82
|
+
"@frockbot/plugin-user-machine": "0.3.25",
|
|
83
|
+
"@frockbot/protocol": "0.3.25",
|
|
84
84
|
"cordis": "4.0.0-rc.8",
|
|
85
85
|
"vue": "3.5.41"
|
|
86
86
|
},
|
|
87
87
|
"devDependencies": {
|
|
88
88
|
"@cloudflare/workers-types": "latest",
|
|
89
|
-
"@frockbot/plugin-prompt": "0.3.
|
|
90
|
-
"@frockbot/plugin-tools": "0.3.
|
|
89
|
+
"@frockbot/plugin-prompt": "0.3.25",
|
|
90
|
+
"@frockbot/plugin-tools": "0.3.25",
|
|
91
91
|
"@types/bun": "1.3.6",
|
|
92
92
|
"@types/node": "26.2.0",
|
|
93
93
|
"@vitejs/plugin-vue": "6.0.8",
|