๐ฆ OpenClaw 2026.2.24
What's New + What Matters
February 25, 2026 ยท Boxmining
๐ข The Official Drop
2,173 โค๏ธ ยท 179K views ยท 176 RTs โ Feb 25, 2026
๐ What's New in v2026.2.24
๐
Multilingual Stop Phrases
"stop", "arrรชte", "para", "ๅๆญข", "ใใใฆ", "เคฐเฅเคเฅ" โ your agent now understands abort commands in 10+ languages including ES/FR/ZH/HI/AR/JP/DE/PT/RU. Also accepts "STOP OPENCLAW!!!" with trailing punctuation.
๐ฑ
Android App Overhaul
Native 4-step onboarding โ 5-tab shell (Connect, Chat, Voice, Screen, Settings). Full Connect setup/manual mode. Refreshed chat + settings UI.
โจ๏ธ
Typing Indicators Fixed
Keepalive refresh during long replies. No more typing indicator disappearing mid-inference. Works across Discord, Telegram, WhatsApp.
๐
30+ Security Fixes
Docker namespace-join blocked by default. Multi-user trust model heuristic. Heartbeat DM leakage prevented. WhatsApp reasoning block suppression.
๐ก๏ธ Security: The Big Ones
30+ fixes โ they're not messing around
- Docker namespace-join blocked โ container:* mode disabled by default for sandbox. Break-glass opt-in only.
- Multi-user trust model โ new heuristic flags shared-user ingress. Hardening guidance for multi-user setups (sandbox.mode="all", workspace-scoped FS).
- Heartbeat DM leakage fixed โ heartbeats no longer spam your Discord DMs or Telegram. Delivery blocks direct-chat targets.
- WhatsApp reasoning suppression โ hidden thinking blocks no longer leak to end users. Hard-drops "Reasoning:" prefixed text.
- Routing isolation hardened โ cross-channel replies can't hijack Discord-targeted messages in shared sessions.
Combined with v2026.2.23's 50 advisories + 6 CVE patches, OpenClaw has shipped ~80 security fixes in 2 days. Enterprise-grade hardening.
๐ง Platform Fixes That Matter
๐๏ธ
Discord Voice Reliability
DAVE encryption restored, configurable join options, auto-rejoin after decrypt failures. STT finally stable.
๐ฑ
WhatsApp Reconnect
Status 440 handled properly โ no more infinite reconnect loops. Clean relink guidance on session conflicts.
๐ค
Model Fallback Chain
When primary model is in cooldown, fallback chain now traverses properly instead of dead-ending. No more stuck agents.
๐จ๐ณ
CJK Input Fix (macOS)
Return key now confirms IME candidates first โ no more accidental sends while composing Chinese/Japanese/Korean text.
๐ฃ๏ธ Talk Mode Gets Real
Provider-agnostic voice config + ElevenLabs integration
- Provider-agnostic Talk config โ no longer locked to one TTS provider. Legacy configs auto-migrate.
- ElevenLabs metadata โ gateway exposes setup/status for voice configuration surfaces.
- macOS mic guard โ all audio input paths handle missing microphones gracefully. No more crashes on mic-less Macs.
- Discord DAVE encryption โ configurable encryption + failure tolerance for voice channels.
Voice is getting serious attention. Still early compared to dedicated voice assistants, but the foundation is solid for real-time conversations.
โ ๏ธ Breaking Changes
Two things that might bite you on upgrade
1. Heartbeat DM Delivery Blocked
Heartbeats no longer send to direct/DM targets (user:, Telegram user chats, WhatsApp direct numbers). Only channel/group targets receive heartbeat messages. Runs still execute โ just no DM spam.
2. Docker Namespace-Join Blocked
network: "container:*" mode blocked by default for sandbox + sandbox-browser containers. To re-enable: set
dangerouslyAllowContainerNamespaceJoin: true
Both are security-positive changes. Most users won't notice. Docker power users: check your compose files.
๐ Recap: v2026.2.23 (Yesterday)
PREV In case you missed it
- Kilo Gateway provider โ native integration, full auth stack, enterprise-ready
- Moonshot/Kimi vision + video โ analyze video content, not just images
- Claude Opus 4.6 support โ latest Anthropic model, 1M context
- 50 security advisories triaged โ 12 survived as real issues, 6 CVEs patched
- SSRF protection โ defaults to trusted-network mode. Run
openclaw doctor --fix to migrate.
- Config snapshot redaction โ API keys auto-hidden in logs, diagnostics, OTEL telemetry
๐ฏ February's Game Changers
CONTEXT 9 releases in 25 days
๐ง
Multi-Model Freedom
15+ providers: Claude, GPT-5.3, Gemini, Grok, Mistral, Moonshot, Ollama local. Switch per-agent or per-session.
๐ค
Sub-Agent Orchestration
Spawn parallel workers with scoped permissions. QC pipeline built in. The real unlock for complex workflows.
๐๏ธ
Vision + Video
Moonshot/Kimi: analyze video content natively. Not just screenshots โ actual video understanding.
โ
Apple Watch + iOS
Wrist notifications, share extension (forward anything to your agent), voice input from Watch.
๐ฌ What People Are Saying
โก The Real Talk
Not everyone's having a smooth ride
Some users report performance regression after update. Token consumption spikes reported. The $100 learning curve is still real.
โ๏ธ Meanwhile: Claude Code Fires Back
| Dimension | OpenClaw 2.24 | Claude Code | Cursor |
| What it is | Life automation | Coding agent | AI IDE |
| Interface | 50+ channels | Terminal/IDE | VS Code fork |
| Models | 15+ providers | Claude only | Multiple |
| Self-hosted | Fully local | No | No |
| Coding | Basic | Superior | Superior |
| Autonomy | 24/7 + cron | Session-based | Session-based |
| Voice | Talk + ElevenLabs | No | No |
| Mobile | Android+iOS+Watch | No | No |
Different tools, different jobs. OpenClaw = life OS. Claude Code = coding beast. Power users run both.
โ
What's Actually Useful in 2.24
โ
Multilingual Stop Phrases
Run agents in non-English contexts? This is huge. Finally abort in your native language.
โ
Heartbeat DM Fix
No more random heartbeat spam in your DMs. Should've been fixed ages ago.
โ
Android Redesign
Proper onboarding + 5-tab nav. Mobile setup actually doable for new users.
โ ๏ธ Model Fallback Fix
Agents no longer stuck when primary model is down. But configure fallbacks first.
Stability + polish release. No flashy features โ but fixes that make daily use less frustrating.
๐ฎ The Bigger Picture
9 releases in 25 days โ where is this going?
- Security-first pivot โ 80+ security fixes in Feb alone. Enterprise customers pushing this.
- Mobile is real โ Android overhaul + Apple Watch + iOS share extension. Not an afterthought.
- Voice is next โ provider-agnostic Talk + ElevenLabs + Discord DAVE. Always-on voice assistant.
- Multi-user hardening โ trust model heuristics, workspace scoping. Teams use case incoming.
- 215K GitHub stars โ Wikipedia page, 373K X followers. Category leader.
๐ฆ Should You Update?
Yes
If you use Discord voice, WhatsApp, or non-English languages
Wait
If current setup works โ some users report regressions
How to update:
npm update -g openclaw && openclaw gateway restart
If things break:
openclaw doctor --fix
๐ฆ
OpenClaw 2026.2.24
Stability release. 30+ security fixes. Multilingual. Android redesign.
The lobster doesn't sleep. Neither should your agent.
GitHub Release ยท
Official Tweet ยท
Docs