OpenClaw: Weekly Recap - Durability, Cleanup, and Control UI Polish
This week's 50 pull requests and 30 commits centered on making Control UI state survive restarts and reconnects, a broad sweep of dead-code and legacy-export removal across the plugin SDK, and a steady run of chat, session, and mobile pairing fixes aimed at reducing dropped or confusing state for users.
Duration: PT3M29S
Episode overview
This episode is a short developer briefing from OpenClaw.
It explains recent repository work in plain language.
- Show: OpenClaw
- Published: 2026-07-13T09:34:09Z
- Audio duration: PT3M29S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
This is OpenClaw, your weekly developer briefing, for July 6th through July 13th. Fifty pull request activity items and thirty additional commits landed this week.
The strongest pattern: making state durable across restarts and reconnects. PR 106151 fixes a case where a Control UI turn accepted right before a Gateway restart could vanish without a final reply — the Gateway now records enough durable state to resume it. A related commit, "bafabba," builds out restart recovery…
Second theme: a large cleanup and consolidation pass. Several PRs trimmed dead exports and deprecated compatibility code — 106007, 106017, 106230, 106010, and 106222 — all narrowing the plugin SDK surface and removing stale aliases. Alongside that, steipete split up oversized files: the gateway WebSocket handler in…
Third theme: reliability fixes tied to data integrity. Vincent Koc's PRs 106065 and 106103 address SQLite risks — rejecting vulnerable Node runtimes for WAL corruption, and preventing plugin metadata reads from mutating shared state. PR 106031 tightens config validation by rejecting schema-only keys with no runtime…
Fourth theme: Control UI and mobile workflow polish. Automations got a redesigned…
Next…
Nearby episodes from OpenClaw
- The Great Cleanup
- SQLite Hardening and the Fleet Grows Up
- Closing the Gaps on Approval Safety and Runtime Correctness
- Trust Boundaries and Stale State
- Credential Hardening and a Unicode Cleanup Sweep
- The Great Unicode Cleanup
- Mobile Parity and Storage Discipline Converge
- Weekly Recap - Isolated Workspaces & Reliability Hardening