Back to all articles

OpenClaw 2026.3.24: Architectural Safety, Model Overrides, and the New Plugin SDK

The OpenClaw 2026.3.24 release has arrived, and it is being hailed as the "Quality + Safety" update. Following the foundational v2026.3.23 browser migration, this version shifts focus toward production-grade reliability, enhanced agent control, and a complete architectural overhaul of the plugin system.

With Peter Steinberger (OpenClaw creator) now at OpenAI, the platform continues to evolve rapidly as the community-standard for autonomous AI agents.

The Plugin SDK: A Total Reconstruction

The most impactful change in OpenClaw 2026.3.24 is the official introduction of the new Public Plugin SDK (openclaw/plugin-sdk/*). This represents a complete reconstruction of how plugins interact with the core engine.

In previous versions, such as v2026.3.22, we saw the initial steps toward standardization. Now, the older extension API has been completely retired in favor of this SDK, providing developers with more granular control over agent capabilities while maintaining strict security boundaries.

  • Preflight Checks: The CLI now preflights target npm package engines before global installation, reducing "broken environment" errors.
  • Dependency Management: Improved handling of Node versions, now lowering the supported Node 22 floor to 22.14+.

Enhanced API Compatibility

OpenClaw 2026.3.24 significantly improves its compatibility with the OpenAI-style API, making it easier to integrate with third-party tools and RAG systems.

  • New Endpoints: Native support for /v1/models and /v1/embeddings has been added.
  • Explicit Model Overrides: You can now forward explicit model overrides through the API. This is a game-changer for those using specialized models for specific sub-tasks while maintaining the core GPT-5.4 intelligence for the primary agent.
  • Sub-Agent Communication: These API improvements enable more fluid communication between your primary agent and its sub-agents, as seen in recent MyClaw integrations.

Control UI & Ergonomics

The "Available Right Now" section in the Control UI is a major quality-of-life update.

  • Usable Tools at a Glance: The /tools command has been refreshed to show only currently usable tools in a new compact default view.
  • Long-Conversation Compression: The mechanism for compressing massive conversation histories (first introduced during the 1-million token update) has been refined for better "memory recall" accuracy.
  • Android Dark Mode: Mobile users can finally enjoy a native dark mode experience on Android.
  • Notification Logic: Multi-platform notification logic has been overhauled to reduce "ghost" alerts across synced devices.

Security and Policy Fixes

In line with our Security Best Practices, this release tightens several crucial areas:

  1. Outbound Media Access: Outbound media requests are now strictly aligned with your configured file system policies. This prevents "blind" media access by malicious skills.
  2. Plugin Sandboxing: The new SDK architecture enforces stricter isolation between third-party tools and your core system secrets.

Ecosystem Adoption: MyClaw, Slack, and Teams

The ecosystem has wasted no time adopting v2026.3.24. Platforms like MyClaw are already leveraging the new features to provide:

  • Slack Interactive Reply Buttons: Native support for rich interactions within Slack.
  • Microsoft Teams Integration: A long-awaited native integration for enterprise users.
  • Smart Discord Thread Naming: Improved context-aware naming for Discord automation.

OpenClaw 2026.3.24 is available now via npm and Docker. For the full technical breakdown, check the Official GitHub Releases.

Experiencing issues with the new SDK? Visit our Troubleshooting Guide or join the community discussion on Discord.

By CompareClaw TeamUpdated Mar 2026