@openclaw/openshell-sandbox 2026.5.26 → 2026.5.27-beta.1

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,12 +1,12 @@
1
1
  {
2
2
  "name": "@openclaw/openshell-sandbox",
3
- "version": "2026.5.26",
3
+ "version": "2026.5.27-beta.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/openshell-sandbox",
9
- "version": "2026.5.26",
9
+ "version": "2026.5.27-beta.1",
10
10
  "dependencies": {
11
11
  "zod": "4.4.3"
12
12
  }
@@ -4,7 +4,7 @@
4
4
  "onStartup": true
5
5
  },
6
6
  "name": "OpenShell Sandbox",
7
- "description": "Sandbox backend powered by the NVIDIA OpenShell CLI with mirrored local workspaces and SSH-based command execution.",
7
+ "description": "OpenClaw sandbox backend for the NVIDIA OpenShell CLI with mirrored local workspaces and SSH command execution.",
8
8
  "configSchema": {
9
9
  "type": "object",
10
10
  "additionalProperties": false,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openclaw/openshell-sandbox",
3
- "version": "2026.5.26",
4
- "description": "OpenClaw sandbox backend for the NVIDIA OpenShell CLI",
3
+ "version": "2026.5.27-beta.1",
4
+ "description": "OpenClaw sandbox backend for the NVIDIA OpenShell CLI with mirrored local workspaces and SSH command execution.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/openclaw/openclaw"
@@ -20,10 +20,10 @@
20
20
  "minHostVersion": ">=2026.5.12-beta.1"
21
21
  },
22
22
  "compat": {
23
- "pluginApi": ">=2026.5.26"
23
+ "pluginApi": ">=2026.5.27-beta.1"
24
24
  },
25
25
  "build": {
26
- "openclawVersion": "2026.5.26",
26
+ "openclawVersion": "2026.5.27-beta.1",
27
27
  "bundledDist": false
28
28
  },
29
29
  "release": {
@@ -40,7 +40,7 @@
40
40
  "npm-shrinkwrap.json"
41
41
  ],
42
42
  "peerDependencies": {
43
- "openclaw": ">=2026.5.26"
43
+ "openclaw": ">=2026.5.27-beta.1"
44
44
  },
45
45
  "peerDependenciesMeta": {
46
46
  "openclaw": {