86 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-07-22
stories 66

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Chat startup status visible, orphan transcripts fixed

By RepoJournal · Filed · About OpenClaw

OpenClaw's UI now surfaces chat run startup status and fixes live orphan session transcript visibility.

OpenClaw shipped a UI feature that shows chat run startup status [1], and fixed live orphan session transcript visibility [2]. The orphan fix keeps the fallback internal and requires agent-wide orphan visibility, closing a gap where transcripts could disappear in certain session states.

ChannelSetupInput was refactored into a generic envelope with a deprecated compatibility tier [3], a breaking change that keeps structs assignable without an index signature. Sidebar row visibility logic was unified across the UI [4], simplifying state handling.

Crabbox now provisions checksum-pinned TruffleHog 3.95.9 across macOS, Windows, Azure Linux VMs, and WSL2 distros [5][6], closing the gap where those environments lacked the secret preflight tool. Apple Container honors explicit guest architecture, with Doctor verifying only when explicitly requested [7].

Windows chat now handles lifecycle slash commands natively and loads conversation history on demand [8][9], plus onboarding gateway layout is fixed with native radio button semantics [10]. Durable exec approvals now reject shell interpreters [11]. The hub title bar and notification banner were polished to match Windows 11 conventions [12].

Action items

References

  1. [1] feat(ui): show chat run startup status (#112339) ↗ openclaw/openclaw
  2. [2] Fix live orphan session transcript visibility (#92261) ↗ openclaw/openclaw
  3. [3] refactor(channels): shrink ChannelSetupInput to a generic envelope with a deprecated compatibility tier (#112319) ↗ openclaw/openclaw
  4. [4] refactor(ui): unify sidebar row visibility (#112511) ↗ openclaw/openclaw
  5. [5] feat(images): provision TruffleHog across platforms ↗ openclaw/crabbox
  6. [6] fix(wsl2): provision pinned TruffleHog (#1185) ↗ openclaw/crabbox
  7. [7] fix(apple-container): honor explicit guest architecture ↗ openclaw/crabbox
  8. [8] feat: handle lifecycle slash commands natively in Windows chat ↗ openclaw/openclaw-windows-node
  9. [9] improve(chat): load conversation history on demand ↗ openclaw/openclaw-windows-node
  10. [10] Fix onboarding gateway choice layout and state ↗ openclaw/openclaw-windows-node
  11. [11] fix: reject shell interpreters as approved exec targets ↗ openclaw/openclaw-windows-node
  12. [12] improve: polish hub title bar, notifications, and chat UI ↗ openclaw/openclaw-windows-node

Quick answers

What shipped in OpenClaw on July 22, 2026?
OpenClaw's UI now surfaces chat run startup status and fixes live orphan session transcript visibility. In total, 34 commits and 32 pull requests landed.
Who contributed to OpenClaw on July 22, 2026?
7 developers shipped this update, including Peter Steinberger, Andrey Bugaev, Dallin Romney, Patrick-Erichsen, karkarl, calebeden, and AlexAlves87.
What were the notable OpenClaw updates?
feat(ui): show chat run startup status (#112339), Fix live orphan session transcript visibility (#92261), and refactor(channels): shrink ChannelSetupInput to a generic envelope with a deprecated compatibility tier (#112319).