mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-26 06:49:30 +00:00
* chore(release): close out 2026.6.10 on main * chore(release): align native app metadata for 2026.6.10 * chore(release): sync Android 2026.6.10 notes * docs(changelog): preserve 2026.6.9 history * docs(changelog): preserve 2026.6.9 history
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@openclaw/acpx",
|
|
"version": "2026.6.10",
|
|
"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.39.0",
|
|
"@zed-industries/codex-acp": "0.15.0",
|
|
"acpx": "0.11.2",
|
|
"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.6.10"
|
|
},
|
|
"build": {
|
|
"openclawVersion": "2026.6.10",
|
|
"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
|
|
}
|
|
}
|
|
}
|