OpenClaw v2026.5.26-beta.1 Released: Voice Control, OpenTelemetry Spans, and Transcript Support
OpenClaw just dropped its latest beta, and v2026.5.26-beta.1 is a substantial one. This release hits three major themes: faster agent interactions, dramatically improved observability, and first-class voice control — all converging to make OpenClaw more practical for real production deployments. Faster Replies and Startup One of the more impactful architectural changes in this release is the decoupling of user-facing message delivery from background work. Previously, an agent couldn’t respond to a user until all its post-processing — logging, webhook callbacks, background tasks — had completed. Now, visible reply delivery fires immediately, while the slower follow-up work runs asynchronously. This means users see responses faster, and the agent feels more responsive under load. ...