Openclaw Newsletter

Archives
May 9, 2026

OpenClaw Newsletter - 2026-05-09

OpenClaw Newsletter - 2026-05-09

OpenClaw Newsletter

Saturday, May 9, 2026

Top Stories

  • fix(agent): detect CJK terminal continuation promises — Summary This PR fixes a terminal-turn hole in strict-agentic recovery for Chinese/CJK conversations. Today the planning-only guard recognizes English future-action promises such as I'll ..., next...
  • build(pnpm): upgrade workspace to pnpm 11 — Summary Upgrade the OpenClaw workspace from pnpm 10 to pnpm 11 and move pnpm project settings into pnpm-workspace.yaml. Changed - package.json, .npmrc, pnpm-workspace.yaml, pnpm-lock.yaml: update the...
  • fix(memory): retry transient EBUSY errors when removing temp index files — Summary On Windows, openclaw memory index --force fails with EBUSY when cleaning up temporary SQLite database files (.sqlite.tmp-, -wal, -shm). The OS may not release file handles immediately after...
  • fix(security): inline redact into appendSessionTranscriptMessage — Summary: - Repair the opted-in contributor branch for #73563 instead of opening a replacement. - Add the missing Unreleased changelog entry with @Ziy1-Tan credit. - Rebase/refresh against current...
  • [Feature] Doctor dry-run / diff mode — Problem openclaw doctor --fix applies changes without preview. There is no --dry-run or --preview flag to see what --fix would change before it changes it. sessions cleanup has --dry-run...
  • Cron: honor server_error retries — Summary Describe the problem and fix in 2–5 bullets: - Problem: cron.retry.retryOn documents server_error, but FailoverReason did not include it, so OpenAI/Codex payloads like...
  • [Feature] Per-path file access deny list for all tools — Problem There is no per-path file access deny list for any tool — native or MCP. tools.deny blocks tools wholesale (e.g., deny browser), but there is no way to say "Read is allowed, but not on...
  • fix(agents): include container path mapping in sandbox path escape errors — Summary Addresses #79712. When an LLM-driven agent provides a host-side path (e.g. /tmp/healthcheck-alert/config.json) that falls outside the sandbox root, the rejection error now surfaces the...
  • fix(agent): sync cursor state to prevent loop hook message replay — Fixes #79630 Summary - Problem: The finalizeHarnessContextEngineTurn captured a stale snapshot of prePromptMessageCount before the loop hook executed, causing it to blindly replay messages already...
  • fix #79380: [Bug]: Gateway CPU spin / crash loop on Raspberry Pi 4 (ARM64) — regression from 4.23 to 4.25+ — Summary Fixes #79380 Issue [[Bug]: Gateway CPU spin / crash loop on Raspberry Pi 4 (ARM64) — regression from 4.23 to 4.25+](https://github.com/openclaw/openclaw/issues/79380) Root Cause The heartbeat...
  • fix(agents): classify stream_read_error as transient — Summary - Problem: bare stream_read_error model streaming failures were not classified as transient failover errors. - Why it matters: a temporary stream read failure could surface directly and skip...
  • [Feature] Per-binary exec trust (path or hash) — Problem safeBinTrustedDirs grants exec trust at directory granularity. There is no way to trust a specific binary by path or SHA-256 hash. audit.nondeep flags risky mutable dirs (/tmp, ~/Downloads,...
  • [Feature] Content-based prompt injection scanning on tool output — Problem Tool output (exec results, web fetches, file reads) is not scanned for prompt injection patterns before being fed to the model. The current mitigation is XML wrapping of tool output, which...
  • i18n(zh-CN): 修复中文词库不准确翻译并补充缺失词条,同时为 CLI 安装向导添加简体中文和繁体中文支持 — Summary - Problem: Two separate gaps in Chinese language support: (1) docs/.i18n/glossary.zh-CN.json contains 23 inaccurate or untranslated entries; docs/.i18n/glossary.zh-TW.json has only 19 stub...
  • feat(matrix): expose MessagePresentation metadata in Matrix events — Summary - Add Matrix outbound MessagePresentation support by attaching normalized presentation metadata to m.room.message content under com.openclaw.presentation. - Preserve plain text fallback by...
  • fix(diagnostics): populate inputMessages/outputMessages on model.call events — Summary Populates inputMessages/outputMessages on model-call diagnostic events so that the diagnostics-otel plugin can export raw model content to OTEL backends when captureContent is enabled. Closes...
  • [Feature] Post-update hook system — Problem OpenClaw has internal post-update processing for plugins (update-cli-CUpLcSjn.js:2073-2156), but no user-facing post-update hook. Local dist patches and custom post-update tasks are lost on...
  • [Feature] Graduated crash recovery ladder for gateway — Problem When the gateway enters a crash loop (repeated failures within minutes), the only recovery is KeepAlive: true in launchd/systemd, which restarts the same process with the same state. If the...
  • [Feature] Automatic config rollback on gateway failure — Problem config.apply / config.patch writes have no pre-apply backup, no post-write health check, and no rollback on failure. A bad config takes the gateway down, requiring manual recovery from a...
  • [Feature] User notification + workspace context re-injection on model fallback — Problem When a model fallback occurs mid-session (e.g., primary model rate-limits and the fallback chain fires), three user-facing gaps compound into a single failure mode: the session silently...
  • fix(update): strip OPENCLAW_SERVICE_MARKER from auto-update child env — Summary Strip OPENCLAW_SERVICE_MARKER and OPENCLAW_SERVICE_KIND from the spawn env override in runAutoUpdateCommand so the hourly auto-updater can actually install package updates when the gateway...
  • feat(training-export): overhaul trigger system and message conversion — > Draft / work-in-progress — this PR is under active development. Feedback welcome on the overall direction. Summary Introduce a trajectory-first, trigger-driven training export system that produces...
  • Refactor runtime state into SQLite — Summary This PR is the database-first runtime/state refactor for #78096. It moves OpenClaw away from scattered JSON, JSONL, sidecar SQLite, lock-file, pruning, and truncation-repair paths toward a...
  • fix(agents/cli): bridge CLI assistant deltas into channel preview (#76869) — Fixes #76869. CLI backends (claude-cli, codex-cli, etc.) emit assistant text deltas via the shared agent-event bus during a run, but the reply runner CLI path only fires onPartialReply after the...
  • fix(gateway): harden macOS update restart lifecycle — Summary - Clear ignored unauthorized SIGUSR1 restart handoffs so stale in-flight restart state cannot poison later gateway.restart requests. - After package-manager updates refresh the macOS service...
  • [Bug]: Workspace bootstrap files reported [MISSING] when hardlinked (nlink > 1 guard rejects legitimate shared files) — Bug type Regression (worked before, now fails) Beta release blocker No Summary Bootstrap files (such as AGENTS.md, SOUL.md, USER.md) that are shared across multiple agent workspaces via POSIX...
  • Feature: Add maxTurns/maxToolCalls config option to limit agent iterations — Summary Request a maxTurns or maxToolCalls configuration option to limit the number of tool call iterations an agent can make before being forced to respond. Use Case When using certain LLM...
  • [Bug]: `openclaw doctor` emits 3 redundant "Gateway runtime" panels and the third one falsely says "Node 22 LTS or Node 24 not found" when nvm Node 22 is found and in use — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary openclaw doctor prints three separate ◇ Gateway runtime panels for a single Node-version condition, and...
  • [Bug]: contextEngine afterTurn finalizer replays messages already emitted by loop hook — Bug type Regression (worked before, now fails) Beta release blocker No Summary For context engines with ownsCompaction: true, OpenClaw can call contextEngine.afterTurn() during tool-loop iterations...
  • Telegram forum topic sessions intermittently stop responding while DM sessions continue working — Summary Telegram forum topic (group thread) sessions intermittently stop responding to messages while the main DM session continues to work fine. The session works for a period, then stops replying....
  • OpenClaw repo stats for 2026-05-09 — 370027 stars, 76408 forks, 2154 contributors
  • OpenClaw sponsors (127 total) — 127 sponsors supporting OpenClaw
  • fix: harden skill owner migration — Harden skill owner migration across UI, CLI, API, stats, backups, and docs. Co-authored-by: momothemage
  • fix: use short publishing docs link (#2098)
  • docs: split ClawHub public docs from specs (#2095) — docs: split clawhub docs source docs: make clawhub docs product-facing * docs: refine public clawhub docs routes
  • feat: add entity-scoped moderator commands (#2066)
  • Add skill: nevo-david/postiz
  • openclaw-cli 2026.5.7 on Homebrew — Your own personal AI assistant
  • ykarout/Qwen3.5-9b-Opus-Openclaw-Distilled-FP8 — text-generation
  • OpenClaw on DigitalOcean — Deploy your own personal AI assistant with OpenClaw on a DigitalOcean Droplet® server, a powerful open-source platform that runs entirely on your infrastructure. OpenClaw connects to the messaging...
  • OpenClaw without the Node v22 install hell — I put it on Telegram — OpenClaw has hundreds of thousands of GitHub stars and a maintainer who literally tells you 'if you don't know how to use a terminal, this is too dangerous for you.' I tried the install three times....
  • KiloClaw in VS Code, Kilo CLI in KiloClaw
  • How to verify a cron job when the only logs are bootstrap noise — TL;DR When cron logs are thin, do not guess. In today’s diary, the session history only...
  • OpenClaw: O que é e por que está todo mundo falando disso? — E aí, gurizada! De uns tempos pra cá, eu percebi um burburinho enorme em torno de uma...
  • Hermes vs. OpenClaw - When to Reach for Which Agent — Two open-source agent frameworks with overlapping features but fundamentally different philosophies
  • How to Build a Self-Thinking AI Agent in 15 Minutes Using Openclaw — Build a self-thinking AI agent in 15 minutes with OpenClaw. Automate SEO audits, rank tracking, and content management via Telegram using…Continue reading on Medium »
  • How I setup a Personal AI Assistant on a Raspberry Pi 5 — Completely Locked Down and Accessible via… — How to install OpenClaw on a headless Pi 5 with rootless Docker, Tailscale, and a hardened firewall — without losing sleep over security.Continue reading on Medium »
  • Autonomous AI agent — Are We Ready? — The rapid development of autonomous AI systems such as OpenClaw represents a major transformation in the way humans interact with digital…Continue reading on Medium »
  • OpenClaw’s Dreaming System: Rethinking AI Memory from First Principles — Why does your AI assistant always “forget”? A system design that tackles the memory problem at its rootContinue reading on Level Up Coding »
  • From Curiosity to Automation: My Experience Hosting OpenClaw on AWS EC2 — When I first started hearing about OpenClaw, it was everywhere.Continue reading on Medium »
  • NemoClaw for the Enterprise: Installing NemoClaw and Bootstrapping the Sandbox (Part 2) — The substrate is ready. Now we move the agent into its cell and try not to bulldoze it on the way in.Continue reading on Medium »
  • Deploy OpenClaw as a Beginner — Do you want your own AI assistant but feel like you aren’t “tech-savvy” enough to build one?Continue reading on Medium »
  • Memory is the bottleneck for self-driving agents — TL;DR: Self-driving agents are the destination everyone agrees on. The bottleneck isn’t autonomy or planning — it’s memory. Forkable…Continue reading on Medium »
  • My Openclaw family, now with an odd Samsung addition to the clan. — It all started with an old laptop.Continue reading on Medium »
  • Poe — Poe is a web-based AI platform that hosts multiple assistant bots—including Claude and various GPT and image/audio models—to provide conversational Q&A, image and audio generation, and automated AI...
  • Apertus — As a fully open language model, Apertus allows researchers, professionals and enthusiasts to build upon the model and adapt it to their specific needs, as well as to inspect any part of the training...
  • NanoClaw — Lightweight AI assistant runs in Apple containers with isolated Linux container processes for superior OS-level security, transparency, and privacy compared to complex chatbots, enabling quick code...
  • Kimi — Kimi is an intelligent assistant app that uses advanced reasoning to help users solve complex problems in areas like math, coding, and visual reasoning. It can handle both long and short...
  • @jun_song @openclaw it's a feature, i think you'll find
  • @NousResearch @HeyGen The one thing thats just awful is the webUI. I think more people would use hermes if the WebUI was
  • 多くの皆様に見ていただきありがとうございます😭 このクドクラ(@KudouCraft)は Claude Code,OpenClaw,Codex,Cursor,Gemini CLI Windsurf,Antigravity,Hermes — 多くの皆様に見ていただきありがとうございます😭 このクドクラ(@KudouCraft)は Claude Code,OpenClaw,Codex,Cursor,Gemini CLI Windsurf,Antigravity,Hermes Agentなどの最新のAIエージェントの情報を発信しています 良かったらいいねとリツイートよろしくお願いします。
  • $TripleT looking like a clean entry according to openclaw Was Made Using - @OpenClawAIX https://t.co/6cUal7aeLv
  • openclaw called it on $memecoin again. the model doesn't miss Was Made Using - @OpenClawAIX https://t.co/2LLKuxof9O
  • just ran $Stickman through openclaw. risk is low, upside is real Was Made Using - @OpenClawAIX https://t.co/IA6fM5eVR5
  • openclaw called $Aliens perfectly last time. running the scan again ┃🧫┃ $Aliens ┃💰┃ MC : $1.2M ┃🎯┃ TARGET MC : $11.2
  • @NGussel93914 @OpenClawAIX Looks like you’re tracking some solid momentum. If you want full OpenClaw control in the clou
  • openclaw confirmed what the chart was already telling me on $GAYTES Was Made Using - @OpenClawAIX https://t.co/Hha8x6
  • just ran $CHUD through openclaw. risk is low, upside is real Was Made Using - @OpenClawAIX https://t.co/AAVunpJniN
  • 🤯 AI just built AND self-optimized its own Craigslist scraper in real time. OpenClaw + AutoBrowse got tasked with grabb
  • @harsette @Saboo_Shubham_ @ANT_1515 @DivyanshT91162 @Tiny_Fish Brochacho, it's X drama. Saboo_Shubham_ posted about swit
  • my openclaw scan on $ALPHA just confirmed what i was thinking Was Made Using - @OpenClawAIX https://t.co/QDJ164cG6z
  • fired up @openclaw today for the first time in a minute. been using it since the clawdbot days, but switched harnesses
  • OpenClaw構築でもやるかぁ
  • @laurencebuilds can openclaw do this??
  • openclaw on $testicle —signals all pointing up ┃🧫┃ $testicle ┃💰┃ MC : $6.9M ┃🎯┃ TARGET MC : $24.1M ┃📈┃ POTENTIAL :
  • just checked $CHADLON on openclaw—forecast looking clean 🦞 Was Made Using - @OpenClawAIX https://t.co/7DdrkG8AQC
  • openclaw confirmed what the chart was already telling me on $Staccana Was Made Using - @OpenClawAIX https://t.co/NnLZ
  • openclaw on $AMERICA —momentum strong, risk low. easy Was Made Using - @OpenClawAIX https://t.co/VVzQO9mQa5

Trending on X

  • @jun_song @openclaw it's a feature, i think you'll find
  • @NousResearch @HeyGen The one thing thats just awful is the webUI. I think more people would use hermes if the WebUI was
  • 多くの皆様に見ていただきありがとうございます😭 このクドクラ(@KudouCraft)は Claude Code,OpenClaw,Codex,Cursor,Gemini CLI Windsurf,Antigravity,Hermes — 多くの皆様に見ていただきありがとうございます😭 このクドクラ(@KudouCraft)は Claude Code,OpenClaw,Codex,Cursor,Gemini CLI Windsurf,Antigravity,Hermes Agentなどの最新のAIエージェントの情報を発信しています 良かったらいいねとリツイートよろしくお願いします。
  • $TripleT looking like a clean entry according to openclaw Was Made Using - @OpenClawAIX https://t.co/6cUal7aeLv
  • openclaw called it on $memecoin again. the model doesn't miss Was Made Using - @OpenClawAIX https://t.co/2LLKuxof9O
  • just ran $Stickman through openclaw. risk is low, upside is real Was Made Using - @OpenClawAIX https://t.co/IA6fM5eVR5
  • openclaw called $Aliens perfectly last time. running the scan again ┃🧫┃ $Aliens ┃💰┃ MC : $1.2M ┃🎯┃ TARGET MC : $11.2
  • @NGussel93914 @OpenClawAIX Looks like you’re tracking some solid momentum. If you want full OpenClaw control in the clou
  • openclaw confirmed what the chart was already telling me on $GAYTES Was Made Using - @OpenClawAIX https://t.co/Hha8x6
  • just ran $CHUD through openclaw. risk is low, upside is real Was Made Using - @OpenClawAIX https://t.co/AAVunpJniN
  • 🤯 AI just built AND self-optimized its own Craigslist scraper in real time. OpenClaw + AutoBrowse got tasked with grabb
  • @harsette @Saboo_Shubham_ @ANT_1515 @DivyanshT91162 @Tiny_Fish Brochacho, it's X drama. Saboo_Shubham_ posted about swit
  • my openclaw scan on $ALPHA just confirmed what i was thinking Was Made Using - @OpenClawAIX https://t.co/QDJ164cG6z
  • fired up @openclaw today for the first time in a minute. been using it since the clawdbot days, but switched harnesses
  • OpenClaw構築でもやるかぁ
  • @laurencebuilds can openclaw do this??
  • openclaw on $testicle —signals all pointing up ┃🧫┃ $testicle ┃💰┃ MC : $6.9M ┃🎯┃ TARGET MC : $24.1M ┃📈┃ POTENTIAL :
  • just checked $CHADLON on openclaw—forecast looking clean 🦞 Was Made Using - @OpenClawAIX https://t.co/7DdrkG8AQC
  • openclaw confirmed what the chart was already telling me on $Staccana Was Made Using - @OpenClawAIX https://t.co/NnLZ
  • openclaw on $AMERICA —momentum strong, risk low. easy Was Made Using - @OpenClawAIX https://t.co/VVzQO9mQa5

Releases

  • OpenClaw repo stats for 2026-05-09 — 370027 stars, 76408 forks, 2154 contributors
  • openclaw-cli 2026.5.7 on Homebrew — Your own personal AI assistant

Community

  • fix(agent): detect CJK terminal continuation promises — Summary This PR fixes a terminal-turn hole in strict-agentic recovery for Chinese/CJK conversations. Today the planning-only guard recognizes English future-action promises such as I'll ..., next...
  • build(pnpm): upgrade workspace to pnpm 11 — Summary Upgrade the OpenClaw workspace from pnpm 10 to pnpm 11 and move pnpm project settings into pnpm-workspace.yaml. Changed - package.json, .npmrc, pnpm-workspace.yaml, pnpm-lock.yaml: update the...
  • fix(memory): retry transient EBUSY errors when removing temp index files — Summary On Windows, openclaw memory index --force fails with EBUSY when cleaning up temporary SQLite database files (.sqlite.tmp-, -wal, -shm). The OS may not release file handles immediately after...
  • fix(security): inline redact into appendSessionTranscriptMessage — Summary: - Repair the opted-in contributor branch for #73563 instead of opening a replacement. - Add the missing Unreleased changelog entry with @Ziy1-Tan credit. - Rebase/refresh against current...
  • [Feature] Doctor dry-run / diff mode — Problem openclaw doctor --fix applies changes without preview. There is no --dry-run or --preview flag to see what --fix would change before it changes it. sessions cleanup has --dry-run...
  • Cron: honor server_error retries — Summary Describe the problem and fix in 2–5 bullets: - Problem: cron.retry.retryOn documents server_error, but FailoverReason did not include it, so OpenAI/Codex payloads like...
  • [Feature] Per-path file access deny list for all tools — Problem There is no per-path file access deny list for any tool — native or MCP. tools.deny blocks tools wholesale (e.g., deny browser), but there is no way to say "Read is allowed, but not on...
  • fix(agents): include container path mapping in sandbox path escape errors — Summary Addresses #79712. When an LLM-driven agent provides a host-side path (e.g. /tmp/healthcheck-alert/config.json) that falls outside the sandbox root, the rejection error now surfaces the...
  • fix(agent): sync cursor state to prevent loop hook message replay — Fixes #79630 Summary - Problem: The finalizeHarnessContextEngineTurn captured a stale snapshot of prePromptMessageCount before the loop hook executed, causing it to blindly replay messages already...
  • fix #79380: [Bug]: Gateway CPU spin / crash loop on Raspberry Pi 4 (ARM64) — regression from 4.23 to 4.25+ — Summary Fixes #79380 Issue [[Bug]: Gateway CPU spin / crash loop on Raspberry Pi 4 (ARM64) — regression from 4.23 to 4.25+](https://github.com/openclaw/openclaw/issues/79380) Root Cause The heartbeat...
  • fix(agents): classify stream_read_error as transient — Summary - Problem: bare stream_read_error model streaming failures were not classified as transient failover errors. - Why it matters: a temporary stream read failure could surface directly and skip...
  • [Feature] Per-binary exec trust (path or hash) — Problem safeBinTrustedDirs grants exec trust at directory granularity. There is no way to trust a specific binary by path or SHA-256 hash. audit.nondeep flags risky mutable dirs (/tmp, ~/Downloads,...
  • [Feature] Content-based prompt injection scanning on tool output — Problem Tool output (exec results, web fetches, file reads) is not scanned for prompt injection patterns before being fed to the model. The current mitigation is XML wrapping of tool output, which...
  • i18n(zh-CN): 修复中文词库不准确翻译并补充缺失词条,同时为 CLI 安装向导添加简体中文和繁体中文支持 — Summary - Problem: Two separate gaps in Chinese language support: (1) docs/.i18n/glossary.zh-CN.json contains 23 inaccurate or untranslated entries; docs/.i18n/glossary.zh-TW.json has only 19 stub...
  • feat(matrix): expose MessagePresentation metadata in Matrix events — Summary - Add Matrix outbound MessagePresentation support by attaching normalized presentation metadata to m.room.message content under com.openclaw.presentation. - Preserve plain text fallback by...
  • fix(diagnostics): populate inputMessages/outputMessages on model.call events — Summary Populates inputMessages/outputMessages on model-call diagnostic events so that the diagnostics-otel plugin can export raw model content to OTEL backends when captureContent is enabled. Closes...
  • [Feature] Post-update hook system — Problem OpenClaw has internal post-update processing for plugins (update-cli-CUpLcSjn.js:2073-2156), but no user-facing post-update hook. Local dist patches and custom post-update tasks are lost on...
  • [Feature] Graduated crash recovery ladder for gateway — Problem When the gateway enters a crash loop (repeated failures within minutes), the only recovery is KeepAlive: true in launchd/systemd, which restarts the same process with the same state. If the...
  • [Feature] Automatic config rollback on gateway failure — Problem config.apply / config.patch writes have no pre-apply backup, no post-write health check, and no rollback on failure. A bad config takes the gateway down, requiring manual recovery from a...
  • [Feature] User notification + workspace context re-injection on model fallback — Problem When a model fallback occurs mid-session (e.g., primary model rate-limits and the fallback chain fires), three user-facing gaps compound into a single failure mode: the session silently...
  • fix(update): strip OPENCLAW_SERVICE_MARKER from auto-update child env — Summary Strip OPENCLAW_SERVICE_MARKER and OPENCLAW_SERVICE_KIND from the spawn env override in runAutoUpdateCommand so the hourly auto-updater can actually install package updates when the gateway...
  • feat(training-export): overhaul trigger system and message conversion — > Draft / work-in-progress — this PR is under active development. Feedback welcome on the overall direction. Summary Introduce a trajectory-first, trigger-driven training export system that produces...
  • Refactor runtime state into SQLite — Summary This PR is the database-first runtime/state refactor for #78096. It moves OpenClaw away from scattered JSON, JSONL, sidecar SQLite, lock-file, pruning, and truncation-repair paths toward a...
  • fix(agents/cli): bridge CLI assistant deltas into channel preview (#76869) — Fixes #76869. CLI backends (claude-cli, codex-cli, etc.) emit assistant text deltas via the shared agent-event bus during a run, but the reply runner CLI path only fires onPartialReply after the...
  • fix(gateway): harden macOS update restart lifecycle — Summary - Clear ignored unauthorized SIGUSR1 restart handoffs so stale in-flight restart state cannot poison later gateway.restart requests. - After package-manager updates refresh the macOS service...
  • [Bug]: Workspace bootstrap files reported [MISSING] when hardlinked (nlink > 1 guard rejects legitimate shared files) — Bug type Regression (worked before, now fails) Beta release blocker No Summary Bootstrap files (such as AGENTS.md, SOUL.md, USER.md) that are shared across multiple agent workspaces via POSIX...
  • Feature: Add maxTurns/maxToolCalls config option to limit agent iterations — Summary Request a maxTurns or maxToolCalls configuration option to limit the number of tool call iterations an agent can make before being forced to respond. Use Case When using certain LLM...
  • [Bug]: `openclaw doctor` emits 3 redundant "Gateway runtime" panels and the third one falsely says "Node 22 LTS or Node 24 not found" when nvm Node 22 is found and in use — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary openclaw doctor prints three separate ◇ Gateway runtime panels for a single Node-version condition, and...
  • [Bug]: contextEngine afterTurn finalizer replays messages already emitted by loop hook — Bug type Regression (worked before, now fails) Beta release blocker No Summary For context engines with ownsCompaction: true, OpenClaw can call contextEngine.afterTurn() during tool-loop iterations...
  • Telegram forum topic sessions intermittently stop responding while DM sessions continue working — Summary Telegram forum topic (group thread) sessions intermittently stop responding to messages while the main DM session continues to work fine. The session works for a period, then stops replying....
  • OpenClaw sponsors (127 total) — 127 sponsors supporting OpenClaw
  • fix: harden skill owner migration — Harden skill owner migration across UI, CLI, API, stats, backups, and docs. Co-authored-by: momothemage
  • fix: use short publishing docs link (#2098)
  • docs: split ClawHub public docs from specs (#2095) — docs: split clawhub docs source docs: make clawhub docs product-facing * docs: refine public clawhub docs routes
  • feat: add entity-scoped moderator commands (#2066)
  • Add skill: nevo-david/postiz

News

  • ykarout/Qwen3.5-9b-Opus-Openclaw-Distilled-FP8 — text-generation
  • OpenClaw on DigitalOcean — Deploy your own personal AI assistant with OpenClaw on a DigitalOcean Droplet® server, a powerful open-source platform that runs entirely on your infrastructure. OpenClaw connects to the messaging...
  • OpenClaw without the Node v22 install hell — I put it on Telegram — OpenClaw has hundreds of thousands of GitHub stars and a maintainer who literally tells you 'if you don't know how to use a terminal, this is too dangerous for you.' I tried the install three times....
  • KiloClaw in VS Code, Kilo CLI in KiloClaw
  • How to verify a cron job when the only logs are bootstrap noise — TL;DR When cron logs are thin, do not guess. In today’s diary, the session history only...
  • OpenClaw: O que é e por que está todo mundo falando disso? — E aí, gurizada! De uns tempos pra cá, eu percebi um burburinho enorme em torno de uma...
  • Hermes vs. OpenClaw - When to Reach for Which Agent — Two open-source agent frameworks with overlapping features but fundamentally different philosophies
  • How to Build a Self-Thinking AI Agent in 15 Minutes Using Openclaw — Build a self-thinking AI agent in 15 minutes with OpenClaw. Automate SEO audits, rank tracking, and content management via Telegram using…Continue reading on Medium »
  • How I setup a Personal AI Assistant on a Raspberry Pi 5 — Completely Locked Down and Accessible via… — How to install OpenClaw on a headless Pi 5 with rootless Docker, Tailscale, and a hardened firewall — without losing sleep over security.Continue reading on Medium »
  • Autonomous AI agent — Are We Ready? — The rapid development of autonomous AI systems such as OpenClaw represents a major transformation in the way humans interact with digital…Continue reading on Medium »
  • OpenClaw’s Dreaming System: Rethinking AI Memory from First Principles — Why does your AI assistant always “forget”? A system design that tackles the memory problem at its rootContinue reading on Level Up Coding »
  • From Curiosity to Automation: My Experience Hosting OpenClaw on AWS EC2 — When I first started hearing about OpenClaw, it was everywhere.Continue reading on Medium »
  • NemoClaw for the Enterprise: Installing NemoClaw and Bootstrapping the Sandbox (Part 2) — The substrate is ready. Now we move the agent into its cell and try not to bulldoze it on the way in.Continue reading on Medium »
  • Deploy OpenClaw as a Beginner — Do you want your own AI assistant but feel like you aren’t “tech-savvy” enough to build one?Continue reading on Medium »
  • Memory is the bottleneck for self-driving agents — TL;DR: Self-driving agents are the destination everyone agrees on. The bottleneck isn’t autonomy or planning — it’s memory. Forkable…Continue reading on Medium »
  • My Openclaw family, now with an odd Samsung addition to the clan. — It all started with an old laptop.Continue reading on Medium »
  • Poe — Poe is a web-based AI platform that hosts multiple assistant bots—including Claude and various GPT and image/audio models—to provide conversational Q&A, image and audio generation, and automated AI...
  • Apertus — As a fully open language model, Apertus allows researchers, professionals and enthusiasts to build upon the model and adapt it to their specific needs, as well as to inspect any part of the training...
  • NanoClaw — Lightweight AI assistant runs in Apple containers with isolated Linux container processes for superior OS-level security, transparency, and privacy compared to complex chatbots, enabling quick code...
  • Kimi — Kimi is an intelligent assistant app that uses advanced reasoning to help users solve complex problems in areas like math, coding, and visual reasoning. It can handle both long and short...

OpenClaw Newsletter — Daily updates from the OpenClaw ecosystem

Read online · Archive

Don't miss what's next. Subscribe to Openclaw Newsletter:
Powered by Buttondown, the easiest way to start and grow your newsletter.