OpenClaw shipped version 2026.4.5 on April 5 with a feature list long enough to be a changelog greatest hits. Buried in the details is the real story: ACPX, OpenClaw's agent communication protocol, is now embedded directly in the bundled acpx plugin. Before this release, ACPX ran as a separate CLI binary. Agents needed that external hop to communicate with each other across distributed sessions. The dependency is gone. The protocol is now load-bearing infrastructure inside the core.
ACPX has been in the ecosystem for months as the thing that made multi-agent sessions work. Peter Steinberger, who built the original OpenClaw prototype, described it as the protocol layer that turns a collection of agents into something you can actually operate. The embedding means that layer no longer depends on a separate installation step, a separate binary to maintain, or a separate failure point. For operators running OpenClaw in constrained environments, this removes a thing that could break without them noticing until a scheduled job simply did not fire.
The release also adds video_generate and music_generate as built-in agent tools. video_generate routes to xAI, Alibaba's Wan, and Runway. music_generate routes to Google Lyria, MiniMax, and ComfyUI for workflow-backed generation. ComfyUI is now a bundled provider with its own media plugin, which means the workflow automation ecosystem that ComfyUI built around image generation extends into video and audio through OpenClaw's agent layer. An agent that can invoke a ComfyUI workflow can now produce video or music as part of a task chain without leaving the OpenClaw context.
The provider list grew in other directions too. Qwen (Alibaba's open-source model family), Fireworks AI, and StepFun join the bundled roster alongside Mantle on Amazon Bedrock. Mantle's addition is the more significant enterprise signal. Bedrock hosts Claude, GPT-OSS, Qwen, Kimi, GLM, and similar models, and Mantle handles the inference-profile discovery and automatic request-region injection that teams previously had to configure manually. For teams running OpenClaw across multiple Bedrock-hosted models, this removes a setup step that tended to surface at 2 a.m. during a deployment.
Background tasks across ACP, subagent, cron, and CLI execution are now unified under a SQLite-backed ledger. Previously these ran as separate bookkeeping domains. If you wanted to see the state of a scheduled job relative to a live subagent task, you were querying two different systems. The new shared ledger means background work across all these modes shares one control surface with linear task flow semantics. This is the infrastructure that makes long-running agent workflows observable in a way they were not before.
Memory and dreaming got a refactor too. OpenClaw's sleep cycle for agents had been running competing modes; the release consolidates light, deep, and REM phases under independent schedules with their own recovery behavior. The practical effect is that agents can run memory consolidation without degrading immediate task responsiveness.
The Plugin SDK deprecated the legacy provider compatibility subpaths. These were the shims that let older bundled providers work alongside the current plugin interface. The deprecation warning is live. The removal is scheduled for a future major release, but the message is clear: plugin authors still on the old entrypoints need to migrate to the documented openclaw/plugin-sdk/* paths. This is OpenClaw signaling that the compatibility layer is ending.
The 12-language localization (Simplified and Traditional Chinese, Brazilian Portuguese, German, Spanish, Japanese, Korean, French, Turkish, Indonesian, Polish, and Ukrainian) is the most visible change in the release and the least technically durable. It signals that OpenClaw is no longer treating non-Anthropic markets as afterthoughts, and the inference provider additions and Mantle/Bedrock integration suggest why: the UI is localizing because the model routing underneath it already went multi-provider.
The changelog has 13 headline items. Taken individually, each is a feature. Taken together, the release is an infrastructure consolidation. The external CLI dependency that once sat between agents and the protocol layer is gone. The background execution bookkeeping that ran in separate domains is unified. The plugin compatibility shims that papered over interface evolution are being retired. OpenClaw 2026.4.5 is the release where the platform stopped adding capability and started hardening the foundation underneath it.