OpenClaw v2026.2.6 发布

发布日期: 2026-02-06

Changes

  • Cron: default wakeMode is now "now" for new jobs (was "next-heartbeat"). (#10776) Thanks @tyler6204.
  • Cron: cron run defaults to force execution; use --due to restrict to due-only. (#10776) Thanks @tyler6204.
  • Models: support Anthropic Opus 4.6 and OpenAI Codex gpt-5.3-codex (forward-compat fallbacks). (#9853, #10720, #9995) Thanks @TinyTb, @calvin-hpnet, @tyler6204.
  • Providers: add xAI (Grok) support. (#9885) Thanks @grp06.
  • Providers: add Baidu Qianfan support. (#8868) Thanks @ide-rea.
  • Web UI: add token usage dashboard. (#10072) Thanks @Takhoffman.
  • Web UI: add RTL auto-direction support for Hebrew/Arabic text in chat composer and rendered messages. (#11498) Thanks @dirbalak.
  • Memory: native Voyage AI support. (#7078) Thanks @mcinteerj.
  • Sessions: cap sessions_history payloads to reduce context overflow. (#10000) Thanks @gut-puncture.
  • CLI: sort commands alphabetically in help output. (#8068) Thanks @deepsoumya617.
  • CI: optimize pipeline throughput (macOS consolidation, Windows perf, workflow concurrency). (#10784) Thanks @mcaxtr.
  • Agents: bump pi-mono to 0.52.7; add embedded forward-compat fallback for Opus 4.6 model ids.

Added

  • Cron: run history deep-links to session chat from the dashboard. (#10776) Thanks @tyler6204.
  • Cron: per-run session keys in run log entries and default labels for cron sessions. (#10776) Thanks @tyler6204.
  • Cron: legacy payload field compatibility (deliver, channel, to, bestEffortDeliver) in schema. (#10776) Thanks @tyler6204.

Fixes

  • TTS: add missing OpenAI voices (ballad, cedar, juniper, marin, verse) to the allowlist so they are recognized instead of silently falling back to Edge TTS. (#2393)
  • Cron: scheduler reliability (timer drift, restart catch-up, lock contention, stale running markers). (#10776) Thanks @tyler6204.
  • Cron: store migration hardening (legacy field migration, parse error handling, explicit delivery mode persistence). (#10776) Thanks @tyler6204.
  • Telegram: auto-inject DM topic threadId in message tool + subagent announce. (#7235) Thanks @Lukavyi.
  • Security: require auth for Gateway canvas host and A2UI assets. (#9518) Thanks @coygeek.
  • Cron: fix scheduling and reminder delivery regressions; harden next-run recompute + timer re-arming + legacy schedule fields. (#9733, #9823, #9948, #9932) Thanks @tyler6204, @pycckuu, @j2h4u, @fujiwara-tofu-shop.
  • Update: harden Control UI asset handling in update flow. (#10146) Thanks @gumadeiras.
  • Security: add skill/plugin code safety scanner; redact credentials from config.get gateway responses. (#9806, #9858) Thanks @abdelsfane.
  • Exec approvals: coerce bare string allowlist entries to objects. (#9903) Thanks @mcaxtr.
  • Slack: add mention stripPatterns for /new and /reset. (#9971) Thanks @ironbyte-rgb.
  • Chrome extension: fix bundled path resolution. (#8914) Thanks @kelvinCB.
  • Compaction/errors: allow multiple compaction retries on context overflow; show clear billing errors. (#8928, #8391) Thanks @Glucksberg.