OpenClaw 2026.3.22 Breaking Changes Release
💡Breaking OpenClaw update demands plugin/SDK migrations for AI builders
⚡ 30-Second TL;DR
What Changed
Plugin installs prefer ClawHub before npm for safe names
Why It Matters
This release breaks compatibility for many users, requiring migrations that could disrupt workflows but improves security and modularity. New plugins expand integration options like Matrix for AI agents.
What To Do Next
Run `openclaw doctor --fix` to migrate browser and state configs immediately.
Key Points
- •Plugin installs prefer ClawHub before npm for safe names
- •Browser Chrome MCP legacy paths removed; migrate via `openclaw doctor --fix`
- •Image generation standardized on `image_generate` tool; bundled nano-banana-pro skill removed
- •New public `openclaw/plugin-sdk` replaces old extension API
- •New Matrix plugin using matrix-js-sdk; legacy env/state dirs deprecated
🧠 Deep Insight
AI-generated analysis for this event — not the original article.
🔑 Enhanced Key Takeaways
- •The transition to ClawHub is part of a broader security initiative to mitigate supply chain attacks by enforcing namespace verification for all third-party plugins.
- •The removal of Chrome MCP paths signals OpenClaw's shift toward a standardized Model Context Protocol (MCP) implementation that prioritizes cross-browser compatibility over platform-specific hooks.
- •The deprecation of legacy environment variables is intended to force adoption of the new centralized configuration schema, which now supports dynamic hot-reloading without requiring process restarts.
📊 Competitor Analysis▸ Show
| Feature | OpenClaw | LangChain | AutoGPT |
|---|---|---|---|
| Plugin Ecosystem | ClawHub (Centralized) | LangChain Hub (Modular) | Community-driven |
| MCP Support | Native/Standardized | Experimental | Limited |
| Pricing | Open Source (AGPL) | Open Source (MIT) | Open Source (MIT) |
| Benchmarks | High (Agentic Tasks) | High (Orchestration) | Moderate (Task Automation) |
🛠️ Technical Deep Dive
- •Plugin SDK migration: Developers must replace
import { Extension } from 'openclaw/core'withimport { Plugin } from '@openclaw/plugin-sdk'. - •Message Discovery: The
discovery.find()method has been replaced by an asynchronousdiscovery.query()interface that utilizes a new indexing service. - •Matrix Plugin: Implements end-to-end encryption (E2EE) by default using the
matrix-js-sdkv34.x, requiring a local state-store migration for existing users. - •Image Generation: Standardized on the
image_generatetool, which now mandates a JSON-schema compliant payload for all model providers, replacing the previous unstructured string-based prompts.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: OpenClaw (GitHub Releases) ↗
This is a summary, not the original. Read the source, or get the weekly briefing.
The weekly digest
One email a week. Unsubscribe anytime.