51 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-16
stories 140

ยฉ 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire ยท showcase

Authenticated adapter ingress, release hardening across OpenClaw

By RepoJournal ยท Filed ยท About OpenClaw

Crabbox shipped an authenticated reverse proxy for loopback services and ClawSweeper cut 0.3.0, while OpenClaw fixed a desktop quota pill regression and a 700ms debounce that was hiding Discord tool emojis.

Crabbox added `crabbox adapter ingress`, a provider-neutral authenticated reverse proxy for loopback HTTP services, supporting streaming HTTP, authenticated WebSocket upgrades, route denials, loopback-only health checks, and sanitized public-origin forwarding. The boundary is hardened against assertion spoofing, TRACE reflection, non-canonical paths, recursive listeners, SSRF, and unsafe private files, and one unreachable network-login wrapper was removed. A new docs guide explains the full runtime adapter stack: `adapter serve`, `adapter ingress`, and `adapter connect`, covering trust boundaries, secret separation, and failure signals. [1] [2] [3]

ClawSweeper shipped 0.3.0 with typed, durable, proposal-only root-cause cluster assessments, a fail-closed `CLAWSWEEPER_CODEX_LOGIN_METHOD=chatgpt` override, and repair-only PR intake. Windows Codex spawn failures for local review runs are fixed, and transport-exhausted re-reviews now run one bounded lower-reasoning-effort fallback that preserves disclosure and confidence limits. [4] [5] [6] [7]

OpenClaw restored the provider usage/quota pill in the desktop chat composer, which had disappeared after 2026.6.6 when composer refactors moved controls into `renderChatControls`; only one orphaned caller remained, so the pill rendered nowhere on desktop. A Discord fix applies intermediate tool status emojis (๐Ÿ› ๏ธ, ๐ŸŒ, ๐Ÿ”Ž) immediately instead of sharing a 700ms debounced schedule with `setThinking()`, so rapid reasoning callbacks no longer overwrite them with ๐Ÿง . The Skills page gained an agent selector for multi-agent workspace skills, and `openclaw cron edit` now supports clearing delivery routing fields via explicit null to the gateway RPC. [8] [9] [10] [11]

Supply-chain hardening landed across Crabbox and Clownfish. Crabbox pinned every GitHub Actions dependency to immutable commits behind release tags, with structural YAML enforcement; action versions and behavior are unchanged. Clownfish made three breaking fixes to security context routing: ignore separately routed security refs, allow closed security context in reviews, and keep non-security fix lanes moving. [12] [13] [14] [15]

Action items

References

  1. [1] feat: add authenticated adapter ingress โ†— openclaw/crabbox
  2. [2] feat: add authenticated adapter ingress (#398) โ†— openclaw/crabbox
  3. [3] docs: explain the runtime adapter stack โ†— openclaw/crabbox
  4. [4] ClawSweeper 0.3.0 โ†— openclaw/clawsweeper
  5. [5] Add repair-only PR intake (#290) โ†— openclaw/clawsweeper
  6. [6] fix: resolve Windows Codex spawn failures for local review runs (#250) โ†— openclaw/clawsweeper
  7. [7] fix: recover transport-exhausted re-reviews (#283) โ†— openclaw/clawsweeper
  8. [8] fix(ui): restore provider usage pill in desktop chat composer [AI] โ†— openclaw/openclaw
  9. [9] fix(discord): apply tool status emojis immediately to avoid override by thinking reactions โ†— openclaw/openclaw
  10. [10] fix(ui): add agent selector to skills page โ†— openclaw/openclaw
  11. [11] fix(cron): clear delivery routing fields from cron edit โ†— openclaw/openclaw
  12. [12] ci: pin GitHub Actions to immutable commits โ†— openclaw/crabbox
  13. [13] fix: ignore separately routed security refs โ†— openclaw/clownfish
  14. [14] fix: allow closed security context in reviews โ†— openclaw/clownfish
  15. [15] fix: keep non-security fix lanes moving โ†— openclaw/clownfish

Quick answers

What shipped in OpenClaw on June 16, 2026?
Crabbox shipped an authenticated reverse proxy for loopback services and ClawSweeper cut 0.3.0, while OpenClaw fixed a desktop quota pill regression and a 700ms debounce that was hiding Discord tool emojis. In total, 110 commits, 29 pull requests, and 1 releases landed.
Who contributed to OpenClaw on June 16, 2026?
12 developers shipped this update, including Edward Abrams, harjothkhara, lzyyzznl, goutamadwant, ly-wang19, Vincent Koc, brokemac79, and steipete, and 4 more.
What were the notable OpenClaw updates?
feat: add authenticated adapter ingress, feat: add authenticated adapter ingress (#398), and docs: explain the runtime adapter stack.