By devasher · Edited by Nominiclaw
This beta release introduces significant enhancements to the Plugin SDK, expanded multimodal support for Gemini and OpenAI Realtime, and critical stability fixes for Windows and Telegram integrations.
OpenClaw has significantly expanded its Plugin SDK to support more complex agentic workflows. A new api.runtime.llm.complete helper allows plugins and context engines to perform single-shot LLM inference using the agent's existing credentials and model configuration. Additionally, the SDK now supports "workflow seams," enabling plugins to register typed session actions, schedule future session turns via the host scheduler, and request bounded agent-finalize retries.
For developers, VS Code debugging is now supported out-of-the-box with new .vscode/launch.json configurations and an optional OUTPUT_SOURCE_MAPS build path for precise TypeScript breakpoints.
gpt-realtime-2, and the backend WebSocket bridge has been migrated to the GA session shape.google/gemini-3.1-pro-preview.serviceTier parameter (default, flex, priority, reserved) is now available, allowing users to optimize for cost or latency.qwen and qwen-chat-template thinking formats, enabling dynamic control of reasoning via /think levels.mistral-medium-3-5 to the bundled catalog with reasoning support.systemPrompt support has also been added to bring iMessage to parity with other group-capable channels./think picker now displays the current active thinking level./vc modes (STT/TTS, realtime talk buffer, and bidi realtime sessions).0600 permissions on openclaw.json to protect credentials.openclaw update on Windows by piping post-core child stdio. Resolved EPERM errors during plugin-skill registration by using directory junctions instead of symlinks.channels.imessage configuration using imsg on a signed-in Mac or an SSH wrapper.docs/channels/imessage-from-bluebubbles.md for specific mapping guidance.22.16+ to support the node:sqlite statement metadata API. It is recommended to use Node 24.OPENCLAW_NIX_MODE=1, be aware that mutating commands (e.g., plugins install, openclaw update) are now refused to maintain the immutability of the Nix store. Configuration changes should be made in the Nix source.