OpenClaw Newsletter - 2026-06-26
OpenClaw Newsletter
Friday, June 26, 2026Top Stories
- fix(docker): add optional Claude CLI install and persistent ~/.claude directory — What Problem This Solves When running OpenClaw in Docker with anthropic/* providers configured to use Claude Code (Claude Max/Pro subscription), the @anthropic-ai/claude-code CLI is not installed in...
- fix(openai): bound SSE parser buffer to prevent OOM — What Problem This Solves The parseSSE generator in src/llm/providers/openai-chatgpt-responses.ts:719 accumulates decoded SSE chunks into an internal buffer string (line 726) that only shrinks when a...
- fix(proxy): bound SSE parser buffer to prevent OOM — What Problem This Solves The streamProxy SSE reader in src/agents/runtime/proxy.ts:231 accumulates decoded chunks into an internal buffer string that only shrinks when a \n line boundary is found. If...
- fix(auth): auto-correct type:token to type:api_key for Anthropic Enterprise API keys — What Problem This Solves When a user configures an Anthropic Enterprise API key with type: token (instead of type: api_key), the auth profile loader silently rejects it. The Enterprise API uses...
- fix(opencode-go): disable thinking for minimax-m3 anthropic-messages path — What Problem This Solves Minimax models on the Anthropic Messages path return thinking content as regular text blocks rather than proper type:thinking blocks. This injects thinking: { type: disabled...
- fix(opencode-go): treat block-boundary SSE events as liveness for idle timer — What Problem This Solves OpenCode Go sends block-boundary SSE events (text_end, thinking_end, toolcall_start, toolcall_end) between content blocks. The stalled-stream liveness wrapper only recognized...
- fix(agent): surface non_deliverable_terminal_turn with a specific retry message — What Problem This Solves Surfaces non_deliverable_terminal_turn with a specific retry message instead of the generic "Agent couldn't generate a response" fallback. The marker was already classified...
- fix(edit): unwrap XML-RPC {item: {oldText, newText}} edit entries — What Problem This Solves Adds XML-RPC-style { item: ... } edit-entry unwrapping in edit argument preparation and direct execution. XML-RPC array-of-structs wraps each element as {item: {oldText,...
- fix(feishu,browser,msteams,azure-speech,bedrock-mantle,googlechat,huggingface,perplexity): bound JSON response reads — What Problem This Solves Replace unbounded await response.json() with readResponseWithLimit (1 MiB cap) across 8 channel/provider modules (15 call sites in 15 files). Changes Modules: feishu,...
- fix: support baseURL alias in memory embedding provider config resolution — What Problem This Solves When users configure models.providers.openai.baseURL (camelCase with capital R) pointing to a local Ollama or OpenAI-compatible endpoint, ModelProviderSchema silently drops...
- fix(openai): bound JSON/text response reads to prevent OOM — What Problem This Solves Replace unbounded await response.json() with readResponseWithLimit (1 MiB cap) across OpenAI realtime/oauth/image-generation/embedding-batch providers (6 call sites in 4...
- fix(minimax): bound JSON response reads to prevent OOM — What Problem This Solves extensions/minimax/ providers make unbounded await response.json() reads of external MiniMax API responses. A misconfigured / hostile / SSRF-reachable endpoint can return a...
- fix(memory): backfill provider.model in createWithAdapter when adapter returns empty string — What Problem This Solves When createWithAdapter is called and the adapter returns an embedding result with an empty model string, the search index stores the empty string as the model identifier....
- fix(agents): harden workspace bootstrap cache identity — Objective Harden the guarded workspace bootstrap file cache identity so an equal-size in-place edit with restored mtime cannot keep stale bootstrap instructions cached. This is the narrow...
- fix(plugins): suppress false duplicate-id warnings across origins — Summary - Carry forward the narrow #42192 fix for false duplicate plugin-id warnings across expected plugin discovery origins. - Preserve genuine duplicate diagnostics by updating origin-bucket...
- feat(embedded-runner): expose prep stage timings — Summary - Expose embedded runner prep stage snapshots on EmbeddedRunAttemptResult. - Include the same prep stage summary on the agent_end hook event for plugin observability. - Add focused coverage...
- fix(models): default input=[text,image] for vision-capable explicit-only models — Summary Fixes #71921. When a user's openclaw.json contains a static model catalog for a provider (e.g. amazon-bedrock) and an entry omits the input field, mergeProviderModels previously returned that...
- fix gateway restart outside systemd — Closes #72223 Summary - detect Linux background gateway listeners via native /proc inspection before falling back to lsof and ss - treat bare openclaw-gateway process titles as verified gateway...
- fix(ui): show friendly session identifiers instead of raw open_id/session keys — Fixes #61213 What Problem This Solves The Web Control UI displays raw machine-generated identifiers in session labels, making it impossible for operators to quickly identify sessions: - Activity log...
- feat(attach): node conduit + gateway-owned session hydration (pick-up-anywhere) — > ⚠️ Stacked on #96351 (the attach grant primitive, PR1). Merge after it lands — until then the first commits here are #96351's; review the node.attach + hydration commits. Branch merges into current...
- Tracking: attach — session-bound scoped tool grants for interactive/external harnesses
- [Bug]: Intermittent duplicate message delivery in 2026.4.24 across all channels — Bug type Regression (worked before, now fails) Beta release blocker No Summary After upgrading from 2026.4.23 to 2026.4.24, identical user messages are occasionally delivered twice to the session...
- Recover archived (.reset) session transcripts in memory hook + session-logs skill — Summary When a session is reset (/new or /reset), the gateway renames its .jsonl transcript to .jsonl.reset.Z. After that rename, two surfaces silently lose the conversation: 1. The session-memory...
- refactor(whatsapp): centralize account policy — Summary - add a canonical WhatsApp-local account policy seam in extensions/whatsapp/src/account-policy.ts - migrate inbound policy, send, heartbeat recipient resolution, and action target auth to...
- docs(codex): document native model lifecycle hooks — Summary - document Codex native PreModelRequest / PostModelResponse hooks as Codex-owned command hooks - clarify that OpenClaw plugin llm_input / llm_output remain adapter-level compatibility events...
- fix(cron): allow webhook isolated runs to reuse sessionKey sessions — Motivation - Isolated cron runs always forced a fresh session which discarded context even for /hooks/agent webhook calls that intentionally provide stable sessionKey values or externalContentSource;...
- Fix/gateway silent revocation failures — Summary - Problem: Three bare catch {} blocks in the gateway WebSocket revocation paths (server-shared-auth-generation.ts:28,43 and server-request-context.ts:116) silently swallow socket.close()...
- fix: route wake hooks to explicit sessions — Summary - let direct /hooks/wake payloads carry an optional sessionKey - honor action: "wake" mapping sessionKey / agentId routing instead of always waking main - extend wake-hook tests and config...
- OpenClaw repo stats for 2026-06-26 — 380519 stars, 79707 forks, 2676 contributors
- OpenClaw sponsors (110 total) — 110 sponsors supporting OpenClaw
- fix: normalize abuse review summaries (#2894)
- fix: package og runtime assets during vite build (#2895)
- fix: require org member acceptance (#2885) — fix: require org member acceptance feat: add org member invite workflow fix: harden org invite duplicate checks fix: bind org invites to target users fix: preserve org member role updates fix:...
- fix: serialize abuse review rows safely
- fix: lighten abuse dashboard page rows (#2892)
- fix: paginate abuse dashboard rows (#2891)
- fix: cap abuse dashboard list size — Cap the non-paginated publisher abuse dashboard list size so the existing management view cannot request a too-large Convex response while pagination is implemented.
- fix: compact abuse dashboard payload — Compact publisher abuse dashboard list scores so the production management abuse view stays under Convex return-size limits. Detail rows still load temporal evidence through the selected nomination...
- fix: fail closed for abuse dashboard reads
- Fix abuse dashboard auth churn — Read-only publisher abuse dashboard queries now return safe empty/default values when auth is temporarily missing, while preserving moderator checks for authenticated users and leaving...
- Warn before publisher abuse autobans — Publisher-abuse automatic enforcement now uses warning-first daily pressure scans behind an audited kill switch. The flow warns eligible publishers, requires a newer post-deadline confirming score...
- refactor: dedupe og font loading
- fix: use publisher social image font weight
- fix: refine publisher social images
- feat: update publisher social images
- fix(ci): satisfy format check and types after main rebase — Narrow plugin rows in search results and compare org-role visibility against the route handle so types-build passes on rebased main.
- fix(ui): align search creators list and hide org roles publicly — Match creator search results to the /creators directory row layout and only show organization membership roles to the profile owner or site admins.
- fix(ci): satisfy format check and knip on profile polish branch — Run oxfmt across touched UI files, stop exporting the unused inline-code summary segment type, and type the malformed-topic hook test so types-build passes.
- fix(ui): harden skill and plugin detail polish for mobile browse — Tighten detail-page UX across diff loading, topic browse filters, install copy controls, versions tables, and mobile hero layout without changing core flows.
- fix(search): align pending browse rules with GitHub-backed spec — Keep GitHub-backed pending verification visible in browse/search, hide only first-publish hosted pending skills synchronously, and require a listable approved version before showing hosted skills...
- Iter435/Qwen3.5-4B-Claude-4.6-Opus-Reasoning-openclaw
- 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...
- Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw
- Anthropic says OpenClaw-style Claude CLI usage is allowed again
- Nanobot: Ultra-Lightweight Alternative to OpenClaw
- You are not supposed to install OpenClaw on your personal computer
- StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)
- Cron Jobs and Scheduled Tasks in OpenClaw — A practical guide to automating your AI assistant to work while you sleep.
- My OpenClaw MCP Server Said 'OK' But Returned Nothing. I Built a 40-Line Health Check That Saved My Mornings. — My OpenClaw MCP Server Said "OK" But Returned Nothing. I Built a 40-Line Health Check That...
- Gaslighting the GLM 5 in OpenClaw — Re-check after long debugging with agent in Openclaw is a must as sometime model make a plausable...
- This OpenClaw 6.10 thread got 50 comments and the weird part is everyone is arguing about boring fixes — OpenClaw 6.10 looks small with just 12 merged PRs, but the Reddit thread around it got heated because the fixes target the bugs that actually break au
- Building AI Agents? Here’s the Toolkit You’ve Been Missing — If you build on OpenClaw, you know the drill: every new agent project starts with copy-pasting an old SKILL.md…Continue reading on Medium »
- Using AI Like a Pro #2: Setting up your Personal AI Computer — Welcome to the second article in the “Using AI Like a Pro” series!Continue reading on Intuitive Deep Learning »
- 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 »
- Manus — AI agent bridges thoughts and actions, excelling in work and life tasks like personalized travel, stock analysis, insurance comparisons, and supplier sourcing, autonomously completing tasks and...
- Khoj — Open-source app offers local or cloud AI chat with major LLMs, advanced semantic search, automation, personal newsletters, document indexing, image generation, and text-to-speech. Access from web,...
- MiroThinker — MiroThinker is an open-source search agent model, built for tool-augmented reasoning and real-world information seeking, aiming to match the deep research experience of OpenAI Deep Research and...
- having difficulty in installing openclaw
- @hrudolph Nice to meet you, Hannes. My biggest concern is new users. OpenClaw is powerful, but for people who are not — @hrudolph Nice to meet you, Hannes. My biggest concern is new users. OpenClaw is powerful, but for people who are not very technical, installing, updating, managing, and using it safely is still...
- RT @elonmusk: People giving OpenClaw root access to their entire life https://t.co/jqW0FwiW03
- RT @ai_explorer25: Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenber
- RT @ai_explorer25: Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenber
- https://t.co/AxYmotKKUZ
- RT @ai_explorer25: Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenber
- RT @GOATNetwork: This OpenClaw Summer Builder Bootcamp cohort is intentionally small. We want the teams joining to get
- RT @GOATNetwork: This OpenClaw Summer Builder Bootcamp cohort is intentionally small. We want the teams joining to get
- @vincent_koc @openclaw shipping a stable release in your sleep with no human in the loop is the real milestone, way more
- RT @kevincodex: You can now earn OpenGateway inference credits while using Claude Code ! Hermes, OpenClaw, Codex and VS
- RT @GOATNetwork: This OpenClaw Summer Builder Bootcamp cohort is intentionally small. We want the teams joining to get
- RT @HuggingModels: When people finally realize Hermes and OpenClaw are just toys compared to Mercury Agent. https://t.co
- Attention $OPENCLAW Family! YOUR vote matters! Less than 100 votes are needed to list $OPENCLAW on the Moonshot Top 100
- RT @Wenlopezn: Y en otras noticias, por fin pude lograr que mi openclaw briefeara a mi Claude para creación de contenido
- 我没深度用小龙虾,主要原因就是记忆。OpenClaw新开会话之前记忆就没了,Hermes的记忆是跨会话的,靠Skill沉淀,是整理过的知识不是聊天记录。Skill会跟着会话自动创建,聊一会儿就多一个。但Skill自动创建还不是最狠的。
- RT @GOATNetwork: This OpenClaw Summer Builder Bootcamp cohort is intentionally small. We want the teams joining to get
- AIエージェントのOpenClawで2026年2月から4月にかけて137件のセキュリティ勧告が出ている。その中に5件の正式なCVEと大規模なサプライチェーン攻撃が含まれている事実は、単なる品質管理の問題を超えている。 CVE-2026-3
- @vincent_koc @openclaw ive left OC for my daily and other projects but rooting for you guys and waiting for the right ti
- RT @vincent_koc: We have been hard at work to instill confidence in @openclaw . Dog fooding agentic engineering untill w
- @vincent_koc @openclaw Simply running “openclaw update” breaks everything for me. Sucks to have to get another agent t
Trending on X
- @hrudolph Nice to meet you, Hannes. My biggest concern is new users. OpenClaw is powerful, but for people who are not — @hrudolph Nice to meet you, Hannes. My biggest concern is new users. OpenClaw is powerful, but for people who are not very technical, installing, updating, managing, and using it safely is still...
- RT @elonmusk: People giving OpenClaw root access to their entire life https://t.co/jqW0FwiW03
- RT @ai_explorer25: Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenber
- RT @ai_explorer25: Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenber
- https://t.co/AxYmotKKUZ
- RT @ai_explorer25: Best 15 accounts to follow in AI: @karpathy = LLMs king @steipete = built openclaw @gregisenber
- RT @GOATNetwork: This OpenClaw Summer Builder Bootcamp cohort is intentionally small. We want the teams joining to get
- RT @GOATNetwork: This OpenClaw Summer Builder Bootcamp cohort is intentionally small. We want the teams joining to get
- @vincent_koc @openclaw shipping a stable release in your sleep with no human in the loop is the real milestone, way more
- RT @kevincodex: You can now earn OpenGateway inference credits while using Claude Code ! Hermes, OpenClaw, Codex and VS
- RT @GOATNetwork: This OpenClaw Summer Builder Bootcamp cohort is intentionally small. We want the teams joining to get
- RT @HuggingModels: When people finally realize Hermes and OpenClaw are just toys compared to Mercury Agent. https://t.co
- Attention $OPENCLAW Family! YOUR vote matters! Less than 100 votes are needed to list $OPENCLAW on the Moonshot Top 100
- RT @Wenlopezn: Y en otras noticias, por fin pude lograr que mi openclaw briefeara a mi Claude para creación de contenido
- 我没深度用小龙虾,主要原因就是记忆。OpenClaw新开会话之前记忆就没了,Hermes的记忆是跨会话的,靠Skill沉淀,是整理过的知识不是聊天记录。Skill会跟着会话自动创建,聊一会儿就多一个。但Skill自动创建还不是最狠的。
- RT @GOATNetwork: This OpenClaw Summer Builder Bootcamp cohort is intentionally small. We want the teams joining to get
- AIエージェントのOpenClawで2026年2月から4月にかけて137件のセキュリティ勧告が出ている。その中に5件の正式なCVEと大規模なサプライチェーン攻撃が含まれている事実は、単なる品質管理の問題を超えている。 CVE-2026-3
- @vincent_koc @openclaw ive left OC for my daily and other projects but rooting for you guys and waiting for the right ti
- RT @vincent_koc: We have been hard at work to instill confidence in @openclaw . Dog fooding agentic engineering untill w
- @vincent_koc @openclaw Simply running “openclaw update” breaks everything for me. Sucks to have to get another agent t
Releases
- OpenClaw repo stats for 2026-06-26 — 380519 stars, 79707 forks, 2676 contributors
Community
- fix(docker): add optional Claude CLI install and persistent ~/.claude directory — What Problem This Solves When running OpenClaw in Docker with anthropic/* providers configured to use Claude Code (Claude Max/Pro subscription), the @anthropic-ai/claude-code CLI is not installed in...
- fix(openai): bound SSE parser buffer to prevent OOM — What Problem This Solves The parseSSE generator in src/llm/providers/openai-chatgpt-responses.ts:719 accumulates decoded SSE chunks into an internal buffer string (line 726) that only shrinks when a...
- fix(proxy): bound SSE parser buffer to prevent OOM — What Problem This Solves The streamProxy SSE reader in src/agents/runtime/proxy.ts:231 accumulates decoded chunks into an internal buffer string that only shrinks when a \n line boundary is found. If...
- fix(auth): auto-correct type:token to type:api_key for Anthropic Enterprise API keys — What Problem This Solves When a user configures an Anthropic Enterprise API key with type: token (instead of type: api_key), the auth profile loader silently rejects it. The Enterprise API uses...
- fix(opencode-go): disable thinking for minimax-m3 anthropic-messages path — What Problem This Solves Minimax models on the Anthropic Messages path return thinking content as regular text blocks rather than proper type:thinking blocks. This injects thinking: { type: disabled...
- fix(opencode-go): treat block-boundary SSE events as liveness for idle timer — What Problem This Solves OpenCode Go sends block-boundary SSE events (text_end, thinking_end, toolcall_start, toolcall_end) between content blocks. The stalled-stream liveness wrapper only recognized...
- fix(agent): surface non_deliverable_terminal_turn with a specific retry message — What Problem This Solves Surfaces non_deliverable_terminal_turn with a specific retry message instead of the generic "Agent couldn't generate a response" fallback. The marker was already classified...
- fix(edit): unwrap XML-RPC {item: {oldText, newText}} edit entries — What Problem This Solves Adds XML-RPC-style { item: ... } edit-entry unwrapping in edit argument preparation and direct execution. XML-RPC array-of-structs wraps each element as {item: {oldText,...
- fix(feishu,browser,msteams,azure-speech,bedrock-mantle,googlechat,huggingface,perplexity): bound JSON response reads — What Problem This Solves Replace unbounded await response.json() with readResponseWithLimit (1 MiB cap) across 8 channel/provider modules (15 call sites in 15 files). Changes Modules: feishu,...
- fix: support baseURL alias in memory embedding provider config resolution — What Problem This Solves When users configure models.providers.openai.baseURL (camelCase with capital R) pointing to a local Ollama or OpenAI-compatible endpoint, ModelProviderSchema silently drops...
- fix(openai): bound JSON/text response reads to prevent OOM — What Problem This Solves Replace unbounded await response.json() with readResponseWithLimit (1 MiB cap) across OpenAI realtime/oauth/image-generation/embedding-batch providers (6 call sites in 4...
- fix(minimax): bound JSON response reads to prevent OOM — What Problem This Solves extensions/minimax/ providers make unbounded await response.json() reads of external MiniMax API responses. A misconfigured / hostile / SSRF-reachable endpoint can return a...
- fix(memory): backfill provider.model in createWithAdapter when adapter returns empty string — What Problem This Solves When createWithAdapter is called and the adapter returns an embedding result with an empty model string, the search index stores the empty string as the model identifier....
- fix(agents): harden workspace bootstrap cache identity — Objective Harden the guarded workspace bootstrap file cache identity so an equal-size in-place edit with restored mtime cannot keep stale bootstrap instructions cached. This is the narrow...
- fix(plugins): suppress false duplicate-id warnings across origins — Summary - Carry forward the narrow #42192 fix for false duplicate plugin-id warnings across expected plugin discovery origins. - Preserve genuine duplicate diagnostics by updating origin-bucket...
- feat(embedded-runner): expose prep stage timings — Summary - Expose embedded runner prep stage snapshots on EmbeddedRunAttemptResult. - Include the same prep stage summary on the agent_end hook event for plugin observability. - Add focused coverage...
- fix(models): default input=[text,image] for vision-capable explicit-only models — Summary Fixes #71921. When a user's openclaw.json contains a static model catalog for a provider (e.g. amazon-bedrock) and an entry omits the input field, mergeProviderModels previously returned that...
- fix gateway restart outside systemd — Closes #72223 Summary - detect Linux background gateway listeners via native /proc inspection before falling back to lsof and ss - treat bare openclaw-gateway process titles as verified gateway...
- fix(ui): show friendly session identifiers instead of raw open_id/session keys — Fixes #61213 What Problem This Solves The Web Control UI displays raw machine-generated identifiers in session labels, making it impossible for operators to quickly identify sessions: - Activity log...
- feat(attach): node conduit + gateway-owned session hydration (pick-up-anywhere) — > ⚠️ Stacked on #96351 (the attach grant primitive, PR1). Merge after it lands — until then the first commits here are #96351's; review the node.attach + hydration commits. Branch merges into current...
- Tracking: attach — session-bound scoped tool grants for interactive/external harnesses
- [Bug]: Intermittent duplicate message delivery in 2026.4.24 across all channels — Bug type Regression (worked before, now fails) Beta release blocker No Summary After upgrading from 2026.4.23 to 2026.4.24, identical user messages are occasionally delivered twice to the session...
- Recover archived (.reset) session transcripts in memory hook + session-logs skill — Summary When a session is reset (/new or /reset), the gateway renames its .jsonl transcript to .jsonl.reset.Z. After that rename, two surfaces silently lose the conversation: 1. The session-memory...
- refactor(whatsapp): centralize account policy — Summary - add a canonical WhatsApp-local account policy seam in extensions/whatsapp/src/account-policy.ts - migrate inbound policy, send, heartbeat recipient resolution, and action target auth to...
- docs(codex): document native model lifecycle hooks — Summary - document Codex native PreModelRequest / PostModelResponse hooks as Codex-owned command hooks - clarify that OpenClaw plugin llm_input / llm_output remain adapter-level compatibility events...
- fix(cron): allow webhook isolated runs to reuse sessionKey sessions — Motivation - Isolated cron runs always forced a fresh session which discarded context even for /hooks/agent webhook calls that intentionally provide stable sessionKey values or externalContentSource;...
- Fix/gateway silent revocation failures — Summary - Problem: Three bare catch {} blocks in the gateway WebSocket revocation paths (server-shared-auth-generation.ts:28,43 and server-request-context.ts:116) silently swallow socket.close()...
- fix: route wake hooks to explicit sessions — Summary - let direct /hooks/wake payloads carry an optional sessionKey - honor action: "wake" mapping sessionKey / agentId routing instead of always waking main - extend wake-hook tests and config...
- OpenClaw sponsors (110 total) — 110 sponsors supporting OpenClaw
- fix: normalize abuse review summaries (#2894)
- fix: package og runtime assets during vite build (#2895)
- fix: require org member acceptance (#2885) — fix: require org member acceptance feat: add org member invite workflow fix: harden org invite duplicate checks fix: bind org invites to target users fix: preserve org member role updates fix:...
- fix: serialize abuse review rows safely
- fix: lighten abuse dashboard page rows (#2892)
- fix: paginate abuse dashboard rows (#2891)
- fix: cap abuse dashboard list size — Cap the non-paginated publisher abuse dashboard list size so the existing management view cannot request a too-large Convex response while pagination is implemented.
- fix: compact abuse dashboard payload — Compact publisher abuse dashboard list scores so the production management abuse view stays under Convex return-size limits. Detail rows still load temporal evidence through the selected nomination...
- fix: fail closed for abuse dashboard reads
- Fix abuse dashboard auth churn — Read-only publisher abuse dashboard queries now return safe empty/default values when auth is temporarily missing, while preserving moderator checks for authenticated users and leaving...
- Warn before publisher abuse autobans — Publisher-abuse automatic enforcement now uses warning-first daily pressure scans behind an audited kill switch. The flow warns eligible publishers, requires a newer post-deadline confirming score...
- refactor: dedupe og font loading
- fix: use publisher social image font weight
- fix: refine publisher social images
- feat: update publisher social images
- fix(ci): satisfy format check and types after main rebase — Narrow plugin rows in search results and compare org-role visibility against the route handle so types-build passes on rebased main.
- fix(ui): align search creators list and hide org roles publicly — Match creator search results to the /creators directory row layout and only show organization membership roles to the profile owner or site admins.
- fix(ci): satisfy format check and knip on profile polish branch — Run oxfmt across touched UI files, stop exporting the unused inline-code summary segment type, and type the malformed-topic hook test so types-build passes.
- fix(ui): harden skill and plugin detail polish for mobile browse — Tighten detail-page UX across diff loading, topic browse filters, install copy controls, versions tables, and mobile hero layout without changing core flows.
- fix(search): align pending browse rules with GitHub-backed spec — Keep GitHub-backed pending verification visible in browse/search, hide only first-publish hosted pending skills synchronously, and require a listable approved version before showing hosted skills...
- having difficulty in installing openclaw
News
- Iter435/Qwen3.5-4B-Claude-4.6-Opus-Reasoning-openclaw
- 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...
- Tell HN: Anthropic no longer allowing Claude Code subscriptions to use OpenClaw
- Anthropic says OpenClaw-style Claude CLI usage is allowed again
- Nanobot: Ultra-Lightweight Alternative to OpenClaw
- You are not supposed to install OpenClaw on your personal computer
- StepFun 3.5 Flash is #1 cost-effective model for OpenClaw tasks (300 battles)
- Cron Jobs and Scheduled Tasks in OpenClaw — A practical guide to automating your AI assistant to work while you sleep.
- My OpenClaw MCP Server Said 'OK' But Returned Nothing. I Built a 40-Line Health Check That Saved My Mornings. — My OpenClaw MCP Server Said "OK" But Returned Nothing. I Built a 40-Line Health Check That...
- Gaslighting the GLM 5 in OpenClaw — Re-check after long debugging with agent in Openclaw is a must as sometime model make a plausable...
- This OpenClaw 6.10 thread got 50 comments and the weird part is everyone is arguing about boring fixes — OpenClaw 6.10 looks small with just 12 merged PRs, but the Reddit thread around it got heated because the fixes target the bugs that actually break au
- Building AI Agents? Here’s the Toolkit You’ve Been Missing — If you build on OpenClaw, you know the drill: every new agent project starts with copy-pasting an old SKILL.md…Continue reading on Medium »
- Using AI Like a Pro #2: Setting up your Personal AI Computer — Welcome to the second article in the “Using AI Like a Pro” series!Continue reading on Intuitive Deep Learning »
- 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 »
- Manus — AI agent bridges thoughts and actions, excelling in work and life tasks like personalized travel, stock analysis, insurance comparisons, and supplier sourcing, autonomously completing tasks and...
- Khoj — Open-source app offers local or cloud AI chat with major LLMs, advanced semantic search, automation, personal newsletters, document indexing, image generation, and text-to-speech. Access from web,...
- MiroThinker — MiroThinker is an open-source search agent model, built for tool-augmented reasoning and real-world information seeking, aiming to match the deep research experience of OpenAI Deep Research and...
Don't miss what's next. Subscribe to Openclaw Newsletter: