OpenClaw: Performance Fixes and the Attachment Purge
A major performance regression in gateway-backed agent turns got root-caused and fixed, while a sweep of nine-plus chat platforms had their workspace-attachment delivery repaired using one shared ownership pattern.
Duration: PT2M44S
Episode overview
This episode is a short developer briefing from OpenClaw.
It explains recent repository work in plain language.
- Show: OpenClaw
- Published: 2026-08-02T06:03:10Z
- Audio duration: PT2M44S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
This is OpenClaw for August 2nd.
The top story today is performance. Production hosts saw agent turns regress up to three times overnight — some jumping from under five seconds to over fourteen. PR 117768 traced this to redundant runtime setup work on every configured turn and fixed it by reusing prepared runtime facts instead of rebuilding them.…
The second theme is attachments. Nearly a dozen PRs — covering Slack, Discord, Microsoft Teams, Feishu, Matrix, and Telegram — fixed the same underlying bug: workspace-relative files created by an agent were failing to send or upload even when the workspace was approved. Each fix restores a single host-owned media…
A related cleanup effort is visible too: PR 117749 deleted roughly twenty-three hundred lines of plugin-registry defense code that existed only to guard against a scenario the new design eliminates. PR 117817 did the same for the Control UI, removing drifted copies of security and wire-type logic in favor of one…
Worth flagging individually: PR 117731 fixed lost subagent replies and stalled Codex turns — a reliability issue for anyone running overlapping or delegated agent sessions. And PR 117761 made archive cleanup failures…
What…
Nearby episodes from OpenClaw
- Ownership Cleanup Day
- Recovery, Restarts, and Realtime Cleanup
- Delivery Reliability Sweep
- Closing the Cross-Channel Reliability Gaps
- Correctness Sweep Across TUI, Codex, and Workboard
- Weekly Recap - Consolidation Week: Consistency Over New Features
- Model Catalog Cleanup and Reliability Sweep
- Provider Cleanup and a Sidebar That Finally Behaves