mirror of
https://github.com/dtzp555-max/ocp.git
synced 2026-07-21 21:15:09 +00:00
- `ocp update`: pulls latest from GitHub, syncs plugin, restarts proxy - `ocp update --check`: shows current vs latest version without applying - `ocp restart`: now handles both dev.ocp.proxy and legacy ai.openclaw.proxy service names on macOS/Linux - Bumps to v3.2.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
320 B
JSON
14 lines
320 B
JSON
{
|
|
"name": "ocp",
|
|
"version": "3.2.0",
|
|
"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"
|
|
}
|
|
} |