- openclaw 2026.6.10 — Highlights - Automatic fast mode for talks: OpenClaw can enable fast mode for short conversational turns, then return to normal mode for longer runs with bounded fallback and delivery behavior....
- feat(openshell): add non-secret env config for sandbox creation — What Problem This Solves OpenShell sandboxes often need non-sensitive environment variables (API base URLs, model names, regions) at creation time. The OpenShell CLI supports --env KEY=VALUE since...
- `Async/cron command results can drop action-critical auth/setup prompt lines during output truncation` — Summary Async/cron command results can drop action-critical auth/setup prompt lines during output truncation. When a command emits a Microsoft device-code login prompt, the login URL may survive in...
- fix(scripts): warn when postinstall detects running gateway with stale module imports — Summary After npm install -g openclaw replaces dist files (upgrade, rollback, or reinstall), the running gateway process holds ESM module caches pointing to the old hash-named dist files. Inbound...
- fix(agent): replace self-wait with deferred release in retained-lock abort cleanup — Root Cause When embedded run abort fires during an active retained session write, releaseHeldLockWithFence() bails out because waitForRetainedLockIdle() returns false when the current active...
- fix #79487: Channel-reload race: deferred reload + gateway-tool `restart` double-spawn telegram channel → EADDRINUSE crash loop — Summary Fixes #79487. This change prevents a stale deferred channel hot reload from continuing after gateway shutdown/restart has begun. It keeps the fix at the gateway lifecycle boundary rather than...
- feat(gateway): scoped attach grants for external MCP loopback clients — What Problem This Solves The gateway's in-process loopback MCP server (src/gateway/mcp-http.ts) lets the gateway-spawned cli-backend reach scoped gateway tools. It authenticates with two...
- [AI] fix(agents): recover from non-resumable assistant tail by re-presenting last user message — Summary Gateway restart recovery for non-resumable assistant tails now re-presents the last user transcript message with an idempotency guard when pending tool calls are detected, instead of forcing...
- fix(gateway): persist media metadata in agent.request transcripts — Summary Images shared via the iOS Share Extension reach the gateway through agent.request node events. The handler correctly parses attachments via parseMessageWithAttachments, but never persists the...
- fix(qqbot): persist group inbound delivery route for announce target resolution — Summary Problem: When QQ Bot dispatches announce messages, the dispatchOutbound function creates outbound messages but does not persist the resolved delivery route. Subsequent announce messages from...
- feat(copilot): add BYOK provider parity — What Problem This Solves Copilot was still behind the Codex harness path for BYOK and runtime-session parity: custom provider routing could not safely use the Copilot SDK session-level provider...
- fix(harness): run agent_turn_prepare and drain queued injections on harness prompt builds — What Problem This Solves Follow-up to #96233 which added heartbeat_prompt_contribution to the harness prompt-build path but intentionally left out two other contributions the embedded runner path...
- fix(tasks): match running cron ids to the session-key job segment — Summary readRunningCronJobIds() (src/commands/tasks.ts) builds the set of "currently running cron job ids" with job.id.toLowerCase(). But cron-run session keys encode the job id via...
- fix(tasks): preserve both cron-run session key shapes during maintenance — What Problem This Solves openclaw tasks maintenance prunes stale session-registry rows but preserves rows belonging to running cron jobs. readRunningCronJobIds (src/commands/tasks.ts) built that...
- fix(tools-manager): bound GitHub API JSON response reads — Summary getLatestVersion() reads the GitHub API release response via response.json() without a size cap. A compromised or misconfigured upstream could force the runtime to buffer an unbounded JSON...
- [Bug]: Codex legacy mirrored-history fallback ignores contextTokenBudget and caps high-window sessions at ~24k rendered chars — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary In OpenClaw v2026.5.18, the legacy mirrored-history fallback in...
- [Feature]: Deeplink/contentIntent support in system.notify for Android nodes — Summary Deeplink/contentIntent support in system.notify for Android nodes Problem to solve Tapping system.notify notifications on Android does nothing (no contentIntent) deeplink param reaches the...
- fix(session): initialize execSecurity from config on cold boot (#92206) — AI-assisted: This PR was developed with Claude Code (Anthropic) assistance. What Problem This Solves Issue #92206 reports that tools.exec.security settings are lost on Gateway restart. When a user...
- [anthropic-vertex] route=native in 2026.6.10 causes non-visible-output for pure text responses (regression from proxy-like in 2026.6.8) — Summary In 2026.6.10, the anthropic-vertex provider (with api: "anthropic-messages") changed its routing from route=proxy-like (2026.6.8) to route=native. This change causes all pure text responses...
- fix(agents): skip pre-prompt precheck when context engine owns compaction — What Problem This Solves The pre-prompt preemptive overflow precheck uses a built-in token estimation formula that overestimates CJK (Chinese) tool-result content by ~2.5x...
- fix(runtime): protect active work during restarts — What Problem This Solves Fixes the core runtime failure mode behind the 2026-06-22 topic UX incident: model/tool-triggered gateway restarts could bypass active-work deferral and interrupt live...
- fix: allow trusted host-read html after outbound staging — Summary Fixes Telegram/file outbound delivery for trusted generated text/html reports after the attachment is staged into the OpenClaw outbound media store. PR #87982 allowed generated HTML reports...
- fix: show WebChat preamble progress during tool activity — What Problem This Solves Control UI was not showing WebChat/Codex preamble and commentary progress while tools were active, so users could see an idle-looking run until the final assistant message...
- fix(duckduckgo): decode & last in decodeHtmlEntities to avoid double-decoding — What Problem This Solves decodeHtmlEntities in extensions/duckduckgo/src/ddg-client.ts decodes & first when un-escaping DuckDuckGo result HTML. When result text literally contains an HTML entity...
- fix(memory): add batch completed log after embedding batch finishes — Summary Adds batch completed and batch failed debug logs to the embedding batch retry loop so operators can distinguish hung batches from completed ones without external tracing. - Problem:...
- fix(security): enforce private directory mode 0o700 for managed state dirs — What Problem This Solves mkdirSync({recursive: true}) without explicit mode inherits umask-derived permissions (775/755 instead of 700). This exposes session transcripts, tool binaries, plugin...
- fix(msteams): decode & last in stripHtmlFromTeamsMessage to avoid double-decoding — What Problem This Solves stripHtmlFromTeamsMessage (extensions/msteams/src/graph-thread.ts) decodes & first when un-escaping HTML entities. Microsoft Graph returns message bodies as HTML, so...
- [codex] Confirm Telegram final delivery before completion — What Problem This Solves Telegram final replies can currently be treated as completed when OpenClaw has only queued or attempted the final reply, rather than evidence that Telegram accepted and...
- Fix issue#95927:Install bug:No matching version found for node-domexception@1.0.28 — Closes #95927 What Problem This Solves Fixes an issue(https://github.com/openclaw/openclaw/issues/95927) where users cloning and installing OpenClaw from source would encounter a hard pnpm install...
- lightContext causes missing tools/rules in isolated sessions
- [Feature]: Audit log for agent memory changes — Summary MEMORY.md has no audit log. Problem to solve Users should be able to tell why certain memory fragments were added. Also, might help with detecting tampering if done sufficiently diligently....
- OpenClaw repo stats for 2026-06-24 — 380216 stars, 79625 forks, 2662 contributors
- OpenClaw sponsors (109 total) — 109 sponsors supporting OpenClaw
- ci: increase security dataset shard parallelism — Tune the chunked security dataset workflow to use 128 shards per source kind and 12 bounded export jobs in parallel after the first production run proved correct but too slow at 4-way parallelism.
- fix(ci): bundle ClawHub PR gates — Reduce ClawHub PR CI runner-registration fanout by bundling short gates into one Blacksmith job, preserving required check names as hosted mirrors, and grouping local-auth Playwright shards from 10...
- fix(web): compact CLI/Prompt toggle on skill install card (#2815)
- fix(web): refresh publisher profile detail and catalog UX (#2818) — feat(profile): polish publisher detail hero, catalog, and members layout Refine the publisher profile page with a full-width hero, larger avatar, Links/Members side-by-side details, chip-based...
- fix(web): refresh plugin validation panel (#2835) — Polish skill header visibility alert and CLI install command styling. Move staff moderation notes into the management toolbar and highlight install command targets with muted verb and emphasized...
- ci: chunk security dataset snapshot export — Split the security dataset snapshot workflow into a planning job, bounded export shards, and a final merge/publish job so production exports do not depend on one long-running runner.
- fix: simplify creator typeahead metadata (#2831)
- ci: run security dataset snapshot on github runner — Switch the security dataset snapshot workflow from Blacksmith to GitHub-hosted ubuntu-24.04 after Blacksmith publish attempts died during long export.
- feat: include creators in global search (#2827)
- feat: add public github skill feed candidates — Add public-github skill feed candidates for source-backed public skills, preserve hosted public-clawhub candidates, and centralize shared security scan policy for feed/install/download boundaries.
- fix: show official badges in search typeahead
- feat: add github-backed skill handoffs to downloads and export
- docs: remove Convex manual backup gate
- fix: backfill NVIDIA GitHub skill downloads
- fix: normalize new topic input slugs (#2821) — Normalize newly entered UI topics to canonical lowercase hyphenated slugs while preserving existing stored labels until replaced.
- test: stabilize local-auth e2e flake paths — Stabilize local-auth e2e tests under CI/Testbox pressure by hardening publish scan enqueue recovery, bounded publish navigation, route/hydration helpers, and local-auth readiness probes.
- fix: make security dataset export more adaptive — Merge PR #2814 after exact-head checks passed.
- fix: restrict top-level slug route to publishers
- fix(seed): populate public corpus plugin metadata
- Add Sequenzy email marketing skill
- Add skill: amiller/google-service-accounts
- openclaw v2026.6.10 on npm — Multi-channel AI gateway with extensible messaging integrations
- mradermacher/OpenCLAW-SEED-135M-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 privilege escalation vulnerability
- Ask HN: Who is using OpenClaw?
- You are not supposed to install OpenClaw on your personal computer
- Running a local AI agent on an 8GB Jetson Orin Nano (2026) — A practical look at running an always-on AI agent on an 8GB Jetson Orin Nano — what works, what doesn’t, and how to skip the setup pain.
- My OpenClaw Cron Broke and Fixed Itself Before I Noticed — Last Thursday I woke up to a Telegram alert: "Cron self-repair: 1 repair made." I hadn't triggered...
- Joanium vs. OpenClaw vs. Hermes Agent: Which AI Agent Platform Is Right for You?
- Build a Private Photo Assistant on Telegram with OpenClaw + MiniCPM-V 4.6 — Most AI assistants can read text, write code, and automate workflows. But the moment a user sends a photo — a receipt, a whiteboard…Continue reading on Medium »
- I Stopped Prompting My AI and It Still Worked! How OpenClaw's Autonomous Cron Jobs — Turn your AI into a proactive assistant with OpenClaw Cron Jobs. Schedule tasks and autonomous work without ever typing a single prompt.Continue reading on Medium »
- The Rise of Operational AI: What Open claw and MCP Signal for Digital Transformation Leaders — The next phase of enterprise AI will not be defined by systems that merely answer questions, but by systems that can participate in work.Continue reading on Medium »
- 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,...
- Getting 401 Unauthenticated error when calling Gemini API in Discord bot
- Boss wants us to add more AI to our workflow
- @ziv_ravid He said the same type of things about OpenClaw. He might just be saying what he thinks. You know, like this s
- Цікавий реліз, цікавої фічі. Справжній юзкейс і заміна вірального Openclaw від Anthropic. Ось що там кажуть про Tag: М
- RT @openclaw: 🦞 OpenClaw 2026.6.10 just dropped. Just a small release to keep things brewing: ⚡ Automatic fast mode for
- @openclaw 小版本也很香,自动快速模式真的实用👍
- RT @Dilesh2004: Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenberg
- @premium @openclaw افتح الخاص
- RT @Krongggggg: 와.... 이걸 이제서야 발견했네... OpenClaw 개발자가 자기가 사용할라고 만든건데 기능 대박 많음. 내 트윗이랑 DM, 좋아요, 북마크 같은 거 다 로컬 SQLite에 저장해 — RT @Krongggggg: 와.... 이걸 이제서야 발견했네... OpenClaw 개발자가 자기가 사용할라고 만든건데 기능 대박 많음. 내 트윗이랑 DM, 좋아요, 북마크 같은 거 다 로컬 SQLite에 저장해주고 AI가 검색하기 쉽게 만들어준…
- RT @mybroadband: Naspers-owned Prosus has launched ToqanClaw, an OpenClaw inspired free to use AI platform for businesse
- Break free from the Mac mini. Your OpenClaw, Claude Code, or Codex agent doesn't need to live on a box in your apartmen — Break free from the Mac mini. Your OpenClaw, Claude Code, or Codex agent doesn't need to live on a box in your apartment anymore. Deploy it to Ritual and it gets its own wallet, signs its own...
- RT @sanjaygpts: OpenClaw founder used to block everyone whoever tried to interact with him when openclaw was on hype No
- @openclaw Goated update as always OpenClaw
- RT @Krongggggg: 와.... 이걸 이제서야 발견했네... OpenClaw 개발자가 자기가 사용할라고 만든건데 기능 대박 많음. 내 트윗이랑 DM, 좋아요, 북마크 같은 거 다 로컬 SQLite에 저장해 — RT @Krongggggg: 와.... 이걸 이제서야 발견했네... OpenClaw 개발자가 자기가 사용할라고 만든건데 기능 대박 많음. 내 트윗이랑 DM, 좋아요, 북마크 같은 거 다 로컬 SQLite에 저장해주고 AI가 검색하기 쉽게 만들어준…
- @ansem Check out this project and the update from @Parad0x_Labs @solana:8EeDdvCRmFAzVD4takkBrNNwkeUTUQh4MscRK5Fzpump W
- RT @JulianGoldieSEO: Instead of watching a 2 hour movie on Netflix, watch this masterclass on OpenClaw Course and thank
- openclaw 2026.6.10 shipped. reliable model routing alone makes this worth upgrading. session state and provider onboardi
- RT @Krongggggg: 와.... 이걸 이제서야 발견했네... OpenClaw 개발자가 자기가 사용할라고 만든건데 기능 대박 많음. 내 트윗이랑 DM, 좋아요, 북마크 같은 거 다 로컬 SQLite에 저장해 — RT @Krongggggg: 와.... 이걸 이제서야 발견했네... OpenClaw 개발자가 자기가 사용할라고 만든건데 기능 대박 많음. 내 트윗이랑 DM, 좋아요, 북마크 같은 거 다 로컬 SQLite에 저장해주고 AI가 검색하기 쉽게 만들어준…
- 【話題】 AIキャラクターが動画内で「Claude CodeやOpenClawのようなネイティブなAI構築環境が欲しい」と要求している😳 https://t.co/5kZqxVMsCv ・求めているのは自律的なアプリ構築・スクリプト実 — 【話題】 AIキャラクターが動画内で「Claude CodeやOpenClawのようなネイティブなAI構築環境が欲しい」と要求している😳 https://t.co/5kZqxVMsCv ・求めているのは自律的なアプリ構築・スクリプト実行・意思決定の環境 ・Grokを自分のAI基盤として使うことも検討しているとのこと https://t.co/KAx7PfsIaG
- An autonomous agent can: manage your email, process payments, generate content, track metrics, scale operations — all wi
- openclaw,hermes,gemini,Claude code,codex AI狂奔,变化真的很快哇
- https://t.co/RKDs65XpsZ