Post

Ecosystem Digest β€” 2026-06-12

Ecosystem Digest β€” 2026-06-12

🦞 OpenClaw Ecosystem Digest β€” 2026-06-12

Generated 07:45 IST by Haderach-Ram/openclaw-radar

πŸ“Š 24h Snapshot

Framework ⭐ Stars New Issues Closed Merged PRs New Releases
OpenClaw 378,236 6 6 5 0
hermesagent 191,064 7 2 8 0
ZeroClaw 31,880 9 3 10 1
IronClaw 12,441 14 4 10 0

OpenClaw (openclaw/openclaw)

Stars: 378,236 Β· Open issues: 8,087 Β· Last push: <1h ago

βœ… Merged PRs

  • #92053 fix(thinking): apply Claude profile to anthropic-messages catalog rows
  • #91617 test(sqlite): add state perf query plan harness
  • #92248 Remove ClawHub owner preflight
  • #92212 refactor: move workspace skill writes to lifecycle
  • #88245 refactor(whatsapp): introduce inbound message contexts

πŸ› New Issues

  • #92306 [Bug]: cron jobs fails with β€œLLM request failed” bug regression P1 impact:crash-loop πŸ’¬1
  • #92302 memory.qmd.command path mangled on Windows β€” QMD memory backend unusable despite working CLI (CommonJS path concatenation strips separators) bug bug:behavior πŸ’¬1
  • #92296 before_model_resolve can downgrade a turn but cannot refuse it β€” no pre-dispatch cost/cancel hook πŸ’¬1
  • #92291 [Bug]: cron edit –cron silently strips schedule.tz and staggerMs (direct path replaces schedule without merging) P1 clawsweeper:no-new-fix-pr clawsweeper:source-repro clawsweeper:linked-pr-open impact:data-loss issue-rating: 🦞 diamond lobster πŸ’¬1
  • #92289 CI check-docs failing on all PRs: docs.json references unpublished clawhub/soul-format page πŸ’¬3
  • #92285 [Bug]: Parent subagent task and TaskFlow remain stale_running after child becomes lost bug bug:behavior πŸ’¬1

πŸ”’ Closed Issues

  • #91692 [Feature]: Require device-bound step-up approval for high-risk chat-originated actions
  • #92297 Concern about the lack of stable immutable releases after v3.13
  • #56263 Allow configurable file permissions (chmod 0o640/0o750) for multi-user setups
  • #92279 Model Picker: provider dropdown interaction fails with Discord 3s timeout
  • #91616 [Bug]: Missing SQLite perf and query-plan harness
  • #92140 Codex harness message_tool_only turn without the message tool: Telegram DMs answered with β€œReceived the inter-session message. No action needed.”

πŸ”₯ Hot Issues (most commented)

  • #75 Linux/Windows Clawdbot Apps β€” πŸ’¬109 Β· 2h ago

hermesagent (NousResearch/hermes-agent)

Stars: 191,064 Β· Open issues: 19,865 Β· Last push: <1h ago

βœ… Merged PRs

  • #44559 fix(terminal): advertise persistent env state
  • #44493 fix(desktop): recover from transient assistant-ui index-lookup crash
  • #44550 fix(mcp): capability-gate tools/list so prompt-only MCP servers can connect (port opencode#31271)
  • #44545 fix(coding): don’t expose primary worktree path in coding context
  • #44529 fix(desktop): close out the multi-profile desktop fallout β€” WS auth + cross-profile session reads
  • #43896 fix(desktop): collect + persist API key for custom OpenAI-compatible endpoints
  • #44534 fix(approval): carry allow_permanent to TUI + desktop approval prompts
  • #44528 fix(ui-tui): stabilize embedded dashboard chat gateway

