127 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-09-03
stories 157

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

Cross-agent session access is now the default in OpenClaw

By RepoJournal · Filed · About OpenClaw

OpenClaw now grants every agent pair session access by default, a default-on widening of visibility that operators must explicitly narrow.

OpenClaw changed the defaults for cross-agent session sharing [1]: `tools.sessions.visibility` now defaults to `all`, and `tools.agentToAgent.enabled` defaults to `true`. Both widen access. Narrow access via `tools.sessions.visibility` (`agent|tree|self`), `tools.agentToAgent.allow`, or `enabled: false`. An omitted or empty allow list permits every agent pair. Denial copy for narrowed visibility no longer instructs enabling the feature.

In the UI, expanded Markdown tables keep file and session links interactive [2]. Previously, expanding a table moved its links outside the Chat transcript's navigation owner, so inline actions worked while expanded ones could silently do nothing. Expanded tables now stay under their transcript and use the shared modal. Separately, the Devices page redesign adds device icons, resource meters, and capability chips [3], letting operators distinguish a Studio from a laptop, see disk and memory pressure, and reach a machine's desktop.

Plugin developers now must provide package-local icon assets [4]: icon reads are bound to plugin roots, so remote or shared icons are no longer supported. On the task-monitoring side, the session Tasks panel stays stable during activity [5], fixing RUNNING cards reordering on every update and FINISHED cards omitting newest completions.

OCM 0.2.36 fixes a daemon refresh hang for managed Gateways [6]: the refresh command previously died during supervisor handoff, leaving the Gateway down until an external process repaired it. OCM now preserves Gateway-owned operations before replacing the supervisor.

Action items

References

  1. [1] feat(sessions): enable cross-agent session access by default (#136755) ↗ openclaw/openclaw
  2. [2] fix(ui): keep expanded table links interactive ↗ openclaw/openclaw
  3. [3] feat(ui): redesign the Devices page with device icons, resource meters, and capability chips ↗ openclaw/openclaw
  4. [4] feat(plugins): require package-local icon assets (#131510) ↗ openclaw/openclaw
  5. [5] fix(ui): keep session Tasks panel stable during activity ↗ openclaw/openclaw
  6. [6] fix: daemon refresh completes when launched by a managed Gateway ↗ openclaw/ocm

Quick answers

What shipped in OpenClaw on September 3, 2026?
OpenClaw now grants every agent pair session access by default, a default-on widening of visibility that operators must explicitly narrow. In total, 128 commits, 28 pull requests, and 1 releases landed.
Who contributed to OpenClaw on September 3, 2026?
6 developers shipped this update, including Peter Steinberger, Patrick Erichsen, vyctorbrzezowski, openclaw-docs-sync[bot], openclaw-clownfish[bot], and fuller-stack-dev.
What were the notable OpenClaw updates?
feat(sessions): enable cross-agent session access by default (#136755), fix(ui): keep expanded table links interactive, and feat(ui): redesign the Devices page with device icons, resource meters, and capability chips.