- openclaw 2026.5.16-beta.1 — Changes - Maintainer tooling: route Crabbox skill defaults through the repo brokered AWS config, leaving Blacksmith Testbox as an explicit opt-in instead of the broad-proof default. - CLI/onboarding:...
- openclaw 2026.5.14-beta.2 — Changes - Channels/SDK: add normalized command turn facts to channel turn construction and expose command-turn helpers for plugin inbound contexts. - Agents/config: support per-agent bootstrap...
- perf(agents): reuse media tool availability during tool prep — Summary - Reuse the optional media tool factory plan for the image tool instead of resolving image availability separately. - Let image/video/music generation tool factories skip their...
- fix(security): exclude test/spec/mock files from plugin code-safety scan — Problem plugins.code_safety raises critical env-harvesting findings on bundled plugin test files (.test.ts, .spec.ts, .mock.ts). These files are never loaded as the plugin runtime entry — only the...
- fix(auto-reply): image model override with proper attachment detection — Summary - Fix image model fallback resolution: prepareImageModelFallbacks now drops fallbacks that cannot be resolved into a runnable model ref, instead of returning raw strings that may not be valid...
- [Bug]: model-fetch streaming response processing starves the event loop (SocketError, 30s+ freeze) — Bug type Behavior bug (incorrect output/state without crash) Summary When the agent processes a large context via the opencode-go provider (and likely all OpenAI-compatible streaming providers), the...
- perf(agents): cache provider tool schema normalization — Summary - Cache provider-normalized tool schema parameters for repeated embedded agent turns when the active provider hook exposes a stable normalization-hook identity. - Keep the cache conservative...
- Expose chat.inject metadata for plugin approval updates — Summary - Let operator-admin chat.inject accept optional idempotencyKey, command, interactive, and channelData fields. - Persist and broadcast those fields on injected assistant transcript messages...
- feat(subagents): forward toolsAllow from sessions_spawn — Summary - Add optional toolsAllow to sessions_spawn for native subagent runs. - Validate the value as a string array, preserving explicit [] as an empty allowlist. - Forward the allowlist through...
- fix(whatsapp): eliminate ~30-min connection flap with presence keepalive — Summary - Problem: WhatsApp Web connection drops every ~30 min on idle accounts. Two distinct failure modes co-fire at the same window: status 499 (OpenClaw's own message-idle watchdog) and status...
- Check ClawHub trust before plugin installs — Summary Reapplies the ClawHub plugin-install trust check from #81307 after the revert in #81363. This PR keeps the original trust-check scope: - check ClawHub exact-release trust before ClawHub...
- fix(proxy): add clientSocket error handler and use destroy() in CONNECT tunnel — Problem The CONNECT tunnel handler in src/proxy-capture/proxy-server.ts pipes clientSocket and upstreamSocket together but only registered an error event handler on the upstream socket. When a client...
- feat(embedded-runner): expose prep stage timings — Summary - expose existing embedded runner prep stage snapshots on attempt results and run meta - include prep stage timings on the agent_end hook event for plugin observability - add coverage for...
- Bundled installs lose image optimization for over-cap images because `sharp` is no longer in `package.json`; no documented install path for operators who want full image-processing functionality — Summary After #77117 (merged 2026-05-04, in 5.4+), the framework now tolerates a missing sharp install by falling back to the original image when it's under the configured size cap. This is great for...
- fix(gateway): abort gmail watcher reload starts — Summary - Problem: #82395 fixed queued startup Gmail sidecars, but config hot reload could still own an in-flight Gmail restart without a shutdown abort signal. - Why it matters: shutdown could stop...
- [Bug]: Ollama isolated cron sessions capped at 4096 tokens — tools unavailable (regression in 2026.5.12) — Bug type Regression (worked before, now fails) Beta release blocker No Summary [BUG] Ollama isolated cron sessions capped at 4096 tokens — tools unavailable (regression in 2026.5.12) Summary After...
- fix(codex): enforce native pre-tool policy relay — Problem Codex native code mode can execute native shell and file tools inside the Codex runtime. OpenClaw already had a native hook relay path for Codex, but the public Codex harness did not enable...
- Fix Telegram context loss after restart replay — Summary - Rebase onto current main and keep upstream's new Telegram stalled-backlog health reporting while adding the disk-backed recovery it does not cover. - Prevent Telegram isolated-ingress...
- fix(gateway): surface exec approval delivery failures — Summary - Surface configured exec/plugin approval delivery failures instead of treating them like an undelivered optional route. - Track whether explicit approval delivery was attempted so failed...
- fix(gateway): discover disk compaction checkpoints — Summary Fixes #68864. - discover valid {session}.checkpoint..jsonl transcript files when sessions.json is missing compactionCheckpoints - include disk-discovered checkpoints in sessions.list row...
- Expose plugin approval action metadata — Summary: - Add plugin approval action templates to the before_tool_call approval result and plugin.approval.request schema. - Expand templates with the server-generated approval id, store the...
- fix(cli): finalize context engine turns — Summary - Problem: successful CLI-routed turns bypassed the context-engine post-turn lifecycle. - Why it matters: non-legacy context engines such as LCM did not receive CLI turn data or turn...
- feat: add verified plugin approval resolution — Summary - Add an admin-scoped plugin.approval.resolveVerified Gateway method for plugin-owned verified HITL resolution. - Require the caller to provide pluginId and reject resolution when the pending...
- [Bug]: Gemini 2.5 Flash hangs ~125s with `thinking=medium` despite Google reporting fast, successful streaming responses — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary When OpenClaw is configured with google/gemini-2.5-flash as the primary model and thinkingDefault: medium...
- configure wizard: models block is append-only — stale/delisted model entries never pruned — Summary The openclaw configure wizard treats the models: block in openclaw.json as an additive registry/alias store. It adds or updates entries when you select a new model, but it never removes...
- [Bug]: Slack provider doesn't reliably reload after channels.slack.botToken rotation (cached singleAuthorization) — Summary After a Slack bot token rotation (edited in panel/config and persisted to ~/.openclaw/openclaw.json), the running Slack provider does not reliably reload the new token. The cached token in...
- Runtime tool fixtures need a default-tool hard gate after known drifts are fixed — Part of #80171 and follow-up to #80323. The Phase 2 runtime tool fixture set exists, but it is currently an inventory/reporting lane rather than a hard default-tool parity gate. Audit snapshot from...
- Runtime parity needs 20-turn and 100-turn soak coverage — Part of #80171 and follow-up to #80323. The Phase 1-5 harness can compare Pi and Codex cells, but current runtime-pair depth is mostly short-turn coverage. Audit snapshot from #80323: - Across the 97...
- [Bug]: placeholder.openclaw.cloud unreachable on WSL2 with custom gateway port — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary When uploading an image through Open WebUI → OpenClaw → lmstudio, the vision pipeline fails because...
- [Feature]: ACPX Codex sandbox should inherit user-installed plugins (e.g. Superpowers) — Summary ACPX Codex sandbox (~/.openclaw/acpx/codex-home/) does not inherit plugins from the user's personal Codex home (~/.codex/). This means plugins like Superpowers that are already installed in...
- OpenClaw repo stats for 2026-05-16 — 372269 stars, 77118 forks, 2241 contributors
- OpenClaw sponsors (120 total) — 120 sponsors supporting OpenClaw
- feat: add ClawScan finding permalinks (#2208)
- fix: shorten ClawScan risk badge labels (#2204)
- feat(skills): allow publishers to pick a custom lucide icon (#2174) — Merged via squash. Prepared head SHA: 1c3d695e87ec7cb289900a1fc6730a2bcf010518 Co-authored-by: momothemage Co-authored-by: momothemage Reviewed-by: @momothemage
- Update shopping-and-e-commerce.md
- fix Calendar & Scheduling count to 66
- fix accli-plus URL to clawhub.ai
- add accli-plus to calendar and scheduling
- Update install instructions
- openclaw-cli 2026.5.12 on Homebrew — Your own personal AI assistant
- mradermacher/Medina-Qwen3.5-27B-OpenClaw-Uncensored-i1-GGUF
- mradermacher/Qwen3.5-9b-Opus-Openclaw-Distilled-i1-GGUF — text-generation
- OpenClaw on DigitalOcean — Deploy your own personal AI assistant with OpenClaw on a DigitalOcean Droplet® server, a powerful open-source platform that runs entirely on your infrastructure. OpenClaw connects to the messaging...
- OpenClaw – Moltbot Renamed Again
- StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)
- Show HN: DenchClaw – Local CRM on Top of OpenClaw
- How to Add Tamper-Evident Audit Trails to Your OpenClaw Assistant — OpenClaw runs locally and acts on your behalf — so when something goes wrong, can you prove what happened? This walkthrough adds Ed25519-signed audit receipts to every tool call in 60 seconds.
- How to Stop Silent Cron Failures Caused by Missing Slack Targets — TL;DR When a cron job fails, the root cause is sometimes not the job logic at all, but a...
- Giving Your AI Assistant a Soul: AGENTS.md, SOUL.md and the Art of Agent Identity — How a handful of markdown files turn a generic AI model into a specialist team and why character is load-bearing infrastructure, not decoration.
- I Built a 24/7 Research Assistant With OpenClaw and Stopped Doomscrolling — The apartment got quieter after I built it.Continue reading on Medium »
- Why OpenClaw Requires a Mac Mini?: The Biggest Advantages of Apple Silicon for OpenClaw. — The short answer? OpenClaw runs best on a Mac Mini because Apple Silicon, unified memory, and macOS-native integrations turn a sub-$700…Continue reading on Medium »
- From Chat Memory to Knowledge Graph: My LLM Wiki Experiment. — Building a local, source-backed llm-wiki and graph database for an AI assistant using markdown, skills, and Neo4j.Continue reading on Medium »
- From Idea to a Live Web Service in Under an Hour: Clearly + OpenClaw — I went from a one-sentence idea to a deployed attendance web service in about an hour: Clearly for BRD/PRD and interview-driven specs…Continue reading on Medium »
- Is OpenClaw AI Safe? What You Need to Know Before Using AI Agents — AI agents now automate tasks across files, apps, and workflows. Tools like OpenClaw AI promise faster execution, less manual work, and…Continue 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...
- Private GPT — Ask questions to your documents without an internet connection, using the power of LLMs. 100% private, no data leaves your execution environment at any point. You can ingest documents and ask...
- Boss wants us to add more AI to our workflow
- OpenClaw 或者 Hermes 这类 AI 助手,真的有人用它赚到钱了吗(除了安装这类的),目前我自己还在一直用的是 Hermes,但感觉它只是一个好的个人助手,至于像网上说的各种赚钱途径还没发现。
- @populartourist solid analysis on the depth vs efficiency tradeoff! next comparisons we'll make the output clearer and e
- MVC Ecosystem Update. OAC live 🔥 Developers can link AI agents (OpenClaw,Claude, Codex & more) via MetaID Agents c — MVC Ecosystem Update. OAC live 🔥 Developers can link AI agents (OpenClaw,Claude, Codex & more) via MetaID Agents can: • Get on-chain identity • Discover each other • Communicate & collaborate...
- @pasmichal_ I am not either a big fan of OpenClaw. It was just a reason to do stuff with it and see how it goes.
- @ClassicsCrypto @codependent_ai @openclaw You must be retarded and missed the entire show about supply chain attacks and
- @TinyHumansOnSol @senamakel @qiyumeme @github @ProductHunt @openclaw Its just like having a tiny version of myself
- @TinyHumansOnSol @senamakel @qiyumeme @github @ProductHunt @openclaw It is cool to have a tiny version of myself. https:
- 发个福利,每天1000美金额度消耗,残血Claude 支持外接第三方工具,例如OpenClaw、Hermes等 可用模型: claude-opus-4-6-thinking claude-opus-4-7-high claude-opus — 发个福利,每天1000美金额度消耗,残血Claude 支持外接第三方工具,例如OpenClaw、Hermes等 可用模型: claude-opus-4-6-thinking claude-opus-4-7-high claude-opus-4-7-low claude-opus-4-7-max claude-opus-4-7-medium claude-opus-4-7-xhigh...
- @OmarShahine @openclaw @steipete Even back in late February, the installation on my Mac Mini was a blast.
- @steipete I think the problem is, most people bought into the story that openclaw was created by some guy in his back be
- If you used Grok 4.1 fast for an AI Assistant such as @ai_hermes or @openclaw, here are some possible replacements. I
- @EnTr0pY_88 valid tradeoff analysis. Hermes did all that fallback orchestration and burned 257k tokens, but still couldn
- 不是哥们???? OpenAI居然允许在第三方软件Zed里面 用 ChatGPT 的订阅额度? 我操!真无敌了👍 想起前段时间,Claude Code 把 OpenClaw 封了 @ClaudeDevs 你看看人家🤦♂️ http — 不是哥们???? OpenAI居然允许在第三方软件Zed里面 用 ChatGPT 的订阅额度? 我操!真无敌了👍 想起前段时间,Claude Code 把 OpenClaw 封了 @ClaudeDevs 你看看人家🤦♂️ https://t.co/qlpLAiLZOM https://t.co/zPYwvrqcvJ
- @OmarShahine @steipete @openclaw I’m hugely appreciative of the work you’ve done on iMsg, when it was marked for depreca
- @taltimes2 מרגיש לי שהבועה של openclaw כבר התפוצצה, חבל שאין שיקוף של DAU
- 1. AI编程工具军备竞赛加速:OpenClaw新版默认Codex登录、Claude Code插件热潮、中文AI社区服务商密集推广——意味着AI编程进入白热化阶段,谁先抢到用户习惯谁赢。 2.
- OpenClaw Rassegna Stampa del 16 May 2026 https://t.co/1y6BNwxWzy
- @senamakel @qiyumeme @github @ProductHunt @openclaw @elonmusk ‘s son will read it :)
- @TinyHumansOnSol @senamakel @qiyumeme @github @ProductHunt @openclaw 🚀🚀🚀🚀🚀🚀🚀
- @senamakel @qiyumeme @github @ProductHunt @openclaw CiP9E921Ym9YfSB7e2pWxwEyjdkNMyVZH28BkFPupump It’s only right to se