@agent-vm/openclaw-agent-vm-plugin 0.0.35 → 0.0.38

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.
@@ -2,6 +2,10 @@
2
2
  "id": "gondolin",
3
3
  "name": "Gondolin VM Sandbox",
4
4
  "description": "Sandbox backend powered by Gondolin micro-VMs with SSH-based command execution via controller lease API.",
5
+ "cliBackends": ["gondolin"],
6
+ "activation": {
7
+ "onStartup": true
8
+ },
5
9
  "configSchema": {
6
10
  "type": "object",
7
11
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-vm/openclaw-agent-vm-plugin",
3
- "version": "0.0.35",
3
+ "version": "0.0.38",
4
4
  "description": "OpenClaw sandbox-backend plugin that delegates execution to a Gondolin-managed VM.",
5
5
  "homepage": "https://github.com/ShravanSunder/agent-vm#readme",
6
6
  "bugs": {
@@ -29,7 +29,7 @@
29
29
  "access": "public"
30
30
  },
31
31
  "dependencies": {
32
- "@agent-vm/gondolin-adapter": "0.0.35"
32
+ "@agent-vm/gondolin-adapter": "0.0.38"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsdown && cp openclaw.plugin.json sdk-validate.mjs dist/",