Skip to content

v3.25.24

Choose a tag to compare

@Robertmonkey Robertmonkey released this 21 Jun 19:58
· 29 commits to main since this release

Fixed

  • Made the OpenClaw compatibility hotfix idempotent against current OpenClaw bundles and added ES-module validation so duplicate Gemini helper patches cannot silently break the gateway.
  • Made Portal updates fail loudly if OpenClaw cannot boot cleanly after compatibility preparation.
  • Moved OpenClaw model discovery off the backend event loop so a slow CLI catalog call cannot freeze Portal health or the UI.
  • Preserved provider-qualified model IDs for Codex, Claude, Gemini CLI, and Antigravity routing.

Validation

  • Verified public installer update on the test box.
  • Verified Caddyfile hash stayed unchanged.
  • Verified OpenClaw gateway bundle parses cleanly and duplicate Gemini helper counts are one each.
  • Verified Codex smoke through codex/gpt-5.4-mini.
  • Verified backend/frontend builds and focused OpenClaw/provider tests.