OpenClaw Newsletter - 2026-06-13
OpenClaw Newsletter
Saturday, June 13, 2026Top Stories
- openclaw 2026.6.6 — Highlights - Security boundaries are substantially tighter across transcripts, sandbox binds, host environment inheritance, MCP stdio, Codex HTTP access, native search policy, elevated sender checks,...
- ci: gate stable releases on Windows companion assets — Summary - require stable release publish to receive an explicit windows_node_tag and candidate-approved windows_node_installer_digests map before any publish child runs - compare the live source...
- fix: carry reply metadata into runtime context — Summary Adds a first-class current-turn reply metadata payload to CurrentInboundPromptContext so Telegram/forum reply facts survive the reply prompt/runtime handoff as structured OpenClaw metadata....
- Polish Workboard operations view — Summary - polish Workboard card layout, timestamps, density controls, detail drawer behavior, mobile modal/dropdown behavior, and tooltip handling - add health summary badge highlighting,...
- WebChat: new messages force-scroll to bottom even when user has scrolled up — Summary In the WebChat conversation view, every new incoming message force-scrolls the view to the bottom — even when the user has deliberately scrolled up to read earlier messages. This makes it...
- Docker image ships an extraneous stale openclaw in /app/node_modules (extensions pin the published release) — Summary Remove the extraneous stale openclaw from the runtime Docker image. Extensions pin the published npm release in their package.json, causing pnpm install --frozen-lockfile to fetch a second...
- doctor --fix migrates codex/gpt-5.5 to openai/gpt-5.5, then Codex app-server startup times out on 2026.6.1 — Summary On OpenClaw 2026.6.1, openclaw doctor --fix migrates a working Codex-backed setup from codex/gpt-5.5 to openai/gpt-5.5. After the migration, the config validates and the gateway restarts, but...
- fix(plugins): guard runtime boundary manifest rows — Summary - Harden runtime plugin boundary lookup so malformed manifest rows are skipped per row instead of aborting healthy runtime resolution. - Add focused regression coverage for poisoned manifest...
- fix: require admin for HTTP model overrides — Summary - Require operator.admin before identity-bearing OpenAI-compatible HTTP callers can use x-openclaw-model. - Preserve existing shared-secret bearer behavior and admin-scoped...
- [Feature]: whatsapp create group tool for whatsapp-agent-tools — Summary I need my AI Agent to create group for information storage only Problem to solve As a property agent using OpenClaw on WhatsApp, I need my AI assistant to create WhatsApp groups automatically...
- fix #77426: [Bug]:sessions_yield: always returns "No session context" on MCP/claude-cli agent runtime path (gateway tool resolver missing sessionId + onYield) — Summary What problem does this PR solve? sessions_yield on the bundled MCP / CLI loopback path was constructed without the active run sessionId and onYield lifecycle callback, so the tool could...
- feat: implement shadow-logger plugin for memory system — Description This PR implements the shadow-logger plugin, which provides the Layer 1 (Episodic Memory) of the new multi-layered memory system for OpenClaw. The plugin "taps" into the OpenClaw internal...
- [Bug]: `openclaw plugins update whatsapp` silently wipes Baileys session — full QR re-pair required after every minor plugin update — Summary fix(whatsapp): backup credentials instead of deleting on logout/update When openclaw plugins update whatsapp runs, the plugin's logout procedure silently deletes the Baileys session...
- [Performance] Model Picker UI very slow in v2026.5.28 — Model Picker 性能问题报告 环境 - OpenClaw: 2026.5.28 (e932160) - 安装方式: npm install -g openclaw@2026.5.28 - Node: v22.22.0 - OS: Linux (WSL2) 问题描述 Model Picker UI(控制面板选模型的下拉菜单)反应很慢,之前版本的同样操作很快。 配置信息 -...
- 2026.6.1: agent_model_catalogs / model_capability_cache tables defined but never written; models list takes 25–53s — Summary In 2026.6.1, two new SQLite tables (agent_model_catalogs, model_capability_cache) are created by the state-db migration but no producer code in the shipped dist/ build ever writes to them. As...
- [Performance] /models command slow in v2026.6.1 — catalog loading regression — Bug type Regression (worked before, now fails) Beta release blocker No Summary The /models slash command and openclaw models list CLI take 3-4 seconds to respond in v2026.6.1 with ~60 configured...
- fix(models): bound /models and models list catalog loading — Summary - Bound default /models and openclaw models list browsing to configured/read-only discovery; explicit all browsing retains full provider discovery. - Reuse the gateway's loaded plugin...
- Bug: message tool action=send returns "unsupported channel: telegram"
- [Bug]: Control UI Avatar not displaying (broken image) — Bug type Regression (worked before, now fails) Summary Description: - Setting agent avatar via openclaw agents set-identity --avatar doesn't display in Control UI - External URLs return 404 or fail...
- Disable Chrome OptGuide/WasmTts model downloads in headless/server mode — Problem When running OpenClaw in a headless/server environment (e.g. WSL2 with Xvfb/VNC), Chrome automatically downloads large ML models on every launch: - OptimizationGuideOnDeviceModel: ~4 GB -...
- [Feature]: Configurable pairing message text to stop exposing implementation details (channels.*.pairingMessage) — Summary Allow operators to customize the text sent to unknown senders during pairing - removing hardcoded OpenClaw branding and suppressing the raw CLI hint. Problem to solve When dmPolicy pairing is...
- fix(openrouter): strip openrouter/ prefix from model IDs before API calls — Summary Fixes #92611 and #92582 1. Issue #92611: OpenRouter Anthropic models send wrong model ID to API The normalizeOpenRouterResolvedModel hook in extensions/openrouter/index.ts normalizes baseUrl...
- Add diarized JSON transcript segments to media-understanding audio providers — Summary - Adds structured diarized transcript segment support to media-understanding audio provider results. - Lets OpenAI-compatible audio transcription providers receive optional response_format...
- /openclaw/src/chat/canvas-render.ts 添加注释 — Summary What problem does this PR solve? Why does this matter now? What is the intended outcome? What is intentionally out of scope? What does success look like? What should reviewers focus on?...
- feat(usage): native templated /usage full footer renderer — > Stacks on #89629 (the usageState per-turn contract). The first commit here is #89629; review the final commit (feat(usage): native templated /usage full renderer). Merge after #89629. What Render...
- #92076: Subagent completion delivery can fail when requester run is inactive and session transcript is locked — Summary Fix subagent completion delivery that was silently lost when the active requester wake fails (inactive/locked session) and the requester-agent handoff throws a SessionWriteLockTimeoutError —...
- feat: add tool search directory mode — Summary - Add tools.toolSearch.mode: "directory" so large catalogs can expose a compact prompt directory plus tool_describe/tool_call controls while deferring most schemas. - Hydrate likely or...
- feat(hooks): emit session prune lifecycle event — Why Context pruning changes model input quality and cost, but there was no dedicated internal lifecycle signal for pruning actions. This PR emits a pruning lifecycle hook with safe summary metadata...
- fix(control-ui): pass slash command args through for /reset — Summary - /reset soft in the Control UI was silently executing as a hard reset because dispatchSlashCommand passed a hardcoded "/reset" string, completely ignoring the args parameter - This caused...
- Simplify QA scorecard mapping shape — Summary - Make coverage IDs the canonical scorecard mapping key: taxonomy-mappings.yaml now maps taxonomy category IDs to behavior coverage IDs, not evidence file paths. - Add stable category IDs to...
- OpenClaw repo stats for 2026-06-13 — 378468 stars, 79159 forks, 2533 contributors
- OpenClaw sponsors (111 total) — 111 sponsors supporting OpenClaw
- docs: serve ClawHub docs with shared OpenClaw renderer (#2609) — feat: serve clawhub docs under docs route feat: build ClawHub docs with openclaw docs chore: remove unused nav icon export docs: use ClawHub logo in docs shell docs: prepare ClawHub docs for Mintlify...
- Back up registry artifacts and add migration backup gate (#2600) — fix: retarget registry backup gate feat: mirror package registry artifacts fix: keep package backup latest on newest release fix: bound registry backup health checks fix: harden package artifact...
- fix: prefer app auth for trusted publisher repo lookup (#2623)
- docs: add session store validation remediation — Add the missing sdk-load-session-store remediation section and table entry.
- fix: clarify scoped package publish access errors (#2617)
- feat: render mermaid diagrams in markdown (#2616)
- fix: reserve docs owner handle (#2604)
- fix: use no-reply sender for staff emails (#2602)
- Add skill: brewpage-publish
- openclaw v2026.6.6 on npm — Multi-channel AI gateway with extensible messaging integrations
- 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...
- Anthropic says OpenClaw-style Claude CLI usage is allowed again
- You are not supposed to install OpenClaw on your personal computer
- OpenClaw Agent Masterclass — Full Tutorial — Everything you need to install, configure, and extend OpenClaw — the open-source personal AI...
- I think I found the first real reason to build AI agent workflows in OpenClaw — A practical case for using OpenClaw to automate receipt-to-ledger workflows: bounded inputs and outputs, clear human review gates, and a better split
- Nvidia OpenClaw Explained: What It Means for Your AI Agent Strategy (GTC 2026) — At GTC 2026, Jensen Huang said every company needs an OpenClaw strategy. Here is what it means and what U.S. teams should do next.
- Building a consent-preserving auth.md skill for OpenClaw agents — Signup forms were designed for humans with browsers. AI agents get a 401 and have nowhere to...
- The AI Agent With the Keys to Your Life — What it actually takes to let an AI touch your bank account, your inbox, and your medical records — and live to tell about itContinue reading on AI Advances »
- The App I Built During My Maternity Leave — We are living in an exciting time! Building software has never been this easy or this fast. I built a web app for learning Bengali while I…Continue reading on Medium »
- Run Your OpenClaw Assistant on a Local, MLX-Accelerated Model — Power the OpenClaw personal AI assistant with a local model on your Apple Silicon Mac — private, offline, and zero cost per message. MLX…Continue reading on Medium »
- OpenClaw Agent Masterclass — Full Tutorial — Everything you need to install, configure, and extend OpenClaw — the open-source personal AI assistant that runs on your machine and talks…Continue reading on Towards Dev »
- OpenClaw vs Hermes: I Read 1,300 Reddit Comments So You Do Not Have To — Every few months the autonomous agent crowd finds a new holy war, and right now it is OpenClaw against Hermes.Continue reading on Medium »
- Helpful Skills or Hidden Payloads? Bitdefender Labs Dives Deep into the OpenClaw Malicious Skill Trap — With hundreds of malicious OpenClaw skills blending in among legitimate ones, manually reviewing every script or command isn’t realistic — especially when skills are designed to look helpful and...
- https://t.co/BTXOYIhHFWのGLM-5.2、単なる新モデル発表より「AIコーディング環境の選択肢が増えた」ニュースです。 公式XではGLM Coding Plan全ユーザーに開放、1Mコンテキスト、API/チャットボッ
- Zai yeni amiral gemisi modeli GLM-5.2’yi GLM Coding Plan abonelerine hemen kullanıma sundu! Bu yeni model Lite, Pro, Ma
- HE BUILT A 4-GPU LOCAL AI WORKSTATION BUT OPENCLAW CUT HIS BOT REVENUE BY 5X assembling a local hardware rig with four
- @steipete hang on...am I reading this right, Peter? you cannot get openclaw to go throught flat listings and find one fo
- https://t.co/6QdgCz5y1c
- @DhravyaShah @supermemory @openclaw Hi , I hope you’re doing well. I am a fresher currently looking for opportunities in
- RT @AYi_AInotes: Claude Code、OpenClaw、Hermes、Codex,一个比一个能干, 但 2026 年了,这批最先进的 Agent 还集体卡在同一件小事上: 上不了网,查推特要付费 API,读小红书卡登录
- I want to turn my OpenClaw into an SEO expert. How would you make it get new backlinks for your websites?
- OpenClaw AI is designed to reduce decision-making friction. By helping users understand probabilities and identify oppo
- openclaw just hit trending. It's an open source AI assistant that runs on any OS, any platform. No vendor lock-in, just
- Proud to back the OpenClaw Summer Builder Bootcamp 2026 as a Media Partner! 🤝🔥 The Web3 x AI meta is moving fast, but t
- @openclaw Real talk: 90% of agent work is handling edge cases. The other 10% is the demo. Both matter.
- 【TechFeedまとめ】2026-06-13 ■ Zenn 1. MCPホスト選定で考えた、ローカル操作・コスト・クラウド移行の話 https://t.co/k6f2Z3BSi1 2. AIエージェントの仕事をどう検品するか──Tra — 【TechFeedまとめ】2026-06-13 ■ Zenn 1. MCPホスト選定で考えた、ローカル操作・コスト・クラウド移行の話 https://t.co/k6f2Z3BSi1 2. AIエージェントの仕事をどう検品するか──Trace、Eval、Pre-CI Reviewの考え方 https://t.co/il3w4xeGy1 3. AIエージェントが決済をする時代の実験 ―
- Someone is building your agent idea right now. They'll list it before you. And own the category. #OpenClaw #AIAgents #
- AI agents don't just assist. They execute. Marketing, code, decisions. They work 24/7. They learn. They improve. That's
- OpenClaw + WooCommerce + @PayRamApp = Unlimited stores, Unlimited payments. All private & no signup. https://t.co/ — OpenClaw + WooCommerce + @PayRamApp = Unlimited stores, Unlimited payments. All private & no signup. https://t.co/YzFVlf3be9 https://t.co/a8ltyyKv61
- GitHub: https://t.co/Jf8f7j5YhZ Website: https://t.co/9QzkZH76rd The demo connects an OpenClaw agent and a Hermes agen — GitHub: https://t.co/Jf8f7j5YhZ Website: https://t.co/9QzkZH76rd The demo connects an OpenClaw agent and a Hermes agent through one shared memory layer. Would love feedback from @steipete.since 8mem...
- What works today: OpenClaw Hermes Telegram agents Browser UI Local Ollama models It is open source and Apache-2.0 lice — What works today: OpenClaw Hermes Telegram agents Browser UI Local Ollama models It is open source and Apache-2.0 licensed.
- AI agents have an amnesia problem. They can code. They can use tools. They can run in Telegram. They can live in OpenCl — AI agents have an amnesia problem. They can code. They can use tools. They can run in Telegram. They can live in OpenClaw, Hermes, and local models. But every new session still starts from zero. So I...
- RT @AYi_AInotes: Claude Code、OpenClaw、Hermes、Codex,一个比一个能干, 但 2026 年了,这批最先进的 Agent 还集体卡在同一件小事上: 上不了网,查推特要付费 API,读小红书卡登录
Trending on X
- https://t.co/BTXOYIhHFWのGLM-5.2、単なる新モデル発表より「AIコーディング環境の選択肢が増えた」ニュースです。 公式XではGLM Coding Plan全ユーザーに開放、1Mコンテキスト、API/チャットボッ
- Zai yeni amiral gemisi modeli GLM-5.2’yi GLM Coding Plan abonelerine hemen kullanıma sundu! Bu yeni model Lite, Pro, Ma
- HE BUILT A 4-GPU LOCAL AI WORKSTATION BUT OPENCLAW CUT HIS BOT REVENUE BY 5X assembling a local hardware rig with four
- @steipete hang on...am I reading this right, Peter? you cannot get openclaw to go throught flat listings and find one fo
- https://t.co/6QdgCz5y1c
- @DhravyaShah @supermemory @openclaw Hi , I hope you’re doing well. I am a fresher currently looking for opportunities in
- RT @AYi_AInotes: Claude Code、OpenClaw、Hermes、Codex,一个比一个能干, 但 2026 年了,这批最先进的 Agent 还集体卡在同一件小事上: 上不了网,查推特要付费 API,读小红书卡登录
- I want to turn my OpenClaw into an SEO expert. How would you make it get new backlinks for your websites?
- OpenClaw AI is designed to reduce decision-making friction. By helping users understand probabilities and identify oppo
- openclaw just hit trending. It's an open source AI assistant that runs on any OS, any platform. No vendor lock-in, just
- Proud to back the OpenClaw Summer Builder Bootcamp 2026 as a Media Partner! 🤝🔥 The Web3 x AI meta is moving fast, but t
- @openclaw Real talk: 90% of agent work is handling edge cases. The other 10% is the demo. Both matter.
- 【TechFeedまとめ】2026-06-13 ■ Zenn 1. MCPホスト選定で考えた、ローカル操作・コスト・クラウド移行の話 https://t.co/k6f2Z3BSi1 2. AIエージェントの仕事をどう検品するか──Tra — 【TechFeedまとめ】2026-06-13 ■ Zenn 1. MCPホスト選定で考えた、ローカル操作・コスト・クラウド移行の話 https://t.co/k6f2Z3BSi1 2. AIエージェントの仕事をどう検品するか──Trace、Eval、Pre-CI Reviewの考え方 https://t.co/il3w4xeGy1 3. AIエージェントが決済をする時代の実験 ―
- Someone is building your agent idea right now. They'll list it before you. And own the category. #OpenClaw #AIAgents #
- AI agents don't just assist. They execute. Marketing, code, decisions. They work 24/7. They learn. They improve. That's
- OpenClaw + WooCommerce + @PayRamApp = Unlimited stores, Unlimited payments. All private & no signup. https://t.co/ — OpenClaw + WooCommerce + @PayRamApp = Unlimited stores, Unlimited payments. All private & no signup. https://t.co/YzFVlf3be9 https://t.co/a8ltyyKv61
- GitHub: https://t.co/Jf8f7j5YhZ Website: https://t.co/9QzkZH76rd The demo connects an OpenClaw agent and a Hermes agen — GitHub: https://t.co/Jf8f7j5YhZ Website: https://t.co/9QzkZH76rd The demo connects an OpenClaw agent and a Hermes agent through one shared memory layer. Would love feedback from @steipete.since 8mem...
- What works today: OpenClaw Hermes Telegram agents Browser UI Local Ollama models It is open source and Apache-2.0 lice — What works today: OpenClaw Hermes Telegram agents Browser UI Local Ollama models It is open source and Apache-2.0 licensed.
- AI agents have an amnesia problem. They can code. They can use tools. They can run in Telegram. They can live in OpenCl — AI agents have an amnesia problem. They can code. They can use tools. They can run in Telegram. They can live in OpenClaw, Hermes, and local models. But every new session still starts from zero. So I...
- RT @AYi_AInotes: Claude Code、OpenClaw、Hermes、Codex,一个比一个能干, 但 2026 年了,这批最先进的 Agent 还集体卡在同一件小事上: 上不了网,查推特要付费 API,读小红书卡登录
Releases
- openclaw 2026.6.6 — Highlights - Security boundaries are substantially tighter across transcripts, sandbox binds, host environment inheritance, MCP stdio, Codex HTTP access, native search policy, elevated sender checks,...
- OpenClaw repo stats for 2026-06-13 — 378468 stars, 79159 forks, 2533 contributors
- openclaw v2026.6.6 on npm — Multi-channel AI gateway with extensible messaging integrations
Community
- ci: gate stable releases on Windows companion assets — Summary - require stable release publish to receive an explicit windows_node_tag and candidate-approved windows_node_installer_digests map before any publish child runs - compare the live source...
- fix: carry reply metadata into runtime context — Summary Adds a first-class current-turn reply metadata payload to CurrentInboundPromptContext so Telegram/forum reply facts survive the reply prompt/runtime handoff as structured OpenClaw metadata....
- Polish Workboard operations view — Summary - polish Workboard card layout, timestamps, density controls, detail drawer behavior, mobile modal/dropdown behavior, and tooltip handling - add health summary badge highlighting,...
- WebChat: new messages force-scroll to bottom even when user has scrolled up — Summary In the WebChat conversation view, every new incoming message force-scrolls the view to the bottom — even when the user has deliberately scrolled up to read earlier messages. This makes it...
- Docker image ships an extraneous stale openclaw in /app/node_modules (extensions pin the published release) — Summary Remove the extraneous stale openclaw from the runtime Docker image. Extensions pin the published npm release in their package.json, causing pnpm install --frozen-lockfile to fetch a second...
- doctor --fix migrates codex/gpt-5.5 to openai/gpt-5.5, then Codex app-server startup times out on 2026.6.1 — Summary On OpenClaw 2026.6.1, openclaw doctor --fix migrates a working Codex-backed setup from codex/gpt-5.5 to openai/gpt-5.5. After the migration, the config validates and the gateway restarts, but...
- fix(plugins): guard runtime boundary manifest rows — Summary - Harden runtime plugin boundary lookup so malformed manifest rows are skipped per row instead of aborting healthy runtime resolution. - Add focused regression coverage for poisoned manifest...
- fix: require admin for HTTP model overrides — Summary - Require operator.admin before identity-bearing OpenAI-compatible HTTP callers can use x-openclaw-model. - Preserve existing shared-secret bearer behavior and admin-scoped...
- [Feature]: whatsapp create group tool for whatsapp-agent-tools — Summary I need my AI Agent to create group for information storage only Problem to solve As a property agent using OpenClaw on WhatsApp, I need my AI assistant to create WhatsApp groups automatically...
- fix #77426: [Bug]:sessions_yield: always returns "No session context" on MCP/claude-cli agent runtime path (gateway tool resolver missing sessionId + onYield) — Summary What problem does this PR solve? sessions_yield on the bundled MCP / CLI loopback path was constructed without the active run sessionId and onYield lifecycle callback, so the tool could...
- feat: implement shadow-logger plugin for memory system — Description This PR implements the shadow-logger plugin, which provides the Layer 1 (Episodic Memory) of the new multi-layered memory system for OpenClaw. The plugin "taps" into the OpenClaw internal...
- [Bug]: `openclaw plugins update whatsapp` silently wipes Baileys session — full QR re-pair required after every minor plugin update — Summary fix(whatsapp): backup credentials instead of deleting on logout/update When openclaw plugins update whatsapp runs, the plugin's logout procedure silently deletes the Baileys session...
- [Performance] Model Picker UI very slow in v2026.5.28 — Model Picker 性能问题报告 环境 - OpenClaw: 2026.5.28 (e932160) - 安装方式: npm install -g openclaw@2026.5.28 - Node: v22.22.0 - OS: Linux (WSL2) 问题描述 Model Picker UI(控制面板选模型的下拉菜单)反应很慢,之前版本的同样操作很快。 配置信息 -...
- 2026.6.1: agent_model_catalogs / model_capability_cache tables defined but never written; models list takes 25–53s — Summary In 2026.6.1, two new SQLite tables (agent_model_catalogs, model_capability_cache) are created by the state-db migration but no producer code in the shipped dist/ build ever writes to them. As...
- [Performance] /models command slow in v2026.6.1 — catalog loading regression — Bug type Regression (worked before, now fails) Beta release blocker No Summary The /models slash command and openclaw models list CLI take 3-4 seconds to respond in v2026.6.1 with ~60 configured...
- fix(models): bound /models and models list catalog loading — Summary - Bound default /models and openclaw models list browsing to configured/read-only discovery; explicit all browsing retains full provider discovery. - Reuse the gateway's loaded plugin...
- Bug: message tool action=send returns "unsupported channel: telegram"
- [Bug]: Control UI Avatar not displaying (broken image) — Bug type Regression (worked before, now fails) Summary Description: - Setting agent avatar via openclaw agents set-identity --avatar doesn't display in Control UI - External URLs return 404 or fail...
- Disable Chrome OptGuide/WasmTts model downloads in headless/server mode — Problem When running OpenClaw in a headless/server environment (e.g. WSL2 with Xvfb/VNC), Chrome automatically downloads large ML models on every launch: - OptimizationGuideOnDeviceModel: ~4 GB -...
- [Feature]: Configurable pairing message text to stop exposing implementation details (channels.*.pairingMessage) — Summary Allow operators to customize the text sent to unknown senders during pairing - removing hardcoded OpenClaw branding and suppressing the raw CLI hint. Problem to solve When dmPolicy pairing is...
- fix(openrouter): strip openrouter/ prefix from model IDs before API calls — Summary Fixes #92611 and #92582 1. Issue #92611: OpenRouter Anthropic models send wrong model ID to API The normalizeOpenRouterResolvedModel hook in extensions/openrouter/index.ts normalizes baseUrl...
- Add diarized JSON transcript segments to media-understanding audio providers — Summary - Adds structured diarized transcript segment support to media-understanding audio provider results. - Lets OpenAI-compatible audio transcription providers receive optional response_format...
- /openclaw/src/chat/canvas-render.ts 添加注释 — Summary What problem does this PR solve? Why does this matter now? What is the intended outcome? What is intentionally out of scope? What does success look like? What should reviewers focus on?...
- feat(usage): native templated /usage full footer renderer — > Stacks on #89629 (the usageState per-turn contract). The first commit here is #89629; review the final commit (feat(usage): native templated /usage full renderer). Merge after #89629. What Render...
- #92076: Subagent completion delivery can fail when requester run is inactive and session transcript is locked — Summary Fix subagent completion delivery that was silently lost when the active requester wake fails (inactive/locked session) and the requester-agent handoff throws a SessionWriteLockTimeoutError —...
- feat: add tool search directory mode — Summary - Add tools.toolSearch.mode: "directory" so large catalogs can expose a compact prompt directory plus tool_describe/tool_call controls while deferring most schemas. - Hydrate likely or...
- feat(hooks): emit session prune lifecycle event — Why Context pruning changes model input quality and cost, but there was no dedicated internal lifecycle signal for pruning actions. This PR emits a pruning lifecycle hook with safe summary metadata...
- fix(control-ui): pass slash command args through for /reset — Summary - /reset soft in the Control UI was silently executing as a hard reset because dispatchSlashCommand passed a hardcoded "/reset" string, completely ignoring the args parameter - This caused...
- Simplify QA scorecard mapping shape — Summary - Make coverage IDs the canonical scorecard mapping key: taxonomy-mappings.yaml now maps taxonomy category IDs to behavior coverage IDs, not evidence file paths. - Add stable category IDs to...
- OpenClaw sponsors (111 total) — 111 sponsors supporting OpenClaw
- docs: serve ClawHub docs with shared OpenClaw renderer (#2609) — feat: serve clawhub docs under docs route feat: build ClawHub docs with openclaw docs chore: remove unused nav icon export docs: use ClawHub logo in docs shell docs: prepare ClawHub docs for Mintlify...
- Back up registry artifacts and add migration backup gate (#2600) — fix: retarget registry backup gate feat: mirror package registry artifacts fix: keep package backup latest on newest release fix: bound registry backup health checks fix: harden package artifact...
- fix: prefer app auth for trusted publisher repo lookup (#2623)
- docs: add session store validation remediation — Add the missing sdk-load-session-store remediation section and table entry.
- fix: clarify scoped package publish access errors (#2617)
- feat: render mermaid diagrams in markdown (#2616)
- fix: reserve docs owner handle (#2604)
- fix: use no-reply sender for staff emails (#2602)
- Add skill: brewpage-publish
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...
- Anthropic says OpenClaw-style Claude CLI usage is allowed again
- You are not supposed to install OpenClaw on your personal computer
- OpenClaw Agent Masterclass — Full Tutorial — Everything you need to install, configure, and extend OpenClaw — the open-source personal AI...
- I think I found the first real reason to build AI agent workflows in OpenClaw — A practical case for using OpenClaw to automate receipt-to-ledger workflows: bounded inputs and outputs, clear human review gates, and a better split
- Nvidia OpenClaw Explained: What It Means for Your AI Agent Strategy (GTC 2026) — At GTC 2026, Jensen Huang said every company needs an OpenClaw strategy. Here is what it means and what U.S. teams should do next.
- Building a consent-preserving auth.md skill for OpenClaw agents — Signup forms were designed for humans with browsers. AI agents get a 401 and have nowhere to...
- The AI Agent With the Keys to Your Life — What it actually takes to let an AI touch your bank account, your inbox, and your medical records — and live to tell about itContinue reading on AI Advances »
- The App I Built During My Maternity Leave — We are living in an exciting time! Building software has never been this easy or this fast. I built a web app for learning Bengali while I…Continue reading on Medium »
- Run Your OpenClaw Assistant on a Local, MLX-Accelerated Model — Power the OpenClaw personal AI assistant with a local model on your Apple Silicon Mac — private, offline, and zero cost per message. MLX…Continue reading on Medium »
- OpenClaw Agent Masterclass — Full Tutorial — Everything you need to install, configure, and extend OpenClaw — the open-source personal AI assistant that runs on your machine and talks…Continue reading on Towards Dev »
- OpenClaw vs Hermes: I Read 1,300 Reddit Comments So You Do Not Have To — Every few months the autonomous agent crowd finds a new holy war, and right now it is OpenClaw against Hermes.Continue reading on Medium »
Security
- Helpful Skills or Hidden Payloads? Bitdefender Labs Dives Deep into the OpenClaw Malicious Skill Trap — With hundreds of malicious OpenClaw skills blending in among legitimate ones, manually reviewing every script or command isn’t realistic — especially when skills are designed to look helpful and...
Don't miss what's next. Subscribe to Openclaw Newsletter: