SourceStalecollected in 5h

OpenClaw 2026.3.22 Breaking Changes Release

OpenClaw 2026.3.22 Breaking Changes Release
PostLinkedIn
🕷️Read original on OpenClaw (GitHub Releases)
#plugins#sdk-migration#image-generation#matrix-integrationopenclawopenclawclawhubmatrix-js-sdkgemini-3-pro-image-preview

💡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.

Who should care:Developers & AI Engineers

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
FeatureOpenClawLangChainAutoGPT
Plugin EcosystemClawHub (Centralized)LangChain Hub (Modular)Community-driven
MCP SupportNative/StandardizedExperimentalLimited
PricingOpen Source (AGPL)Open Source (MIT)Open Source (MIT)
BenchmarksHigh (Agentic Tasks)High (Orchestration)Moderate (Task Automation)

🛠️ Technical Deep Dive

  • Plugin SDK migration: Developers must replace import { Extension } from 'openclaw/core' with import { Plugin } from '@openclaw/plugin-sdk'.
  • Message Discovery: The discovery.find() method has been replaced by an asynchronous discovery.query() interface that utilizes a new indexing service.
  • Matrix Plugin: Implements end-to-end encryption (E2EE) by default using the matrix-js-sdk v34.x, requiring a local state-store migration for existing users.
  • Image Generation: Standardized on the image_generate tool, 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

OpenClaw will deprecate all non-ClawHub plugin support by Q4 2026.
The current preference for ClawHub and the removal of legacy paths indicate a strategic move toward a closed-loop, verified ecosystem.
The new Plugin SDK will enable cross-language plugin compatibility.
The shift to a standardized SDK architecture suggests an intent to support WebAssembly (Wasm) modules in future releases.

Timeline

2025-06
OpenClaw project open-sourced on GitHub
2025-11
Introduction of the Model Context Protocol (MCP) integration
2026-01
ClawHub beta launch for verified plugin hosting
📰

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.