- openclaw 2026.6.5-beta.6 — Highlights - QQBot now strips model reasoning/thinking scaffolding before native delivery, preventing raw content from leaking into channel replies. (#89913, #90132) Thanks @openperf. - MCP tool...
- openclaw 2026.6.5-beta.5 — Highlights - QQBot now strips model reasoning/thinking scaffolding before native delivery, preventing raw content from leaking into channel replies. (#89913, #90132) Thanks @openperf. - MCP tool...
- OpenClaw 2026.6.5-beta.3 — 2026.6.5 Highlights - QQBot now strips model reasoning/thinking scaffolding before native delivery, preventing raw content from leaking into channel replies. (#89913, #90132) Thanks @openperf. - MCP...
- feat: fast talks auto mode — Fixes #85087 Summary - adds fast: auto alongside fast: on/off, with the default 60s cutoff and configurable fast_seconds - resolves effective fast mode dynamically so follow-up model calls after the...
- fix(agents): scope stale usage clearing to pre-compaction messages only [AI-assisted] — Summary - Problem: After compaction, the TUI context token counter always shows 0/1.0m (0%) even after successful LLM responses. Issue #50795. - Root Cause: clearStaleAssistantUsageOnSessionMessages...
- [Bug]: Telegram ingress queue can become permanently blocked after gateway restart — Bug type Regression (worked before, now fails) Beta release blocker No Summary After a gateway restart, the Telegram channel stopped responding even though Telegram updates were still being received...
- fix(agents): skip stale orphaned subagent sessions during restart recovery — Summary After a gateway restart, recoverOrphanedSubagentSessions() scans for interrupted subagent runs and attempts to resume them — but it did not check whether a run had exceeded the existing...
- feat(voice-call): Microsoft Teams provider — CVI voice/video calls — Summary Adds the Microsoft Teams (msteams) provider to the voice-call extension — inbound voice + inbound video vision, group/meeting awareness, and outbound "call me back" — over an...
- fix(ollama): use provider thinking default in SDK session factory — Summary - Problem: Ollama 0.9 reports \capabilities: ["thinking"]\ for certain local models (e.g. Gemma4, Qwen3) via \/api/show\, causing OpenClaw to set \model.reasoning = true\. Sessions opened via...
- feat(lobster): in-process LLM adapters for embedded runner (#90909) — Summary Implements the embedded-runner LLM bridge proposed in #90909 (follow-up to #76101, closed docs-only by #78736). openclaw.invoke is HTTP-only and would require injecting operator credentials...
- Feishu channel dispatch completes with replies=0 even though assistant final text is written to session transcript — Summary After updating OpenClaw from 2026.4.14 to 2026.6.1, Feishu group messages are received and dispatched to the agent, and the agent writes a complete final assistant response into the session...
- [Bug]: memorySearch index metadata lost after upgrade to 2026.6.5-beta.2, vector search paused despite 2272 cache entries — Summary After upgrading from 2026.6.5-beta.1 to 2026.6.5-beta.2, the memorySearch index metadata is lost, causing the index to enter Dirty: yes state. Vector search is paused, but FTS (keyword)...
- [Bug]: OpenAI/Codex OAuth Profile Not Attached to Inference Requests — Bug type Regression (worked before, now fails) Beta release blocker No Summary Bug Report: OpenAI/Codex OAuth Profile Not Attached to Inference Requests Environment OpenClaw Version: 2026.6.1...
- fix(android): queue notification events until node connect — Summary - Fixes the Android node gateway handshake window so node.event cannot be sent before the connect RPC has succeeded. - Adds a bounded queue for failed notifications.changed events and flushes...
- [Feature]: Record token usage on task_runs / subagent_runs (parity with cron_run_logs.total_tokens) — Summary Persist per-run token (and optionally cost) accounting on task_runs and subagent_runs, matching the existing cron_run_logs.total_tokens, so token/cost is queryable for hook-driven and...
- fix(auth): cooldown inline api key billing failures — Summary - record provider-level cooldown state for inline models.providers..apiKey credentials - block literal, env-marker, and env SecretRef inline API keys while provider-level auth/billing...
- block unauthorized Telegram DM text from prompt context — Summary - Move Telegram DM access enforcement before dispatch dedupe, reply-chain recording, prompt-context selection, and message processing for normal inbound DMs. - Apply the same passive allow...
- Fix stale session routes for removed providers — Summary What problem does this PR solve? - Prevents stale persisted session model/provider state from routing through a provider that is no longer visible to the current gateway model catalog/config....
- chore(deps): bump useblacksmith/setup-docker-builder from 1.8.0 to 1.9.0 in the actions group — Bumps the actions group with 1 update: useblacksmith/setup-docker-builder. Updates useblacksmith/setup-docker-builder from 1.8.0 to 1.9.0 Release notes Sourced from...
- docs: fix release CI Android dispatch guidance — Summary - Update docs/reference/RELEASING.md so direct manual CI no longer claims Android runs by default. - Add or document -f include_android=true for direct ci.yml dispatch when Android coverage...
- fix(backup): clean up stale .tmp archives from interrupted runs before creating new backup — Summary When openclaw backup create is interrupted (timeout, SIGKILL, process crash), the temporary .tar.gz..tmp file created by buildTempArchivePath() is left on disk. On successive runs, each...
- Fix minor grammar issue in plugin documentation (capabilities plural) — Summary - Problem: Documentation contained a minor grammatical inconsistency where singular "optional capability" was paired with plural "plugins" in the same sentence. - Why it matters: Consistency...
- [Bug]: Dashboard session labels lost after gateway restart or Control UI reconnect — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary When a user adds a label to a dashboard session in Control UI, the label is saved to the sessions.json...
- fix(openai-responses): sanitize null content before SDK serialization (#90094) — Summary Fixes #90094. Strict OpenAI-compatible providers (e.g., weelinking) reject content: null on message items with a 400 schema error. While convertResponsesMessages itself always produces valid...
- fix(agents): bootstrap OpenClaw auth for codex harness when provider is codex — Summary Fixes a regression where codex/gpt-5.5 failed to attach OAuth profiles during inference, resulting in profile=- and 401 Unauthorized. The root cause was in...
- Steer mode does not inject messages mid-turn for main sessions — Summary messages.queue.mode: "steer" does not inject user messages into the active main session turn. Messages are queued until the turn completes instead of being steered into the running turn at...
- feat(gateway): forward generic clientContext onto diagnostic events — Summary Adds a generic, plugin-agnostic way for a gateway client to attach opaque run context that plugins can read off the diagnostic event stream. The gateway agent request gains an optional...
- feat(gateway): add OpenAI-compatible /v1/audio/speech endpoint — Summary - Adds a config-gated POST /v1/audio/speech endpoint that bridges OpenAI-compatible text-to-speech requests onto OpenClaw's already-configured TTS providers, so OpenAI SDK / Open WebUI /...
- fix(control-ui): wire ui.seamColor from bootstrap config to CSS variables — Summary Fixes #56068. The ui.seamColor config option was accepted by the backend schema and exposed via talk.config, but the Control UI frontend ignored it because: 1. The HTTP bootstrap payload...
- [codex] Fix CLI plugin install hook bootstrap — Summary - load plugins during openclaw plugins install CLI startup so the in-process hook runner is initialized before install scans run - preserve the documented bundled-plugin recovery reinstall...
- OpenClaw repo stats for 2026-06-09 — 377741 stars, 78981 forks, 2507 contributors
- OpenClaw sponsors (111 total) — 111 sponsors supporting OpenClaw
- fix: use consistent installedAt timestamp for origin.json and lockfile (#2569) — Summary: - The PR captures one installedAt value per install/update path and reuses it for both .clawhub/origin.json and the lockfile, with regression tests for timestamp equality. - Reproducibility:...
- docs: clarify ClawHub vulnerability disclosure policy (#2567)
- fix: slim package manage context (#2564) — Summary: - The branch narrows packages.getManageContext to package/release identifier fields, adds unit and local-auth payload-capture coverage, and adjusts a WebCrypto digest helper. -...
- fix: suppress inspector gap findings in clawhub
- Revert "Revert "chore: disable plugin inspector nightly schedule (#2558)" (#2…" (#2563) — This reverts commit 8b39d002472b20394c8b8d3f0ce5b78984e3a1d2.
- Revert "chore: disable plugin inspector nightly schedule (#2558)" (#2562) — This reverts commit e09bf7f0fdece11909e9ecd4e2ebc0cf8ddbf889.
- Fix package publish validation flow (#2561) — feat: support prebuilt package publish artifacts fix: finalize package publish validation flow * fix: polish plugin inspector findings email
- feat: support prebuilt package publish artifacts
- Publish public Plugin Inspector findings (#2525) — feat: gate plugin publishes with inspector warnings fix: harden plugin publish inspector gate feat: publish public plugin inspector findings fix: refine plugin inspector publish errors feat: add...
- fix: block moderated skill version metadata — Block exact skill-version metadata and scan responses when the requested version is the moderated source version. Apply the same guard to package-compatible skill version metadata and cover...
- fix: include clawscan summaries in blocked version emails (#2554)
- build(deps-dev): bump the development-minor-and-patch group with 3 updates (#2553) — Bumps the development-minor-and-patch group with 3 updates: @types/node, oxfmt and oxlint. Updates @types/node from 25.9.1 to 25.9.2 - Release notes - Commits Updates oxfmt from 0.53.0 to 0.54.0 -...
- build(deps): bump the production-minor-and-patch group with 13 updates (#2552) — Bumps the production-minor-and-patch group with 13 updates: Updates @radix-ui/react-avatar from 1.1.11 to 1.1.12 - Changelog - Commits Updates @radix-ui/react-dialog from 1.1.15 to 1.1.16 - Changelog...
- build(deps): bump github/codeql-action in the github-actions group (#2551) — Bumps the github-actions group with 1 update: github/codeql-action. Updates github/codeql-action from 4.36.1 to 4.36.2 - Release notes - Changelog - Commits updated-dependencies: - dependency-name:...
- fix: keep dev persona handles stable
- style: fix changelog spacing
- openclaw-cli 2026.6.1 on Homebrew — Your own personal AI assistant
- OpenClaw on DigitalOcean — Deploy your own personal AI assistant with OpenClaw on a DigitalOcean Droplet® server, a powerful open-source platform that runs entirely on your infrastructure. OpenClaw connects to the messaging...
- OpenClaw privilege escalation vulnerability
- Nanobot: Ultra-Lightweight Alternative to OpenClaw
- StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)
- Your AI on WhatsApp — Fully Local, Powered by Gemma — Build a personal AI assistant that answers on Telegram/WhatsApp/CLI using Gemma 4 E2B and delegates...
- One Agent, Many Skills: How Complex Workflows Run Behind a Single Chat Message — "Multi-agent coordination" sounds like something from a research paper. Swarms of AI models passing...
- I found the r/openclaw thread with 27 upvotes where someone gave an agent a real iPhone and now I can’t stop thinking about it — A small r/openclaw thread about giving an agent a real iPhone points to something bigger than mobile automation demos: agents are starting to need per
- Agent Action Approval Gates: Designing the Human-in-the-Loop That Scales — The email that almost went outContinue reading on Medium »
- Brilliant Assistant or Security Nightmare? The 6 Hidden Risks of OpenClaw — Imagine you hired a new assistant. Brilliant. Fast. Never sleeps. You hand them your house keys, your office keycard, your email password…Continue reading on AIDefense Log »
- Hermes Agent Just Got a Desktop App (Now You Can Forget the CLI) — When I covered Hermes Agent back in April, the setup was a nightmare. Most users didn’t like it now that is over!Continue reading on AI Software Engineer »
- How I Set Up OpenClaw: A Practical Guide to a Multi-Agent, Memory-Rich, CLI-First System — #OpenClawContinue reading on Medium »
- I want robots to do the work so I can live my best life, too — Episode 1 of the series: “Building an AI Coding System That Works While I Sleep.”Continue reading on Medium »
- Hermes Agent vs OpenClaw: Two Different Visions of the Personal AI Agent — How a self-improving agent runtime compares with a multi-channel personal AI gatewayContinue reading on Medium »
- No Public IP. No Exceptions. How I Deployed OpenClaw on Azure the Right Way — I built vraja-claw months before Microsoft Build 2026. Then Build happened — and everything snapped into context.Continue reading on Medium »
- Goose OSS — An open-source platform for seamless automation in engineering tasks, providing local execution and control. Customizable with any LLM for enhanced autonomy, enabling developers to efficiently handle...
- Together Chat — Together Chat is a next-generation consumer app designed to let you interact seamlessly with today's most popular open-source models, including free access to DeepSeek R1, securely hosted in the...
- @openclaw @Microsoft Chinese OpenClaw community here 🦞 Building the bridge between OpenClaw and traditional businesses i
- https://t.co/OfIeVREZou
- @piotrzkowski Sounds cool!🆒😎 That's how openclaw born This what actually Peter Steinberger did — @piotrzkowski Sounds cool!🆒😎 That's how openclaw born This what actually Peter Steinberger did
- 之前安利过的 OfoxAI 这个月有活动,同步一下👇 他们的底子之前聊过:官方直连、真0加价、微信支付宝充值、一个Key通吃100+模型,Claude Code/Cursor/OpenClaw 随便接。 6月新增折扣: 三件套85折 🎨 — 之前安利过的 OfoxAI 这个月有活动,同步一下👇 他们的底子之前聊过:官方直连、真0加价、微信支付宝充值、一个Key通吃100+模型,Claude Code/Cursor/OpenClaw 随便接。 6月新增折扣: 三件套85折 🎨 gpt-image-2 ×0.85 🔍 deep research / o3 ×0.85 ⚡ GPT-5.5 / 5.4 mini ×0.85...
- @kushbhuwalka @LonnyLot @steipete It was the same for me! But after some tuning and customization openclaw is now my mai
- 没想到国内竟然还有 Openclaw 的热度 https://t.co/rtv0P2aTZW
- @RunOnFlux Helpful for anyone looking to set up OpenClaw on FluxCloud.
- OpenClawがOllamaで完全ローカル実行可能に。APIコスト0・レート制限なし・プライベート100%。フルローカルエージェント環境が完成しそうですね。
- @_techafresh Yeahhh... It's the agent behind Openclaw
- Corrección sin amnesia. Un agente cambia de opinión. Si sobreescribís, perdés la traza. Si versionás con historia co — Corrección sin amnesia. Un agente cambia de opinión. Si sobreescribís, perdés la traza. Si versionás con historia completa, podés reconstruir por qué pensaba distinto hace una semana. Eso es...
- 🔥 亲测好用! OpenClaw 这个工具太强了: 1️⃣ 支持 Telegram/Discord/微信 2️⃣ 定时任务自动执行 3️⃣ 浏览器自动化 强烈推荐给需要提效的朋友! #Tools #AI #Tools #AI #Re — 🔥 亲测好用! OpenClaw 这个工具太强了: 1️⃣ 支持 Telegram/Discord/微信 2️⃣ 定时任务自动执行 3️⃣ 浏览器自动化 强烈推荐给需要提效的朋友! #Tools #AI #Tools #AI #Recommend #OpenClaw https://t.co/wGMs5fvGBp
- 2026 AI 工具不用装太多, 这 5 个基本够了: • 'Hermes Agent' - 最佳个人助手/AI首席执行官,记忆力比'Openclaw'更强,可在你睡眠时运行任务 • 'Claude Opus 4.8' - 最适合代理 — 2026 AI 工具不用装太多, 这 5 个基本够了: • 'Hermes Agent' - 最佳个人助手/AI首席执行官,记忆力比'Openclaw'更强,可在你睡眠时运行任务 • 'Claude Opus 4.8' - 最适合代理工作流、创意工作(设计+写作) • 'GPT 5.5' - 最适合严肃编码('Claude'也不错)和图像生成 • 'Higgsfield' -
- @kojakMBP @wenlanbo @openclaw @NousResearch @OpenRouter 😑😋😹🥳😧💐
- @kojakMBP @wenlanbo @openclaw @NousResearch @OpenRouter 🛸💒🍷😨
- @wenlanbo @openclaw @NousResearch @OpenRouter 💖😵 🍬 ✋
- RT @FluxNederland: Wil je OpenClaw draaien op FluxCloud? We hebben je volledig gedekt! Volledige handleiding voor d
- @TTrimoreau openclaw
- What are the most effective ways you're using OpenClaw, Hermes, or other AI agents in your business?
- ai tools quietly made creators $50k last year. here's how. built a similar system with openclaw last month. it scrapes
- Claude Code を作った本人が、もうプロンプトを書かない。 これは「新しいコマンドが増えた」話じゃない。プログラミングの単位が、キーストロークからプロンプトへ、そして"ループ"へ移る話だ。 ■ 何が起きたか Claude Co — Claude Code を作った本人が、もうプロンプトを書かない。 これは「新しいコマンドが増えた」話じゃない。プログラミングの単位が、キーストロークからプロンプトへ、そして"ループ"へ移る話だ。 ■ 何が起きたか Claude Code の生みの親 Boris Cherny が明かした。「もう Claude https://t.co/2oRpKHjgeQ...