mirror of
https://github.com/dtzp555-max/ocp.git
synced 2026-07-19 09:44:07 +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>
17 lines
427 B
JSON
17 lines
427 B
JSON
{
|
|
"id": "ocp",
|
|
"name": "OCP Commands",
|
|
"description": "Slash commands for the OpenClaw Proxy — /ocp usage, /ocp settings, /ocp health, etc.",
|
|
"version": "3.2.0",
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {
|
|
"proxyUrl": {
|
|
"type": "string",
|
|
"default": "http://127.0.0.1:3456",
|
|
"description": "URL of the Claude proxy"
|
|
}
|
|
}
|
|
}
|
|
} |