OpenClaw Newsletter

Daily updates from the OpenClaw ecosystem

2026-02-06

In This Issue

Editorial Intro

Release Updates

  • openclaw 2026.2.6 — Changes - 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)...
  • openclaw 2026.2.3 — Changes - Telegram: remove last @ts-nocheck from bot-handlers.ts, use Grammy types directly, deduplicate StickerMetadata. Zero @ts-nocheck remaining in src/telegram/. (#9206) - Telegram: remove...
  • openclaw 2026.2.2 — Changes - Feishu: add Feishu/Lark plugin support + docs. (#7313) Thanks @jiulingyun (openclaw-cn). - Web UI: add Agents dashboard for managing agent files, tools, skills, models, channels, and cron...
  • openclaw 2026.2.1 — Changes - Docs: onboarding/install/i18n/exec-approvals/Control UI/exe.dev/cacheRetention updates + misc nav/typos. (#3050, #3461, #4064, #4675, #4729, #4763, #5003, #5402, #5446, #5474, #5663, #5689,...
  • openclaw 2026.1.30 — Changes - CLI: add completion command (Zsh/Bash/PowerShell/Fish) and auto-setup during postinstall/onboarding. - CLI: add per-agent models status (--agent filter). (#4780) Thanks @jlowin. - Agents:...
  • openclaw 2026.1.29 — Status: stable. Changes - Rebrand: rename the npm package/CLI to openclaw, add a openclaw compatibility shim, and move extensions to the @openclaw/ scope. - Onboarding: strengthen security warning...
  • Clawdbot 2026.1.24 — 2026.1.24 Highlights - Providers: Ollama discovery + docs; Venice guide upgrades + cross-links. (#1606) Thanks @abhaymundhara. https://docs.clawd.bot/providers/ollama...
  • Clawdbot 2026.1.23 — 2026.1.23 Highlights - TTS: move Telegram TTS into core + enable model-driven TTS tags by default for expressive audio replies. (#1559) Thanks @Glucksberg. https://docs.clawd.bot/tts - Gateway: add...
  • clawdbot 2026.1.22 — Changes - Highlight: Compaction safeguard now uses adaptive chunking, progressive fallback, and UI status + retries. (#1466) Thanks @dlauer. - Providers: add Antigravity usage tracking to status...
  • clawdbot 2026.1.21 — Highlights - Lobster optional plugin tool for typed workflows + approval gates. docs - Custom assistant identity + avatars in the Control UI. docs docs - Cache optimizations: cache-ttl pruning +...
  • clawdbot 2026.1.20 — Changes - Control UI: add copy-as-markdown with error feedback. (#1345) https://docs.clawd.bot/web/control-ui - Control UI: drop the legacy list view. (#1345) https://docs.clawd.bot/web/control-ui -...
  • clawdbot 2026.1.16-2 — Highlights - Hooks: add hooks system with bundled hooks, CLI tooling, and docs. (#1028) — thanks @ThomsenDrake. https://docs.clawd.bot/hooks - Media: add inbound media understanding...
  • clawdbot 2026.1.15 — Highlights - Plugins: add provider auth registry + clawdbot models auth login for plugin-driven OAuth/API key flows. - Browser: improve remote CDP/Browserless support (auth passthrough, wss upgrade,...
  • clawdbot 2026.1.14-1 — Install - npm i -g clawdbot@2026.1.14-1 Highlights - Web search: web_search/web_fetch tools (Brave API) + first-time setup in onboarding/configure. - Browser control: Chrome extension relay takeover...
  • clawdbot 2026.1.12-2 — Fixes - Packaging: include dist/memory/** in the npm tarball (fixes ERR_MODULE_NOT_FOUND for dist/memory/index.js).
  • clawdbot 2026.1.12 — Highlights - BREAKING: rename chat “providers” (Slack/Telegram/WhatsApp/…) to channels across CLI/RPC/config; legacy config keys auto-migrate on load (and are written back as channels.). - Memory:...
  • clawdbot 2026.1.11-3 — Fixes - CLI: avoid top-level await warnings in the entrypoint on fresh installs. - CLI: show a commit hash in the banner for npm installs (package.json gitHead fallback).
  • clawdbot 2026.1.11-2 — Fixes - Installer: ensure the CLI entrypoint is executable after npm installs. - Packaging: include dist/plugins/ in the npm package to avoid missing module errors.
  • clawdbot 2026.1.11-1 — Fixes - Installer: include patches/ in the npm package so postinstall patching works for npm/bun installs.
  • clawdbot 2026.1.11 — Highlights - Plugins are now first-class: loader + CLI management, plus the new Voice Call plugin. - Config: modular $include support for split config files. (#731) — thanks @pasogott. - Agents/Pi:...
  • clawdbot 2026.1.10 — Highlights - CLI: clawdbot status now table-based + shows OS/update/gateway/daemon/agents/sessions; status --all adds a full read-only debug report (tables, log tails, Tailscale summary, and scan...
  • clawdbot 2026.1.9 — Highlights - Microsoft Teams provider: polling, attachments, outbound CLI send, per-channel policy. - Models/Auth expansion: OpenCode Zen + MiniMax API onboarding; token auth profiles + auth order;...
  • clawdbot 2026.1.8 — 2026.1.8 Highlights - Security: DMs locked down by default across providers; pairing-first + allowlist guidance. - Sandbox: per-agent scope defaults + workspace access controls; tool/session...
  • v2026.1.5-3 — Fixes - NPM package: include missing runtime dist folders (slack/signal/imessage/tui/wizard/control-ui/daemon) to avoid ERR_MODULE_NOT_FOUND in Node 25 npx installs.
  • clawdbot 2026.1.5-1 — Fixes - NPM package: include dist/sessions so clawdbot agent resolves session helpers in npx installs. - Node 25: avoid unsupported directory import by targeting...
  • clawdbot 2026.1.5 — Highlights - Models: add image-specific model config (agent.imageModel + fallbacks) and scan support. - Agent tools: new image tool routed to the image model (when configured). - Config: default...
  • clawdis 2.0.0-beta5 — Fixed - Media: preserve GIF animation when uploading to Discord/other providers (skip JPEG optimization for image/gif). - Agent runtime: update pi-mono dependencies to 0.31.1 (agent-core split). -...
  • clawdis 2.0.0-beta4 — 2.0.0-beta4 — 2025-12-27 Fixes - Package contents: include Discord/hooks build outputs in the npm tarball to avoid missing module errors.
  • clawdis 2.0.0-beta3 — Highlights - First-class Clawdis tools (browser, canvas, nodes, cron) replace the old clawdis- skills; tool schemas are now injected directly into the agent runtime. - Per-session model selection +...
  • clawdis 2.0.0-beta2 — Highlights - Bundled gateway packaging: bun-compiled embedded gateway, new gateway-daemon command, launchd support, DMG packaging (zip+DMG). - Skills platform: managed/bundled skills, install...
  • OpenClaw repo stats for 2026-02-06 — 172027 stars, 27832 forks, 444 contributors
  • openclaw v2026.2.3-1 on npm — WhatsApp gateway CLI (Baileys web) with Pi RPC agent
  • openclaw-cli 2026.2.3-1 on Homebrew — Your own personal AI assistant

New Skills Spotlight

Community Spotlight

Ecosystem Watch

In The Press

Security Corner