diff --git a/ocp-plugin/package.json b/ocp-plugin/package.json index c8e7760..68e1a3b 100644 --- a/ocp-plugin/package.json +++ b/ocp-plugin/package.json @@ -1,6 +1,6 @@ { "name": "ocp", - "version": "3.12.0", + "version": "3.16.2", "description": "Slash commands for the OpenClaw Proxy", "main": "index.js", "type": "module", @@ -9,6 +9,7 @@ "openclaw": { "type": "plugin", "id": "ocp", - "pluginManifest": "openclaw.plugin.json" + "pluginManifest": "openclaw.plugin.json", + "extensions": ["./index.js"] } } \ No newline at end of file