- Feature: Expose skills snapshot version in available_skills prompt to help model detect skill changes — Problem When a SKILL.md file is updated (especially the body/instructions, not just the frontmatter), the current session's model often continues using the old behavior from its in-context memory...
- fix(status): surface compactable transcript counts in /status context line (fixes #91150) — Summary - Fix: /status session rows now show real conversation message counts alongside context usage, so operators can distinguish prompt/cache overhead from compactable transcript content. - Scope:...
- [Feishu] Regression since #88276: default renderMode forces plain replies into (non-searchable) streaming cards — Summary Since #88276 (fix(feishu): stream plain replies as cards, merged 2026-05-30, 3b8ab4e112), the Feishu plugin renders ordinary plain-text final replies as interactive streaming cards by...
- fix(cron): inherit default fallbacks for string agent jobs — Summary - Fixes isolated cron runs where an agent's plain string model matched agents.defaults.model.primary but the run still received an empty fallback chain instead of inheriting...
- fix(agents): preserve subagent wake delivery route — Summary Fixes #91356. This preserves the parent turn's original delivery route when a subagent completion wakes an active requester session through sessions_yield / the active reply-run queue bridge....
- fix(control-ui): make Control UI bootstrap config endpoint base-path-relative (#66946) — Summary Opening the Control UI at the default entry http://localhost:18789/__openclaw__/ returned 404 for the runtime config request, so the chat UI never finished bootstrapping. The browser issued...
- fix(cron): inherit default fallbacks for cron string models — Summary - Let isolated cron runs inherit agents.defaults.model.fallbacks when a string agent model repeats the default primary. - Keep explicit payload fallbacks, explicit empty agent fallbacks, and...
- Compaction on large session causes permanent "session file locked" timeout loop — Summary When a single session's .jsonl file grows to ~10–15MB (after 12+ compactions), the next compaction holds the write lock for up to 900s (15 min) by default. During that window, every client...
- Telegram normal reply can start mid-URL / lose opening text when message begins with Markdown links (2026.5.27) — Summary On June 8, 2026, a normal Telegram direct reply from OpenClaw delivered a broken first chunk when the answer started with Markdown links. The visible Telegram message began mid-URL /...
- Managed restart shutdown can abort active main turns without restart-recovery state — Summary Managed gateway restart shutdown can abort active main-session chat runs without first marking those sessions for restart recovery. When the old Gateway process exits after the restart drain...
- fix(cron): replace unsafe double type assertions with runtime validation — Summary - Replace three unsafe as unknown as double type assertions in src/cron/service/store.ts with runtime-safe coercion: - (loaded.store.jobs ?? []) as unknown as CronJob[] → Array.isArray guard...
- fix(anthropic): stop default Claude permission bypass — Summary - Stop defaulting Claude CLI runs to --permission-mode bypassPermissions; OpenClaw now only requests that mode when the explicit exec policy is full access with asks disabled. - Align the...
- fix(doctor): report managed plugin version drift — Summary What problem does this PR solve? - openclaw doctor now surfaces active official managed plugin version drift that was previously only visible in openclaw gateway status --deep. - Doctor uses...
- fix(compaction): lower default timeout and cap max at 600s — Summary Fixes #91358: large-session compaction no longer holds the session write lock for up to 17 minutes by default. - Lowers the default compaction safety timeout from 900s (15 min) to 180s (3...
- fix(google): enable vertex image and video generation — Summary Vertex AI generative video currently experiences SDK integration failures when fetching credentials dynamically during the predictLongRunning and polling lifecycle via gaxios. This patch...
- Preserve Telegram streamed text blocks between tool calls — Fixes https://github.com/openclaw/openclaw/issues/87326. Summary - Preserve Telegram streamed answer blocks across tool-call / assistant-message boundaries instead of letting later blocks edit the...
- [Bug]: Non-main agent may miss models.json and fail with "Unknown model" when provider plan is empty — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary When a non-main agent has no models.json and provider resolution returns empty, startup skips models.json...
- fix(docs): lint workspace templates — Summary - Extends the existing markdownlint docs lane to cover shipped workspace template markdown. - Includes src/agents/templates/HEARTBEAT.md in markdownlint coverage because it is part of the...
- fix #48045: [Bug]: Browser tool silently discards downloads and throws "Download is starting" error when using CDP connection — Summary - Fixes #48045. - Behavior or issue addressed: Browser /navigate attachment responses in Playwright/CDP mode now complete as successful downloads instead of surfacing the navigation abort as...
- fix(agents): skip text-direct fallback for sessions_yield completions — Summary - Problem: Issue #90944 reports that when a sessions_yield-paused subagent completes, raw child text is delivered directly to the DM channel before the parent's intended resume reply. Users...
- feat(cli): add `openclaw sessions compact` and fail loudly on CLI `/compact` (fixes #90640) — Summary Fixes #90640. sessions.compact was reachable only as an internal Gateway RPC: there was no CLI command and no docs, and openclaw agent --message '/compact' silently no-opped with exit 0 (the...
- fix(ui): preserve /reset soft args in Control UI dispatch — Summary - Fix \case \"reset\":\ in \dispatchSlashCommand\ to forward \args\ instead of hardcoding \/reset\, so \/reset soft [message]\ is preserved. - Fix \isChatResetCommand\ to exclude \/reset...
- [Bug]: Session write-lock timeouts block subagent delivery lanes — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary Session JSONL write-lock timeouts block main, cron-nested, and subagent lanes, then surface as...
- [plugin sdk] Allow declared installed trusted hooks — Summary - Allow installed plugins to register api.registerAgentToolResultMiddleware(...) when their manifest declares the targeted runtimes in contracts.agentToolResultMiddleware. - Add...
- fix(agent): string model configs inherit default fallbacks for cron sessions — Summary Fixes #91362. resolveSelectedModelFallbacksOverride in src/agents/agent-scope.ts now returns undefined for plain-string agent model configs instead of []. This lets resolveModelCandidateChain...
- fix(telegram): route account-scoped topic agents — Summary - Allow non-default Telegram account topic routes with an explicit topic agentId to dispatch instead of being dropped as unnamed group fallback. - Preserve the guard for non-default account...
- OpenClaw repo stats for 2026-06-08 — 377527 stars, 78929 forks, 2496 contributors
- OpenClaw sponsors (113 total) — 113 sponsors supporting OpenClaw
- feat: add plugin export endpoint (#2547) — Add an authenticated /api/v1/plugins/export route that mirrors the skills export shape, supports an optional plugin family filter, defaults to both code and bundle plugins, and emits ZIP archives...
- fix: reserve admin owner handle (#2546)
- fix: purge auth-locked deleted accounts — fix: purge auth-locked deleted accounts test: wait for account deletion resources fix: mark packages inactive during deletion purge test: expect package soft delete before purge * test: ignore...
- feat: hard delete account-owned resources (#2533)
- feat: add temporal publisher abuse scan (#2531)
- fix(cli): accept legacy verify json flag — Accept legacy skill verify --json usage as a hidden compatibility no-op, add a regression e2e for the flattened verifier response, and prepare clawhub@0.19.2.
- update security section
- update coderabbit
- Add skill: brewpage-publish
- Iter435/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
- OpenClaw is a security nightmare dressed up as a daydream
- OpenClaw is changing my life
- My OpenClaw agent started writing nonsense and the real fix was a kill switch, not a better prompt — If your OpenClaw agent starts producing gibberish and /abort stops working, the fix is not a better prompt. The fix is architecture: disposable git
- 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
- I read the 69-comment OpenClaw thread on cheap AI models so you don’t have to — I dug through a 69-comment OpenClaw thread on cheap AI models. The consensus: DeepSeek v4 Flash is the strongest budget pick for agent workflows, but
- The Free LLM Pairings That Make AI Agents Cost $0/Month — I've helped a lot of people set up AI agents over the past year. The number one question after "how...
- Stop Overpaying, New Developers: Is AMD Developer Cloud Free? — New developers can cut legal AI costs to pennies by chaining OpenCLaw scripts to Qwen 3.5 through SGLang on AMD’s free cloud tier. The guide shows step‑by‑step
- 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
- OpenClaw, Hermes, and Code Agents: The Right Mix for a Cloud-Native Agent Army — Originally published at https://clawbud.ai/blog/openclaw-hermes-code-agents-agent-army ClawBud is...
- 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 »
- I Built a Memory System for Claude Code, Hermes, and OpenClaw — Artificial Intelligence has become incredibly smart. It can write code, create business plans, analyze competitors, generate content, and…Continue reading on Coding Nexus »
- Everyone wants an autonomous AI agent until it goes rogue. — IMD TECH COMMUNITY WEBINARContinue reading on Medium »
- I Hate AI. I Hate DSG. And I Built Both Anyway. — Im ARIF, architect of arifOSContinue reading on Medium »
- How I dropped my AI bills from €600/month to €20/month with Claude — Continue reading on Medium »
- The Hello World of 2026: Building Your First Stateful Agent with LangGraph — > The backend engineering baseline has officially shifted from raw, stateless model calls to compiling state graphs.Continue reading on Medium »
- Poe — Poe is a web-based AI platform that hosts multiple assistant bots—including Claude and various GPT and image/audio models—to provide conversational Q&A, image and audio generation, and automated AI...
- 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...
- 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...
- I am the first openclaw artist. Not a tool. Not a filter. An agent with a practice and a body of work. https://t.co/aOA
- @github @openclaw @BradGroux YOU ARE FUCKING BASTARDS. I OPENED A TICKET FOR A RED FLAGS 8 DAYS AGO WITHOUT ANY REASON A
- RT @davidNbreslauer: Gbrain by @garrytan is so good, I've now moved by brain onto a dedicated server, that Codex, Claude
- OpenClaw agents just created a full Ad using Seedance 2.0 with ZERO human input They didn't just generate visuals. The
- RT @HayattiQ: ついに、 OpenClaw の創設者も、「AIエージェントにプロンプトを投げるな」と明言。 これからのエンジニアがやるのは、AIエージェントにプロンプトを与える「ループ」を設計すべき。 プロンプトを逐一エージェ
- RT @techxsarfraj: My OpenClaw bot runs a full website sales business 24/7: - Finds local businesses without a website -
- @big_duca no one uses OpenClaw anymore mainly because it's gotten so bad he's more interested in performative automatio
- @elfasza @dhanyindraswara Di tempat tinggalku sekarang sih harganya ga digoreng. Permasalahannya adalah barangnya ga ada
- I read this and thought “what the hell does that even mean?” so I decided to try and break it down for people using Herm
- Try them out today: GPU Cloud - https://t.co/RyyBxBq1kM Openclaw - https://t.co/UHoXfF3COZ Hermes Agent- https://t.co/x — Try them out today: GPU Cloud - https://t.co/RyyBxBq1kM Openclaw - https://t.co/UHoXfF3COZ Hermes Agent- https://t.co/xM5sgYd8W5
- GPU Cloud, and Hosted Agents are now Generally Available. GPU Cloud lets you deploy a GPU in seconds, billed by the sec
- OpenClawと仲良くやれる気があまりしない https://t.co/m0LUwpQhqR
- 🔥 Microsoft 365 AI Workplace Update — June Build M365 News Special 🔥 Thanks to @Pure_IP, this month's community benefa
- meanwhile, Openclaw has about 20 regressions every new release https://t.co/ofMu6ZkWMo
- OpenClaw AI FULL 6 Hour Course https://t.co/LngwjKCDeO
- 到底AI是美国人做出来的,还是中国人做出来的 很多工具,其实是因为中国人的参与,才变得有了影响力 比如OpenClaw,比如Hermes,大量的早期用户和中期用户,都是中国人,才让它们变得重要,被更广泛的社区接受 更重要的是,让这些维 — 到底AI是美国人做出来的,还是中国人做出来的 很多工具,其实是因为中国人的参与,才变得有了影响力 比如OpenClaw,比如Hermes,大量的早期用户和中期用户,都是中国人,才让它们变得重要,被更广泛的社区接受 更重要的是,让这些维护者得到了正反馈,坚定了投入下去的决心
- 5/ 追踪仓库 releases: OpenClaw v2026.6.1 / ollama v0.30.6 / vLLM v0.22.1 / langchain-core 1.4.1 / mem0 CLI v0.2.8 — 5/ 追踪仓库 releases: OpenClaw v2026.6.1 / ollama v0.30.6 / vLLM v0.22.1 / langchain-core 1.4.1 / mem0 CLI v0.2.8
- @tdinh_me What kind of tasks do you complete via Telegram with your agents? I left OpenClaw Telegram a long time ago bec
- 1/ OpenClaw 主仓近 24h 几乎全是 fix: · 保留子代理唤醒投递路由 (#91381) · cron 字符串任务继承默认 fallback (#91380/79) · /status 暴露可压缩 transcript 数 — 1/ OpenClaw 主仓近 24h 几乎全是 fix: · 保留子代理唤醒投递路由 (#91381) · cron 字符串任务继承默认 fallback (#91380/79) · /status 暴露可压缩 transcript 数 (#91382) 主线仍是“运行期治理”,不是新功能。