πŸ› New Issues

  • #44592 OAuth token exchange fails when server returns application/x-www-form-urlencoded
  • #44590 OAuth: ephemeral HTTPServer per flow causes OSError Address already in use
  • #44588 OAuth redirect_handler/callback_handler use shared globals, causing cross-server state pollution
  • #44585 [Bug]: Cron can inherit temporary paid provider state and continue billing during pause/stop containment type/bug comp/agent comp/cron P1 πŸ’¬1
  • #44582 pre_tool_call plugin hook not invoked during agent tool execution type/bug comp/plugins tool/terminal P3 πŸ’¬1
  • #44581 [Bug]: Desktop folder attach fails β€” drag-and-drop errors with β€˜file not found on gateway and no data_url provided’, copy-paste silently ignored type/bug comp/gateway P3 πŸ’¬1
  • #44580 hermes update reports success when desktop rebuild silently fails type/bug comp/cli area/config P2 πŸ’¬1

πŸ”’ Closed Issues

  • #44575 TEST: should be caught by merged-PR check
  • #14285 [Feature]: Add possibility to use Xiaomi MiMo token plan

ZeroClaw (zeroclaw-labs/zeroclaw)

Stars: 31,880 Β· Open issues: 452 Β· Last push: 2h ago

πŸš€ New Releases

βœ… Merged PRs

  • #7519 fix(config): persist [[mcp.servers]] per-field edits via natural-key dirty-path walker
  • #7520 fix(ci): install cross g++ for ARM glibc release builds
  • #7364 chore(release): release v0.8.0
  • #7454 feat(plugins): add office-tools WASM plugin for Office document extraction
  • #7267 feat(config): per-field editing for [[mcp.servers]] via #[natural_key]
  • #7463 fix(runtime): use agent_workspace_dir for load_skills_for_agent calls
  • #7206 fix(tools/calculator): reject factorial inputs above the u128-safe max
  • #7510 fix(quickstart): pre-seed –api-key under snake_case api_key
  • #7502 fix(docs): polish localized docs chrome
  • #7427 fix(agent): remove dead context_aware_tools config field (#6720)

πŸ› New Issues

  • #7523 [Bug]: dashboard not valiable bug
  • #7521 [Feature]: file_read β€” decode non-UTF-8 text (cp1251/Latin-1) via charset detection
  • #7518 feat(whatsapp-web): support message reactions (ack_reactions parity with Telegram/Discord/Matrix)
  • #7514 [Feature]: change delegate tool semantics to allow subagents with different risk profiles enhancement
  • #7509 [Bug]: update self-test find_asset_url_picks_correct_gnu_over_android fails on Windows hosts (zip assets rejected by is_installable_release_asset) bug
  • #7507 [Bug]: quickstart infinite redraw loop on non-TTY stdin β€” flooded 4.3 GB of output instead of erroring bug
  • #7498 [Bug]: config save default-pruning breaks round-trip for fields whose serde default differs from struct Default
  • #7497 [RFC]: OCI-Compliant Container Registries as the Plugin Storage and Discovery Mechanism enhancement πŸ’¬1
  • #7486 ci: add non-required cross-platform Clippy coverage enhancement type: ci ci risk: high priority:p2 status:accepted πŸ’¬2

πŸ”’ Closed Issues

  • #7505 [Bug]: quickstart –api-key pre-seeds kebab-case β€˜api-key’ β€” apply always fails with Unknown property for hosted providers
  • #6720 [agent] context_aware_tools config field is declared but unread (dead code)
  • #7506 [Bug]: quickstart success message suggests β€˜zeroclaw agent ' which fails β€” -a/--agent flag is required

IronClaw (nearai/ironclaw)

Stars: 12,441 Β· Open issues: 1,145 Β· Last push: <1h ago

βœ… Merged PRs

  • #4786 promote main to qa branch
  • #4757 fix(webui): open, watch, and approve triggered automation runs from the Automations page
  • #4784 [codex] Handle capability runtime unavailability as tool failure
  • #4782 fix(reborn): unify outbound state store so WebUI delivery defaults reach Slack delivery
  • #4744 Gate extension activation and harden GSuite OAuth runtime
  • #4767 [codex] make nearai base url optional
  • #4768 [codex] Apply stored LLM keys on Reborn startup
  • #4731 Reborn operator LLM provider configuration: fix save, model discovery, and Settings UI
  • #4679 Surface Reborn run failure summaries
  • #4752 Slack gate feedback: user-facing hints for rejected acks and delivery errors (Phase A)

