{ "name": "@openclaw/acpx", "version": "2026.5.8", "description": "OpenClaw ACP runtime backend", "repository": { "type": "git", "url": "https://github.com/openclaw/openclaw" }, "type": "module", "dependencies": { "@agentclientprotocol/claude-agent-acp": "0.32.0", "@zed-industries/codex-acp": "0.13.0", "acpx": "0.6.1" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*" }, "openclaw": { "extensions": [ "./index.ts" ], "install": { "npmSpec": "@openclaw/acpx", "defaultChoice": "npm", "minHostVersion": ">=2026.4.25" }, "compat": { "pluginApi": ">=2026.5.8" }, "build": { "openclawVersion": "2026.5.8", "staticAssets": [ { "source": "./src/runtime-internals/mcp-proxy.mjs", "output": "mcp-proxy.mjs" }, { "source": "./src/runtime-internals/error-format.mjs", "output": "error-format.mjs" }, { "source": "./src/runtime-internals/mcp-command-line.mjs", "output": "mcp-command-line.mjs" } ] }, "release": { "publishToClawHub": true, "publishToNpm": true } } }