{ "name": "@openclaw/acpx", "version": "2026.5.27", "description": "OpenClaw ACP runtime backend with plugin-owned session and transport management.", "repository": { "type": "git", "url": "https://github.com/openclaw/openclaw" }, "type": "module", "dependencies": { "@agentclientprotocol/claude-agent-acp": "0.37.0", "@zed-industries/codex-acp": "0.15.0", "acpx": "0.10.0", "zod": "4.4.3" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*" }, "openclaw": { "extensions": [ "./index.ts" ], "install": { "npmSpec": "@openclaw/acpx", "defaultChoice": "npm", "minHostVersion": ">=2026.4.25" }, "compat": { "pluginApi": ">=2026.5.27" }, "build": { "openclawVersion": "2026.5.27", "staticAssets": [ { "source": "./src/runtime-internals/mcp-proxy.mjs", "output": "mcp-proxy.mjs" }, { "source": "./src/runtime-internals/mcp-command-line.mjs", "output": "mcp-command-line.mjs" } ] }, "release": { "publishToClawHub": true, "publishToNpm": true, "bundleRuntimeDependencies": false } } }