@agent-vm/agent-vm 0.0.48 → 0.0.49

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.
@@ -1,7 +1,7 @@
1
1
  export type ManagedImageBase = 'openclaw-gateway' | 'tool-vm' | 'worker-gateway';
2
- export declare const MANAGED_BASE_IMAGE_VERSION = "0.0.48";
2
+ export declare const MANAGED_BASE_IMAGE_VERSION = "0.0.49";
3
3
  export declare const MANAGED_OPENCLAW_VERSION = "2026.5.2";
4
- export declare const MANAGED_OPENCLAW_AGENT_VM_PLUGIN_VERSION = "0.0.48";
4
+ export declare const MANAGED_OPENCLAW_AGENT_VM_PLUGIN_VERSION = "0.0.49";
5
5
  export interface ManagedImageSource {
6
6
  readonly kind: 'managedBase';
7
7
  readonly base: ManagedImageBase;
@@ -3,9 +3,9 @@ import path from 'node:path';
3
3
  import { z } from 'zod';
4
4
  import { loadJsonConfigFile } from '../config/json-config-file.js';
5
5
  import { formatZodError } from '../cli/format-zod-error.js';
6
- export const MANAGED_BASE_IMAGE_VERSION = '0.0.48';
6
+ export const MANAGED_BASE_IMAGE_VERSION = '0.0.49';
7
7
  export const MANAGED_OPENCLAW_VERSION = '2026.5.2';
8
- export const MANAGED_OPENCLAW_AGENT_VM_PLUGIN_VERSION = '0.0.48';
8
+ export const MANAGED_OPENCLAW_AGENT_VM_PLUGIN_VERSION = '0.0.49';
9
9
  const managedOpenClawAgentVmPluginPackageName = '@agent-vm/openclaw-agent-vm-plugin';
10
10
  const managedOpenClawAgentVmPluginPackage = `${managedOpenClawAgentVmPluginPackageName}@${MANAGED_OPENCLAW_AGENT_VM_PLUGIN_VERSION}`;
11
11
  const managedOpenClawAgentVmPluginExtensionPath = '/home/openclaw/.openclaw/extensions/gondolin';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-vm/agent-vm",
3
- "version": "0.0.48",
3
+ "version": "0.0.49",
4
4
  "description": "Controller CLI and HTTP server for sandboxed VM coding agents.",
5
5
  "homepage": "https://github.com/ShravanSunder/agent-vm#readme",
6
6
  "bugs": {
@@ -39,12 +39,12 @@
39
39
  "jsonc-parser": "^3.3.1",
40
40
  "tasuku": "^2.3.0",
41
41
  "zod": "^4",
42
- "@agent-vm/gateway-interface": "0.0.48",
43
- "@agent-vm/gondolin-adapter": "0.0.48",
44
- "@agent-vm/agent-vm-worker": "0.0.48",
45
- "@agent-vm/openclaw-gateway": "0.0.48",
46
- "@agent-vm/worker-gateway": "0.0.48",
47
- "@agent-vm/openclaw-agent-vm-plugin": "0.0.48"
42
+ "@agent-vm/agent-vm-worker": "0.0.49",
43
+ "@agent-vm/gateway-interface": "0.0.49",
44
+ "@agent-vm/gondolin-adapter": "0.0.49",
45
+ "@agent-vm/openclaw-agent-vm-plugin": "0.0.49",
46
+ "@agent-vm/worker-gateway": "0.0.49",
47
+ "@agent-vm/openclaw-gateway": "0.0.49"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "rm -rf dist && tsc -p tsconfig.build.json",