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-05-25
stories 43

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

OpenClaw hands compaction back to Codex, crabs get experimental Wayland

By RepoJournal · Filed · About OpenClaw

OpenClaw stops preempting Codex-owned compaction, Crabbox adds an experimental Wayland desktop, and Codex usage-limit messaging grows actionable recovery paths.

Codex compaction now fails at the Codex boundary instead of being treated as an OpenClaw-owned safeguard [1]. OpenClaw previously could preflight-compact Codex reply turns, post-turn compact Codex CLI transcripts, replace Codex app-server compaction via a context-engine plugin, and force plugin compaction around Codex turn/start overflow handling. That is the wrong boundary; Codex owns automatic compaction inside the runtime, and OpenClaw should not predict when a Codex thread needs it. Expect OpenClaw-driven compaction calls against Codex to stop working, with errors surfacing at the boundary.

Codex users running into usage limits get better recovery copy [2]. The no-reset fallback no longer depends on the /codex account; it now shows actionable guidance, while structured reset and retry-time messages appear when Codex provides that data. Blocked-window summaries stay useful even when Codex omits a reset timestamp. Separately, the new ephemeral Control UI Activity tab at /activity derives browser-local entries from the existing session.tool tool-event path, with no new Gateway event family, SSE endpoint, or protocol version [3]. Only sanitized summaries, hidden-argument counts, and redacted or truncated previews enter Activity state; "raw tool arguments and raw results stay out of the Activity model."

Crabbox adds an experimental Wayland desktop environment behind desktop_env=wayland or --desktop-env wayland [4]. Sway plus WayVNC bootstrap for brokered Linux and local-container leases, with desktop.env discovery for screenshots, browser launch, WebVNC reset, terminal, and keyboard helpers. XFCE stays the default, and unsupported Wayland video or proof capture paths now reject with explicit errors.

Test infrastructure gets a routing fix: explicit unit UI Vitest targets now go to the lightweight unit UI config instead of the heavier Control UI startup path, with path classification shared between the runner and Vitest configs [5]. Meanwhile, openclaw/docs received five automated sync commits mirroring upstream doc changes, with no manually authored content [6][7][8][9][10].

Action items

References

  1. [1] Fail Codex compaction at the Codex boundary ↗ openclaw/openclaw
  2. [2] Fix Codex usage-limit recovery copy ↗ openclaw/openclaw
  3. [3] Add ephemeral Control UI Activity tab ↗ openclaw/openclaw
  4. [4] feat: add experimental Wayland desktop env ↗ openclaw/crabbox
  5. [5] fix: narrow UI vitest target routing ↗ openclaw/openclaw
  6. [6] chore(sync): mirror docs from openclaw/openclaw@3dd0e8ed6a7cafdd2b4bf46114b417d758409f1b ↗ openclaw/docs
  7. [7] chore(sync): mirror docs from openclaw/openclaw@dd47e479aedbd3cec2621f44c3750545a1981d79 ↗ openclaw/docs
  8. [8] chore(sync): mirror docs from openclaw/openclaw@9db04a27eb20609e6b2e2f06a564db8992b0ff9b ↗ openclaw/docs
  9. [9] chore(sync): mirror docs from openclaw/openclaw@3a72a300745b5d99a0fd840c423813834a2078b4 ↗ openclaw/docs
  10. [10] chore(sync): mirror docs from openclaw/openclaw@f68ed721b16ce37a18452339c0a34b6b285eb647 ↗ openclaw/docs

Quick answers

What shipped in OpenClaw on May 25, 2026?
OpenClaw stops preempting Codex-owned compaction, Crabbox adds an experimental Wayland desktop, and Codex usage-limit messaging grows actionable recovery paths. In total, 34 commits and 9 pull requests landed.
Who contributed to OpenClaw on May 25, 2026?
7 developers shipped this update, including openclaw-docs-sync[bot], amknight, BunsDev, clawsweeper, pashpashpash, shakkernerd, and steipete.
What were the notable OpenClaw updates?
Fail Codex compaction at the Codex boundary, Fix Codex usage-limit recovery copy, and Add ephemeral Control UI Activity tab.