109 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-08-14
stories 114

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Fix explicit-agent fleets, remove payload timing race

By RepoJournal · Filed · About OpenClaw

Control UI terminals and model setup now work in explicit-agent fleets after a fix for a race condition that surfaced during Gateway restarts.

Explicit multi-agent fleets failed Control UI terminal opens and model setup with `AgentSelectionRequiredError`, especially while the UI reconnected after a Gateway restart. The fix makes repository ownership and agent selection explicit, so these operations resolve to the selected agent rather than failing. [1]

The diagnostics change reordering the large shard exposed a pre-existing one-second timeout around lazy Responses transport initialization. The payload timing race is resolved by failing from the stream's terminal result and pre-aborting egress, making payload serialization "a strict offline contract." [2]

Crabbox hardened sync behavior: it now rejects native Jujutsu workspaces to prevent Git discovery from escaping the `.jj` workspace and syncing the wrong revision. [3] The diagnostic credential redaction was made context-aware, failing closed on ambiguous bytes while preserving quoted shell syntax and JSON siblings. [4]

Quick answers

What shipped in OpenClaw on August 14, 2026?
Control UI terminals and model setup now work in explicit-agent fleets after a fix for a race condition that surfaced during Gateway restarts. In total, 76 commits and 38 pull requests landed.
Who contributed to OpenClaw on August 14, 2026?
4 developers shipped this update, including Peter Steinberger, Ayaan Zaidi, joshavant, and openclaw-docs-sync[bot].
What were the notable OpenClaw updates?
fix: terminals and model setup fail in explicit-agent fleets, test(agents): remove d60a98e payload timing race, and fix(sync): reject native Jujutsu workspaces.