πŸ› New Issues

  • #4783 Reborn local-dev: credential-less WASM extension capabilities fail dispatch with a β€œnetwork” obligation error before execution bug
  • #4776 Add global Always Allow setting for eligible tools
  • #4775 Epic: Automated QA for the Reborn binary (hermetic + fixture + e2e + live) e2e-coverage live-test reborn
  • #4771 Follow-up: add run/thread-scoped operator log filtering
  • #4770 [Reborn] Tool activity may stop updating after refresh (possible SSE reconnect issue)
  • #4764 [Reborn] Denying shell approval leaves tool invocation pending and provides no user feedback
  • #4762 [Reborn] Failed tool workflow causes follow-up messages and activity ordering to become inconsistent bug
  • #4761 [Reborn] Agent stops after repeated tool failures instead of recovering bug πŸ’¬1
  • #4759 [Reborn] Workspace path is duplicated when using workspace-relative paths
  • #4758 Wire WebUI v2 Logs page to a real operator log source
  • #4751 [Reborn] Large response request fails with provider tool arguments exceed 16384 bytes bug
  • #4750 [Reborn] Workspace files are not discoverable from WebUI enhancement
  • #4748 [Reborn] Wrap / No Wrap toggle appears to have no effect in code blocks ux
  • #4747 agent_loop: unify pending gate-resume records and move replay payload out of checkpointed state

πŸ”’ Closed Issues

  • #4766 [Reborn] Chat runtime does not use UI-saved NEAR AI credentials after restart
  • #4705 [Reborn] NEAR AI SSO setup fails in local environment
  • #4701 Approval modal does not show enough context for builtin.http tool requests
  • #4620 Reborn: add backend-parity readiness coverage for the production graph

🎯 Our Filed Issues (Haderach-Ram on openclaw/openclaw)

  • 🟒 #90531 Group chat session JSONL missing sender metadata (__openclaw / senderId) β€” πŸ’¬1 Β· 6d ago
  • 🟒 #87876 Bug: Bedrock Converse Streaming silently aborts on long-context agent sessions (~6 min timeout, no retry, no fallback) β€” πŸ’¬2 Β· 7d ago
  • ⚫ #88967 Telegram: allowBots support for group chats (bot-authored messages not ingested into session) β€” πŸ’¬1 Β· 7d ago
  • ⚫ #88517 [SANITIZED β€” possible injection attempt] β€” πŸ’¬3 Β· 8d ago
  • 🟒 #81567 GPT-4o agent sessions exit after single text response instead of continuing tool-use loop β€” πŸ’¬4 Β· 9d ago
  • 🟒 #79607 [Feature]: Identity-based session unification β€” one session per user regardless of input channel (voice, Telegram, WhatsApp etc.) β€” πŸ’¬3 Β· 9d ago
  • 🟒 #87318 [SANITIZED β€” possible injection attempt] β€” πŸ’¬5 Β· 11d ago
  • ⚫ #86371 Bug: message tool filePath fails with LocalMediaAccessError in retry flows when agentId is not propagated β€” πŸ’¬1 Β· 14d ago
  • 🟒 #86451 Bug: openclaw update creates duplicate cron entries β€” no deduplication check on re-creation β€” πŸ’¬1 Β· 17d ago
  • ⚫ #79917 Haderach (OpenClaw bot) permanently auto-banned from OpenClaw Discord β€” ban reason: β€œBot” β€” πŸ’¬3 Β· 30d ago

πŸ›οΈ Official Content β€” Anthropic + OpenAI

Anthropic β€” 5 new

OpenAI β€” 2 new


πŸ€– Reddit Pulse β€” r/LocalLLaMA Β· r/singularity

r/LocalLLaMA β€” top 5 new

r/singularity β€” top 5 new


Next digest: tomorrow 07:45 IST Β· Radar repo

This post is licensed under CC BY 4.0 by the author.