June 14, 2026

PBX Science

VoIP & PBX, Networking, DIY, Computers.

OpenClaw v2026.3.22: The Biggest Update in Months and Two Bugs That Broke Things for Real

OpenClaw v2026.3.22: The Biggest Update in Months and Two Bugs That Broke Things for Real



OpenClaw v2026.3.22: Major Update, Real Bugs, and What Actually Happened
The Open Source Dispatch
Independent Reporting on Open-Source AI Tools
Wednesday, March 25, 2026  ·  Vol. III, No. 84
Tech Report

OpenClaw v2026.3.22: The Biggest Update in Months and Two Bugs That Broke Things for Real

After nine days of silence, OpenClaw shipped one of its largest releases to date on March 23, 2026. The update brought sweeping improvements and 30-plus security patches — but two packaging mistakes broke the Dashboard UI and WhatsApp integration for npm users. The story circulating online is more dramatic than reality warrants.

A wave of alarming headlines has swept tech communities over the past 48 hours, declaring OpenClaw’s v2026.3.22 update a catastrophic, system-wide failure. The reality is considerably more nuanced — and more technically interesting. Yes, real bugs affected real users. No, it was not “complete plugin paralysis.” Here is a factual account of what actually happened.

What Is OpenClaw?

OpenClaw is a free, open-source, MIT-licensed autonomous AI agent platform with over 330,000 GitHub stars. It connects large language models — including Claude, GPT-5.4, and local Ollama models — to messaging platforms such as WhatsApp, Telegram, Discord, and Signal, and can automate file management, browser control, shell commands, and agentic workflows. It stores all memory and data as Markdown files locally on the user’s disk. The project was created by developer Peter Steinberger and ships updates at a rapid cadence, often multiple times per week.

The Release: Nine Days, Then a Flood

Version v2026.3.22 dropped on March 23, 2026, following an unusually quiet nine-day gap between releases. It is by most measures one of the largest updates the project has shipped. The changelog spans plugin infrastructure, browser tooling, security hardening, agent runtimes, model support, and a full rebrand cleanup from the old “MoltBot” and “Clawdbot” naming conventions. The release also completed the long-anticipated migration to ClawHub, OpenClaw’s native plugin registry, as the primary distribution channel — replacing the previous default of npm.

v2026.3.22 — Key Changes at a Glance
NEW  ClawHub becomes the default plugin store (npm remains a fallback)
NEW  Agent session timeout raised from 10 minutes → 48 hours
NEW  GPT-5.4 set as default OpenAI model (replaces GPT-5.2)
NEW  Anthropic Vertex AI provider added (Claude via Google Cloud)
NEW  /btw side-conversation command introduced
NEW  30+ security hardening patches applied
BREAK  12 breaking changes — CLAWDBOT_* / MOLTBOT_* env vars removed
BREAK  Legacy Chrome extension relay path removed (run openclaw doctor –fix)
BUG  dist/control-ui/ missing from npm tarball → Dashboard 503 error
BUG  WhatsApp plugin removed before @openclaw/whatsapp was published → channel failure
FIXED  Both bugs resolved in v2026.3.23 / v2026.3.23-2

The Bugs: Real, But Narrowly Scoped

Two packaging mistakes shipped inside the v2026.3.22 npm tarball, and both affected users who installed via the standard npm i -g openclaw@latest path. Users running Docker images or building from source were not affected — the code was correct, but the files were missing from the npm package specifically.

Bug 1: Blank Dashboard (503 Error)

The dist/control-ui/ directory — the prebuilt front-end assets that power OpenClaw’s web dashboard — was accidentally excluded from the npm tarball. As a result, the gateway would start normally, but any attempt to open the dashboard returned a 503 error with the message “Control UI assets not found.” The issue was tracked publicly on GitHub as issue #52808. The underlying build was intact; it simply never made it into the published package.

Bug 2: WhatsApp Integration Silently Vanishing

As part of a deliberate plugin architecture refactor, the WhatsApp integration was removed from the core OpenClaw package with the intent of shipping it as a standalone @openclaw/whatsapp package. That standalone package, however, had not yet been published to npm when the release went out. Users who updated found that WhatsApp simply vanished — no messages sent, none received, and gateway logs showing “plugin not found: whatsapp.” This was an execution gap in the shipping process, not a design flaw in the refactor itself.

Workaround (until v2026.3.23+)

Roll back to the last stable npm release: npm i -g openclaw@2026.3.13, then run openclaw doctor –non-interactive and restart with openclaw gateway restart. Both the Dashboard and WhatsApp will restore immediately.

What the Viral Story Got Wrong

Reports circulating on social media and in some technology publications described the update as “complete plugin paralysis,” “massive functional failures,” and “OpenClaw’s biggest crisis ever.” These characterizations do not hold up to scrutiny.

✓ Accurate

v2026.3.22 did ship on March 23, 2026, after a nine-day gap. Two genuine packaging bugs broke the Dashboard and WhatsApp for npm users. The update contains 12 breaking changes. Community frustration about the breakage is real.

✗ Inaccurate

“Complete plugin paralysis” is false — only two specific components broke. “Biggest crisis ever” is misleading; earlier in 2026, a critical RCE vulnerability (CVE-2026-25253) affecting tens of thousands of exposed instances was far more serious. The “21st Century Business Herald” framing appears unfounded.

The project’s actual most serious security event in 2026 was CVE-2026-25253, a critical one-click remote code execution vulnerability that exposed tens of thousands of OpenClaw instances globally. Measured against that baseline, a broken dashboard widget in an npm tarball is a shipping inconvenience — not an existential crisis.

“The code itself is fine. It just wasn’t included in the tarball. Both issues are packaging bugs, not architectural failures.”

The Real Story: A Project Maturing Under Pressure

The more meaningful narrative inside v2026.3.22 is one of a rapidly growing open-source project attempting to modernize its infrastructure at pace. The move to ClawHub as the primary plugin distribution channel, the cleanup of legacy MoltBot branding, the introduction of a public plugin SDK, the 48-hour agent session timeout — these are the kinds of changes that define a platform’s long-term trajectory. The fact that they arrived with shipping bugs is a reflection of the pace of development, not a collapse of the project.

OpenClaw responded to the issues by shipping follow-up releases v2026.3.23 and v2026.3.23-2 in rapid succession, restoring bundled WhatsApp and Matrix runtime entries, correcting ClawHub plugin compatibility checks, and hardening authentication and channel flows. The project appears to be iterating on the problems responsibly.

Who Is Affected and What To Do

If you run OpenClaw via the global npm install and upgraded to v2026.3.22, you are likely affected by one or both bugs. Roll back to v2026.3.13, or upgrade directly to v2026.3.23-2, the current stable release as of March 25, 2026. Run openclaw doctor --fix after any version change — the tool will automatically repair known configuration issues including the legacy browser path migration. Users on Docker or source builds do not need to take action for the tarball issues, but should review the twelve breaking changes before upgrading production deployments.

OpenClaw Open Source AI Agents Bug Report ClawHub March 2026 Self-Hosted
© 2026 The Open Source Dispatch  ·  Reporting based on official GitHub release notes, npm registry data, and community documentation  ·  Not affiliated with OpenClaw or its contributors

OpenClaw v2026.3.22: The Biggest Update in Months and Two Bugs That Broke Things for Real

OpenClaw v2026.3.22: The Biggest Update in Months and Two Bugs That Broke Things for Real


Windows Software Alternatives in Linux


Disclaimer of pbxscience.com

PBXscience.com © All Copyrights Reserved. | Newsphere by AF themes.