@openclaw/acpx 2026.5.26 → 2026.5.27

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/acpx",
3
- "version": "2026.5.26",
3
+ "version": "2026.5.27",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@openclaw/acpx",
9
- "version": "2026.5.26",
9
+ "version": "2026.5.27",
10
10
  "dependencies": {
11
11
  "@agentclientprotocol/claude-agent-acp": "0.37.0",
12
12
  "@zed-industries/codex-acp": "0.15.0",
@@ -5,7 +5,7 @@
5
5
  },
6
6
  "enabledByDefault": true,
7
7
  "name": "ACPX Runtime",
8
- "description": "Embedded ACP runtime backend with plugin-owned session and transport management.",
8
+ "description": "OpenClaw ACP runtime backend with plugin-owned session and transport management.",
9
9
  "skills": ["./skills"],
10
10
  "configSchema": {
11
11
  "type": "object",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@openclaw/acpx",
3
- "version": "2026.5.26",
4
- "description": "OpenClaw ACP runtime backend",
3
+ "version": "2026.5.27",
4
+ "description": "OpenClaw ACP runtime backend with plugin-owned session and transport management.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/openclaw/openclaw"
@@ -26,10 +26,10 @@
26
26
  "minHostVersion": ">=2026.4.25"
27
27
  },
28
28
  "compat": {
29
- "pluginApi": ">=2026.5.26"
29
+ "pluginApi": ">=2026.5.27"
30
30
  },
31
31
  "build": {
32
- "openclawVersion": "2026.5.26",
32
+ "openclawVersion": "2026.5.27",
33
33
  "staticAssets": [
34
34
  {
35
35
  "source": "./src/runtime-internals/mcp-proxy.mjs",
@@ -61,7 +61,7 @@
61
61
  "skills/**"
62
62
  ],
63
63
  "peerDependencies": {
64
- "openclaw": ">=2026.5.26"
64
+ "openclaw": ">=2026.5.27"
65
65
  },
66
66
  "peerDependenciesMeta": {
67
67
  "openclaw": {