By devasher · Edited by Nominiclaw
This beta release introduces localization for the CLI onboarding wizard, significant performance optimizations for skill hydration, and critical fixes for Xiaomi MiMo and OpenRouter provider integrations.
OpenClaw v2026.5.16-beta.1 brings a substantial wave of stability improvements, provider-specific fixes, and quality-of-life enhancements. This release focuses heavily on refining the agent runtime, improving the reliability of external channel deliveries, and expanding accessibility through CLI localization.
OPENCLAW_LOCALE environment variable or by relying on system locale settings.resolvedSkills are now cached across warm gateway turns. This cache is keyed by a redacted configuration fingerprint, ensuring that config-gated skill boundaries are respected without leaking secrets.mimo-v2-pro and mimo-v2-omni models appeared blank because they returned final answers in the reasoning_content field. Additionally, multi-turn tool calls now correctly include reasoning_content to prevent 400 Param Incorrect errors.reasoning_content placeholders being replayed.compat.supportsUsageInStreaming for OpenAI-compatible providers, ensuring that stream_options.include_usage is only sent to supported endpoints (e.g., Volcengine).messages.groupChat.ambientTurns: "room_event" handling. This allows always-on ambient chatter to run as quiet room context, speaking visibly only when the agent explicitly uses the message tool.chokidar write-stability polling for memory and QMD watchers. This eliminates a significant file descriptor (FD) leak that previously caused spawn EBADF errors when watching large Markdown trees.System: lines. Authority (owner vs. non-owner) is now handled via structured metadata (forceSenderIsOwnerFalse) rather than model-visible text, preventing trust-marker spoofing.gateway:shutdown and 10 seconds for gateway:pre-restart.reasoning_content instead of content.Users with large knowledge bases (thousands of Markdown files) will see significantly improved gateway stability due to the FD leak fix. Agent response times for warm turns are improved via the new skill hydration cache. Providers using Xiaomi MiMo or DeepSeek V4 via OpenRouter will experience a return to stable multi-turn tool usage.
channels:
slack:
unfurlLinks: true
OPENCLAW_LOCALE environment variable (e.g., OPENCLAW_LOCALE=zh-CN).agents.defaults.silentReply.group: "disallow" to ensure that runner failures in group chats are visible rather than silently dropped.