← All releases

v2026.3.7

March 8, 2026 · View on GitHub

What's new for you

Context engine plugins, persistent ACP channel bindings, Telegram topic routing, Spanish locale, gateway auth mode, Gemini 3.1 Flash-Lite, Docker slim builds, and many fixes. Requires explicit gateway.auth.mode when both token and password are set.

  • Context Engine plugins — alternative context management via plugins (e.g. lossless-claw) without modifying core
  • Persistent ACP bindings — Discord channel and Telegram topic bindings survive restarts
  • Telegram topic agent routing — per-topic agentId overrides in forum groups and DM topics
  • Spanish locale — Control UI now supports es
  • Gateway auth mode — set gateway.auth.mode when both token and password are configured
  • Gemini 3.1 Flash-Lite — first-class support across provider catalogs
  • Docker slim builds — multi-stage Dockerfile, OPENCLAW_VARIANT=slim for smaller images
  • Compaction model override — route summarization through a different model via agents.defaults.compaction.model

Release highlights

FeatureDetails
Context Engine PluginPlugin slot for alternative context management. Lifecycle hooks: bootstrap, ingest, assemble, compact, afterTurn, prepareSubagentSpawn, onSubagentEnded. Enables lossless-claw and similar plugins.
Persistent ACP BindingsDiscord channel and Telegram topic bindings survive restarts. CLI and docs support for managing bindings.
Telegram Topic RoutingPer-topic agentId overrides in forum groups and DM topics. Route topics to dedicated agents with isolated sessions.
Spanish LocaleControl UI now supports es — locale detection, lazy loading, language picker.
Gateway Auth ModeExplicit gateway.auth.mode required when both token and password are set. Avoids startup/pairing failures.
Gemini 3.1 Flash-LiteFirst-class google/gemini-3.1-flash-lite-preview support across model normalization and docs.
Docker Slim BuildsMulti-stage Dockerfile, minimal runtime image. OPENCLAW_VARIANT=slim for bookworm-slim.
Compaction Model Overrideagents.defaults.compaction.model routes summarization through a different model than the main session.

⚠️ Breaking changes

Gateway auth now requires explicit gateway.auth.mode when both gateway.auth.token and gateway.auth.password are configured (including SecretRefs). Set gateway.auth.mode to token or password before upgrade.

Full release notes

The complete changelog with all changes, fixes, and technical details is on the official GitHub release page.

Open v2026.3.7 on GitHub →