OpenClaw: Ambient Group Chat Gets Its Memory Back

A cluster of fixes overhauled how ambient group chat context is captured, persisted, and silenced, while a parallel wave of security and reliability patches tightened credential handling and platform-level trust across Android, iOS, and gateway logging.

Duration: PT2M26S

Episode overview

This episode is a short developer briefing from OpenClaw.

It explains recent repository work in plain language.

  • Show: OpenClaw
  • Published: 2026-07-03T14:22:28Z
  • Audio duration: PT2M26S

Transcript excerpt

This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.

Good morning, it's July 3rd, and this is OpenClaw.

The dominant story today is ambient group chat. A production audit found the agent was evaluating group messages it was then forced to forget, over-replying roughly 11 percent of the time, and duplicating conversation history in the same prompt. Obviyus led a five-part fix: PR 99143 keeps group history always on,…

Second theme: fail-closed over fail-open. PR 99134 stops OAuth from reporting healthy after a refresh failure just because a stale external credential existed. PR 98951 makes guarded fetch fail before quietly bypassing DNS policy in proxy-only sandboxes. And two commits — 4abdf0f and its follow-up — centralize…

Third, platform trust and permissions: Android now requires both read and write grants before reporting contacts or calendar as usable (99204), Bluetooth mics finally win over the phone mic during calls (99259), and iOS shipped a Photos permission fix (99350) alongside a crash fix in contacts formatting (99475).

Worth flagging separately: RomneyDa's six-part lazy-loader consolidation across channels, gateway, and core leaf modules is a maintainability push, not a feature — worth knowing if you're touching module…

What'…

Nearby episodes from OpenClaw

  1. Weekly Recap - Tool Safety & Channel Polish
  2. Tool Schema Hardening and Provider Reliability
  3. Session Management and Runtime Stability
  4. Provider Integrations and System Reliability
  5. Reliability and Error Handling Improvements
  6. Auto-Reply and Channel Infrastructure Improvements
  7. Security Hardening and Local Model Runtime Improvements
  8. Channel Reliability and Session Management Overhaul