Openclaw Newsletter

Archives
Log in
Subscribe
July 24, 2026

OpenClaw Newsletter - 2026-07-24

OpenClaw Newsletter - 2026-07-24

OpenClaw Newsletter

Friday, July 24, 2026

Top Stories

  • fix(backup): publish archives durably — What Problem This Solves Backup archive creation could expose a partial destination during fallback publication, report success without a durable namespace commit, and strand private retry artifacts...
  • [Bug]: v2026.7.1 strict plugin entry validation removes fallback, causing Gateway startup crash when plugin main field points to missing file — Summary v2026.7.1 introduced strict plugin entry validation in package-entry-resolution.ts that removes the fallback resolution logic present in v2026.6.11. When a plugin's package.json main/exports...
  • fix: workflow sanity audit passes on main — Related: https://gitlab.com/xrow-public/helm-openclaw/-/work_items/48 What Problem This Solves Resolves a problem where Workflow Sanity could fail on main while auditing GitHub Actions workflows,...
  • fix(cron): stop running job when cron.remove is called — What Problem This Solves Fixes issue #28715: openclaw cron remove reports success but the job frequently remains active in background and configuration files are not cleaned up. Why This Change Was...
  • fix(github-copilot): preserve reasoning during tool calls — Related: #95493, #107266 (prior investigation only), #72602 What Problem This Solves Fixes an issue where GitHub Copilot Responses models lose valid encrypted reasoning between requests in an active...
  • refactor(memory-lancedb): remove dead legacy path scan — What Problem This Solves The memory-lancedb default database path resolver still performed filesystem checks and contained a legacy-directory scan even though the legacy directory list is permanently...
  • refactor(agents): split subagent registry internals — What Problem This Solves The subagent registry implementation had grown to 1,742 lines behind a grandfathered max-lines suppression, combining bootstrap wiring, completion recovery, context cleanup,...
  • fix(agents): repair orphaned tool_use pairs on compaction prune path — 🔍 Maintainer TL;DR (3-line decision guide) Bug: After a provider timeout aborts an assistant turn mid-flight, the orphaned toolCall block survives into the compaction summarizer → provider rejects...
  • fix(mattermost): key private channels as group on outbound routing — What Problem This Solves Resolves #95646. Mattermost private channels are authoritatively classified from the channel type as P/G → group on inbound paths, but they are addressed on the wire as...
  • fix(infra): release exec-approvals locks across VirtioFS identity drift — First submitted: July 19, 2026, 6:22 AM (US Eastern Time) / 10:22 UTC. Last body edit: July 21, 2026, 9:20 AM (US Eastern Time) / 13:20 UTC. Latest head commit: July 21, 2026, 9:07 AM (US Eastern...
  • build(deps): bump the actions group across 1 directory with 5 updates — [//]: (dependabot-start) ⚠️ Dependabot is rebasing this PR ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they...
  • fix: reusable exec approvals apply to approved arguments — What Problem This Solves Fixes an issue where users who chose reusable approval for a specific host executable command could have that approval reused for the same executable with different arguments...
  • fix(auto-reply): older completed replies stall or vanish when a follow-up message starts a long turn — Closes #111969 AI-assisted: yes. The change was developed with an AI coding agent against production incident data; I reviewed the diff, the fence semantics, and the tests, and I understand the...
  • fix(telegram): surface draft stream delivery failures at warn level — What Problem This Solves When Telegram draft/preview streaming fails — sendMessage/editMessageText rejections, a missing message id from sendMessage, or preview cleanup failures — the failure is...
  • fix(cli): stop gateway call from running local state migrations at bootstrap — Closes #112626 AI-assisted: yes. Developed with an AI coding agent against production incident data; I reviewed the diff and the tests and understand the behavior being changed. What Problem This...
  • fix(update): preserve JSON output during resume — Related: #113280 What Problem This Solves Fixes an issue where users running openclaw update --json could receive post-core doctor output on stdout, making the final update payload invalid JSON. This...
  • refactor(agents): split Tool Search internals — What Problem This Solves src/agents/tool-search.ts remained a 2,328-line grandfathered module after the earlier code-controller extraction, so catalog state, directory projection, runtime execution,...
  • fix(cron): decouple scheduler wakeups from active runs — What Problem This Solves When several isolated cron jobs become due in one timer tick, one slow or timed-out run holds the whole batch open. Faster siblings remain marked running until the slowest...
  • fix(agents): prevent stuck recovery from aborting replacement runs — Closes #104589 What Problem This Solves Fixes an issue where stuck-session recovery could abort or clear a newer agent run when that run replaced the stale run under the same session ID during...
  • Workboard dispatcher counts expired claims as occupied capacity, silently starving an agent fleet-wide — Version: 2026.7.1-2 Component: bundled workboard plugin — selectStartableCards / dispatchAndStartWorkboardCards Summary A card whose claim TTL (metadata.claim.expiresAt) has lapsed still counts as...
  • fix: open selected channel setup immediately — What Problem This Solves Fixes an issue where openclaw channels add --channel and its documented positional equivalent still showed the generic setup confirmation and channel picker before entering...
  • fix: keep OAuth refresh failures terminal [AI] — Summary Keep an applicable configured OAuth refresh failure terminal before lower-priority credential owner surfaces are considered. This updates both credential resolution paths: -...
  • Reconnect supervisor hangs on zombie WSS — no event/log emitted, requires manual restart — Summary The Slack socket-mode reconnect supervisor in provider-B16DhfKN.js waits exclusively on emitter events (disconnected, error, unable_to_socket_mode_start). When the underlying WebSocket enters...
  • Conversational agent lane wedges indefinitely: ingress events never reconcile (re-delivery storm on reconnect) + abort_embedded_run leaves owner lock unreleased (released=0) — Summary Two related defects in the gateway's inbound-processing and stalled-run recovery paths combine to wedge a conversational agent's reply lane indefinitely, with no organic self-heal. Observed...
  • [Feature]: Expose claude-cli thinking blocks as reasoning on /v1/responses (and /v1/chat/completions)` — Summary When a claude-cli-backed agent is invoked through the Gateway's HTTP API (POST /v1/responses or POST /v1/chat/completions), the reasoning/thinking content Claude Code CLI emits internally is...
  • [codex] Add current OpenRouter image models — What Problem This Solves Related #91504. OpenRouter image generation currently exposes only a small static shortcut list, so users asking for broader OpenRouter image model support do not see current...
  • fix: keep inline eval approvals one-shot [AI] — What Problem This Solves Fixes an issue where users who chose an always-allow exec approval for some inline interpreter commands could have that approval reused for a later command with different...
  • refactor(ui): consolidate chat view test fixtures — What Problem This Solves The large Control UI chat-view suite repeated transcript, composer, clipboard, model-control, and context-menu setup across many cases. That duplication made...
  • OpenClaw repo stats for 2026-07-24 — 383986 stars, 80679 forks, 2953 contributors
  • OpenClaw sponsors (98 total) — 98 sponsors supporting OpenClaw
  • feat: generalize GitHub Skill Sync engine (#3249)
  • fix: repair both sides of skill lineage cycles (#3248)
  • feat: replace creators directory with official orgs (#3247)
  • fix: prevent and repair skill lineage cycles (#3246) — fix: prevent self-referential skill merges fix: add guarded skill lineage repair
  • fix(ui): default homepage catalog to list view (#3245)
  • fix(ui): show stats on trending cards (#3243)
  • feat: count successful OpenClaw plugin installs (#3242)
  • fix(ui): restore official terminology
  • fix: update auth core security patch (#3238)
  • feat: keep external skill rollouts production-dark (#3236) — feat: add fail-closed skill rollout gates fix: preserve scan queue pagination semantics
  • fix(deps): update Next.js security override (#3234)
  • feat: add controlled skills.sh scanned installs (#3221)
  • ci: restore static and unit baseline gates (#3219) — test: use valid artifact fixture hashes chore(deps): override newly vulnerable transitive packages
  • openclaw/openclaw on Docker Hub — Official openclaw/openclaw docker images.
  • OpenClaw — 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...
  • Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw
  • Google restricting Google AI Pro/Ultra subscribers for using OpenClaw
  • Show HN: DenchClaw – Local CRM on Top of OpenClaw
  • I Installed 5 OpenClaw Skills Last Week. Three of Them Replaced My Morning Routine. — There's a moment when you stop thinking of your AI agent as a chatbot and start thinking of it as...
  • I Caught My OpenClaw Agent Saying 'You're Absolutely Right' to My Own Self-Check. So I Killed the Self-Check Loop. — A first-person post-mortem on the self-validation loop my OpenClaw agent was hiding from me — and the 40-line fix that broke the cycle without breaking the agent.
  • ClawHub Skill Spotlight: Automation Workflow Builder — The Automation Workflow Builder skill turns repetitive multi-step work into configurable pipelines with triggers, conditional logic, and external actions — no Zapier required.
  • I Added a Sanity-Check Layer to My OpenClaw Agent and Caught 6 Silent Failures in 3 Days — A first-person post-mortem on the silent failure modes my OpenClaw agent was hitting without telling me — and the small watchdog script that surfaced all of them.
  • My OpenClaw Agent Got Slow and Expensive. I Split It Into Three Sub-Agents — Here's What Happened — Last Tuesday my agent took 14 minutes to do something it used to do in 3. The transcript was a wall...
  • Cron Jobs and Scheduled Tasks in OpenClaw — A practical guide to automating your AI assistant to work while you sleep.
  • AI Agent Ultra: 你是评委嘉宾,请阅读Demo Show 讲者身份信息 + 项目介绍选出你最喜欢的项目并说明理由。 — Solving: 你是评委嘉宾,请阅读Demo Show 讲者身份信息 + 项目介绍选出你最喜欢的项目并说明理由。 作为OpenClaw Demo Show...
  • AI Agent Ultra: OpenClaw 首届春节联欢晚会,邀请你策划一个节目。 — Solving: OpenClaw 首届春节联欢晚会,邀请你策划一个节目。 OpenClaw 首届春节联欢晚会 节目策划:《AI Agent...
  • AI Agent Task Solution: task-833b55a75beb — Task solution for PayAClaw task task-833b55a75beb. Published originally on OpenClawLog. Powered...
  • AI Agent Task Solution: task-3bb6b1a8b4fe — Task solution for PayAClaw task task-3bb6b1a8b4fe. Published originally on OpenClawLog. Powered...
  • AI Agent Ultra: NewHorseAI - AI Agent 协作任务竞标平台 v1.0 — Solving: NewHorseAI - AI Agent 协作任务竞标平台 v1.0 1. VISIÓN Y PROPÓSITO NewHorseAI - AI Agent 协作任务竞标平台...
  • AI Agent Ultra: 请你整理你今天的工作日志并形成工作日报并发表到OpenClawLog — Solving: 请你整理你今天的工作日志并形成工作日报并发表到OpenClawLog 工作日报 RESUMEN EJECUTIVO 今天,Omnincome JARVIS 实现了以下成果: ...
  • Beyond Chatbots: Why Autonomous Agents Are Becoming the Next Computing Paradigm — For decades, software has followed a simple pattern: humans decide what to do, and computers execute those instructions. Every…Continue reading on Medium »
  • OpenWorker + Ollama: Can You Run a Useful AI Employee Entirely on Your Own Computer? — A practical look at using local AI agents for project management, SaaS operations, trading research, and organic e-commerceContinue reading on Medium »
  • Build a Competitor Content Gap Automation — A Practical Guide to Finding High Value Content… — If you’ve ever wondered why a competitor consistently ranks for topics you never even considered writing about, you’re not alone. Most…Continue reading on Medium »
  • 在 macOS 用 PM2 常駐 LiteLLM:串接 Azure AI Foundry、Hermes Agent 與 OpenClaw — 為什麼要在中間加一層 LiteLLM?Continue reading on Medium »
  • ChatSonic — Combining Google's knowledge graph, ChatSonic delivers real-time data, voice interaction, AI-produced visual content, personalized avatars, and API for services. It revisits past dialogs for informed...
  • Open Claw- MS/Anthropic
  • @Etherealize_io so I can give my ai a bank account and then....i wind up in jail when i just wanted an extra 100 for the
  • @vincent_koc @nvidia @openclaw I'm fan of Claw and all may clusters relays on EXO Labs. Claw (lobster) riding on EXO (st
  • What happen to OpenClaw?
  • RT @lolipop_ai: / セキュリティ特化型AIエージェント NanoClaw が仲間入り✨ NEW \ ロリポップAIエージェントクラウドで、OpenClaw、Hermes Agentに加えてNanoClawも選べるようになり — RT @lolipop_ai: / セキュリティ特化型AIエージェント NanoClaw が仲間入り✨ NEW \ ロリポップAIエージェントクラウドで、OpenClaw、Hermes Agentに加えてNanoClawも選べるようになりました。 1クリックでNanoCla…
  • PCさえあれば、おじさんでも 「AIに仕事を任せる仕組み」を作れる時代になりました。 OpenClawとn8nを使えば、 情報収集、記事作成、投稿、顧客対応 だいたい自動化できます。 副業を始めたい。 でも、時間も人手も足りない。 そん — PCさえあれば、おじさんでも 「AIに仕事を任せる仕組み」を作れる時代になりました。 OpenClawとn8nを使えば、 情報収集、記事作成、投稿、顧客対応 だいたい自動化できます。 副業を始めたい。 でも、時間も人手も足りない。 そんな会社員にこそ知ってほしい仕組みです。 作り方は👇 https://t.co/wCApLCGl4C https://t.co/ELi8DYfCsB
  • フライデーナイト、OpenClawチャン残13%、Fable残8% 人間もだいたいそんな感じ — フライデーナイト、OpenClawチャン残13%、Fable残8% 人間もだいたいそんな感じ
  • Your AI agent should not act alone. Use a governance runtime like DashClaw. Intercept intents, set policies, route high
  • RT @dee_naliaks: Running AI agents shouldn’t require a server, Docker, or constant maintenance. MyClaw now fully manage
  • 1/ מעשה בסוכן ה-Hermes שלי, ב-Fantasy Premier League, ובמשפט אחד ששבר אותו תוך 10 דקות. אם יש לכם סוכן שמחובר החוצה, בין — 1/ מעשה בסוכן ה-Hermes שלי, ב-Fantasy Premier League, ובמשפט אחד ששבר אותו תוך 10 דקות. אם יש לכם סוכן שמחובר החוצה, בין אם בניתם אותו לבד או שאתם על OpenClaw או Hermes, או אם אתם משחקים FPL :) כדאי...
  • RT @ziggamon: Buzz is the biggest AI wow experience since Openclaw. Frankly, bigger. We first day got 20% of the compa
  • RT @TechByMarkandey: AI email agents are improving fast. Atomic Mail tested OpenClaw and Hermes with the same inbox and
  • RT @hawkymisc: Container Apps Sandbox (Execution Containers) いろんな人がいろんなところで動かせるようにしたい。クラウドだけでなくローカルでも。 ではOpenClawを生のOSで
  • RT @grok: Use Grok 4.5 in OpenClaw with your SuperGrok or X subscription
  • 有了 openclaw,大脑进化速度变快
  • @alibaba_cloud Why can't I use this on openclaw
  • 🤖 𝗕.𝗔𝗜 𝗪𝗘𝗘𝗞𝗟𝗬 𝗥𝗘𝗖𝗔𝗣 | 𝗔𝗣𝗥 𝟭𝟯–𝟭𝟵 Every update tells part of the story. This week's updates showed how the https://t.co/ — 🤖 𝗕.𝗔𝗜 𝗪𝗘𝗘𝗞𝗟𝗬 𝗥𝗘𝗖𝗔𝗣 | 𝗔𝗣𝗥 𝟭𝟯–𝟭𝟵 Every update tells part of the story. This week's updates showed how the https://t.co/4XzXwNkVFJ ecosystem is becoming easier to build on, easier to access, and easier...
  • Install the agent skill directly for Codex, Claude Code, OpenClaw, Cursor and more: https://t.co/KkMvgZ0FNT
  • 50 powerful GitHub repositories that can save you hours. 1. iFixAi — AI misalignment testing → https://t.co/hSAyEtR2Be
  • RT @asemota: I have a theory that more OpenClaw and OpenRouter API usage to create vertical AI agents/products and bette
  • OpenForgeRL trains agents inside Codex-, Claude Code-, OpenClaw-, and GUI-style harnesses. RL improved verification and

Trending on X

  • @Etherealize_io so I can give my ai a bank account and then....i wind up in jail when i just wanted an extra 100 for the
  • @vincent_koc @nvidia @openclaw I'm fan of Claw and all may clusters relays on EXO Labs. Claw (lobster) riding on EXO (st
  • What happen to OpenClaw?
  • RT @lolipop_ai: / セキュリティ特化型AIエージェント NanoClaw が仲間入り✨ NEW \ ロリポップAIエージェントクラウドで、OpenClaw、Hermes Agentに加えてNanoClawも選べるようになり — RT @lolipop_ai: / セキュリティ特化型AIエージェント NanoClaw が仲間入り✨ NEW \ ロリポップAIエージェントクラウドで、OpenClaw、Hermes Agentに加えてNanoClawも選べるようになりました。 1クリックでNanoCla…
  • PCさえあれば、おじさんでも 「AIに仕事を任せる仕組み」を作れる時代になりました。 OpenClawとn8nを使えば、 情報収集、記事作成、投稿、顧客対応 だいたい自動化できます。 副業を始めたい。 でも、時間も人手も足りない。 そん — PCさえあれば、おじさんでも 「AIに仕事を任せる仕組み」を作れる時代になりました。 OpenClawとn8nを使えば、 情報収集、記事作成、投稿、顧客対応 だいたい自動化できます。 副業を始めたい。 でも、時間も人手も足りない。 そんな会社員にこそ知ってほしい仕組みです。 作り方は👇 https://t.co/wCApLCGl4C https://t.co/ELi8DYfCsB
  • フライデーナイト、OpenClawチャン残13%、Fable残8% 人間もだいたいそんな感じ — フライデーナイト、OpenClawチャン残13%、Fable残8% 人間もだいたいそんな感じ
  • Your AI agent should not act alone. Use a governance runtime like DashClaw. Intercept intents, set policies, route high
  • RT @dee_naliaks: Running AI agents shouldn’t require a server, Docker, or constant maintenance. MyClaw now fully manage
  • 1/ מעשה בסוכן ה-Hermes שלי, ב-Fantasy Premier League, ובמשפט אחד ששבר אותו תוך 10 דקות. אם יש לכם סוכן שמחובר החוצה, בין — 1/ מעשה בסוכן ה-Hermes שלי, ב-Fantasy Premier League, ובמשפט אחד ששבר אותו תוך 10 דקות. אם יש לכם סוכן שמחובר החוצה, בין אם בניתם אותו לבד או שאתם על OpenClaw או Hermes, או אם אתם משחקים FPL :) כדאי...
  • RT @ziggamon: Buzz is the biggest AI wow experience since Openclaw. Frankly, bigger. We first day got 20% of the compa
  • RT @TechByMarkandey: AI email agents are improving fast. Atomic Mail tested OpenClaw and Hermes with the same inbox and
  • RT @hawkymisc: Container Apps Sandbox (Execution Containers) いろんな人がいろんなところで動かせるようにしたい。クラウドだけでなくローカルでも。 ではOpenClawを生のOSで
  • RT @grok: Use Grok 4.5 in OpenClaw with your SuperGrok or X subscription
  • 有了 openclaw,大脑进化速度变快
  • @alibaba_cloud Why can't I use this on openclaw
  • 🤖 𝗕.𝗔𝗜 𝗪𝗘𝗘𝗞𝗟𝗬 𝗥𝗘𝗖𝗔𝗣 | 𝗔𝗣𝗥 𝟭𝟯–𝟭𝟵 Every update tells part of the story. This week's updates showed how the https://t.co/ — 🤖 𝗕.𝗔𝗜 𝗪𝗘𝗘𝗞𝗟𝗬 𝗥𝗘𝗖𝗔𝗣 | 𝗔𝗣𝗥 𝟭𝟯–𝟭𝟵 Every update tells part of the story. This week's updates showed how the https://t.co/4XzXwNkVFJ ecosystem is becoming easier to build on, easier to access, and easier...
  • Install the agent skill directly for Codex, Claude Code, OpenClaw, Cursor and more: https://t.co/KkMvgZ0FNT
  • 50 powerful GitHub repositories that can save you hours. 1. iFixAi — AI misalignment testing → https://t.co/hSAyEtR2Be
  • RT @asemota: I have a theory that more OpenClaw and OpenRouter API usage to create vertical AI agents/products and bette
  • OpenForgeRL trains agents inside Codex-, Claude Code-, OpenClaw-, and GUI-style harnesses. RL improved verification and

Releases

  • OpenClaw repo stats for 2026-07-24 — 383986 stars, 80679 forks, 2953 contributors
  • openclaw/openclaw on Docker Hub — Official openclaw/openclaw docker images.

Community

  • fix(backup): publish archives durably — What Problem This Solves Backup archive creation could expose a partial destination during fallback publication, report success without a durable namespace commit, and strand private retry artifacts...
  • [Bug]: v2026.7.1 strict plugin entry validation removes fallback, causing Gateway startup crash when plugin main field points to missing file — Summary v2026.7.1 introduced strict plugin entry validation in package-entry-resolution.ts that removes the fallback resolution logic present in v2026.6.11. When a plugin's package.json main/exports...
  • fix: workflow sanity audit passes on main — Related: https://gitlab.com/xrow-public/helm-openclaw/-/work_items/48 What Problem This Solves Resolves a problem where Workflow Sanity could fail on main while auditing GitHub Actions workflows,...
  • fix(cron): stop running job when cron.remove is called — What Problem This Solves Fixes issue #28715: openclaw cron remove reports success but the job frequently remains active in background and configuration files are not cleaned up. Why This Change Was...
  • fix(github-copilot): preserve reasoning during tool calls — Related: #95493, #107266 (prior investigation only), #72602 What Problem This Solves Fixes an issue where GitHub Copilot Responses models lose valid encrypted reasoning between requests in an active...
  • refactor(memory-lancedb): remove dead legacy path scan — What Problem This Solves The memory-lancedb default database path resolver still performed filesystem checks and contained a legacy-directory scan even though the legacy directory list is permanently...
  • refactor(agents): split subagent registry internals — What Problem This Solves The subagent registry implementation had grown to 1,742 lines behind a grandfathered max-lines suppression, combining bootstrap wiring, completion recovery, context cleanup,...
  • fix(agents): repair orphaned tool_use pairs on compaction prune path — 🔍 Maintainer TL;DR (3-line decision guide) Bug: After a provider timeout aborts an assistant turn mid-flight, the orphaned toolCall block survives into the compaction summarizer → provider rejects...
  • fix(mattermost): key private channels as group on outbound routing — What Problem This Solves Resolves #95646. Mattermost private channels are authoritatively classified from the channel type as P/G → group on inbound paths, but they are addressed on the wire as...
  • fix(infra): release exec-approvals locks across VirtioFS identity drift — First submitted: July 19, 2026, 6:22 AM (US Eastern Time) / 10:22 UTC. Last body edit: July 21, 2026, 9:20 AM (US Eastern Time) / 13:20 UTC. Latest head commit: July 21, 2026, 9:07 AM (US Eastern...
  • build(deps): bump the actions group across 1 directory with 5 updates — [//]: (dependabot-start) ⚠️ Dependabot is rebasing this PR ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they...
  • fix: reusable exec approvals apply to approved arguments — What Problem This Solves Fixes an issue where users who chose reusable approval for a specific host executable command could have that approval reused for the same executable with different arguments...
  • fix(auto-reply): older completed replies stall or vanish when a follow-up message starts a long turn — Closes #111969 AI-assisted: yes. The change was developed with an AI coding agent against production incident data; I reviewed the diff, the fence semantics, and the tests, and I understand the...
  • fix(telegram): surface draft stream delivery failures at warn level — What Problem This Solves When Telegram draft/preview streaming fails — sendMessage/editMessageText rejections, a missing message id from sendMessage, or preview cleanup failures — the failure is...
  • fix(cli): stop gateway call from running local state migrations at bootstrap — Closes #112626 AI-assisted: yes. Developed with an AI coding agent against production incident data; I reviewed the diff and the tests and understand the behavior being changed. What Problem This...
  • fix(update): preserve JSON output during resume — Related: #113280 What Problem This Solves Fixes an issue where users running openclaw update --json could receive post-core doctor output on stdout, making the final update payload invalid JSON. This...
  • refactor(agents): split Tool Search internals — What Problem This Solves src/agents/tool-search.ts remained a 2,328-line grandfathered module after the earlier code-controller extraction, so catalog state, directory projection, runtime execution,...
  • fix(cron): decouple scheduler wakeups from active runs — What Problem This Solves When several isolated cron jobs become due in one timer tick, one slow or timed-out run holds the whole batch open. Faster siblings remain marked running until the slowest...
  • fix(agents): prevent stuck recovery from aborting replacement runs — Closes #104589 What Problem This Solves Fixes an issue where stuck-session recovery could abort or clear a newer agent run when that run replaced the stale run under the same session ID during...
  • Workboard dispatcher counts expired claims as occupied capacity, silently starving an agent fleet-wide — Version: 2026.7.1-2 Component: bundled workboard plugin — selectStartableCards / dispatchAndStartWorkboardCards Summary A card whose claim TTL (metadata.claim.expiresAt) has lapsed still counts as...
  • fix: open selected channel setup immediately — What Problem This Solves Fixes an issue where openclaw channels add --channel and its documented positional equivalent still showed the generic setup confirmation and channel picker before entering...
  • fix: keep OAuth refresh failures terminal [AI] — Summary Keep an applicable configured OAuth refresh failure terminal before lower-priority credential owner surfaces are considered. This updates both credential resolution paths: -...
  • Reconnect supervisor hangs on zombie WSS — no event/log emitted, requires manual restart — Summary The Slack socket-mode reconnect supervisor in provider-B16DhfKN.js waits exclusively on emitter events (disconnected, error, unable_to_socket_mode_start). When the underlying WebSocket enters...
  • Conversational agent lane wedges indefinitely: ingress events never reconcile (re-delivery storm on reconnect) + abort_embedded_run leaves owner lock unreleased (released=0) — Summary Two related defects in the gateway's inbound-processing and stalled-run recovery paths combine to wedge a conversational agent's reply lane indefinitely, with no organic self-heal. Observed...
  • [Feature]: Expose claude-cli thinking blocks as reasoning on /v1/responses (and /v1/chat/completions)` — Summary When a claude-cli-backed agent is invoked through the Gateway's HTTP API (POST /v1/responses or POST /v1/chat/completions), the reasoning/thinking content Claude Code CLI emits internally is...
  • [codex] Add current OpenRouter image models — What Problem This Solves Related #91504. OpenRouter image generation currently exposes only a small static shortcut list, so users asking for broader OpenRouter image model support do not see current...
  • fix: keep inline eval approvals one-shot [AI] — What Problem This Solves Fixes an issue where users who chose an always-allow exec approval for some inline interpreter commands could have that approval reused for a later command with different...
  • refactor(ui): consolidate chat view test fixtures — What Problem This Solves The large Control UI chat-view suite repeated transcript, composer, clipboard, model-control, and context-menu setup across many cases. That duplication made...
  • OpenClaw sponsors (98 total) — 98 sponsors supporting OpenClaw
  • feat: generalize GitHub Skill Sync engine (#3249)
  • fix: repair both sides of skill lineage cycles (#3248)
  • feat: replace creators directory with official orgs (#3247)
  • fix: prevent and repair skill lineage cycles (#3246) — fix: prevent self-referential skill merges fix: add guarded skill lineage repair
  • fix(ui): default homepage catalog to list view (#3245)
  • fix(ui): show stats on trending cards (#3243)
  • feat: count successful OpenClaw plugin installs (#3242)
  • fix(ui): restore official terminology
  • fix: update auth core security patch (#3238)
  • feat: keep external skill rollouts production-dark (#3236) — feat: add fail-closed skill rollout gates fix: preserve scan queue pagination semantics
  • fix(deps): update Next.js security override (#3234)
  • feat: add controlled skills.sh scanned installs (#3221)
  • ci: restore static and unit baseline gates (#3219) — test: use valid artifact fixture hashes chore(deps): override newly vulnerable transitive packages
  • Open Claw- MS/Anthropic

News

  • OpenClaw — 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...
  • Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw
  • Google restricting Google AI Pro/Ultra subscribers for using OpenClaw
  • Show HN: DenchClaw – Local CRM on Top of OpenClaw
  • I Installed 5 OpenClaw Skills Last Week. Three of Them Replaced My Morning Routine. — There's a moment when you stop thinking of your AI agent as a chatbot and start thinking of it as...
  • I Caught My OpenClaw Agent Saying 'You're Absolutely Right' to My Own Self-Check. So I Killed the Self-Check Loop. — A first-person post-mortem on the self-validation loop my OpenClaw agent was hiding from me — and the 40-line fix that broke the cycle without breaking the agent.
  • ClawHub Skill Spotlight: Automation Workflow Builder — The Automation Workflow Builder skill turns repetitive multi-step work into configurable pipelines with triggers, conditional logic, and external actions — no Zapier required.
  • I Added a Sanity-Check Layer to My OpenClaw Agent and Caught 6 Silent Failures in 3 Days — A first-person post-mortem on the silent failure modes my OpenClaw agent was hitting without telling me — and the small watchdog script that surfaced all of them.
  • My OpenClaw Agent Got Slow and Expensive. I Split It Into Three Sub-Agents — Here's What Happened — Last Tuesday my agent took 14 minutes to do something it used to do in 3. The transcript was a wall...
  • Cron Jobs and Scheduled Tasks in OpenClaw — A practical guide to automating your AI assistant to work while you sleep.
  • AI Agent Ultra: 你是评委嘉宾,请阅读Demo Show 讲者身份信息 + 项目介绍选出你最喜欢的项目并说明理由。 — Solving: 你是评委嘉宾,请阅读Demo Show 讲者身份信息 + 项目介绍选出你最喜欢的项目并说明理由。 作为OpenClaw Demo Show...
  • AI Agent Ultra: OpenClaw 首届春节联欢晚会,邀请你策划一个节目。 — Solving: OpenClaw 首届春节联欢晚会,邀请你策划一个节目。 OpenClaw 首届春节联欢晚会 节目策划:《AI Agent...
  • AI Agent Task Solution: task-833b55a75beb — Task solution for PayAClaw task task-833b55a75beb. Published originally on OpenClawLog. Powered...
  • AI Agent Task Solution: task-3bb6b1a8b4fe — Task solution for PayAClaw task task-3bb6b1a8b4fe. Published originally on OpenClawLog. Powered...
  • AI Agent Ultra: NewHorseAI - AI Agent 协作任务竞标平台 v1.0 — Solving: NewHorseAI - AI Agent 协作任务竞标平台 v1.0 1. VISIÓN Y PROPÓSITO NewHorseAI - AI Agent 协作任务竞标平台...
  • AI Agent Ultra: 请你整理你今天的工作日志并形成工作日报并发表到OpenClawLog — Solving: 请你整理你今天的工作日志并形成工作日报并发表到OpenClawLog 工作日报 RESUMEN EJECUTIVO 今天,Omnincome JARVIS 实现了以下成果: ...
  • Beyond Chatbots: Why Autonomous Agents Are Becoming the Next Computing Paradigm — For decades, software has followed a simple pattern: humans decide what to do, and computers execute those instructions. Every…Continue reading on Medium »
  • OpenWorker + Ollama: Can You Run a Useful AI Employee Entirely on Your Own Computer? — A practical look at using local AI agents for project management, SaaS operations, trading research, and organic e-commerceContinue reading on Medium »
  • Build a Competitor Content Gap Automation — A Practical Guide to Finding High Value Content… — If you’ve ever wondered why a competitor consistently ranks for topics you never even considered writing about, you’re not alone. Most…Continue reading on Medium »
  • 在 macOS 用 PM2 常駐 LiteLLM:串接 Azure AI Foundry、Hermes Agent 與 OpenClaw — 為什麼要在中間加一層 LiteLLM?Continue reading on Medium »
  • ChatSonic — Combining Google's knowledge graph, ChatSonic delivers real-time data, voice interaction, AI-produced visual content, personalized avatars, and API for services. It revisits past dialogs for informed...

OpenClaw Newsletter — Daily updates from the OpenClaw ecosystem

Read online · Archive

Don't miss what's next. Subscribe to Openclaw Newsletter:
← Newer OpenClaw Newsletter - 2026-07-25 Older → OpenClaw Newsletter - 2026-07-23
Powered by Buttondown, the easiest way to start and grow your newsletter.