Skip to content

v2026.6.27.0507 — Golden V4 (inference fix + session reset)

Latest

Choose a tag to compare

@profbernardoj profbernardoj released this 27 Jun 05:10

Golden V4 — Inference Fix

Root Cause

OpenClaw fires a bootstrap prompt during container warm-up, before any user claims the buffer container. The mint-cig-token function only queries the deployments table — no deployment record exists for unclaimed buffer containers — returns deployment_not_found → 502 inference_proxy_error → "assistant turn failed" replaces the onboarding UI.

Fixes

  1. mint-cig-token buffer_containers fallback — When deployment lookup fails, check buffer_containers table. Mints a token with sub="buffer-unassigned" so the bootstrap prompt succeeds. Once the container is claimed, subsequent mints use the real user identity.
  2. Dashboard session reset — 20s after gateway health, reset all agent:main:dashboard:* sessions to clear any residual "assistant turn failed" error from the UI. User content (main session) is preserved.
  3. CIG inference V4 fix (already deployed) — Strip reasoning_content from DeepSeek responses and suppress empty chunks.

Backlog