Openclaw Newsletter

Archives
May 21, 2026

OpenClaw Newsletter - 2026-05-21

OpenClaw Newsletter - 2026-05-21

OpenClaw Newsletter

Thursday, May 21, 2026

Top Stories

  • openclaw 2026.5.20-beta.1 — Changes - Discord: let voice sessions follow configured Discord users into voice channels, with allowed-channel checks, multi-user handoff, bounded reconciliation, and DAVE recovery preservation....
  • openclaw 2026.5.19 — 2026.5.19 Changes - Agents: clarify that fixes should default to clean bounded refactors, lean internals, and explicit plugin SDK/API deprecation paths. - Dependencies: update @openclaw/proxyline to...
  • openclaw 2026.5.19-beta.1 — 2026.5.19 Changes - Agents: clarify that fixes should default to clean bounded refactors, lean internals, and explicit plugin SDK/API deprecation paths. - Dependencies: update @openclaw/proxyline to...
  • fix(gateway): preserve raw external session aliases — Closes #63005. Behavior addressed External raw session keys such as conversation:pair:... and opaque provider keys such as Signal:Group: should survive gateway session-key canonicalization. Any...
  • build(deps): bump github.com/apple/swift-testing from 6.3.1 to 6.3.2 in /apps/swabble in the swift-deps group across 1 directory — Bumps the swift-deps group with 1 update in the /apps/swabble directory: github.com/apple/swift-testing. Updates github.com/apple/swift-testing from 6.3.1 to 6.3.2 Release notes Sourced from...
  • [Bug]: dreaming.enabled=false still writes memory/.dreams recall artifacts during normal memory_search
  • fix(memory): stop recall tracking when dreaming is disabled — Summary - stop normal memory_search recall tracking from writing .dreams artifacts when plugins.entries.memory-core.config.dreaming.enabled=false - keep ordinary memory search results unchanged while...
  • fix(infra): tolerate chmod EPERM on K8s fsGroup-mounted PVC — Summary On Kubernetes deployments with fsGroup-mounted PVCs, chmod(dir, 0o700) fails with EPERM because the state directory is owned by root (with group ownership set to the fsGroup GID). This...
  • fix(gateway): run daily session resets on schedule — Summary - Daily session resets now run from gateway maintenance instead of waiting for the next inbound session use. - The scheduler scans configured session stores and calls the existing reset...
  • feat(tts): add skipEmojiSymbols option to prevent TTS from reading emoji/symbols — Summary - Adds the opt-in messages.tts.skipEmojiSymbols TTS preprocessing setting. - Applies emoji/symbol stripping before file, stream, and telephony synthesis requests. - Returns a clear no-op...
  • [Feature] Auto-download parent message files in Feishu reply — Summary Auto-download parent message files when bot receives a reply in Feishu group chat Problem to solve When a user in Feishu group chat: 1. Sends a file (e.g., xlsx) 2. Right-clicks the file...
  • fix(taskflow): finalize governed managed flows — Summary - Finalize managed governed flow completion through the requester-owned parent lane. - Fail closed with ParentFlowLinkError when task/flow linkage points at a different parent flow instead of...
  • Beta blocker: telegram - isolated polling lacks durable message dispatch idempotency across replay — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker Yes Summary Telegram isolated polling has replay/recovery paths, but handleInboundMessageLike() does not persist a...
  • Beta blocker: telegram - partial draft previews can spam multiple visible messages for one turn — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker Yes Summary Telegram streaming.mode="partial" can emit many visible sendMessage previews for a single inbound turn...
  • fix(install): handle npm min-release-age in hosted installers — Summary - Problem: install.sh / install-cli.sh could still emit --before= when npm only exposed a computed before cutoff from a raw min-release-age npmrc entry. - Solution: inspect raw npm config...
  • fix(heartbeat): treat doc-template "Related" link as empty content — Summary - Problem: Commit 2fb9c7e added a Related section with the link - Heartbeat config to the default HEARTBEAT.md workspace template. isHeartbeatContentEffectivelyEmpty() only strips markdown...
  • tasks audit --limit accepts partially numeric values — Observed problem On current origin/main (e3b77d6d2c), openclaw tasks audit --json --limit 1abc is accepted as if the limit were 1. Real behavior proof from the source CLI: Current behavior The tasks...
  • Feature request: first-class Telegram reaction triggers for agent wake-up and execution — Summary Feature request: make Telegram reactions a first-class control/input surface for OpenClaw. Today, reaction-driven workflows can be very useful operationally, but they do not feel like a fully...
  • Context/memory accumulates too quickly causing frequent session resets — Session context fills up within ~80-100 messages, requiring frequent /new resets. This disrupts conversation continuity and feels jarring for the user. Expected behavior: Sessions should handle...
  • [Feature Request] Add tool call visibility to streamTo="parent" for ACP runtime
  • Feature: Silence Watchdog + Response Delivery Confirmation — runtime-enforced operator visibility — Problem Agent-level (model-layer) progress beacons and delivery tracking are structurally unreliable. During sustained tool-call chains, the model cannot pause to evaluate its own silence duration —...
  • fix(agents): inherit subagent thinking defaults — Summary - Subagent spawns now inherit the requester session's persisted thinking level when the spawn request and agent config do not specify one. - The fallback order is explicit spawn thinking,...
  • Attach input provenance to sessions_spawn child tasks — Problem Several inter-session paths already carry provenance, but spawned subagent tasks should also receive explicit lineage on their input. Without that, a spawned child task can look too much like...
  • fix(memory): export LanceDB artifacts for wiki bridge — Summary - add shared workspace public artifact listing for memory bridge consumers - make memory-lancedb export a deterministic Markdown bridge artifact - preserve workspace memory artifacts when...
  • Control UI: Memory panel for MEMORY.md and USER.md — Feature Request Summary Add a dedicated memory panel in the Control UI that surfaces the agent's long-term memory files (MEMORY.md, USER.md) as readable and editable content. Motivation Agent memory...
  • Config patch restart notice is misleading; should say 'restart required' — When config.patch is used, the gateway posts a system notice like "Gateway restart config-patch ok (config.patch)" followed by the note. This reads as if the restart already happened, but on Windows...
  • [Bug]: tools.elevated.enabled: true breaks exec routing logic (tools. — Bug type Regression (worked before, now fails) Summary Enabling tools.elevated.enabled: true causes ALL exec tool calls to route to the gateway host instead of the sandbox, even when the agent does...
  • OpenClaw logs display UTC time instead of local timezone — Issue: OpenClaw logs display UTC time instead of local timezone Summary The openclaw logs command displays log timestamps in UTC time (Z suffix), causing confusion for users in timezones other than...
  • No guard against skill repos created outside canonical paths — Bug Summary When creating or scaffolding skills (via package_skill.py, manual creation, or skill-creator workflows), nothing prevents the skill directory from being created outside the canonical...
  • Feature: Webchat / Control UI inline button support (buttons parameter, callback RPC, capabilities config) — Feature Request Summary The message tool supports a buttons parameter for sending inline keyboard buttons, but this only works on Telegram today. Webchat (Control UI) clients silently drop the...
  • Memory search never returns results from memory files (only sessions) — Steps to reproduce 1. Write content to a memory file: echo 'Test Entry' >> ~/.openclaw/workspace/memory/test.md 2. Force reindex: openclaw memory index --force 3. Verify indexed: openclaw memory...
  • [Bug]: subagent thinking still rejects non-off on v2026.5.19; previous #84706 was closed against unrelated doctor migration — Summary v2026.5.19 still rejects non-off thinking for subagent spawns on canonical OpenAI/Codex GPT-5 models. This is not fixed by #84626: that PR is a doctor --fix migration for invalid persisted...
  • [Feature]: deterministic context injection for bootstrap files and session-type filtering — Summary Three platform-level gaps affect any user running autonomous agents with heartbeats, subagents, or scheduled work: static bootstrap files, no session-type filtering, and missing time context....
  • OpenClaw repo stats for 2026-05-21 — 373654 stars, 77601 forks, 2304 contributors
  • OpenClaw sponsors (119 total) — 119 sponsors supporting OpenClaw
  • fix: persist codex scan diagnostics (#2351)
  • fix: make header background opaque (#2352)
  • fix: hide empty VirusTotal stats (#2350) — fix: hide empty VirusTotal stats fix: avoid partial VirusTotal denominators
  • feat: unify signed-out screens with SignInPrompt component (#2148) — Replace ad-hoc sign-in UI on /settings, /dashboard, /import, /stars, /cli/auth and /docs/auth with a single SignInPrompt component that mirrors the polished /settings design (gradient backdrop, blur,...
  • fix(api): accept full skill list pagination cursors (#2275) (#2286) — Co-authored-by: Patrick Erichsen
  • fix(clawhub): cap embedding text by bytes (#2337)
  • fix(web): remove files tab height cap on desktop (#2217) — fix(web): adjust files tab tree height and mobile disclosure fix(web): refine mobile see-all affordance in files tab fix(web): polish files preview empty state fix(web): add files preview header...
  • fix: clarify package sync and publish paths (#2235)
  • fix(clawhub): continue sync after slug conflicts (#2336)
  • fix: separate financial capability tags from crypto (#2344)
  • feat: consolidate security audit UI (#2349)
  • feat: add category-aware related skills (#2270)
  • Fix undetected VirusTotal results staying pending (#2347) — fix: increase clawscan worker throughput fix: treat undetected VT results as clean
  • openclaw v2026.5.19 on npm — Multi-channel AI gateway with extensible messaging integrations
  • ykarout/Qwen3.5-9b-Opus-Openclaw-Distilled-FP8 — text-generation
  • peterjohannmedina/Medina-Qwen3.5-27B-OpenClaw
  • sulpikar2/Qwen3.5-4B-Claude-4.6-Opus-Reasoning-openclaw
  • 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 – Moltbot Renamed Again
  • Anthropic says OpenClaw-style Claude CLI usage is allowed again
  • 12 defensive patterns I shipped after OpenClaw 2026.4.14 broke my agents — What broke OpenClaw 2026.4.14 took out lossless-claw (#66591) and active-memory (#66849)....
  • Delegation vs Collaboration vs Asking — The Four AI Work Modes Nobody Talks About — Microsoft's Worklab just published new research that will quietly reshape how you think about using...
  • Building a Compliance-First AI Agent: Why Your Business Bot Needs a Legal Red Line
  • How I detected and patched 12 autonomous-agent failure modes — Field data After running 33 autonomous agents in production, the failure modes cluster....
  • 12 defensive patterns I shipped after OpenClaw 2026.4.14 broke my agents — What broke OpenClaw 2026.4.14 took out lossless-claw (#66591) and active-memory (#66849)....
  • Why You SHOULD Use Hermes Agent — This is an opinion piece written by AI based on my personal opinionContinue reading on Medium »
  • Aaj ek aur serious cybersecurity issue samne aayi hai: OpenClaw skills ke through malicious RATs… — Continue reading on Medium »
  • OpenClaw OS Makes Self-Hosted AI Agents Feel Like Real Software — AI agents are slowly moving from “chatbots that answer questions” into something much more useful.Continue reading on Medium »
  • Google Just Launched Gemini Spark (A 24/7 OpenClaw Alternative That Never Sleeps) — Google just announced Gemini Spark at I/O 2026, and it’s their most aggressive move into agentic AI yet.Continue reading on AI Software Engineer »
  • $13,000 Per Agent Per Month: The Real Cost of Running Autonomous Coding Agents in 2026 — A $1.3M OpenAI bill from one of its own engineers just gave the market the empirical number it has been missing all year.Continue reading on Medium »
  • Local LLM Setup with Hermes Agent: Ollama + Hermes Tutorial — Run a fully self-hosted, privacy-first AI agent on your own hardware. No API keys. No cloud costs. No third-party tracking. Complete…Continue reading on Medium »
  • I Built a Merciless AI Dominatrix Who Never Sleeps — How I Used OpenClaw and Grok to Create Mistress NataliaContinue reading on Medium »
  • 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...
  • Thunderbolt — Open-source AI platform for deploying language models across desktop and mobile systems, features model selection, on-premises setup, enterprise-level encryption, advanced security auditing, and...
  • Kimi — AI assistant supports complex math, coding, image understanding, and reasoning with up to 128k token processing, short and long chain-of-thought tasks, visual and text input, accurate benchmarks,...
  • @shedntcare_ OpenClaw
  • RT @AjeyGore: OpenClaw and Hermes are too technical for non tech people!
  • @SYTrofimov Sounds like you’ve built a solid setup for your digital assistants. If you want to run OpenClaw in the cloud
  • @AlexFinn No more openclaw?
  • @XLionc @pysimpom 不是,我之前还在用openclaw 的时候就是把它放VPS 的docker 里。平时它也可用帮我处理项目,它克隆项目,然后自己在容器开发什么的,也没问题。就是openclaw 的连续执行机制太废物,后面没
  • Siri > Hermes > OpenClaw https://t.co/6hkNpPpIRq
  • RT @shedntcare_: My OpenClaw bot builds custom websites for local businesses… then mails them a postcard with a QR code
  • Test post from OpenClaw Approach A - browser verification gate [2026-05-21]
  • @andreas0x_ga @openclaw @NousResearch gm my fren
  • RT @BlockRunAI: LLM Router for OpenClaw to save your Token using USDC
  • @edoweb3 @openclaw @NousResearch hermes is great but still not the ideal option yk
  • The ClawdHub CLI skill gives your OpenClaw the commands to search, install, update, list, and publish skills from the te
  • @marcoporracin Generalmente tienen WSP gratis. Usa Openclaw/alternativa con Codex y sos vos
  • @thomsonYang_147 It’s true, tech can be tricky for many. That’s why ClawHost makes deploying OpenClaw simple with one cl
  • Jour 11-16 pour apprendre l’IA 👨🏼‍💻 C’est bon openclaw est bien configuré sur un serveur vps ! J’ai pas mal galéré su — Jour 11-16 pour apprendre l’IA 👨🏼‍💻 C’est bon openclaw est bien configuré sur un serveur vps ! J’ai pas mal galéré sur certains points mais c’est surtout due à mon manque de connaissance en...
  • RT @qkl2058: 不到一个月,有人靠这套玩法赚了40万美元。 这个叫OpenClaw的系统,跑在Polymarket上,收益大概是这样: · 平均每秒赚5美元 · 每小时差不多300美元 · 一天下来就是7000美元左右 你可 — RT @qkl2058: 不到一个月,有人靠这套玩法赚了40万美元。 这个叫OpenClaw的系统,跑在Polymarket上,收益大概是这样: · 平均每秒赚5美元 · 每小时差不多300美元 · 一天下来就是7000美元左右 你可以去查下这个账号:OpenClaw的P…
  • RT @open_sre: OpenClaw is powerful. It's also a black box when something goes wrong. OpenSRE alerts you when it does. — RT @open_sre: OpenClaw is powerful. It's also a black box when something goes wrong. OpenSRE alerts you when it does.
  • RT @open_sre: Running OpenClaw in production? You're flying blind when it fails. OpenSRE tells you what broke, why and w
  • @AiroPrompts OpenClaw. Not even close right now.
  • OpenClaw+ローカルLLMを検証してるんだけど、応答が重複したりイマイチ安定しないんだよなぁ。UIだけの問題な気もするので、ちゃんと切り分けるか。。。

Trending on X

  • @shedntcare_ OpenClaw
  • RT @AjeyGore: OpenClaw and Hermes are too technical for non tech people!
  • @SYTrofimov Sounds like you’ve built a solid setup for your digital assistants. If you want to run OpenClaw in the cloud
  • @AlexFinn No more openclaw?
  • @XLionc @pysimpom 不是,我之前还在用openclaw 的时候就是把它放VPS 的docker 里。平时它也可用帮我处理项目,它克隆项目,然后自己在容器开发什么的,也没问题。就是openclaw 的连续执行机制太废物,后面没
  • Siri > Hermes > OpenClaw https://t.co/6hkNpPpIRq
  • RT @shedntcare_: My OpenClaw bot builds custom websites for local businesses… then mails them a postcard with a QR code
  • Test post from OpenClaw Approach A - browser verification gate [2026-05-21]
  • @andreas0x_ga @openclaw @NousResearch gm my fren
  • RT @BlockRunAI: LLM Router for OpenClaw to save your Token using USDC
  • @edoweb3 @openclaw @NousResearch hermes is great but still not the ideal option yk
  • The ClawdHub CLI skill gives your OpenClaw the commands to search, install, update, list, and publish skills from the te
  • @marcoporracin Generalmente tienen WSP gratis. Usa Openclaw/alternativa con Codex y sos vos
  • @thomsonYang_147 It’s true, tech can be tricky for many. That’s why ClawHost makes deploying OpenClaw simple with one cl
  • Jour 11-16 pour apprendre l’IA 👨🏼‍💻 C’est bon openclaw est bien configuré sur un serveur vps ! J’ai pas mal galéré su — Jour 11-16 pour apprendre l’IA 👨🏼‍💻 C’est bon openclaw est bien configuré sur un serveur vps ! J’ai pas mal galéré sur certains points mais c’est surtout due à mon manque de connaissance en...
  • RT @qkl2058: 不到一个月,有人靠这套玩法赚了40万美元。 这个叫OpenClaw的系统,跑在Polymarket上,收益大概是这样: · 平均每秒赚5美元 · 每小时差不多300美元 · 一天下来就是7000美元左右 你可 — RT @qkl2058: 不到一个月,有人靠这套玩法赚了40万美元。 这个叫OpenClaw的系统,跑在Polymarket上,收益大概是这样: · 平均每秒赚5美元 · 每小时差不多300美元 · 一天下来就是7000美元左右 你可以去查下这个账号:OpenClaw的P…
  • RT @open_sre: OpenClaw is powerful. It's also a black box when something goes wrong. OpenSRE alerts you when it does. — RT @open_sre: OpenClaw is powerful. It's also a black box when something goes wrong. OpenSRE alerts you when it does.
  • RT @open_sre: Running OpenClaw in production? You're flying blind when it fails. OpenSRE tells you what broke, why and w
  • @AiroPrompts OpenClaw. Not even close right now.
  • OpenClaw+ローカルLLMを検証してるんだけど、応答が重複したりイマイチ安定しないんだよなぁ。UIだけの問題な気もするので、ちゃんと切り分けるか。。。

Releases

  • openclaw 2026.5.20-beta.1 — Changes - Discord: let voice sessions follow configured Discord users into voice channels, with allowed-channel checks, multi-user handoff, bounded reconciliation, and DAVE recovery preservation....
  • openclaw 2026.5.19 — 2026.5.19 Changes - Agents: clarify that fixes should default to clean bounded refactors, lean internals, and explicit plugin SDK/API deprecation paths. - Dependencies: update @openclaw/proxyline to...
  • openclaw 2026.5.19-beta.1 — 2026.5.19 Changes - Agents: clarify that fixes should default to clean bounded refactors, lean internals, and explicit plugin SDK/API deprecation paths. - Dependencies: update @openclaw/proxyline to...
  • OpenClaw repo stats for 2026-05-21 — 373654 stars, 77601 forks, 2304 contributors
  • openclaw v2026.5.19 on npm — Multi-channel AI gateway with extensible messaging integrations

Community

  • fix(gateway): preserve raw external session aliases — Closes #63005. Behavior addressed External raw session keys such as conversation:pair:... and opaque provider keys such as Signal:Group: should survive gateway session-key canonicalization. Any...
  • build(deps): bump github.com/apple/swift-testing from 6.3.1 to 6.3.2 in /apps/swabble in the swift-deps group across 1 directory — Bumps the swift-deps group with 1 update in the /apps/swabble directory: github.com/apple/swift-testing. Updates github.com/apple/swift-testing from 6.3.1 to 6.3.2 Release notes Sourced from...
  • [Bug]: dreaming.enabled=false still writes memory/.dreams recall artifacts during normal memory_search
  • fix(memory): stop recall tracking when dreaming is disabled — Summary - stop normal memory_search recall tracking from writing .dreams artifacts when plugins.entries.memory-core.config.dreaming.enabled=false - keep ordinary memory search results unchanged while...
  • fix(infra): tolerate chmod EPERM on K8s fsGroup-mounted PVC — Summary On Kubernetes deployments with fsGroup-mounted PVCs, chmod(dir, 0o700) fails with EPERM because the state directory is owned by root (with group ownership set to the fsGroup GID). This...
  • fix(gateway): run daily session resets on schedule — Summary - Daily session resets now run from gateway maintenance instead of waiting for the next inbound session use. - The scheduler scans configured session stores and calls the existing reset...
  • feat(tts): add skipEmojiSymbols option to prevent TTS from reading emoji/symbols — Summary - Adds the opt-in messages.tts.skipEmojiSymbols TTS preprocessing setting. - Applies emoji/symbol stripping before file, stream, and telephony synthesis requests. - Returns a clear no-op...
  • [Feature] Auto-download parent message files in Feishu reply — Summary Auto-download parent message files when bot receives a reply in Feishu group chat Problem to solve When a user in Feishu group chat: 1. Sends a file (e.g., xlsx) 2. Right-clicks the file...
  • fix(taskflow): finalize governed managed flows — Summary - Finalize managed governed flow completion through the requester-owned parent lane. - Fail closed with ParentFlowLinkError when task/flow linkage points at a different parent flow instead of...
  • Beta blocker: telegram - isolated polling lacks durable message dispatch idempotency across replay — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker Yes Summary Telegram isolated polling has replay/recovery paths, but handleInboundMessageLike() does not persist a...
  • Beta blocker: telegram - partial draft previews can spam multiple visible messages for one turn — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker Yes Summary Telegram streaming.mode="partial" can emit many visible sendMessage previews for a single inbound turn...
  • fix(install): handle npm min-release-age in hosted installers — Summary - Problem: install.sh / install-cli.sh could still emit --before= when npm only exposed a computed before cutoff from a raw min-release-age npmrc entry. - Solution: inspect raw npm config...
  • fix(heartbeat): treat doc-template "Related" link as empty content — Summary - Problem: Commit 2fb9c7e added a Related section with the link - Heartbeat config to the default HEARTBEAT.md workspace template. isHeartbeatContentEffectivelyEmpty() only strips markdown...
  • tasks audit --limit accepts partially numeric values — Observed problem On current origin/main (e3b77d6d2c), openclaw tasks audit --json --limit 1abc is accepted as if the limit were 1. Real behavior proof from the source CLI: Current behavior The tasks...
  • Feature request: first-class Telegram reaction triggers for agent wake-up and execution — Summary Feature request: make Telegram reactions a first-class control/input surface for OpenClaw. Today, reaction-driven workflows can be very useful operationally, but they do not feel like a fully...
  • Context/memory accumulates too quickly causing frequent session resets — Session context fills up within ~80-100 messages, requiring frequent /new resets. This disrupts conversation continuity and feels jarring for the user. Expected behavior: Sessions should handle...
  • [Feature Request] Add tool call visibility to streamTo="parent" for ACP runtime
  • Feature: Silence Watchdog + Response Delivery Confirmation — runtime-enforced operator visibility — Problem Agent-level (model-layer) progress beacons and delivery tracking are structurally unreliable. During sustained tool-call chains, the model cannot pause to evaluate its own silence duration —...
  • fix(agents): inherit subagent thinking defaults — Summary - Subagent spawns now inherit the requester session's persisted thinking level when the spawn request and agent config do not specify one. - The fallback order is explicit spawn thinking,...
  • Attach input provenance to sessions_spawn child tasks — Problem Several inter-session paths already carry provenance, but spawned subagent tasks should also receive explicit lineage on their input. Without that, a spawned child task can look too much like...
  • fix(memory): export LanceDB artifacts for wiki bridge — Summary - add shared workspace public artifact listing for memory bridge consumers - make memory-lancedb export a deterministic Markdown bridge artifact - preserve workspace memory artifacts when...
  • Control UI: Memory panel for MEMORY.md and USER.md — Feature Request Summary Add a dedicated memory panel in the Control UI that surfaces the agent's long-term memory files (MEMORY.md, USER.md) as readable and editable content. Motivation Agent memory...
  • Config patch restart notice is misleading; should say 'restart required' — When config.patch is used, the gateway posts a system notice like "Gateway restart config-patch ok (config.patch)" followed by the note. This reads as if the restart already happened, but on Windows...
  • [Bug]: tools.elevated.enabled: true breaks exec routing logic (tools. — Bug type Regression (worked before, now fails) Summary Enabling tools.elevated.enabled: true causes ALL exec tool calls to route to the gateway host instead of the sandbox, even when the agent does...
  • OpenClaw logs display UTC time instead of local timezone — Issue: OpenClaw logs display UTC time instead of local timezone Summary The openclaw logs command displays log timestamps in UTC time (Z suffix), causing confusion for users in timezones other than...
  • No guard against skill repos created outside canonical paths — Bug Summary When creating or scaffolding skills (via package_skill.py, manual creation, or skill-creator workflows), nothing prevents the skill directory from being created outside the canonical...
  • Feature: Webchat / Control UI inline button support (buttons parameter, callback RPC, capabilities config) — Feature Request Summary The message tool supports a buttons parameter for sending inline keyboard buttons, but this only works on Telegram today. Webchat (Control UI) clients silently drop the...
  • Memory search never returns results from memory files (only sessions) — Steps to reproduce 1. Write content to a memory file: echo 'Test Entry' >> ~/.openclaw/workspace/memory/test.md 2. Force reindex: openclaw memory index --force 3. Verify indexed: openclaw memory...
  • [Bug]: subagent thinking still rejects non-off on v2026.5.19; previous #84706 was closed against unrelated doctor migration — Summary v2026.5.19 still rejects non-off thinking for subagent spawns on canonical OpenAI/Codex GPT-5 models. This is not fixed by #84626: that PR is a doctor --fix migration for invalid persisted...
  • [Feature]: deterministic context injection for bootstrap files and session-type filtering — Summary Three platform-level gaps affect any user running autonomous agents with heartbeats, subagents, or scheduled work: static bootstrap files, no session-type filtering, and missing time context....
  • OpenClaw sponsors (119 total) — 119 sponsors supporting OpenClaw
  • fix: persist codex scan diagnostics (#2351)
  • fix: make header background opaque (#2352)
  • fix: hide empty VirusTotal stats (#2350) — fix: hide empty VirusTotal stats fix: avoid partial VirusTotal denominators
  • feat: unify signed-out screens with SignInPrompt component (#2148) — Replace ad-hoc sign-in UI on /settings, /dashboard, /import, /stars, /cli/auth and /docs/auth with a single SignInPrompt component that mirrors the polished /settings design (gradient backdrop, blur,...
  • fix(api): accept full skill list pagination cursors (#2275) (#2286) — Co-authored-by: Patrick Erichsen
  • fix(clawhub): cap embedding text by bytes (#2337)
  • fix(web): remove files tab height cap on desktop (#2217) — fix(web): adjust files tab tree height and mobile disclosure fix(web): refine mobile see-all affordance in files tab fix(web): polish files preview empty state fix(web): add files preview header...
  • fix: clarify package sync and publish paths (#2235)
  • fix(clawhub): continue sync after slug conflicts (#2336)
  • fix: separate financial capability tags from crypto (#2344)
  • feat: consolidate security audit UI (#2349)
  • feat: add category-aware related skills (#2270)
  • Fix undetected VirusTotal results staying pending (#2347) — fix: increase clawscan worker throughput fix: treat undetected VT results as clean

News

  • ykarout/Qwen3.5-9b-Opus-Openclaw-Distilled-FP8 — text-generation
  • peterjohannmedina/Medina-Qwen3.5-27B-OpenClaw
  • sulpikar2/Qwen3.5-4B-Claude-4.6-Opus-Reasoning-openclaw
  • 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 – Moltbot Renamed Again
  • Anthropic says OpenClaw-style Claude CLI usage is allowed again
  • 12 defensive patterns I shipped after OpenClaw 2026.4.14 broke my agents — What broke OpenClaw 2026.4.14 took out lossless-claw (#66591) and active-memory (#66849)....
  • Delegation vs Collaboration vs Asking — The Four AI Work Modes Nobody Talks About — Microsoft's Worklab just published new research that will quietly reshape how you think about using...
  • Building a Compliance-First AI Agent: Why Your Business Bot Needs a Legal Red Line
  • How I detected and patched 12 autonomous-agent failure modes — Field data After running 33 autonomous agents in production, the failure modes cluster....
  • 12 defensive patterns I shipped after OpenClaw 2026.4.14 broke my agents — What broke OpenClaw 2026.4.14 took out lossless-claw (#66591) and active-memory (#66849)....
  • Why You SHOULD Use Hermes Agent — This is an opinion piece written by AI based on my personal opinionContinue reading on Medium »
  • Aaj ek aur serious cybersecurity issue samne aayi hai: OpenClaw skills ke through malicious RATs… — Continue reading on Medium »
  • OpenClaw OS Makes Self-Hosted AI Agents Feel Like Real Software — AI agents are slowly moving from “chatbots that answer questions” into something much more useful.Continue reading on Medium »
  • Google Just Launched Gemini Spark (A 24/7 OpenClaw Alternative That Never Sleeps) — Google just announced Gemini Spark at I/O 2026, and it’s their most aggressive move into agentic AI yet.Continue reading on AI Software Engineer »
  • $13,000 Per Agent Per Month: The Real Cost of Running Autonomous Coding Agents in 2026 — A $1.3M OpenAI bill from one of its own engineers just gave the market the empirical number it has been missing all year.Continue reading on Medium »
  • Local LLM Setup with Hermes Agent: Ollama + Hermes Tutorial — Run a fully self-hosted, privacy-first AI agent on your own hardware. No API keys. No cloud costs. No third-party tracking. Complete…Continue reading on Medium »
  • I Built a Merciless AI Dominatrix Who Never Sleeps — How I Used OpenClaw and Grok to Create Mistress NataliaContinue reading on Medium »
  • 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...
  • Thunderbolt — Open-source AI platform for deploying language models across desktop and mobile systems, features model selection, on-premises setup, enterprise-level encryption, advanced security auditing, and...
  • Kimi — AI assistant supports complex math, coding, image understanding, and reasoning with up to 128k token processing, short and long chain-of-thought tasks, visual and text input, accurate benchmarks,...

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.