What's new for you
Recovery release for v2026.3.13 tag path. Compaction fix, Telegram media SSRF, Discord gateway handling, session reset preservation, Android chat settings, Docker OPENCLAW_TZ, Slack interactive replies, and many stability fixes.
- Compaction — use full-session token count for post-compaction sanity check
- Telegram — thread media transport policy into SSRF guards for inbound media
- Discord — handle gateway metadata fetch failures without crashing
- Session — preserve lastAccountId and lastThreadId on session reset
- Slack — opt-in interactive reply directives (channelData.slack.blocks)
- Docker — OPENCLAW_TZ timezone support for gateway and CLI containers
- Android — redesign chat settings UI, Google Code Scanner for onboarding QR
- macOS — respect exec-approvals.json in gateway prompter
- Security — Docker build no longer leaks gateway token in build context
Release highlights
| Feature | Details |
|---|---|
| Control UI Dashboard-v2 | Refreshed gateway dashboard with modular views, command palette, mobile bottom tabs, richer chat tools. |
| /fast Toggle | params.fastMode and shared /fast toggle for Anthropic and OpenAI fast-mode tiers. |
| Slack Block Kit | channelData.slack.blocks for agents to send Block Kit messages through Slack. |
| sessions_yield | Subagents end turn, skip tool work, carry follow-up payload to next turn. |
| Kubernetes Docs | Starter K8s install path with raw manifests and Kind setup. |
| Provider-Plugin Architecture | Ollama, vLLM, SGLang on provider-plugin architecture. |
| Security: /config & /debug | Owner-only. Workspace plugin auto-load disabled. |
| Security: Plugin Auto-Load | Workspace plugins require explicit trust — no auto-load from cloned repos. |
Feature deep dives
Learn more about the changes that matter most. Bug fixes and minor improvements are listed on GitHub.
Control UI Dashboard-v2
Refreshed gateway dashboard with modular overview, chat, config, agent, and session views, plus command palette and richer chat tools.
Read more →/fast Toggle
Shared /fast toggle and params.fastMode map to Anthropic service_tier and OpenAI fast-mode tiers.
Read more →Slack Block Kit
channelData.slack.blocks in reply delivery for Block Kit messages through Slack.
Read more →sessions_yield
Orchestrators end current turn, skip queued tool work, carry follow-up payload to next session turn.
Read more →Kubernetes Docs
Starter K8s install path with raw manifests and Kind setup.
Read more →Provider-Plugin Architecture
Ollama, vLLM, SGLang moved to provider-plugin architecture.
Read more →Security: /config & /debug Owner-Only
/config and /debug require sender ownership.
Read more →Security: Workspace Plugin Auto-Load
Workspace plugin auto-load disabled. Explicit trust required.
Read more →Full release notes
The complete changelog with all changes, fixes, and technical details is on the official GitHub release page.
Open v2026.3.13 on GitHub →