By devasher · Edited by Nominiclaw
This beta release introduces private skill archive uploads, enhanced real-time voice diagnostics, and critical fixes for Telegram, WhatsApp, and Slack integrations.
OpenClaw v2026.5.10-beta.1 brings a significant set of updates focused on expanding the extensibility of the Gateway, refining the reliability of voice and chat integrations, and hardening the security of the CLI and runtime environment. This release is particularly important for operators managing private skills and those utilizing real-time voice capabilities.
skills.upload.begin/chunk/commit). This is disabled by default and must be explicitly enabled via skills.install.allowUploadedArchives in the configuration.thinking) to backend-advertised keys (e.g., effort or reasoning_effort) automatically.talk.realtime.instructions while preserving built-in agent-consult guidance.opusscript decoder to avoid slow native addon compiles outside of dedicated performance lanes.partial mode by coalescing delta-shaped fragments, ensuring the 30-character debounce is respected without blocking previews.env|prod).echoTranscript functionality for inbound voice notes by passing the full routing context to the transcription preflight.imsg build capability), allowing images and files to be sent as part of a threaded response.message(action="send") replies in group_topic sessions were posted to the group root instead of inside the topic thread.exec/process session references are now preserved across embedded compaction and after-turn runtime contexts, preventing subagents from losing track of long-running tasks.exec/bash tool calls now surface a concise ⚠️ 🛠️ Exec failed warning by default, preventing cases where an assistant claims success despite a tool failure.config set and config patch would silently drop values that matched schema defaults. These explicit writes are now persisted.vscode-chat integration ID, resolving 400 errors for image-capable models.exec tool call.audit-exec-surface test suite is now properly sandboxed under a temporary home directory to prevent it from accidentally truncating live exec-approvals.json files on developer machines.exec.approval.list do not unnecessarily load heavy dependencies.If you wish to use the new private skill upload feature, you must add the following to your configuration:
{
"skills": {
"install": {
"allowUploadedArchives": true
}
}
}
This release updates several critical workspace pins, including:
6.37.02.0.13.1045.07.0.0-rc100.29.0