Back

OpenClaw Official Changelog

Source: github.com/openclaw/openclaw ↗, auto-synced hourly

v2026.2.242026-02-25
GitHub ↗

Changes

  • ·Auto-reply/Abort shortcuts: expand standalone stop phrases, add multilingual stop keywords (ES/FR/ZH/HI/AR/JP/DE/PT/RU), treat exact "do not do that" as a stop trigger.
  • ·Android/App UX: ship a native four-step onboarding flow, five-tab shell (Connect, Chat, Voice, Screen, Settings).
  • ·Talk/Gateway config: add provider-agnostic Talk configuration with legacy compatibility.
  • ·Security/Audit: add security.trust_model.multi_user_heuristic to flag likely shared-user ingress.

Breaking

  • ·Heartbeat delivery now blocks direct/DM targets when destination parsing identifies a direct chat.
  • ·Security/Sandbox: block Docker network "container:" namespace-join mode by default.

Fixes

  • ·Routing/Session isolation: harden followup routing so explicit cross-channel origin replies never fall back to the active dispatcher.
  • ·Heartbeat routing: prevent heartbeat leakage/spam into Discord and other direct-message destinations.
  • ·Heartbeat defaults: switch the implicit heartbeat delivery target from last to none (opt-in for external delivery).
  • ·Agents/Model fallback: keep traversing the configured fallback chain instead of collapsing to primary-only.
  • ·Channels/Typing keepalive: refresh channel typing callbacks on a keepalive interval during long replies.
v2026.2.232026-02-24
GitHub ↗

Changes

  • ·Gateway: improve session routing and multi-agent coordination.
  • ·Skills: add new skill discovery and loading improvements.

Fixes

  • ·Fix memory leak in long-running sessions.
  • ·Improve cron job reliability under high load.