update
May 5, 2026
By Teun
OpenClaw 2026.5.4 adds faster voice calls and plugin fixes
OpenClaw 2026.5.4 focuses on voice-call speed, plugin loading, and startup reliability. The release also adds new model and auth commands, plus fixes for Windows, Slack, Discord, Telegram, and several plugin update paths.
OpenClaw 2026.5.4 landed with a long list of changes aimed at making voice calls faster, plugin handling more reliable, and startup behavior less fragile. The release notes highlight a new Google Meet and Voice Call path that routes Twilio dial-in joins through the realtime Gemini voice bridge with paced audio streaming, backpressure-aware buffering, barge-in queue clearing, and no TwiML fallback during realtime speech.
According to the release notes, that change is meant to make OpenClaw voice agents feel much snappier in Meet sessions. The same update also says OpenClaw now honors provider voice and model overrides in telephony synthesis providers, so voice logs better match the backend that actually generated the audio.
⚡ New to this?
This release matters because OpenClaw is an automation platform that connects agents to chat apps, voice systems, and external plugins. A lot of the changes are about reliability: making sure the right plugins load, secrets are resolved correctly, and voice or chat sessions do not stall.
Some of the terms in the notes are technical. Backpressure means the system slows input when a downstream service cannot keep up, and SecretRef is a pointer to a stored secret instead of the secret value itself.
🦞 OpenClaw angle
If you run self-hosted OpenClaw agents, check any configs that reference official external plugins and run the new install hints instead of deleting those entries. Also test voice-call workflows on the new realtime path, especially if you use Twilio or Meet, because the audio queue and barge-in behavior changed.
For automation setups that depend on saved auth profiles, use openclaw models auth list --json to audit profiles without exposing secrets, and verify that your secrets-scrubbing flow still preserves keyRef and tokenRef. If you operate on Windows, confirm your gateway listeners and temp-path assumptions still match the new localhost and %TEMP% behavior.
Several fixes target the gateway and plugin system. On Windows, OpenClaw now binds the default loopback gateway listener only to 127.0.0.1, which avoids a libuv dual-stack issue that could wedge localhost HTTP requests. The release also says the system now preserves real compiled plugin module evaluation errors on the native fast path instead of treating every thrown .js module as a source-transform fallback miss.
Plugin loading and migration handling got a lot of attention. OpenClaw now emits catalog-backed install hints when config references an official external plugin that is not installed, instead of telling operators to remove valid plugin config. It also adds fixes for externalized channel plugins whose compiled artifacts live under dist/, so their SecretRef contracts are included in the runtime snapshot.
The release notes say OpenClaw also improved several upgrade paths. It treats official externalized bundled npm migrations and ClawHub-to-npm fallbacks as trusted source-linked installs, moves ClawHub-preferred externalized plugin installs back to ClawHub when the package becomes available, and cleans stale bundled load paths after plugins have been externalized. There is also a fix for beta-channel onboarding and doctor-managed plugin installs so floating npm and ClawHub specs request @beta while persistent records stay on the catalog default.
For operators managing authenticated agents, OpenClaw 2026.5.4 adds openclaw models auth list [--provider <id>] [--json], which lets users inspect saved per-agent auth profiles without dumping secrets. The release also says secrets apply now preserves auth-profile keyRef and tokenRef fields when scrubbing provider-target secrets, so canonical SecretRef metadata survives without keeping plaintext values.
The update includes more work on runtime behavior and control UI performance. OpenClaw now passes the resolved workspace through compaction, embedded-run model generation, and PDF model setup so agent-dir refreshes can reuse workspace-scoped plugin metadata snapshots. It also adds startup phase spans and other diagnostics for gateway watch mode, plus UI changes such as active agent names in breadcrumbs, a collapsible New Job sidebar, and improvements to chat session filtering and message display.
There are also fixes for channel-specific behavior. Telegram now accepts plugin-owned numeric forum-topic targets in the agent message tool, Discord status reporting now surfaces degraded transport and event-loop starvation signals, and WhatsApp channel/newsletter targets can be addressed explicitly with session metadata instead of DM routing. OpenClaw also tightened update handling, session limits, browser SSRF checks, and several Windows-specific file and path behaviors.
The 2026.5.4 release is a broad maintenance update, but the headline change is the faster realtime voice path for Meet and Voice Call users, backed by a long set of plugin, gateway, and channel fixes.