mirror of
https://github.com/dtzp555-max/ocp.git
synced 2026-07-21 21:15:09 +00:00
ocp-plugin/package.json's openclaw object lacked the 'extensions' field that OpenClaw 2026.5.27 requires to install/load a plugin (matches the sibling olp plugin). Without it the daemon refused to load the local path plugin, breaking /ocp Telegram commands. Version synced 3.12.0 -> 3.16.2 to match the manifest. Plugin-layer change; no server.mjs / ALIGNMENT cli.js surface touched.
15 lines
355 B
JSON
15 lines
355 B
JSON
{
|
|
"name": "ocp",
|
|
"version": "3.16.2",
|
|
"description": "Slash commands for the OpenClaw Proxy",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"keywords": ["openclaw", "plugin", "ocp", "proxy"],
|
|
"license": "MIT",
|
|
"openclaw": {
|
|
"type": "plugin",
|
|
"id": "ocp",
|
|
"pluginManifest": "openclaw.plugin.json",
|
|
"extensions": ["./index.js"]
|
|
}
|
|
} |