๐ท๏ธOpenClaw (GitHub Releases)โขStalecollected in 5h
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.
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.
๐ 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
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) โ