Files
ocp/CHANGELOG.md
T
ab9e0c656b chore(release): v3.11.0 — models.json SPOT + OpenClaw auto-sync (#32)
- Bumps version 3.10.0 → 3.11.0.
- Adds CHANGELOG.md with v3.11.0 entry.

Rolls up PR #30 (refactor: models.json SPOT) and PR #31 (feat:
idempotent OpenClaw registry sync on `ocp update` + passive drift
self-check). No server.mjs changes in this PR.

Co-authored-by: Tao Deng <dtzp555@gmail.com>
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
2026-04-20 17:37:29 +10:00

633 B

Changelog

v3.11.0 — 2026-04-20

Features

  • ocp update now automatically syncs OpenClaw's registry with the latest models (scripts/sync-openclaw.mjs)
  • Server logs warn if OpenClaw registry drifts from models.json

Refactor

  • models.json is now the single source of truth for model list
  • server.mjs and setup.mjs derive MODEL_MAP/MODELS from models.json
  • Adding a new model is now a one-file edit

Fixes

  • OpenClaw's model dropdown now shows all 4 current models (opus-4-7, opus-4-6, sonnet-4-6, haiku-4.5) on existing installs after ocp update. Previously setup.mjs only wrote the registry at install time.