📦 update

OpenClaw v2026.3.7 Introduces Pluggable ContextEngine Architecture

Source: GitHub
releasecontextenginepluginsgpt-5-4gemini-3-1architecture

What Happened

OpenClaw shipped version 2026.3.7 on March 8, its most architecturally significant release in weeks. The headline feature is the new ContextEngine plugin interface — a complete set of lifecycle hooks (bootstrap, ingest, assemble, compact, afterTurn, prepareSubagentSpawn, onSubagentEnded) that allow third-party plugins to replace the framework's core context management strategy without modifying internal code. The release also includes first-class support for Google's Gemini 3.1 Flash-Lite model, durable Discord channel and Telegram topic bindings that survive restarts, a Spanish language locale for the Control UI, Docker multi-stage slim builds, and over 200 bug fixes across 89 commits.

A notable breaking change requires users to set an explicit gateway.auth.mode when both token and password authentication are configured, which could cause startup failures for those who upgrade without updating their config.

Why It Matters

The ContextEngine is the most important architectural change to OpenClaw since launch. Previously, context management — how the agent compresses, assembles, and manages conversation history — was hardcoded into the core. Now, plugins like the community-developed lossless-claw can provide entirely different compaction strategies. This transforms OpenClaw from a monolithic agent into a genuinely extensible platform where the community can improve core cognitive behaviors. The simultaneous addition of GPT-5.4 and Gemini 3.1 Flash-Lite support also ensures OpenClaw remains model-agnostic as the LLM landscape rapidly evolves.

What's Next

Expect a wave of ContextEngine plugins from the community targeting specialized use cases — long-document analysis, multi-session memory, and enterprise compliance logging. The beta tag on v2026.3.7-beta.1 suggests further refinements are coming before a stable release.

Related

Related News

Related Guides