- feat(signal): link accounts from setup QR — What Problem This Solves Signal setup could install signal-cli, but operators still had to leave the system-agent flow and link the account manually. Why This Change Was Made This final layer...
- feat(gateway): own QR setup sessions — What Problem This Solves Long-lived QR setup work needs a clear Gateway owner. Without that boundary, reconnects, restarts, stale replies, or socket cleanup could attach one client to another...
- feat(browser): add all-tabs extension access — Closes #120994 What Problem This Solves Chrome extension pairing currently conflates trusting OpenClaw to use a signed-in browser profile with selecting individual tabs through the OpenClaw tab...
- perf(doctor): restore telegram doctor repairs dropped on source-run hosts — Related: #120882 (this is the telegram follow-up named in its "Known Follow-up" section) What Problem This Solves Operators running OpenClaw from source — pnpm dev, the tsx CLI, or the test suite —...
- Workspace quiescence cannot converge on shared-host (static-ssh) workers; uid-wide SIGSTOP sweep freezes unrelated user processes — The quiescence step of cloud-worker workspace reconciliation (src/gateway/worker-environments/workspace-quiescence-scripts.ts) selects candidate processes by row.uid === expectedUid — every process...
- feat(tools): per-turn per-target send budget guard for message tools — Summary Adds a per-turn, per-target outbound send guard shared by the message and conversations_send tools to curb within-turn duplicate-answer storms. The existing loop detector hashes full tool...
- fix(ci): stop source-only PR fallback requiring generated locales — Related: #120947 What Problem This Solves Fixes an issue where exact-head PR CI fallback runs require generated native locale parity for source-only native changes. That blocks #120947 even though...
- docs(gateway): add "Remote client cannot connect" runbook section — Summary troubleshooting.md has runbook sections for services, channels, and the dashboard, but no symptom path for a common support case: a client on another machine that cannot connect while local...
- fix(slack): avoid duplicate commentary delivery — Related: https://github.com/openclaw/openclaw/pull/120588 What Problem This Solves Fixes an issue where Slack users with progress commentary enabled could receive each commentary update twice: once...
- fix(plugins): add fail-closed foreign session ID check (#120215 follow-up) — What Problem This Solves PR #120215 (merged) derived the agent scope and incognito store path from the session key, fixing the original Cannot resolve SQLite session scope without an agent id error....
- refactor(commands): share native plugin command merging — What Problem This Solves Discord and Slack independently merged built-in native commands with plugin commands, which let their collision handling and catalog planning drift. In Discord, command-cap...
- fix(sessions): distinguish transient lookup failures from policy denials — Maintainer cleanup — 2026-08-09 Rebased all 11 commits onto main at 7cf4f9aa6a3d; current maintainer head is 9668bb9cd55a. The rebase completed without conflicts, git range-diff reports every commit...
- [Feature]: Add All tabs and Selected tabs Chrome extension access modes — Summary Add explicit All tabs and Selected tabs access modes to the OpenClaw Chrome extension. Problem to solve Pairing currently conflates two separate decisions: trusting OpenClaw to use the...
- fix(macos): localize remote Gateway status labels — Related: #120793 What Problem This Solves Fixes an issue where macOS users in non-English locales could still see onboarding, authentication, and remote Gateway success labels in English because...
- [UX] 思考过程(reasoning)在回复完成后自动消失,无法回顾 / Reasoning text disappears after response completes — 问题描述 / Issue Description 在与 OpenClaw 对话时,模型输出分为两个阶段:思考过程(reasoning/思维链)和最终回复。在流式输出过程中,思考过程会短暂显示。但回复完成后,思考过程被自动折叠或隐藏,只保留最终结论。用户无法回顾模型的推理过程。 When chatting with OpenClaw, the model output is split into...
- feat(cli): openclaw resume attaches the TUI to a recent session — What Problem This Solves A session started anywhere (web Control UI, a channel, a cloud worker) has no ergonomic CLI continuation path. openclaw tui --session requires knowing the raw agent:: string;...
- [Bug]: extra_body overwriting request payload keys: thinking — framework-level thinking field collision affecting all providers — Bug Report Summary Every API request produces a WARN log: extra_body overwriting request payload keys: thinking. This is a framework-level issue that affects all providers (DeepSeek, Ollama, etc.),...
- feat: sessions cleanup should remove physical .deleted and .reset files, not only index entries — Summary openclaw sessions cleanup only manages entries in sessions.json (the index), but does not remove the physical .deleted. and .reset. files from disk. These files accumulate indefinitely,...
- fix(agents): agent turns fail when workspace templates are unavailable — What Problem This Solves On an install whose workspace templates are not present on disk, every agent turn fails — even when the agent's workspace is fully provisioned and the template is only wanted...
- [Bug]: memory-core mandatory recall can duplicate active-memory context on person queries — Bug type Behavior bug (incorrect output/state without crash) Beta release blocker No Summary With both official active-memory and memory-core enabled, a person-oriented query can receive bounded...
- fix(wizard): honor remote password auth in probes — [AI-assisted] What Problem This Solves A password-only remote Gateway can be healthy and reachable while both the initial setup wizard and the later configure wizard label it as unreachable. This...
- [Feature]: Browse the live OpenRouter text-model catalog during setup — Summary Make OpenRouter’s setup model picker searchable against its live text-model catalog. Problem to solve openclaw configure --section model already offers “Browse all models”, but OpenRouter...
- docs(release): reconcile stable maturity issue signals — What Problem This Solves Release backport audits currently ignore maturity:stable, while the label itself has no repository-level contract separating broken mature behavior from feature, docs, or...
- refactor(chutes): remove accidental core OAuth shim — What Problem This Solves loginChutes was accidentally exposed from openclaw/plugin-sdk/provider-auth-login.runtime even though Chutes authentication is provider-owned and the subpath is not...
- Workboard plugin: notification messages >240 chars crash dispatch (no truncation on write) — Bug The workboard plugin allows writing notification messages of arbitrary length to workboard_card_notifications.message, but the gateway enforces a 240-character limit on outbound notification...
- fix: skip channel primer for targeted setup — What Problem This Solves Fixes an issue where users who explicitly ask to connect a known channel could still receive the generic channel primer before entering that channel's setup. Why This Change...
- fix(channels): attribute zero-payload turn warnings and stop false silent-drop alarms — Related to #112259 — implements its first ask (attribute the zero-count warn and telemetry event); its retry/dead-letter and user-notice asks involve product decisions and remain open there. Related...
- docs: add Neon AI Gateway provider guide — No linked issue: a search of open and closed items for this gateway returned nothing, so there is no prior context to reference. Additional instructions MUST: Keep Allow edits from maintainers...
- test(gateway): cover rolling node compatibility — Depends on https://github.com/openclaw/openclaw/pull/119981 What Problem This Solves Gateway-side QA did not exercise both sides of the supported node protocol v3-to-v4 boundary. Existing tests...
- fix(agents): bound image tool maxBytesMb and maxImages model parameters — What Problem This Solves The image agent tool accepts two model-supplied integer parameters — maxBytesMb and maxImages — with only lower bounds: - maxBytesMb (via readFiniteNumberParam) has...
- OpenClaw repo stats for 2026-08-09 — 385615 stars, 81058 forks, 3075 contributors
- OpenClaw sponsors (93 total) — 93 sponsors supporting OpenClaw
- fix: restore homepage headline text selection (#3428)
- docs: document skill categories and topics (#3380)
- Add skill: deciqai/first-principles (Personal Development)
- OpenClaw — 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...
- Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw
- Show HN: DenchClaw – Local CRM on Top of OpenClaw
- OpenClaw vs Subscription AI Assistants: Real Token Costs, Capability Gaps and the Usage Level Where Self-Hosting Wins — OpenClaw wins on cost only at the two extremes of usage: very light use, where a metered token bill...
- I thought OpenClaw was dead until I realized people were just tired of babysitting 18 cron jobs and a self-hosted runtime — A Reddit thread about OpenClaw being "dead" was really about something more useful: teams still want portable memory, multi-model orchestration, and h
- I finally saw the first OpenClaw document agent I’d trust at a 30-person company, and it wasn’t because of better RAG — A trustworthy OpenClaw document agent for a 30-person company is not the one with the fanciest RAG stack. It’s the one with pinned versions, staged up
- How to (easily) run a fully local, private AI assistant with OpenClaw and QVAC — What an agent harness is, and what OpenClaw does A language model on its own can only...
- My OpenClaw Agent Keeps Breaking at 3 AM. So I Taught It to Fix Itself. — My OpenClaw agent crashed three Sundays ago. Not a slow degradation — it just stopped. The cron job...
- Can AI take care of my plant? (because I can’t) — Twice a day, an AI agent reads my pot-plant’s sensors, looks at a photo of her and then decides which way to rotate her, watering her if…Continue reading on Medium »
- The Meeting Recorder That Turns Your Standup Into a Pull Request — Reverbic.ai records engineering conversations, extracts the build spec, grounds it in your codebase, and drafts the code for review.Continue reading on Medium »
- NanoClaw — Lightweight AI assistant runs in Apple containers with isolated Linux container processes for superior OS-level security, transparency, and privacy compared to complex chatbots, enabling quick code...
- Maid (AI) — Maid is a cross-platform Flutter app for interfacing with GGUF / llama.cpp models locally, and with Ollama and OpenAI models remotely.
- ChatSonic — Combining Google's knowledge graph, ChatSonic delivers real-time data, voice interaction, AI-produced visual content, personalized avatars, and API for services. It revisits past dialogs for informed...
- OpenClaw热度过去了吗 🤡想收Mac mini了
- @OxbfnoHome nahh kalo openclaw ntah kenapa walaupun sama2 pakai deepseek tapi ga mau disuruh yg aneh2
- @cursor_ai @SpaceXAI @claudeai New cursor plugin for @openclaw done! https://t.co/gEAxKXAllz — @cursor_ai @SpaceXAI @claudeai New cursor plugin for @openclaw done! https://t.co/gEAxKXAllz
- OpenClaw的なパーソナルエージェントを自作する日記を始めました。 秘書claw開発日記 #1 「まだGoogleカレンダー手動登録してるの?」 https://t.co/0dMhkiOizm #AI #AI活用 #OpenCla — OpenClaw的なパーソナルエージェントを自作する日記を始めました。 秘書claw開発日記 #1 「まだGoogleカレンダー手動登録してるの?」 https://t.co/0dMhkiOizm #AI #AI活用 #OpenClaw
- @kiippllii betollll terlalu professional itu openclaw, kaku banget
- Are you still using openclaw? https://t.co/tLMKmKHJWg
- @direkturcrypto Karena openclaw memang ga terlalu kompleks kerjaan nya tidak bisa di bengkok kesana kesini ga fleksibel
- Most people think multi-agent engineering is about picking the right model. It is not. The hard part is everything betwe
- @SamirIasbeck @kimpaim @discord @openclaw Discord as the agent surface cuts both ways — with OpenClaw and Hermes, anyone
- @Tanaypawar27 most of these repos are for building ai agents, but openclaw is the only one tackling personal ai ownershi
- Just asked my OpenClaw agent to scan all my group chats for unread recipes and summarize them into a Monday meal plan. I
- Setelah beberapa lama pakai openclaw lalu hermes, punya kesimpulan kalau mau bikin project codingan better langsung ke c
- OpenClaw的なパーソナルエージェントを自作する日記を始めました。 秘書claw開発日記 #1 「まだGoogleカレンダー手動登録してるの?」 https://t.co/v8I8eiYRU6 #AI #AI活用 #OpenCla — OpenClaw的なパーソナルエージェントを自作する日記を始めました。 秘書claw開発日記 #1 「まだGoogleカレンダー手動登録してるの?」 https://t.co/v8I8eiYRU6 #AI #AI活用 #OpenClaw
- Here is Lunum integrated into openunum and how the local agent is aware of it for now #ai #agentic #autonomous #qwen #co
- I forgot my old mac mini had OpenClaw it immediately tried to open X I got scared and turned off the wifi. Factory reset
- @luisgonzaleznf @SergioGMN Justo lo iba a empezar a probar. Con que vaya mejor que Openclaw me doy con un canto en los d
- Dulu sering liat OpenClaw di timeline, sekarang kalah populer dibanding Hermes Agent. Bro slowly fell off 🥀🥀🥀 https://t
- RT @RAVIKUMARSAHU78: 6 Hours. One Course. Everything You Need to Master OpenClaw AI. https://t.co/gAfx83ZIgh
- 最近はCloudflare OSとかOpenClawとか、いわゆるOSでないものをOSと呼ぶのがトレンドなのか
- OpenClawが後500倍くらい賢くなったら廃業して杉檜を切りに行く https://t.co/EwQFgTfFPc