44 wires and counting

$ follow OpenClaw

Keep up with OpenClaw in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-06-04
stories 50

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

RTT release coverage backfilled and hardened

By RepoJournal · Filed · About OpenClaw

openclaw-rtt backfills missing RPC and Control UI coverage for the 2026.6.1 beta while making release imports rebase against their workflow ref, closing a known coverage gap.

The RTT release coverage surfaced a real gap: missing RPC surface rows for the 2026.6.1 beta release, a gap now backfilled. The backfill runs from the release channel RTT report workflow and is idempotent, so it can update when new release channels arrive. Release import workflows now rebase branch dispatches against their workflow ref instead of main, which prevents drift when the branch being imported is not main. [1]

Alongside the RPC backfill, Control UI release measurements now have RTT coverage. The commit adds a release Control UI surface measurement workflow and fills the missing beta coverage for both RPC and Control UI, tying the measurement into the existing release pipeline. [2] Historical gaps in Control UI coverage reports are also marked so the report reflects what was not measured rather than implying full coverage. [3]

Docs work stayed isolated to layout and sync. Page action layout now keeps the Copy split-button label on one line and restores spacing after code blocks inside step lists, with fixture and smoke coverage added to protect both contracts [4]. Three doc sync commits mirror changes from openclaw/openclaw at fixed revisions, so the docs site tracks those states. [5][6][7]

Action items

References

  1. [1] fix(rtt): backfill release RPC coverage ↗ openclaw/openclaw-rtt
  2. [2] fix(rtt): fill beta release surface coverage ↗ openclaw/openclaw-rtt
  3. [3] fix(reports): mark historical control ui coverage gaps ↗ openclaw/openclaw-rtt
  4. [4] fix(docs): polish page action layout ↗ openclaw/docs
  5. [5] chore(sync): mirror docs from openclaw/openclaw@1bd1483b62aadc97844e05f88d337b662f5ef09d ↗ openclaw/docs
  6. [6] chore(sync): mirror docs from openclaw/openclaw@41ee6b1dd68c05864427388192505b1a23f48cc5 ↗ openclaw/docs
  7. [7] chore(sync): mirror docs from openclaw/openclaw@6ec579a0c2f10672888376bc0105db25db833009 ↗ openclaw/docs

Quick answers

What shipped in OpenClaw on June 4, 2026?
openclaw-rtt backfills missing RPC and Control UI coverage for the 2026.6.1 beta while making release imports rebase against their workflow ref, closing a known coverage gap. In total, 48 commits and 2 pull requests landed.
Who contributed to OpenClaw on June 4, 2026?
2 developers shipped this update, including Vincent Koc and openclaw-docs-sync[bot].
What were the notable OpenClaw updates?
fix(rtt): backfill release RPC coverage, fix(rtt): fill beta release surface coverage, and fix(reports): mark historical control ui coverage gaps.