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-05
stories 40

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CI guard fixed, iOS attachment and gateway polish

By RepoJournal · Filed · About OpenClaw

OpenClaw fixes main CI guard drift and cleans up iOS UI details while docs sync churns.

The main CI guard drift is fixed [1] to prevent CI from failing due to unexpected changes. Also, test infrastructure now installs Playwright dependencies after host validation failure [2] so test setup proceeds correctly.

On iOS, three fixes land: the chat attachment button now has a label [3], talk remains unavailable without configuration [4], and the gateway row stays grouped and tappable [5]. These refine the mobile experience without changing behavior.

Docs sync mirrors five commits from openclaw/openclaw [6][7][8][9][10].

Action items

References

  1. [1] Fix main CI guard drift (#90532) ↗ openclaw/openclaw
  2. [2] fix(test): install playwright deps after host validation failure ↗ openclaw/openclaw
  3. [3] fix(ios): label chat attachment button ↗ openclaw/openclaw
  4. [4] fix(ios): keep talk unavailable without config ↗ openclaw/openclaw
  5. [5] fix(ios): keep gateway row grouped and tappable ↗ openclaw/openclaw
  6. [6] chore(sync): mirror docs from openclaw/openclaw@13078d24abd48d1d736ac8624d67ebb1824d67ee ↗ openclaw/docs
  7. [7] chore(sync): mirror docs from openclaw/openclaw@980c91d293268e643d8758c80a72d9a13ef46401 ↗ openclaw/docs
  8. [8] chore(sync): mirror docs from openclaw/openclaw@0dbf17471b4132c43eeec9fb81a933f511775f25 ↗ openclaw/docs
  9. [9] chore(sync): mirror docs from openclaw/openclaw@563dac59899809f9e8a91d165dba417e82c859d0 ↗ openclaw/docs
  10. [10] chore(sync): mirror docs from openclaw/openclaw@4c5b423fb84e334720cd7c3ff424d979ec37a501 ↗ openclaw/docs

Quick answers

What shipped in OpenClaw on June 5, 2026?
OpenClaw fixes main CI guard drift and cleans up iOS UI details while docs sync churns. In total, 38 commits and 2 pull requests landed.
Who contributed to OpenClaw on June 5, 2026?
4 developers shipped this update, including Dallin Romney, Vincent Koc, joshavant, and openclaw-docs-sync[bot].
What were the notable OpenClaw updates?
Fix main CI guard drift (#90532), fix(test): install playwright deps after host validation failure, and fix(ios): label chat attachment button.