BridgesLLM Portal 4.0.7
Agent Chat now keeps long-running conversations intact instead of turning provider progress, restarts, and late activity into a broken timeline.
Fixed
Codex progress no longer creates one thinking card per token. OpenClaw's cumulative item.preamble snapshots now replace one live status. The live cache and durable journal both collapse intermediate frames.
Fable and OpenClaw history survives session recovery. When OpenClaw rotates a conversation onto a new physical transcript, Agent Chat now follows the complete usageFamilySessionIds lineage and merges every transcript chronologically.
Final answers stay at the bottom of long turns. An exact terminal replay after late tool or sub-agent activity is treated as authoritative and anchored after the activity timeline.
Expired browser sessions self-heal. Agent Chat fetches now share one access-cookie refresh and retry once under the original user authorization lease instead of silently losing session, history, heartbeat, approval, or stream requests.
Brief OpenClaw restart windows no longer cascade into Portal failures. Gateway RPCs retry only before a method is provably dispatched; a request that may have reached OpenClaw is never repeated.
Upgrading
Use the in-Portal updater (Dashboard → Update), or:
curl -fsSL https://bridgesllm.ai/install.sh | sudo bash -s -- --update
The release was validated through the real 4.0.6 → 4.0.7 Dashboard-updater path before publication.