What's New
ocp update — Self-update from the terminal
ocp update --check # Check if a new version is available
ocp update # Pull latest, sync plugin, restart proxyNo more manual git pull — one command keeps OCP current across all your machines.
OpenClaw coexistence fix
OCP's auto-start service was being flagged by OpenClaw's gateway as a conflicting "gateway-like service". The root cause: OpenClaw scans LaunchAgent plists and systemd units for the openclaw keyword.
Fixed by renaming service identifiers:
- macOS:
ai.openclaw.proxy→dev.ocp.proxy - Linux:
openclaw-proxy.service→ocp-proxy.service - Logs:
~/.openclaw/logs/→~/.ocp/logs/
Existing users: run node setup.mjs or ocp update to auto-migrate. No manual steps needed.
Other improvements
ocp restartnow works with both old and new service names on macOS and Linux- Symlink installs (
ln -s) now resolve correctly forocp updateandocp restart - OCP plugin version synced to main project (was stuck at 1.0.0)
- Removed obsolete
clean-slash-sessions.sh
Upgrade
# If you already have ocp installed:
cd ~/.openclaw/projects/ocp # or wherever you cloned it
git pull origin main
# From now on, just:
ocp updateFull Changelog: v3.0.0...v3.2.0