github dtzp555-max/ocp v3.2.0
v3.2.0 — Self-update, OpenClaw coexistence fix, CLI improvements

latest releases: v3.16.4, v3.16.3, v3.16.2...
one month ago

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 proxy

No 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.proxydev.ocp.proxy
  • Linux: openclaw-proxy.serviceocp-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 restart now works with both old and new service names on macOS and Linux
  • Symlink installs (ln -s) now resolve correctly for ocp update and ocp 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 update

Full Changelog: v3.0.0...v3.2.0

Don't miss a new ocp release

NewReleases is sending notifications on new releases.