You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.