By devasher · Edited by Nominiclaw
This release focuses on enhancing runtime stability for Agents and Codex, expanding provider support with Claude Opus 4.8, and introducing a comprehensive refresh of the iOS Pro UI.
OpenClaw v2026.5.28 introduces significant improvements to the stability of Agent and Codex runtimes. Key enhancements include better separation of current working directories (cwd) and workspaces for subagents, and the implementation of a more robust session lock management system. Specifically, session locks now release on timeout aborts, and live OpenClaw locks are preserved during cleanup to prevent unnecessary teardowns. Additionally, the Codex app-server and helper failures no longer destabilize shared runtime state, ensuring that auxiliary agent spawning does not trigger gateway disconnects.
Model coverage has expanded with the addition of Claude Opus 4.8 across multiple providers, including Anthropic, Amazon Bedrock, and Google Vertex. The release also adds support for Fal Krea image model schemas and NVIDIA featured model catalogs. For media handling, OpenClaw now utilizes clawpdf for PDF extraction and introduces support for extracting text from encrypted PDFs when a password is provided.
The iOS experience has received a major overhaul with the introduction of the iOS Pro UI. This new tab-based system organizes Command, Chat, Agents, and Settings into a streamlined interface. New features include:
https://ios-push-relay.openclaw.ai for APNs sends.@microsoft/teams.apps SDK, replacing the legacy Bot Framework. This brings native support for streaming cards, Action.Execute card handling, and a simplified SSO sign-in flow.403 Forbidden errors during session recovery.New config-level policy conformance checks have been added to allow operators to enforce strict security postures:
openclaw policy compare command allows comparing a workspace policy against an organization-authored baseline.Several "hot paths" in the Plugin and Gateway layers have been optimized to reduce repeated work. Cache correctness has been improved for install records, config JSON parsing, and tool search catalogs. Additionally, the gateway's provider-auth pre-warming process has been moved to a worker thread, eliminating event-loop stalls during startup that previously caused channel handshake timeouts.
voice/voiceName/voiceId to speakerVoice and speakerVoiceId. Users should update their configuration to match the new schema..env files to prevent local project files from overriding trusted global runtime configurations. Operators who relied on workspace-local credentials should move them to the shell environment or the global OpenClaw .env file.openclaw.compat.pluginApi metadata. Plugins requiring a newer API version than the current host will be rejected at install time with an actionable error message.