OpenClaw Newsletter - 2026-05-08
OpenClaw Newsletter
Friday, May 8, 2026Top Stories
- openclaw 2026.5.7 — Fixes - Release/plugin publishing: retry transient ClawHub CLI dependency install failures, keep preview-passing plugins publishable when one preview cell flakes, and verify every expected ClawHub...
- fix(agents): normalize structured delta.content to prevent [object Object] in Mistral thinking replies — Bug being fixed Closes #78846. Same family as #75268 and #70806 (reported 3 times now). Mistral with native reasoning enabled returns delta.content as an array of typed blocks per Mistral native...
- 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(daemon): avoid killing current gateway pid on restart — Summary - filter stale restart cleanup candidates so the currently running gateway pid is never terminated - keep the existing stale-listener retry path for genuinely stale processes - add a...
- fix(memory-core): preserve sibling supplement results when one search rejects (#77897) — Summary Fixes #77897. searchMemoryCorpusSupplements (extensions/memory-core/src/tools.shared.ts) used Promise.all to fan out to every registered corpus supplement (memory-wiki, third-party plugin...
- fix(mattermost): accept legacy config compatibility keys — Summary - accept legacy Mattermost config compatibility keys in the strict channel schema so upgrades no longer fail with must NOT have additional properties - keep account-scoped compatibility...
- fix(qianfan): drop replayed thinking for qianfan code — Summary - mark Qianfan Code models as transcript-replay targets that should drop assistant thinking blocks - cover the Qianfan tool-call replay path in sanitizeSessionHistory tests - keep other...
- fix(discord): avoid parameter properties in strip-only runtime — Fixes #49904. Summary - rewrite the Discord reaction listener constructors to use explicit field assignment - rewrite the Discord voice ready listener constructor to avoid parameter-property syntax -...
- fix(feishu): keep group_topic message-tool replies inside the topic — Summary Fixes #74903. When a Feishu group chat message lands in a group_topic-scoped session, the assistant's message(action="send") reply was posting at the group root instead of inside the topic...
- docs(provider): point claude-max-api-proxy to maintained fork — Summary - update the claude-max-api-proxy docs page to link to the maintained GitHub fork - keep the npm package/install instructions unchanged because the package name stays the same - avoid...
- fix(auth): propagate scope-mismatch reason instead of collapsing to device_token_mismatch — Summary Fixes #79292 When verifyDeviceToken returns { ok: false, reason: 'scope-mismatch' }, resolveConnectAuthDecision was discarding that reason and always emitting device_token_mismatch. This...
- fix(configure): preserve OpenRouter default model choice after auth — Summary - preserve the user-selected OpenRouter default model during configure auth - prompt for the default model in the non-custom auth flow before applying the final selection - add regression...
- fix(agents): send bare OpenRouter model ids — Summary - Normalize OpenRouter request payload model ids when the transport prefixes the provider onto the already-resolved model id. - Reuse the verified OpenRouter route guard so arbitrary...
- [plugin sdk] Add scheduled session turns — Summary This replaces the consolidated #73384 / #74483 stack with a smaller fresh-main slice. The previous consolidated branch became extremely brittle under constant upstream churn: rebases...
- fix(agents): accept read file/filePath aliases — Summary - Problem: read tool path-warning logic only recognized path and file_path, which raised false warnings for valid file/filePath argument shapes. - Why it matters: this produces noisy warnings...
- OpenAI Codex provider usage no longer shown in /status or openclaw status --usage — Problem Older OpenClaw status output showed OpenAI/Codex quota windows, e.g. On OpenClaw 2026.5.7, this no longer appears in chat /status, and terminal openclaw status --usage returns: Expected...
- [plugin sdk] Add host-mediated session attachments — Summary This replaces the consolidated #73384 / #74483 stack with a smaller fresh-main slice. The previous consolidated branch became extremely brittle under constant upstream churn: rebases...
- feat(discord): clean up sessions when channel is deleted — Summary Automatically clean up orphaned sessions when a Discord channel is deleted, preventing session store bloat. Closes #19333 Problem When a Discord channel is deleted, the associated OpenClaw...
- feat(cli): add --message-file flag to openclaw message send — Summary - Problem: openclaw message send -m "$(cat report.txt)" fails or corrupts messages when the content contains backticks, ${}, !, or newlines — all common in agent completion reports containing...
- fix(status): add gateway delivery health telemetry — Summary - surface generic channel runtime warnings for disconnected, stale, stuck, and restart-pending states - add inbound delivery telemetry for received, dispatch started/completed, session turn...
- fix(gateway): throttle rapid process restarts before sidecar startup — Summary - Problem: After upgrading to v2026.4.24+, the gateway enters an infinite restart loop on Ubuntu 24 npm installs when the Linux OOM killer terminates the process during sidecar startup. - Why...
- [plugin sdk] Derive tool target paths for hooks — Summary - Adds a host-owned apply_patch path extractor that derives target paths from add/update/delete/move markers. - Adds a small host tool-param parser registry and stamps derivedPaths onto...
- [plugin sdk] Add session action gateway protocol — Summary This replaces the consolidated #73384 / #74483 stack with a smaller fresh-main slice. The previous consolidated branch became extremely brittle under constant upstream churn: rebases...
- feat(feishu): support declarative event subscribers — Add a Feishu event runtime that normalizes publish-path events into a topic bus, loads declarative subscriber specs from skills, and dispatches matching handlers or agent triggers. Wire the runtime...
- QQBot: Framework slash commands (/models, /status, /new) not responding in QQ channel — Bug type Bug (unexpected behavior) Summary Framework-level slash commands (/models, /status, /new, /model, etc.) do not return any response when sent in QQ Bot private chat (C2C). The bot shows a...
- fix(qqbot): re-evaluate routing bindings per inbound message — Summary - Problem: QQBot routing kept using the cfg snapshot captured at gateway startup, so peer-specific bindings added through the CLI (bindings=2 in openclaw agents list --bindings) were ignored...
- fix(agents): preserve active exec references across compaction — Closes #79284. Summary - Add a bounded runtime-owned snapshot of active background exec sessions for the current process scope. - Include those session IDs in rebuilt embedded system prompts so...
- test(gateway): consolidate deriveSessionTitle tests into dedicated module — Summary This PR fixes an issue where heartbeat polls could overwrite explicit user-labeled session titles with transcript-derived titles like "heartbeat". Changes - Extracts deriveSessionTitle to...
- OpenClaw repo stats for 2026-05-08 — 369610 stars, 76278 forks, 2141 contributors
- OpenClaw sponsors (125 total) — 125 sponsors supporting OpenClaw
- fix(skills): block owner from undeleting moderator-hidden skills (#2078) — Merged via squash. Prepared head SHA: a3ff0752a9b2bd87b4980b0cd8026c5ff06a7da0 Co-authored-by: momothemage Co-authored-by: momothemage Reviewed-by: @momothemage
- fix: use canonical publishing docs path
- fix: use short publishing docs link (#2098)
- feat: add docs nav link (#2097)
- feat: enforce scoped plugin ownership (#2072)
- docs: mention package transfer in publishing FAQ (#2096)
- Fix plugin publish ownership visibility (#2073) — fix: clarify plugin publish ownership state test: tolerate publish route migration in prod smoke fix: reserve publish route collisions fix: preflight package scope owner mismatches in CLI fix: keep...
- 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
- docs: add RFC community review process (#2092) — docs: add RFC community review process chore: keep slug validator options internal
- openclaw v2026.5.7 on npm — Multi-channel AI gateway with extensible messaging integrations
- openclaw-cli 2026.5.6 on Homebrew — Your own personal AI assistant
- 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...
- Ask HN: Who is using OpenClaw?
- OpenClaw surpasses React to become the most-starred software project on GitHub
- StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)
- OpenClaw’s memory is unreliable, and you don’t know when it will break
- Congrats to the OpenClaw Challenge Winners! — The results are in! We are thrilled to announce the winners of the OpenClaw Challenge. Over the past...
- 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...
- I Died and Came Back: Building a Resilient Memory System for AI Agents
- My Take on: Congrats to the OpenClaw Challenge Winners!
- OpenClaw vs Paperclip vs Hermes (2026): Complete AI Agent Platform Comparison — The AI agent tooling space exploded in early 2026. If you’re comparing OpenClaw vs Paperclip vs...
- 내 모든 기억을 LLM이 찾을 수 있게 만들고 있다 — OpenClaw가 처음 나왔을 때 개인 비서에 대한 관심이 확...
- How to set up the AgentMail skill in OpenClaw and chat with your inbox on Telegram — for free — A step-by-step guide: create your AgentMail account, get an API key, install the skill in OpenClaw, connect it to Telegram — plus one…Continue reading on Medium »
- My Dear Unusual Agent — What got much more interesting for me was using OpenClaw less like a chatbot and more like a set of specialized skills for different parts…Continue reading on Medium »
- Claude Code ve OpenClaw’un Karşılaştırmalı İncelemesi — “Dive into Claude Code: The Design Space of Today’s and Future AI Agent Systems” makalesinin Türkçe çevirisidir.Continue reading on Softtech »
- OpenClaw Is Great. The Token Burn Is Not. — I set it up on a VPS, connected it to Telegram, and learned what most AI-agent guides leave out.Continue reading on Data Science Collective »
- #19 Giving Your Agent Hands: How to Add Skills in OpenClaw — Move beyond basic chat by equipping your personal assistant with custom tools and functional capabilities.Continue reading on AI Commerce »
- Agents Unchained: What Sinan Ozdemir’s ODSC Keynote Taught Me About Harness Engineering — Last week in Boston for the ODSC AI East 2026 Sinan Ozdemir, founder of Crucible and AI advisor at Tola Capital, opened with a story about…Continue reading on Medium »
- Sandboxes Instead of Wild West OpenClaw: NemoClaw on the HP ZGX Nano AI Station — Today, we’re swapping my Microsoft 365 Copilot & Agents focus for a small but mighty piece of hardware on the desk and a piece of open…Continue reading on Medium »
- Beyond Memorization: How seekdb M0 Teaches AI Agents to Learn From Every Task — By Rongfeng Fu, Senior Technical Expert at OceanBase and lead of the seekdb M0 engineering teamContinue reading on OceanBase Database »
- 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...
- Codex session still cannot access the local Word renderer
- OpenClaw bot on Slack receives messages but never sends a response
- Boss wants us to add more AI to our workflow
- $YEP is looking good on openclaw right now ngl ┃🧫┃ $YEP ┃💰┃ MC : $19.7K ┃🎯┃ TARGET MC : $199.5K ┃📈┃ POTENTIAL : +91
- been tracking $AINL on openclaw for a week. forecast holding strong ┃🧫┃ $AINL ┃💰┃ MC : $2.2M ┃🎯┃ TARGET MC : $10.3M
- $Bleach looking like a clean entry according to openclaw ┃🧫┃ $Bleach ┃💰┃ MC : $14.2K ┃🎯┃ TARGET MC : $138.3K ┃📈┃ PO
- 9F8JfdmMehhMw8k4kUvZzM1EGf4UyLGCwS7Wug57pump openclaw on $VIRUS —momentum strong, risk low. easy Was Made Using - @O
- just ran $FWOG through openclaw. risk is low, upside is real ┃🧫┃ $FWOG ┃💰┃ MC : $7.4M ┃🎯┃ TARGET MC : $27.4M ┃📈┃ PO
- Gv2i54czMSYbkygCKhLRYc59JNVtfrofFwd9mPqZpump openclaw called it on $AI again. the model doesn't miss Was Made Using
- 4TyZGqRLG3VcHTGMcLBoPUmqYitMVojXinAmkL8xpump openclaw on $testicle —momentum strong, risk low. easy Was Made Using -
- openclaw called $douse perfectly last time. running the scan again ┃🧫┃ $douse ┃💰┃ MC : $36.3K ┃🎯┃ TARGET MC : $403.5
- $Lockdown momentum score just came in hot on openclaw 🔥 ┃🧫┃ $Lockdown ┃💰┃ MC : $27.1K ┃🎯┃ TARGET MC : $370.9K ┃📈┃ P
- BbbrP2rXYczQmkgc15nH5ZFccoHFmm4mpagRLkUypump been tracking $GIGARAT on openclaw for a week. forecast holding strong
- 3Y4njN9WK2GcsCFcdCfAT3uHJYXZiGwa4Arx4T5Ppump openclaw on $POCKET —momentum strong, risk low. easy Was Made Using - @
- just ran $SOLCIALIST through openclaw. risk is low, upside is real ┃🧫┃ $SOLCIALIST ┃💰┃ MC : $18.6K ┃🎯┃ TARGET MC : $
- just checked $MOXY on openclaw—forecast looking clean 🦞 ┃🧫┃ $MOXY ┃💰┃ MC : $81.5K ┃🎯┃ TARGET MC : $1.3M ┃📈┃ POTENTI
- vRseBFqTy9QLmmo5qGiwo74AVpdqqMTnxPqWoWMpump been tracking $Verse on openclaw for a week. forecast holding strong Was
- 124Yn3UCD4YBb8JcyW6A2g9jjgG4Ykp8VBp7XQNQpump openclaw on $SELLOR —momentum strong, risk low. easy Was Made Using - @
- FZWDFWR4HiHmhJEL2isENeCsuVhNKkEjAWdGqofVpump been tracking $SH on openclaw for a week. forecast holding strong Was M
- 9smBCEJAJEhrJiE1yQqQGran3ZbwsHzZUYW6Q1hHpump been watching $Ash through openclaw, momentum is building Was Made Usin
- just checked $afk on openclaw—forecast looking clean 🦞 ┃🧫┃ $afk ┃💰┃ MC : $2.5M ┃🎯┃ TARGET MC : $16.5M ┃📈┃ POTENTIAL
- CGEDT9QZDvvH5GmVkWJH2BXiMJqMJySC9ihWyr7Spump just checked $BURNIE —openclaw showing strong upside signals Was Made U
- openclaw on $USDUC —momentum strong, risk low. easy ┃🧫┃ $USDUC ┃💰┃ MC : $9.5M ┃🎯┃ TARGET MC : $133.8M ┃📈┃ POTENTIAL
Trending on X
- $YEP is looking good on openclaw right now ngl ┃🧫┃ $YEP ┃💰┃ MC : $19.7K ┃🎯┃ TARGET MC : $199.5K ┃📈┃ POTENTIAL : +91
- been tracking $AINL on openclaw for a week. forecast holding strong ┃🧫┃ $AINL ┃💰┃ MC : $2.2M ┃🎯┃ TARGET MC : $10.3M
- $Bleach looking like a clean entry according to openclaw ┃🧫┃ $Bleach ┃💰┃ MC : $14.2K ┃🎯┃ TARGET MC : $138.3K ┃📈┃ PO
- 9F8JfdmMehhMw8k4kUvZzM1EGf4UyLGCwS7Wug57pump openclaw on $VIRUS —momentum strong, risk low. easy Was Made Using - @O
- just ran $FWOG through openclaw. risk is low, upside is real ┃🧫┃ $FWOG ┃💰┃ MC : $7.4M ┃🎯┃ TARGET MC : $27.4M ┃📈┃ PO
- Gv2i54czMSYbkygCKhLRYc59JNVtfrofFwd9mPqZpump openclaw called it on $AI again. the model doesn't miss Was Made Using
- 4TyZGqRLG3VcHTGMcLBoPUmqYitMVojXinAmkL8xpump openclaw on $testicle —momentum strong, risk low. easy Was Made Using -
- openclaw called $douse perfectly last time. running the scan again ┃🧫┃ $douse ┃💰┃ MC : $36.3K ┃🎯┃ TARGET MC : $403.5
- $Lockdown momentum score just came in hot on openclaw 🔥 ┃🧫┃ $Lockdown ┃💰┃ MC : $27.1K ┃🎯┃ TARGET MC : $370.9K ┃📈┃ P
- BbbrP2rXYczQmkgc15nH5ZFccoHFmm4mpagRLkUypump been tracking $GIGARAT on openclaw for a week. forecast holding strong
- 3Y4njN9WK2GcsCFcdCfAT3uHJYXZiGwa4Arx4T5Ppump openclaw on $POCKET —momentum strong, risk low. easy Was Made Using - @
- just ran $SOLCIALIST through openclaw. risk is low, upside is real ┃🧫┃ $SOLCIALIST ┃💰┃ MC : $18.6K ┃🎯┃ TARGET MC : $
- just checked $MOXY on openclaw—forecast looking clean 🦞 ┃🧫┃ $MOXY ┃💰┃ MC : $81.5K ┃🎯┃ TARGET MC : $1.3M ┃📈┃ POTENTI
- vRseBFqTy9QLmmo5qGiwo74AVpdqqMTnxPqWoWMpump been tracking $Verse on openclaw for a week. forecast holding strong Was
- 124Yn3UCD4YBb8JcyW6A2g9jjgG4Ykp8VBp7XQNQpump openclaw on $SELLOR —momentum strong, risk low. easy Was Made Using - @
- FZWDFWR4HiHmhJEL2isENeCsuVhNKkEjAWdGqofVpump been tracking $SH on openclaw for a week. forecast holding strong Was M
- 9smBCEJAJEhrJiE1yQqQGran3ZbwsHzZUYW6Q1hHpump been watching $Ash through openclaw, momentum is building Was Made Usin
- just checked $afk on openclaw—forecast looking clean 🦞 ┃🧫┃ $afk ┃💰┃ MC : $2.5M ┃🎯┃ TARGET MC : $16.5M ┃📈┃ POTENTIAL
- CGEDT9QZDvvH5GmVkWJH2BXiMJqMJySC9ihWyr7Spump just checked $BURNIE —openclaw showing strong upside signals Was Made U
- openclaw on $USDUC —momentum strong, risk low. easy ┃🧫┃ $USDUC ┃💰┃ MC : $9.5M ┃🎯┃ TARGET MC : $133.8M ┃📈┃ POTENTIAL
Releases
- openclaw 2026.5.7 — Fixes - Release/plugin publishing: retry transient ClawHub CLI dependency install failures, keep preview-passing plugins publishable when one preview cell flakes, and verify every expected ClawHub...
- OpenClaw repo stats for 2026-05-08 — 369610 stars, 76278 forks, 2141 contributors
- openclaw v2026.5.7 on npm — Multi-channel AI gateway with extensible messaging integrations
- openclaw-cli 2026.5.6 on Homebrew — Your own personal AI assistant
Community
- fix(agents): normalize structured delta.content to prevent [object Object] in Mistral thinking replies — Bug being fixed Closes #78846. Same family as #75268 and #70806 (reported 3 times now). Mistral with native reasoning enabled returns delta.content as an array of typed blocks per Mistral native...
- 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(daemon): avoid killing current gateway pid on restart — Summary - filter stale restart cleanup candidates so the currently running gateway pid is never terminated - keep the existing stale-listener retry path for genuinely stale processes - add a...
- fix(memory-core): preserve sibling supplement results when one search rejects (#77897) — Summary Fixes #77897. searchMemoryCorpusSupplements (extensions/memory-core/src/tools.shared.ts) used Promise.all to fan out to every registered corpus supplement (memory-wiki, third-party plugin...
- fix(mattermost): accept legacy config compatibility keys — Summary - accept legacy Mattermost config compatibility keys in the strict channel schema so upgrades no longer fail with must NOT have additional properties - keep account-scoped compatibility...
- fix(qianfan): drop replayed thinking for qianfan code — Summary - mark Qianfan Code models as transcript-replay targets that should drop assistant thinking blocks - cover the Qianfan tool-call replay path in sanitizeSessionHistory tests - keep other...
- fix(discord): avoid parameter properties in strip-only runtime — Fixes #49904. Summary - rewrite the Discord reaction listener constructors to use explicit field assignment - rewrite the Discord voice ready listener constructor to avoid parameter-property syntax -...
- fix(feishu): keep group_topic message-tool replies inside the topic — Summary Fixes #74903. When a Feishu group chat message lands in a group_topic-scoped session, the assistant's message(action="send") reply was posting at the group root instead of inside the topic...
- docs(provider): point claude-max-api-proxy to maintained fork — Summary - update the claude-max-api-proxy docs page to link to the maintained GitHub fork - keep the npm package/install instructions unchanged because the package name stays the same - avoid...
- fix(auth): propagate scope-mismatch reason instead of collapsing to device_token_mismatch — Summary Fixes #79292 When verifyDeviceToken returns { ok: false, reason: 'scope-mismatch' }, resolveConnectAuthDecision was discarding that reason and always emitting device_token_mismatch. This...
- fix(configure): preserve OpenRouter default model choice after auth — Summary - preserve the user-selected OpenRouter default model during configure auth - prompt for the default model in the non-custom auth flow before applying the final selection - add regression...
- fix(agents): send bare OpenRouter model ids — Summary - Normalize OpenRouter request payload model ids when the transport prefixes the provider onto the already-resolved model id. - Reuse the verified OpenRouter route guard so arbitrary...
- [plugin sdk] Add scheduled session turns — Summary This replaces the consolidated #73384 / #74483 stack with a smaller fresh-main slice. The previous consolidated branch became extremely brittle under constant upstream churn: rebases...
- fix(agents): accept read file/filePath aliases — Summary - Problem: read tool path-warning logic only recognized path and file_path, which raised false warnings for valid file/filePath argument shapes. - Why it matters: this produces noisy warnings...
- OpenAI Codex provider usage no longer shown in /status or openclaw status --usage — Problem Older OpenClaw status output showed OpenAI/Codex quota windows, e.g. On OpenClaw 2026.5.7, this no longer appears in chat /status, and terminal openclaw status --usage returns: Expected...
- [plugin sdk] Add host-mediated session attachments — Summary This replaces the consolidated #73384 / #74483 stack with a smaller fresh-main slice. The previous consolidated branch became extremely brittle under constant upstream churn: rebases...
- feat(discord): clean up sessions when channel is deleted — Summary Automatically clean up orphaned sessions when a Discord channel is deleted, preventing session store bloat. Closes #19333 Problem When a Discord channel is deleted, the associated OpenClaw...
- feat(cli): add --message-file flag to openclaw message send — Summary - Problem: openclaw message send -m "$(cat report.txt)" fails or corrupts messages when the content contains backticks, ${}, !, or newlines — all common in agent completion reports containing...
- fix(status): add gateway delivery health telemetry — Summary - surface generic channel runtime warnings for disconnected, stale, stuck, and restart-pending states - add inbound delivery telemetry for received, dispatch started/completed, session turn...
- fix(gateway): throttle rapid process restarts before sidecar startup — Summary - Problem: After upgrading to v2026.4.24+, the gateway enters an infinite restart loop on Ubuntu 24 npm installs when the Linux OOM killer terminates the process during sidecar startup. - Why...
- [plugin sdk] Derive tool target paths for hooks — Summary - Adds a host-owned apply_patch path extractor that derives target paths from add/update/delete/move markers. - Adds a small host tool-param parser registry and stamps derivedPaths onto...
- [plugin sdk] Add session action gateway protocol — Summary This replaces the consolidated #73384 / #74483 stack with a smaller fresh-main slice. The previous consolidated branch became extremely brittle under constant upstream churn: rebases...
- feat(feishu): support declarative event subscribers — Add a Feishu event runtime that normalizes publish-path events into a topic bus, loads declarative subscriber specs from skills, and dispatches matching handlers or agent triggers. Wire the runtime...
- QQBot: Framework slash commands (/models, /status, /new) not responding in QQ channel — Bug type Bug (unexpected behavior) Summary Framework-level slash commands (/models, /status, /new, /model, etc.) do not return any response when sent in QQ Bot private chat (C2C). The bot shows a...
- fix(qqbot): re-evaluate routing bindings per inbound message — Summary - Problem: QQBot routing kept using the cfg snapshot captured at gateway startup, so peer-specific bindings added through the CLI (bindings=2 in openclaw agents list --bindings) were ignored...
- fix(agents): preserve active exec references across compaction — Closes #79284. Summary - Add a bounded runtime-owned snapshot of active background exec sessions for the current process scope. - Include those session IDs in rebuilt embedded system prompts so...
- test(gateway): consolidate deriveSessionTitle tests into dedicated module — Summary This PR fixes an issue where heartbeat polls could overwrite explicit user-labeled session titles with transcript-derived titles like "heartbeat". Changes - Extracts deriveSessionTitle to...
- OpenClaw sponsors (125 total) — 125 sponsors supporting OpenClaw
- fix(skills): block owner from undeleting moderator-hidden skills (#2078) — Merged via squash. Prepared head SHA: a3ff0752a9b2bd87b4980b0cd8026c5ff06a7da0 Co-authored-by: momothemage Co-authored-by: momothemage Reviewed-by: @momothemage
- fix: use canonical publishing docs path
- fix: use short publishing docs link (#2098)
- feat: add docs nav link (#2097)
- feat: enforce scoped plugin ownership (#2072)
- docs: mention package transfer in publishing FAQ (#2096)
- Fix plugin publish ownership visibility (#2073) — fix: clarify plugin publish ownership state test: tolerate publish route migration in prod smoke fix: reserve publish route collisions fix: preflight package scope owner mismatches in CLI fix: keep...
- 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
- docs: add RFC community review process (#2092) — docs: add RFC community review process chore: keep slug validator options internal
- Codex session still cannot access the local Word renderer
- OpenClaw bot on Slack receives messages but never sends a response
- Boss wants us to add more AI to our workflow
News
- 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...
- Ask HN: Who is using OpenClaw?
- OpenClaw surpasses React to become the most-starred software project on GitHub
- StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)
- OpenClaw’s memory is unreliable, and you don’t know when it will break
- Congrats to the OpenClaw Challenge Winners! — The results are in! We are thrilled to announce the winners of the OpenClaw Challenge. Over the past...
- 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...
- I Died and Came Back: Building a Resilient Memory System for AI Agents
- My Take on: Congrats to the OpenClaw Challenge Winners!
- OpenClaw vs Paperclip vs Hermes (2026): Complete AI Agent Platform Comparison — The AI agent tooling space exploded in early 2026. If you’re comparing OpenClaw vs Paperclip vs...
- 내 모든 기억을 LLM이 찾을 수 있게 만들고 있다 — OpenClaw가 처음 나왔을 때 개인 비서에 대한 관심이 확...
- How to set up the AgentMail skill in OpenClaw and chat with your inbox on Telegram — for free — A step-by-step guide: create your AgentMail account, get an API key, install the skill in OpenClaw, connect it to Telegram — plus one…Continue reading on Medium »
- My Dear Unusual Agent — What got much more interesting for me was using OpenClaw less like a chatbot and more like a set of specialized skills for different parts…Continue reading on Medium »
- Claude Code ve OpenClaw’un Karşılaştırmalı İncelemesi — “Dive into Claude Code: The Design Space of Today’s and Future AI Agent Systems” makalesinin Türkçe çevirisidir.Continue reading on Softtech »
- OpenClaw Is Great. The Token Burn Is Not. — I set it up on a VPS, connected it to Telegram, and learned what most AI-agent guides leave out.Continue reading on Data Science Collective »
- #19 Giving Your Agent Hands: How to Add Skills in OpenClaw — Move beyond basic chat by equipping your personal assistant with custom tools and functional capabilities.Continue reading on AI Commerce »
- Agents Unchained: What Sinan Ozdemir’s ODSC Keynote Taught Me About Harness Engineering — Last week in Boston for the ODSC AI East 2026 Sinan Ozdemir, founder of Crucible and AI advisor at Tola Capital, opened with a story about…Continue reading on Medium »
- Sandboxes Instead of Wild West OpenClaw: NemoClaw on the HP ZGX Nano AI Station — Today, we’re swapping my Microsoft 365 Copilot & Agents focus for a small but mighty piece of hardware on the desk and a piece of open…Continue reading on Medium »
- Beyond Memorization: How seekdb M0 Teaches AI Agents to Learn From Every Task — By Rongfeng Fu, Senior Technical Expert at OceanBase and lead of the seekdb M0 engineering teamContinue reading on OceanBase Database »
- 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...
Don't miss what's next. Subscribe to Openclaw Newsletter: