repo stringclasses 1
value | github_id int64 3.77B 4.38B | github_node_id stringlengths 18 24 | number int64 75 77.8k | html_url stringlengths 46 49 | api_url stringlengths 56 59 | title stringlengths 1 746 | body stringlengths 1 55.7k ⌀ | state stringclasses 2
values | state_reason stringclasses 4
values | locked bool 2
classes | comments_count int64 0 128 | labels listlengths 0 5 | assignees listlengths 0 2 | created_at stringdate 2026-01-01 16:55:34 2026-05-05 11:59:03 | updated_at stringdate 2026-03-24 00:13:29 2026-05-05 11:59:15 | closed_at stringlengths 20 20 ⌀ | author_association stringclasses 3
values | milestone_title stringclasses 0
values | snapshot_id stringclasses 76
values | extracted_at stringdate 2026-03-24 23:36:49 2026-05-05 12:00:33 | author_login stringlengths 3 38 | author_id int64 346 282M | author_node_id stringlengths 12 20 | author_type stringclasses 2
values | author_site_admin bool 2
classes |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
openclaw/openclaw | 4,222,955,436 | I_kwDOQb6kR877tS-s | 63,011 | https://github.com/openclaw/openclaw/issues/63011 | https://api.github.com/repos/openclaw/openclaw/issues/63011 | Define one canonical outbound message.send path that is hook-bearing, deliverable, and auditable | This issue is about establishing one canonical outbound `message.send` path in OpenClaw that can be used for honest end-to-end guard proof and downstream audit correlation.
## Problem
Right now there is no single outbound send path that simultaneously:
- routes through the active runtime's `message_sending` hook
- r... | open | null | false | 2 | [] | [] | 2026-04-08T07:51:47Z | 2026-05-02T05:37:43Z | null | NONE | null | 20260502T060142Z | 2026-05-02T06:01:42Z | gullirg | 51,210,683 | MDQ6VXNlcjUxMjEwNjgz | User | false |
openclaw/openclaw | 4,223,161,241 | I_kwDOQb6kR877uFOZ | 63,030 | https://github.com/openclaw/openclaw/issues/63030 | https://api.github.com/repos/openclaw/openclaw/issues/63030 | System prompt assembled differently across code paths (chat/heartbeat/announce), causing continuous Anthropic cache invalidation | ## Bug type
Behavior bug (incorrect output/state without crash)
## Summary
**The system prompt volatile suffix is assembled in a different order depending on which code path triggers a turn** — normal chat, heartbeat, and ACP announce each produce different byte sequences for the same session. Since Anthropic prompt ... | open | null | false | 4 | [] | [] | 2026-04-08T08:26:43Z | 2026-05-02T23:57:22Z | null | NONE | null | 20260503T000641Z | 2026-05-03T00:06:41Z | anthonyconnelly | 90,654,442 | MDQ6VXNlcjkwNjU0NDQy | User | false |
openclaw/openclaw | 4,224,020,997 | I_kwDOQb6kR877xXIF | 63,120 | https://github.com/openclaw/openclaw/issues/63120 | https://api.github.com/repos/openclaw/openclaw/issues/63120 | sessions_spawn: LLMs pass streamTo for subagent runtime causing 100% spawn failures | ## Problem
When using `sessions_spawn` with `runtime="subagent"`, LLMs (e.g. GPT-5.4, Claude) consistently pass `streamTo: "parent"` alongside the spawn call. This triggers the validation error:
```
streamTo is only supported for runtime=acp; got runtime=subagent
```
This causes **100% failure rate** for all subagen... | closed | completed | true | 2 | [
"clawsweeper"
] | [] | 2026-04-08T11:03:33Z | 2026-04-30T04:33:40Z | 2026-04-27T16:43:17Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | SuperSupeng | 20,471,278 | MDQ6VXNlcjIwNDcxMjc4 | User | false |
openclaw/openclaw | 4,224,088,706 | I_kwDOQb6kR877xnqC | 63,125 | https://github.com/openclaw/openclaw/issues/63125 | https://api.github.com/repos/openclaw/openclaw/issues/63125 | [Bug]: Multiple regressions in 2026.4.8 - Gateway high CPU, CLI timeout, Discord voice broken, Messenger bot broken | # [Bug]: Multiple regressions in 2026.4.8 - Gateway high CPU, CLI timeout, Discord voice broken, Messenger bot broken
## Summary
After upgrading from OpenClaw 2026.4.1 to 2026.4.8, multiple critical features stopped working:
1. **Gateway CPU usage spikes to 80%+** (normally ~5%)
2. **`openclaw agent` CLI commands time... | closed | not_planned | true | 6 | [] | [] | 2026-04-08T11:17:44Z | 2026-05-05T04:28:04Z | 2026-05-02T05:12:36Z | NONE | null | 20260505T060034Z | 2026-05-05T06:00:34Z | darealgege | 30,112,470 | MDQ6VXNlcjMwMTEyNDcw | User | false |
openclaw/openclaw | 4,332,804,319 | I_kwDOQb6kR88AAAABAkFY3w | 72,536 | https://github.com/openclaw/openclaw/issues/72536 | https://api.github.com/repos/openclaw/openclaw/issues/72536 | [Bug]: Bug] WebChat channel sends duplicate messages causing double agent responses | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
WebChat dashboard sends each message twice to the agent, causing duplicate responses and doubled token consumption.
### Steps to reproduce
1. Start OpenClaw gateway: openclaw gateway start
2. Open WebChat Dashboard at http... | closed | not_planned | true | 2 | [
"bug"
] | [] | 2026-04-27T02:57:29Z | 2026-05-02T04:28:49Z | 2026-04-29T09:03:43Z | NONE | null | 20260502T060142Z | 2026-05-02T06:01:42Z | AngryC888 | 279,588,615 | U_kgDOEKovBw | User | false |
openclaw/openclaw | 4,332,810,139 | I_kwDOQb6kR88AAAABAkFvmw | 72,538 | https://github.com/openclaw/openclaw/issues/72538 | https://api.github.com/repos/openclaw/openclaw/issues/72538 | [Bug]: | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
WebChat dashboard sends each message twice to the agent, causing duplicate responses and doubled token consumption.
### Steps to reproduce
1. Start OpenClaw gateway: openclaw gateway start
2. Open WebChat Dashboard at http... | closed | duplicate | true | 1 | [
"bug"
] | [] | 2026-04-27T02:59:33Z | 2026-04-30T04:36:17Z | 2026-04-27T06:45:44Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | AngryC888 | 279,588,615 | U_kgDOEKovBw | User | false |
openclaw/openclaw | 4,332,745,047 | I_kwDOQb6kR88AAAABAkBxVw | 72,526 | https://github.com/openclaw/openclaw/issues/72526 | https://api.github.com/repos/openclaw/openclaw/issues/72526 | Gateway runtime unstable after updating to 2026.4.24 until doctor fix + restart + bonjour disable | ## Summary
After updating OpenClaw to `2026.4.24` via `openclaw update`, the CLI version updated successfully, but the running gateway became unstable for a while. The system showed mixed signals such as `Runtime: running` while connectivity probe failed with `ECONNREFUSED` / `timeout`, and `doctor --fix` surfaced a bu... | closed | completed | true | 6 | [] | [] | 2026-04-27T02:35:40Z | 2026-04-30T04:33:46Z | 2026-04-27T07:30:40Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | StephenPan | 24,825,385 | MDQ6VXNlcjI0ODI1Mzg1 | User | false |
openclaw/openclaw | 4,332,849,375 | I_kwDOQb6kR88AAAABAkII3w | 72,543 | https://github.com/openclaw/openclaw/issues/72543 | https://api.github.com/repos/openclaw/openclaw/issues/72543 | Control UI should always surface the canonical main session in the chat dropdown | ## Summary
The Control UI chat session dropdown does not reliably surface the canonical main session. In practice, a user can end up without an obvious `main` / assistant session target in the dropdown, even though the canonical session exists as `agent:main:main`.
For direct assistant use, there should always be a s... | closed | not_planned | true | 1 | [] | [] | 2026-04-27T03:11:58Z | 2026-05-05T04:27:18Z | 2026-05-02T12:51:18Z | NONE | null | 20260505T060034Z | 2026-05-05T06:00:34Z | losomode | 52,184 | MDQ6VXNlcjUyMTg0 | User | false |
openclaw/openclaw | 4,332,861,530 | I_kwDOQb6kR88AAAABAkI4Wg | 72,547 | https://github.com/openclaw/openclaw/issues/72547 | https://api.github.com/repos/openclaw/openclaw/issues/72547 | [Bug]: WhatsApp extension's QR code Connection ignore HTTP/SOCKS5 Proxy as env variable | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
the issue is same to #2153 , but the code affected is no located in `~/.nvm/versions/node/v22.16.0/lib/node_modules/openclaw/dist/extensions/whatsapp/connection-controller-Cxgtxfr6.js`
It affects the QR code li... | closed | completed | true | 1 | [
"bug",
"bug:behavior"
] | [] | 2026-04-27T03:16:04Z | 2026-04-30T04:34:55Z | 2026-04-27T10:30:46Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | mebusw | 760,587 | MDQ6VXNlcjc2MDU4Nw== | User | false |
openclaw/openclaw | 4,332,866,943 | I_kwDOQb6kR88AAAABAkJNfw | 72,550 | https://github.com/openclaw/openclaw/issues/72550 | https://api.github.com/repos/openclaw/openclaw/issues/72550 | Cron delivery reports success but WeChat message never arrives (session-guard.ts suspected) | ## Problem
Cron jobs configured with delivery announce (openclaw-weixin channel) report delivered: true in run logs, but users never receive the WeChat messages. Manual re-send via the same channel succeeds.
**Frequency**: Every morning for 3 consecutive days (Apr 21, 24, 25, 27).
## Environment
- OpenClaw version:... | closed | not_planned | true | 1 | [] | [] | 2026-04-27T03:17:48Z | 2026-05-03T04:36:02Z | 2026-04-30T16:17:12Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | Caesarliu1 | 68,217,841 | MDQ6VXNlcjY4MjE3ODQx | User | false |
openclaw/openclaw | 4,332,868,359 | I_kwDOQb6kR88AAAABAkJTBw | 72,551 | https://github.com/openclaw/openclaw/issues/72551 | https://api.github.com/repos/openclaw/openclaw/issues/72551 | Cron delivery reports success but WeChat message never arrives (session-guard.ts suspected) | ## Problem
Cron jobs configured with delivery announce (openclaw-weixin channel) report delivered: true in run logs, but users never receive the WeChat messages. Manual re-send via the same channel succeeds.
**Frequency**: Every morning for 3 consecutive days (Apr 21, 24, 25, 27).
## Environment
- OpenClaw version:... | closed | not_planned | true | 1 | [] | [] | 2026-04-27T03:18:14Z | 2026-05-03T04:36:53Z | 2026-04-30T14:52:47Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | Caesarliu1 | 68,217,841 | MDQ6VXNlcjY4MjE3ODQx | User | false |
openclaw/openclaw | 4,332,877,511 | I_kwDOQb6kR88AAAABAkJ2xw | 72,554 | https://github.com/openclaw/openclaw/issues/72554 | https://api.github.com/repos/openclaw/openclaw/issues/72554 | memory-core: dream narrative cleanup warns missing operator.admin after nightly dreaming | ## Summary
`memory-core` nightly dreaming can leave repeated warning noise after dream narrative generation, because detached narrative subagent runs either time out or finish, then cleanup calls `subagent.deleteSession({ sessionKey })` from the plugin path without sufficient gateway scope. The cleanup failure is logg... | closed | duplicate | true | 1 | [] | [] | 2026-04-27T03:21:44Z | 2026-04-30T04:35:20Z | 2026-04-27T09:41:10Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | richardmqq | 14,178,267 | MDQ6VXNlcjE0MTc4MjY3 | User | false |
openclaw/openclaw | 4,332,882,849 | I_kwDOQb6kR88AAAABAkKLoQ | 72,555 | https://github.com/openclaw/openclaw/issues/72555 | https://api.github.com/repos/openclaw/openclaw/issues/72555 | feat: Tool error circuit breaker & edit safety pre-validation | # OpenClaw Improvement Proposal: Tool Error Circuit Breaker & Edit Safety
**Date:** 2026-04-27
**Severity:** Medium (token waste, task blocking)
**Environment:** OpenClaw 2026.4.22, WSL2, Linux
---
## Problem Summary
The `edit` tool enters infinite retry loops when `oldText` and `newText` are identical, causing... | open | null | false | 1 | [] | [] | 2026-04-27T03:23:49Z | 2026-05-03T02:15:24Z | null | NONE | null | 20260503T030030Z | 2026-05-03T03:00:30Z | YY-hhd | 192,077,660 | U_kgDOC3LfXA | User | false |
openclaw/openclaw | 4,332,821,379 | I_kwDOQb6kR88AAAABAkGbgw | 72,539 | https://github.com/openclaw/openclaw/issues/72539 | https://api.github.com/repos/openclaw/openclaw/issues/72539 | Plugin SDK: MessagePreSent outbound hook missing | # Plugin SDK: MessagePreSent outbound hook missing
*This issue is being filed as part of a batch of related upstream submissions discovered during architectural review of OpenClaw deployment. Filed locally 2026-04-25; submitted upstream 2026-04-27. See "Related issues (batch)" section at end for batch context.*
*Sugg... | closed | completed | true | 1 | [] | [] | 2026-04-27T03:03:49Z | 2026-05-03T04:37:01Z | 2026-04-30T14:32:18Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | alfredneuworth | 277,086,943 | U_kgDOEIQC3w | User | false |
openclaw/openclaw | 4,332,832,693 | I_kwDOQb6kR88AAAABAkHHtQ | 72,541 | https://github.com/openclaw/openclaw/issues/72541 | https://api.github.com/repos/openclaw/openclaw/issues/72541 | Gateway completeness check false-negative on pure-relay agents | # Gateway completeness check false-negative on pure-relay agents
*This issue is being filed as part of a batch of related upstream submissions discovered during architectural review of OpenClaw deployment. Filed locally 2026-04-22; submitted upstream 2026-04-27. See "Related issues (batch)" section at end for batch co... | open | null | false | 1 | [] | [] | 2026-04-27T03:07:16Z | 2026-05-03T09:13:08Z | null | NONE | null | 20260503T120038Z | 2026-05-03T12:00:38Z | alfredneuworth | 277,086,943 | U_kgDOEIQC3w | User | false |
openclaw/openclaw | 4,332,910,728 | I_kwDOQb6kR88AAAABAkL4iA | 72,559 | https://github.com/openclaw/openclaw/issues/72559 | https://api.github.com/repos/openclaw/openclaw/issues/72559 | Community tool: openclaw-watchdog (cross-platform self-healer) | Hey - built a community watchdog tool that goes a fair bit further than the reference implementation in the workspace tools folder.
**Repo:** https://github.com/simonlpaige/openclaw-watchdog
**What it does:**
- Monitors the gateway HTTP health endpoint and restarts it when it goes down
- Works on Windows, macOS, and ... | closed | not_planned | true | 1 | [] | [] | 2026-04-27T03:34:29Z | 2026-05-03T04:36:52Z | 2026-04-30T14:52:53Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | simonlpaige | 37,185,484 | MDQ6VXNlcjM3MTg1NDg0 | User | false |
openclaw/openclaw | 4,332,911,219 | I_kwDOQb6kR88AAAABAkL6cw | 72,560 | https://github.com/openclaw/openclaw/issues/72560 | https://api.github.com/repos/openclaw/openclaw/issues/72560 | Proposal: pre-turn context-staleness check before treating last message as answer | There's a class of bug that shows up in assistants that do slow work mid-conversation.
**The scenario:**
1. Assistant asks: 'Which plan would you prefer - monthly or annual?'
2. Assistant kicks off a tool call that takes 8 seconds
3. User types 'I'll be on Telegram' while waiting
4. Tool finishes. Assistant reads late... | closed | not_planned | true | 1 | [] | [] | 2026-04-27T03:34:41Z | 2026-05-03T04:34:00Z | 2026-05-01T04:15:12Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | simonlpaige | 37,185,484 | MDQ6VXNlcjM3MTg1NDg0 | User | false |
openclaw/openclaw | 4,332,954,358 | I_kwDOQb6kR88AAAABAkOi9g | 72,572 | https://github.com/openclaw/openclaw/issues/72572 | https://api.github.com/repos/openclaw/openclaw/issues/72572 | [Bug]: exec-policy still rejects symlinked ~/.openclaw after #72377 replacement for #64663 | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
`openclaw exec-policy preset yolo` still fails when `~/.openclaw` is a symlink, even after replacement PR #72377 landed and closed #64663.
`#72377` fixed only the case where `OPENCLAW_HOME` itself is a symlinked trusted root. It still reje... | open | null | false | 1 | [] | [] | 2026-04-27T03:50:38Z | 2026-05-03T13:21:41Z | null | CONTRIBUTOR | null | 20260503T150031Z | 2026-05-03T15:00:31Z | FunJim | 19,302,163 | MDQ6VXNlcjE5MzAyMTYz | User | false |
openclaw/openclaw | 4,332,970,426 | I_kwDOQb6kR88AAAABAkPhug | 72,574 | https://github.com/openclaw/openclaw/issues/72574 | https://api.github.com/repos/openclaw/openclaw/issues/72574 | `btw spawn` with invalid bearer token triggers gateway/session disconnect | ### Summary
Running `btw spawn codex 5.5` with an invalid or expired bearer token returns a 401 (expected), but also appears to destabilize the active OpenClaw gateway session, leading to a disconnect (`gateway disconnected: closed | idle`). This requires a manual `openclaw gateway restart` to recover.
### Expected B... | open | null | false | 1 | [] | [] | 2026-04-27T03:56:08Z | 2026-05-03T13:21:42Z | null | NONE | null | 20260503T150031Z | 2026-05-03T15:00:31Z | dodge1218 | 235,199,066 | U_kgDODgTaWg | User | false |
openclaw/openclaw | 4,332,984,440 | I_kwDOQb6kR88AAAABAkQYeA | 72,575 | https://github.com/openclaw/openclaw/issues/72575 | https://api.github.com/repos/openclaw/openclaw/issues/72575 | Bug: sub-agent announce fails with 400 BAD_REQUEST after task completion | # Bug Report: sub-agent announce fails with 400 BAD_REQUEST after task completion
## Description
When a sub-agent (dev-agent, re-agent, ui-agent, etc.) completes a task and attempts to announce the result back to the parent agent via the built-in announce mechanism, the announce request consistently fails with `400 B... | closed | completed | true | 3 | [] | [
"vincentkoc"
] | 2026-04-27T04:00:50Z | 2026-05-02T04:28:13Z | 2026-04-29T13:09:42Z | NONE | null | 20260502T060142Z | 2026-05-02T06:01:42Z | ecican | 6,030,016 | MDQ6VXNlcjYwMzAwMTY= | User | false |
openclaw/openclaw | 4,332,984,938 | I_kwDOQb6kR88AAAABAkQaag | 72,576 | https://github.com/openclaw/openclaw/issues/72576 | https://api.github.com/repos/openclaw/openclaw/issues/72576 | [Test gap]: claude-cli backend has no integration test catching the registration regression class | ### Issue type
Test gap (CI guardrail missing). Not a behavior bug — but a behavior bug class that has shipped 3+ times in the past 25 days because there's no test asserting it.
### Summary
The `claude-cli` agent backend has shipped multiple distinct regressions in close succession:
- [#61093](https://github.com/op... | open | null | false | 2 | [] | [] | 2026-04-27T04:00:59Z | 2026-05-03T13:21:44Z | null | NONE | null | 20260503T150031Z | 2026-05-03T15:00:31Z | 1fanwang | 21,269,208 | MDQ6VXNlcjIxMjY5MjA4 | User | false |
openclaw/openclaw | 4,333,096,696 | I_kwDOQb6kR88AAAABAkXO-A | 72,591 | https://github.com/openclaw/openclaw/issues/72591 | https://api.github.com/repos/openclaw/openclaw/issues/72591 | Feature request: per-agent MCP server scoping | ## Problem
When multiple agents are configured on a single gateway, every MCP server defined in `mcp.servers` is spawned once per agent — regardless of whether that agent needs those tools.
For example, with 12 agents and 10 MCP servers, the gateway spawns **120 processes** even though only 4-5 agents actually use th... | open | null | false | 2 | [] | [] | 2026-04-27T04:34:07Z | 2026-05-03T01:38:00Z | null | NONE | null | 20260503T030030Z | 2026-05-03T03:00:30Z | alexbixor | 29,897,901 | MDQ6VXNlcjI5ODk3OTAx | User | false |
openclaw/openclaw | 4,064,495,609 | I_kwDOQb6kR87yQ0f5 | 44,051 | https://github.com/openclaw/openclaw/issues/44051 | https://api.github.com/repos/openclaw/openclaw/issues/44051 | [Bug]: [skills] Skipping skill path error triggered on officially installed skills via clawhub (WSL Environment) | ### Bug type
Regression (worked before, now fails)
### Summary
Environment:
OS: Windows Subsystem for Linux (WSL2) - Ubuntu
OpenClaw Version: 2026.3.9
Model: local qwen3:
When starting the OpenClaw gateway, it completely refuses to load officially installed skills, throwing a Skipping skill path that resolves outsi... | open | null | false | 6 | [
"bug",
"regression"
] | [] | 2026-03-12T12:59:35Z | 2026-05-04T00:43:13Z | null | NONE | null | 20260504T030031Z | 2026-05-04T03:00:31Z | libeibei-22 | 81,662,902 | MDQ6VXNlcjgxNjYyOTAy | User | false |
openclaw/openclaw | 4,064,748,597 | I_kwDOQb6kR87yRyQ1 | 44,077 | https://github.com/openclaw/openclaw/issues/44077 | https://api.github.com/repos/openclaw/openclaw/issues/44077 | [Bug]: Sandbox file-tool edits rewrite workspace files to 0600, causing EACCES on host-side file tools | ### Bug type
Regression (worked before, now fails)
### Summary
Sandbox file-tool edits rewrite host-mounted workspace files with mode `060` (and ownership follows the sandbox writer UID), causing normal OpenClaw file tools to fail with `EACES`.
### Steps to reproduce
1. Run OpenClaw with Docker sandbox enabled an... | closed | completed | true | 7 | [
"bug",
"regression"
] | [] | 2026-03-12T13:40:35Z | 2026-05-05T04:28:36Z | 2026-05-02T06:12:33Z | NONE | null | 20260505T060034Z | 2026-05-05T06:00:34Z | patosullivan | 1,221,094 | MDQ6VXNlcjEyMjEwOTQ= | User | false |
openclaw/openclaw | 4,064,947,224 | I_kwDOQb6kR87ySiwY | 44,107 | https://github.com/openclaw/openclaw/issues/44107 | https://api.github.com/repos/openclaw/openclaw/issues/44107 | [Bug]: Two Independent Control UI (`openclaw dashboard`) Blank/Freeze Issues | ### Bug type
Regression (worked before, now fails)
### Summary
# Bug Report: Two Independent Control UI (`openclaw dashboard`) Blank/Freeze Issues
**Component:** Gateway / Control UI (`apps/control-ui`)
**Version:** `2026.3.8 (3caab92)`
**Environment:**
- OS: macOS 26.1 (arm64)
- Browser: Google Chrome 145.0.7632... | open | null | false | 3 | [
"bug",
"regression"
] | [] | 2026-03-12T14:09:54Z | 2026-05-04T01:47:41Z | null | NONE | null | 20260504T030031Z | 2026-05-04T03:00:31Z | zianai | 245,159,393 | U_kgDODpzV4Q | User | false |
openclaw/openclaw | 4,064,965,294 | I_kwDOQb6kR87ySnKu | 44,108 | https://github.com/openclaw/openclaw/issues/44108 | https://api.github.com/repos/openclaw/openclaw/issues/44108 | File Browser: Remove ALLOWED_FILE_NAMES whitelist, add scope levels | ## Feature Request
The MC file browser currently uses a hardcoded `ALLOWED_FILE_NAMES` whitelist that only shows standard workspace files (SOUL.md, IDENTITY.md, TOOLS.md, MEMORY.md, etc.). Custom files like `elevenlabs-lexicon.pls` or skill files cannot be viewed/edited.
## Proposed Solution
Replace the whitelist wi... | open | null | false | 2 | [] | [] | 2026-03-12T14:12:19Z | 2026-05-04T01:09:15Z | null | NONE | null | 20260504T030031Z | 2026-05-04T03:00:31Z | pcpilot-dev | 221,209,300 | U_kgDODS9i1A | User | false |
openclaw/openclaw | 3,984,401,943 | I_kwDOQb6kR87tfSYX | 25,574 | https://github.com/openclaw/openclaw/issues/25574 | https://api.github.com/repos/openclaw/openclaw/issues/25574 | [Bug]: Config warnings logged repeatedly on every reload, spamming error log with thousands of duplicates | **Summary**
Config warnings (e.g., "plugin disabled but config is present") are logged on **every** config reload cycle (~10-15 seconds), producing thousands of duplicate entries in long-running gateway processes.
**Steps to reproduce**
1. Create a config with a disabled plugin that still has config present:
```j... | open | null | false | 4 | [] | [
"vincentkoc"
] | 2026-02-24T15:38:47Z | 2026-04-27T04:43:45Z | null | MEMBER | null | 20260427T090020Z | 2026-04-27T09:00:20Z | mcaxtr | 7,562,095 | MDQ6VXNlcjc1NjIwOTU= | User | false |
openclaw/openclaw | 4,333,145,566 | I_kwDOQb6kR88AAAABAkaN3g | 72,595 | https://github.com/openclaw/openclaw/issues/72595 | https://api.github.com/repos/openclaw/openclaw/issues/72595 | [Feature]: Feishu channel needs per-channel proxy bypass for mixed Windows proxy setups | ### Summary
Allow Feishu/Lark channel traffic to use a channel-specific proxy policy so model-provider traffic can keep using env proxy while Feishu token/WebSocket traffic can go direct when needed.
### Problem to solve
In a Windows setup where model-provider traffic needs `HTTP_PROXY` / `HTTPS_PROXY`, the Feishu c... | open | null | false | 1 | [
"enhancement"
] | [] | 2026-04-27T04:45:22Z | 2026-05-03T07:45:22Z | null | CONTRIBUTOR | null | 20260503T090142Z | 2026-05-03T09:01:42Z | kunpeng-ai-lab | 16,793,595 | MDQ6VXNlcjE2NzkzNTk1 | User | false |
openclaw/openclaw | 4,063,293,689 | I_kwDOQb6kR87yMPD5 | 43,892 | https://github.com/openclaw/openclaw/issues/43892 | https://api.github.com/repos/openclaw/openclaw/issues/43892 | [Bug]: [Windows + pnpm -g] Upgrade to 2026.3.11 leaves stale launchers and breaks reuse of local node-llama-cpp build | ### Bug type
Regression (worked before, now fails)
### Summary
Updating a Windows `pnpm -g` install of OpenClaw from `2026.3.8` to `2026.3.11` left the launcher state inconsistent and broke local memory on agents that use the local embeddings provider.
I hit two distinct problems during the upgrade:
1. the global ... | closed | completed | true | 1 | [
"stale"
] | [] | 2026-03-12T09:23:06Z | 2026-04-30T04:37:18Z | 2026-04-27T04:57:36Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | i4w7w4a | 172,152,862 | U_kgDOCkLYHg | User | false |
openclaw/openclaw | 4,098,081,207 | I_kwDOQb6kR870Q8G3 | 50,052 | https://github.com/openclaw/openclaw/issues/50052 | https://api.github.com/repos/openclaw/openclaw/issues/50052 | llm-task plugin returns empty output for all Ollama models | ## Bug Report
### Description
The `llm-task` plugin returns "LLM returned empty output" for all Ollama models while working correctly with Anthropic models.
### Environment
- OpenClaw: 2026.3.13 (61d171a)
- Ollama: v0.15.6 (localhost:11434)
- Models tested: `qwen3.5:4b`, `qwen3:4b`, `qwen3.5:2b`, `llama3.2:latest`
- ... | closed | completed | true | 3 | [] | [] | 2026-03-18T22:37:36Z | 2026-04-30T04:37:11Z | 2026-04-27T05:02:31Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | ralphy-maplebots | 258,122,841 | U_kgDOD2KkWQ | User | false |
openclaw/openclaw | 4,333,222,693 | I_kwDOQb6kR88AAAABAke7JQ | 72,603 | https://github.com/openclaw/openclaw/issues/72603 | https://api.github.com/repos/openclaw/openclaw/issues/72603 | [Feature]: Segmented Motivational Systems | ### Summary
Add a Dynamic Parts feature that lets the bot create, retrieve, update, consolidate, split, and archive persistent, vector-searchable JSON “parts.”
Each part is a self-contained first-person perspective bundle that tracks what the bot has learned about a user, task, thread, platform, social dynamic, recur... | closed | not_planned | true | 1 | [
"enhancement"
] | [] | 2026-04-27T05:05:26Z | 2026-05-03T04:36:52Z | 2026-04-30T14:52:58Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | rolyataylor2 | 6,402,800 | MDQ6VXNlcjY0MDI4MDA= | User | false |
openclaw/openclaw | 4,332,999,202 | I_kwDOQb6kR88AAAABAkRSIg | 72,578 | https://github.com/openclaw/openclaw/issues/72578 | https://api.github.com/repos/openclaw/openclaw/issues/72578 | [Bug]: Chat messages duplicated in Control UI — both user and assistant messages appear twice | ## Summary
All messages in the Control UI chat view appear exactly twice, consecutively. Both user and assistant messages are duplicated. This persists across hard browser refresh and occurs immediately in new sessions.
## Environment
- **OpenClaw Version**: 2026.4.26
- **OS**: macOS
- **Primary Model**: google/gemini... | closed | completed | true | 2 | [] | [] | 2026-04-27T04:04:49Z | 2026-05-03T04:37:00Z | 2026-04-30T14:32:25Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | 5byfive-5x5 | 277,578,951 | U_kgDOEIuExw | User | false |
openclaw/openclaw | 4,051,693,463 | I_kwDOQb6kR87xf--X | 42,158 | https://github.com/openclaw/openclaw/issues/42158 | https://api.github.com/repos/openclaw/openclaw/issues/42158 | Compaction summarization failure creates stuck-session retry loop | When the `safeguard` compaction mode triggers and the summarization LLM call fails (API error, timeout, rate limit), the catch block returns `{ cancel: true }`. This leaves the session at its current oversized context size. Every subsequent message re-triggers compaction, hits the same failure, and cancels again -- cre... | closed | completed | true | 4 | [
"stale"
] | [] | 2026-03-10T13:06:30Z | 2026-04-30T04:36:57Z | 2026-04-27T05:16:06Z | CONTRIBUTOR | null | 20260430T060018Z | 2026-04-30T06:00:18Z | Diaspar4u | 3,605,840 | MDQ6VXNlcjM2MDU4NDA= | User | false |
openclaw/openclaw | 4,054,401,308 | I_kwDOQb6kR87xqUEc | 42,518 | https://github.com/openclaw/openclaw/issues/42518 | https://api.github.com/repos/openclaw/openclaw/issues/42518 | Gateway crash-loops on single unresolvable bot token — should gracefully degrade | ## Summary
Gateway crashes entirely when a single Telegram bot token cannot be resolved from env vars, taking down all other working bots and the entire gateway.
## Environment
- OpenClaw: 2026.3.9 (commit 3508b48)
- Node: v24.14.0
- macOS Darwin 25.3.0
## Steps to Reproduce
1. Add a Telegram bot account to `openclaw... | closed | completed | true | 3 | [
"stale"
] | [] | 2026-03-10T21:49:07Z | 2026-04-30T04:36:56Z | 2026-04-27T05:16:28Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | ChrisMafiaMD | 150,197,623 | U_kgDOCPPVdw | User | false |
openclaw/openclaw | 4,054,813,555 | I_kwDOQb6kR87xr4tz | 42,573 | https://github.com/openclaw/openclaw/issues/42573 | https://api.github.com/repos/openclaw/openclaw/issues/42573 | macOS app install/onboarding creates separate ai.openclaw.gateway LaunchAgent alongside ai.openclaw.mac | ## Summary
On macOS, installing OpenClaw via the Mac app appears to result in **two separate LaunchAgent/service tracks**:
1. `ai.openclaw.mac` — the Mac app LaunchAgent
2. `ai.openclaw.gateway` — a standalone gateway LaunchAgent
I did **not** manually install a second standalone gateway. I installed through the Mac... | closed | not_planned | true | 2 | [
"stale"
] | [] | 2026-03-10T23:46:48Z | 2026-04-30T04:36:56Z | 2026-04-27T05:16:33Z | CONTRIBUTOR | null | 20260430T060018Z | 2026-04-30T06:00:18Z | huntsyea | 59,978,389 | MDQ6VXNlcjU5OTc4Mzg5 | User | false |
openclaw/openclaw | 4,055,711,814 | I_kwDOQb6kR87xvUBG | 42,788 | https://github.com/openclaw/openclaw/issues/42788 | https://api.github.com/repos/openclaw/openclaw/issues/42788 | TUI session display: show active model (not default) and support configurable session labels | ## Problem
The TUI session header currently shows:
1. **Internal session keys** like `agent:main:main` rendered as "main agent session main openclaw TUI" — confusing and hard to parse at a glance
2. **The default model** (e.g. `gpt-5.3-codex`) even when the session is actually running on a **model override** (e.g. `cl... | closed | completed | true | 4 | [
"stale"
] | [] | 2026-03-11T04:31:23Z | 2026-04-30T04:36:55Z | 2026-04-27T05:16:50Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | PoetLemar | 260,928,916 | U_kgDOD411lA | User | false |
openclaw/openclaw | 4,057,705,173 | I_kwDOQb6kR87x26rV | 43,143 | https://github.com/openclaw/openclaw/issues/43143 | https://api.github.com/repos/openclaw/openclaw/issues/43143 | Discussion: 10 active PR limit may throttle batch contributors | ## Context
While contributing zh-CN translations and docs, I found that openclaw-barnacle enforces a max of 10 active PRs per author. PRs beyond this are auto-closed.
## Observation
For batch contributions (e.g. 50+ zh-CN translations), each PR is independent and small (size:XS/S), but the limit forces serial submis... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-11T11:37:44Z | 2026-04-30T04:36:54Z | 2026-04-27T05:17:24Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | chengjialu8888 | 261,118,124 | U_kgDOD5BYrA | User | false |
openclaw/openclaw | 4,333,232,578 | I_kwDOQb6kR88AAAABAkfhwg | 72,604 | https://github.com/openclaw/openclaw/issues/72604 | https://api.github.com/repos/openclaw/openclaw/issues/72604 | Session history replay creates duplicate messages in web UI after session restart/migration | ## Bug Report
**Version:** 2026.4.24
**OS:** macOS 15.6 (Darwin 24.6.0, x64)
**Node:** v25.9.0
### Description
When a session crashes and restarts (e.g., context overflow → auto-compaction → session restart), the gateway replays old conversation history into the new session. This creates **duplicate messages** visib... | closed | completed | true | 2 | [] | [] | 2026-04-27T05:08:32Z | 2026-05-03T04:35:30Z | 2026-04-30T18:45:41Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | GenieWeenie | 152,430,369 | U_kgDOCRXnIQ | User | false |
openclaw/openclaw | 4,333,274,016 | I_kwDOQb6kR88AAAABAkiDoA | 72,606 | https://github.com/openclaw/openclaw/issues/72606 | https://api.github.com/repos/openclaw/openclaw/issues/72606 | [Bug]: Active Memory timeoutMs clock starts at plugin level, not at LLM call — embedded run setup overhead causes 100% timeout | # [Bug]: Active Memory `timeoutMs` clock starts at plugin level, not at LLM call — embedded run setup overhead causes 100% timeout
## Summary
Active Memory's `timeoutMs` timer starts when the plugin begins its pre-reply hook, but the embedded agent run initialization (context building, workspace setup, skill resoluti... | closed | completed | true | 0 | [] | [] | 2026-04-27T05:20:17Z | 2026-05-01T04:43:06Z | 2026-04-28T15:15:03Z | CONTRIBUTOR | null | 20260501T113057Z | 2026-05-01T11:30:57Z | wujiaming88 | 7,887,545 | MDQ6VXNlcjc4ODc1NDU= | User | false |
openclaw/openclaw | 4,333,310,120 | I_kwDOQb6kR88AAAABAkkQqA | 72,611 | https://github.com/openclaw/openclaw/issues/72611 | https://api.github.com/repos/openclaw/openclaw/issues/72611 | Dreaming needs configurable session/cron exclusions; isolated cron transcripts still enter session corpus | ## Summary
Dreaming currently has no documented/configurable way to exclude specific sessions, cron jobs, groups/topics, or session-key prefixes from session transcript ingestion. On a real 2026.4.24 deployment, isolated cron runs are still appearing in `memory/.dreams/session-corpus/YYYY-MM-DD.txt`, even though the r... | open | null | false | 1 | [] | [] | 2026-04-27T05:31:46Z | 2026-05-03T12:31:31Z | null | CONTRIBUTOR | null | 20260503T150031Z | 2026-05-03T15:00:31Z | zqchris | 4,436,110 | MDQ6VXNlcjQ0MzYxMTA= | User | false |
openclaw/openclaw | 4,069,340,291 | I_kwDOQb6kR87yjTSD | 44,786 | https://github.com/openclaw/openclaw/issues/44786 | https://api.github.com/repos/openclaw/openclaw/issues/44786 | [Bug]: Provider-level contextWindow config ignored — overwritten by model metadata on gateway restart | ## Summary
When `contextWindow` is set at the provider level in `openclaw.json`, it gets overwritten by the model's declared `context_length` on every gateway restart. Only `contextWindow` set inside the `providers.<name>.models[]` array persists.
## Steps to reproduce
1. Configure Ollama provider with a provider-le... | closed | completed | true | 2 | [] | [] | 2026-03-13T07:02:47Z | 2026-04-30T04:36:39Z | 2026-04-27T05:32:45Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | voltwake | 258,665,762 | U_kgDOD2rtIg | User | false |
openclaw/openclaw | 4,067,725,204 | I_kwDOQb6kR87ydI-U | 44,426 | https://github.com/openclaw/openclaw/issues/44426 | https://api.github.com/repos/openclaw/openclaw/issues/44426 | [Bug]: doctor shows memory probe timeout while memory status is ready (false warning) | ## Summary
`openclaw doctor` reports a memory probe timeout warning, while `openclaw memory status --deep` immediately reports memory embeddings/vector as ready.
## Environment
- OpenClaw: `2026.3.11`
- Host: Linux, gateway on loopback (`ws://127.0.0.1:18789`)
- Memory provider: local embeddings
## Steps to Reproduce... | closed | completed | true | 1 | [] | [] | 2026-03-12T22:49:17Z | 2026-04-30T04:36:38Z | 2026-04-27T05:40:28Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | IIIyban | 137,302,231 | U_kgDOCC8Q1w | User | false |
openclaw/openclaw | 4,332,855,354 | I_kwDOQb6kR88AAAABAkIgOg | 72,545 | https://github.com/openclaw/openclaw/issues/72545 | https://api.github.com/repos/openclaw/openclaw/issues/72545 | [Feature]: Add an Exec dashboard for approvals on the Web GUI | ### Summary
A way to view execs waiting for approval either Web or CLI with an option to act on them and not depend on pop ups
### Problem to solve
Sometimes the agent says it's waiting for approval but the dialog doesn't pop on any of my channels ,web, tui, nor discord, and I can't find a way to look for the execs ... | open | null | false | 3 | [
"enhancement"
] | [] | 2026-04-27T03:13:58Z | 2026-05-03T07:45:21Z | null | NONE | null | 20260503T090142Z | 2026-05-03T09:01:42Z | guarismo | 33,353,023 | MDQ6VXNlcjMzMzUzMDIz | User | false |
openclaw/openclaw | 4,332,914,502 | I_kwDOQb6kR88AAAABAkMHRg | 72,561 | https://github.com/openclaw/openclaw/issues/72561 | https://api.github.com/repos/openclaw/openclaw/issues/72561 | [Bug]: Bonjour plugin: CIAO PROBING CANCELLED unhandled promise rejection crashes gateway on Linux | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
## Environment
- OS: Linux 6.8.0 (x64)
- Node: v22.x
- OpenClaw: 2026.4.23 (also confirmed on 2026.4.24 by user)
- Install: npm global (`/home/onridges/.npm-global/lib/node_modules/openclaw`)
- Platfor... | closed | completed | true | 5 | [
"bug"
] | [] | 2026-04-27T03:36:00Z | 2026-04-30T04:36:37Z | 2026-04-27T06:00:26Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | onridges | 17,865,300 | MDQ6VXNlcjE3ODY1MzAw | User | false |
openclaw/openclaw | 4,332,916,538 | I_kwDOQb6kR88AAAABAkMPOg | 72,562 | https://github.com/openclaw/openclaw/issues/72562 | https://api.github.com/repos/openclaw/openclaw/issues/72562 | Bonjour plugin crashes gateway with CIAO ANNOUNCEMENT CANCELLED when system hostname differs from cached hostname | ## Bug Description
The Bonjour/mDNS plugin causes an unhandled promise rejection that crashes the entire gateway process when the system hostname differs from the hostname OpenClaw has cached internally for mDNS advertising.
## Steps to Reproduce
1. Install OpenClaw Gateway v2026.4.24 on a Linux machine
2. Change th... | closed | completed | true | 4 | [] | [] | 2026-04-27T03:36:47Z | 2026-04-30T04:36:36Z | 2026-04-27T06:00:32Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | jackie-XU | 7,599,523 | MDQ6VXNlcjc1OTk1MjM= | User | false |
openclaw/openclaw | 4,333,416,329 | I_kwDOQb6kR88AAAABAkqviQ | 72,627 | https://github.com/openclaw/openclaw/issues/72627 | https://api.github.com/repos/openclaw/openclaw/issues/72627 | Add per-agent config to disable [[reply_to_current]] directive and auto-send | ### Background
OpenClaw supports two output directives for messaging:
- `[[reply_to_current]]` — replies to the triggering inbound message
- `[[reply_to:<id>]]` — replies to a specific message id
The default `[[reply_to_current]]` is convenient but in practice can cause **threading drift** when a topic spans multiple... | open | null | false | 2 | [] | [] | 2026-04-27T06:00:36Z | 2026-05-03T01:38:02Z | null | NONE | null | 20260503T030030Z | 2026-05-03T03:00:30Z | 90yuwang | 279,619,049 | U_kgDOEKql6Q | User | false |
openclaw/openclaw | 4,333,436,389 | I_kwDOQb6kR88AAAABAkr95Q | 72,629 | https://github.com/openclaw/openclaw/issues/72629 | https://api.github.com/repos/openclaw/openclaw/issues/72629 | Design input needed: token-cost scaling in conversational multi-agent coordination | ### Summary
Multi-agent **conversational** coordination — where every agent reads the full prior conversation each turn — has token cost that grows roughly quadratically with `agents × rounds`. We observed this empirically running 5 agents over 3 rounds on a single shared task and ended up burning a significant chunk ... | open | null | false | 4 | [] | [] | 2026-04-27T06:05:02Z | 2026-05-03T20:25:07Z | null | NONE | null | 20260503T210034Z | 2026-05-03T21:00:34Z | mayank6136 | 16,468,779 | MDQ6VXNlcjE2NDY4Nzc5 | User | false |
openclaw/openclaw | 4,332,832,654 | I_kwDOQb6kR88AAAABAkHHjg | 72,540 | https://github.com/openclaw/openclaw/issues/72540 | https://api.github.com/repos/openclaw/openclaw/issues/72540 | Plugin SDK: supportsAdaptiveThinking allowlist missing claude-opus-4-7 | # Plugin SDK: supportsAdaptiveThinking allowlist missing claude-opus-4-7
*This issue is being filed as part of a batch of related upstream submissions discovered during architectural review of OpenClaw deployment. Filed locally 2026-04-23; submitted upstream 2026-04-27. See "Related issues (batch)" section at end for ... | closed | completed | true | 2 | [] | [] | 2026-04-27T03:07:15Z | 2026-04-30T04:36:34Z | 2026-04-27T06:07:33Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | alfredneuworth | 277,086,943 | U_kgDOEIQC3w | User | false |
openclaw/openclaw | 4,212,883,088 | I_kwDOQb6kR877G36Q | 62,024 | https://github.com/openclaw/openclaw/issues/62024 | https://api.github.com/repos/openclaw/openclaw/issues/62024 | [Bug]: Discord cron delivery fix — 2026-04-02 | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
## Discord cron delivery fix — 2026-04-02
**Symptom:** Cron job delivers successfully in openclaw-2026.3.12 but fails with `Error: Unknown Channel` in openclaw-2026.4.2. `deliveryStatus: "unknown"`, `consecutiveErrors: 5`.
... | closed | completed | true | 4 | [
"bug",
"regression"
] | [] | 2026-04-06T16:49:58Z | 2026-05-04T04:34:26Z | 2026-05-02T02:34:34Z | NONE | null | 20260504T060031Z | 2026-05-04T06:00:31Z | charlesdeng2018 | 198,408,480 | U_kgDOC9N5IA | User | false |
openclaw/openclaw | 4,102,777,975 | I_kwDOQb6kR870i2x3 | 50,519 | https://github.com/openclaw/openclaw/issues/50519 | https://api.github.com/repos/openclaw/openclaw/issues/50519 | [Bug]: Windows exec tool produces garbled Chinese characters due to hardcoded UTF-8 encoding | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
The `runExec` method in OpenClaw's exec tool hardcodes `encoding: "utf8"` when executing commands on Windows. This causes Chinese characters (and other non-ASCII characters) to become garbled (乱码) because Windows cmd.exe outputs in GBK/CP93... | closed | completed | true | 1 | [
"bug",
"bug:behavior"
] | [] | 2026-03-19T16:18:05Z | 2026-04-30T04:36:33Z | 2026-04-27T06:11:01Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | zyj19970716-art | 246,840,989 | U_kgDODrZ-nQ | User | false |
openclaw/openclaw | 4,333,477,433 | I_kwDOQb6kR88AAAABAkueOQ | 72,636 | https://github.com/openclaw/openclaw/issues/72636 | https://api.github.com/repos/openclaw/openclaw/issues/72636 | [Bug]: Windows + Node 24: ERR_UNSUPPORTED_ESM_URL_SCHEME breaks ALL agent tasks in 2026.4.24 (lane execution path) | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
After upgrading from `2026.4.22` to `2026.4.24` on Windows with Node.js 24, **every** agent task (gateway lane execution) fails with:
```
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: Only URLs with a scheme in: file, data, and n... | closed | completed | true | 0 | [] | [] | 2026-04-27T06:14:45Z | 2026-04-30T04:35:22Z | 2026-04-27T09:34:27Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | Andyz-CData | 259,755,717 | U_kgDOD3uOxQ | User | false |
openclaw/openclaw | 4,333,480,300 | I_kwDOQb6kR88AAAABAkupbA | 72,638 | https://github.com/openclaw/openclaw/issues/72638 | https://api.github.com/repos/openclaw/openclaw/issues/72638 | Bug: sessions_spawn Completion Event Push Failure on Feishu Channel | ## Environment
- OpenClaw: 2026.4.22+
- Channel: Feishu
- Model: minimax/MiniMax-M2.7
## Issue
sessions_spawn successfully dispatches subagent, subagent completes normally, but completion event does NOT push back to parent session on Feishu channel.
## Reproduction Steps
1. main session (Feishu) calls sessions_spawn ... | closed | completed | true | 1 | [] | [] | 2026-04-27T06:15:24Z | 2026-04-30T04:33:56Z | 2026-04-27T13:33:28Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | hahahahahahhhah | 127,914,068 | U_kgDOB5_QVA | User | false |
openclaw/openclaw | 4,332,929,304 | I_kwDOQb6kR88AAAABAkNBGA | 72,566 | https://github.com/openclaw/openclaw/issues/72566 | https://api.github.com/repos/openclaw/openclaw/issues/72566 | openclaw doctor hangs after banner on v2026.4.24 | ## Bug Report
### Description
`openclaw doctor` (with or without `--fix`, `--non-interactive`, or `--yes` flags) hangs indefinitely after displaying the ASCII art banner. No further output is produced. The process must be manually killed.
### Environment
- **OS**: macOS (Darwin 25.4.0, Apple Silicon)
- **openclaw**: ... | closed | completed | true | 4 | [] | [] | 2026-04-27T03:41:40Z | 2026-04-30T04:36:30Z | 2026-04-27T06:15:43Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | cnyet | 15,409,098 | MDQ6VXNlcjE1NDA5MDk4 | User | false |
openclaw/openclaw | 4,333,491,916 | I_kwDOQb6kR88AAAABAkvWzA | 72,639 | https://github.com/openclaw/openclaw/issues/72639 | https://api.github.com/repos/openclaw/openclaw/issues/72639 | Design input needed: cross-gateway messaging primitive for distributed OpenClaw deployments | ### Summary
There is no native primitive in OpenClaw today for sending a message from an agent on one gateway to an agent on a different gateway. `sessions_send` and related session-routing tools are gateway-local. Bridging two OpenClaw deployments today requires operator-built ad-hoc transport (HTTP between gateway R... | closed | not_planned | true | 2 | [] | [] | 2026-04-27T06:17:42Z | 2026-05-03T04:36:51Z | 2026-04-30T14:53:05Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | mayank6136 | 16,468,779 | MDQ6VXNlcjE2NDY4Nzc5 | User | false |
openclaw/openclaw | 4,333,451,661 | I_kwDOQb6kR88AAAABAks5jQ | 72,632 | https://github.com/openclaw/openclaw/issues/72632 | https://api.github.com/repos/openclaw/openclaw/issues/72632 | [Bug]: [P0] Config change detection bug: Any modification triggers gateway restart | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
**Any configuration file modification** (including only enabling/disabling a skill) causes the gateway log to incorrectly report that `plugins.entries.ollama.config` and `plugins.entries.stepfun.config` have changed, trigger... | closed | completed | true | 2 | [
"bug",
"regression"
] | [] | 2026-04-27T06:08:32Z | 2026-04-30T04:36:29Z | 2026-04-27T06:19:19Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | jamesoldman2026 | 269,491,384 | U_kgDOEBAcuA | User | false |
openclaw/openclaw | 4,333,479,810 | I_kwDOQb6kR88AAAABAkungg | 72,637 | https://github.com/openclaw/openclaw/issues/72637 | https://api.github.com/repos/openclaw/openclaw/issues/72637 | [P0] Config change detection bug: Any modification triggers gateway restart | # [P0] Config change detection bug: Any modification triggers gateway restart
**Version**: v2026.4.24
**Environment**: WSL 2 (Ubuntu 22.04), Node v24.15.0
**Severity**: P0 - Critical (all config changes force restart)
**Labels**: `bug`, `priority:critical`, `area:config`, `area:gateway`
---
## 📋 Summary
**An... | closed | completed | true | 1 | [] | [] | 2026-04-27T06:15:18Z | 2026-04-30T04:36:28Z | 2026-04-27T06:19:26Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | jamesoldman2026 | 269,491,384 | U_kgDOEBAcuA | User | false |
openclaw/openclaw | 4,333,512,243 | I_kwDOQb6kR88AAAABAkwmMw | 72,642 | https://github.com/openclaw/openclaw/issues/72642 | https://api.github.com/repos/openclaw/openclaw/issues/72642 | [Bug]: Discord final replies attach Markdown image badges from assistant text | ## Bug type
Regression (worked before, now fails)
## Beta release blocker
No
## Summary
Discord final replies can upload incidental Markdown image badges from assistant text as unexpected attachments after the Markdown-image media extraction added for #66191.
## Steps to reproduce
1. On OpenClaw 2026.4.24, pass ... | closed | completed | true | 0 | [] | [] | 2026-04-27T06:21:34Z | 2026-04-30T04:34:55Z | 2026-04-27T10:27:37Z | CONTRIBUTOR | null | 20260430T060018Z | 2026-04-30T06:00:18Z | solavrc | 145,330,217 | U_kgDOCKmQKQ | User | false |
openclaw/openclaw | 4,107,998,150 | I_kwDOQb6kR8702xPG | 51,065 | https://github.com/openclaw/openclaw/issues/51065 | https://api.github.com/repos/openclaw/openclaw/issues/51065 | Failed tool call narrations leak to Telegram as user-visible messages | ## Description
When a tool call fails (e.g., an `edit` with non-matching `oldText`), OpenClaw sends the failure narration to the Telegram channel as a user-visible message, e.g.:
```
⚠️ 📝 Edit: in ~/.openclaw/workspace/MEMORY.md (326 chars) failed
```
This leaks internal tool call state to the user as separate mess... | closed | completed | true | 1 | [] | [] | 2026-03-20T13:48:30Z | 2026-04-30T04:36:27Z | 2026-04-27T06:29:21Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | alithnar-bot | 258,649,894 | U_kgDOD2qvJg | User | false |
openclaw/openclaw | 4,332,952,022 | I_kwDOQb6kR88AAAABAkOZ1g | 72,571 | https://github.com/openclaw/openclaw/issues/72571 | https://api.github.com/repos/openclaw/openclaw/issues/72571 | [Bug]: 2026.4.26 release breaks installs with --prefix=~/.local | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
In prior releases, you could install openclaw with npm install -g --prefix=~/.local openclaw@latest and then run openclaw doctor --fix and within 5 minutes have all node dependencies installed and a working system.
Now, ope... | closed | completed | true | 1 | [
"bug",
"regression"
] | [] | 2026-04-27T03:49:50Z | 2026-04-30T04:36:26Z | 2026-04-27T06:30:06Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | deploylinux | 274,996 | MDQ6VXNlcjI3NDk5Ng== | User | false |
openclaw/openclaw | 4,333,547,187 | I_kwDOQb6kR88AAAABAkyusw | 72,647 | https://github.com/openclaw/openclaw/issues/72647 | https://api.github.com/repos/openclaw/openclaw/issues/72647 | [Bug]: Gateway crash loop in 2026.4.24 — mDNS advertiser causes unhandled promise rejection | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
after the upgrade from 2026.4.15 to 2026.4.24
Bug Report
Version 2026.4.24 introduced mDNS/Bonjour service advertisement (via the ciao library) that defaults to "minimal" mode even without any config. The ciao advertiser ... | closed | not_planned | true | 1 | [
"bug",
"regression"
] | [] | 2026-04-27T06:27:45Z | 2026-04-30T04:36:25Z | 2026-04-27T06:31:03Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | a-draconis | 132,015,124 | U_kgDOB95kFA | User | false |
openclaw/openclaw | 4,204,696,109 | I_kwDOQb6kR876npIt | 60,846 | https://github.com/openclaw/openclaw/issues/60846 | https://api.github.com/repos/openclaw/openclaw/issues/60846 | cron: 'skipped' status bypasses failureAlert — persistently skipped jobs go undetected | ### Bug type
Bug / Silent Failure
### OpenClaw version
OpenClaw 2026.4.2 (d74a122)
### OS and install method
Linux 6.8.0-106-generic (x64), Node.js v24.14.1, npm global, systemd user service.
### Summary
When a cron job transitions to `"skipped"` status (e.g., `gateway-restart` checks health and skips), the `fai... | closed | completed | true | 1 | [] | [] | 2026-04-04T11:47:56Z | 2026-04-30T04:36:23Z | 2026-04-27T06:33:53Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | slideshow-dingo | 258,996,445 | U_kgDOD2_43Q | User | false |
openclaw/openclaw | 4,333,626,086 | I_kwDOQb6kR88AAAABAk3i5g | 72,653 | https://github.com/openclaw/openclaw/issues/72653 | https://api.github.com/repos/openclaw/openclaw/issues/72653 | Bug: browser tool times out despite CDP connection working (Playwright can connect directly) | ## Bug Description
The `browser` tool consistently times out with error `"timed out. Restart the OpenClaw gateway. Do NOT retry the browser tool"`, despite the CDP endpoint being fully functional.
## Environment
- **OpenClaw**: 2026.4.24 (upgraded from 2026.4.15, issue existed in both versions)
- **OS**: Ubuntu 24.0... | open | null | false | 1 | [] | [] | 2026-04-27T06:40:52Z | 2026-05-03T12:31:34Z | null | NONE | null | 20260503T150031Z | 2026-05-03T15:00:31Z | sylviazhang2006-design | 279,586,936 | U_kgDOEKooeA | User | false |
openclaw/openclaw | 4,061,783,513 | I_kwDOQb6kR87yGeXZ | 43,616 | https://github.com/openclaw/openclaw/issues/43616 | https://api.github.com/repos/openclaw/openclaw/issues/43616 | export-html template.html 被格式化工具错误处理导致导出失败 | ## Bug 描述
导出的 session HTML 文件无法正常打开,浏览器控制台报错:
```
Uncaught ReferenceError: MARKED_JS is not defined
Uncaught ReferenceError: HIGHLIGHT_JS is not defined
Uncaught ReferenceError: JS is not defined
```
## 原因分析
`dist/export-html/template.html` 模板文件中的占位符被格式化工具(如 prettier)错误地拆分成多行格式:
**期望格式**:
```html
<script>{{MARKED_J... | closed | not_planned | true | 3 | [
"stale"
] | [] | 2026-03-12T02:59:12Z | 2026-04-30T04:36:21Z | 2026-04-27T06:41:25Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | yunlzhang | 19,965,441 | MDQ6VXNlcjE5OTY1NDQx | User | false |
openclaw/openclaw | 4,062,470,697 | I_kwDOQb6kR87yJGIp | 43,743 | https://github.com/openclaw/openclaw/issues/43743 | https://api.github.com/repos/openclaw/openclaw/issues/43743 | [Bug]: WebUI chat, Chinese characters cannot be displayed properly in thinking/working output card | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
In the WebUI chat, Chinese characters cannot be displayed properly in the card content of the assistant's thinking/working output.
### Steps to reproduce
1. run `openclaw dashboard` to webUI.
2. click `Toggle assistant thinking/working ou... | closed | completed | true | 2 | [
"bug",
"stale",
"bug:behavior"
] | [] | 2026-03-12T06:18:41Z | 2026-04-30T04:36:21Z | 2026-04-27T06:41:32Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | CosmoLau | 31,976,508 | MDQ6VXNlcjMxOTc2NTA4 | User | false |
openclaw/openclaw | 4,333,204,914 | I_kwDOQb6kR88AAAABAkd1sg | 72,602 | https://github.com/openclaw/openclaw/issues/72602 | https://api.github.com/repos/openclaw/openclaw/issues/72602 | [Bug]: GitHub Copilot provider: `rewriteCopilotConnectionBoundResponseIds` synthesises mismatched `rs_/fc_/msg_` ids and breaks every multi-turn tool-call session (HTTP 400 "item_id did not match") | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
In OpenClaw `2026.4.24`, **every** GitHub Copilot session that does a tool call followed by another model turn (i.e. anything where the assistant emits a `toolCall` and then has to be replayed alongside the `toolResult`) har... | closed | completed | true | 1 | [
"bug",
"regression"
] | [] | 2026-04-27T05:00:59Z | 2026-04-30T04:36:18Z | 2026-04-27T06:44:01Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | zzl360 | 100,331,525 | U_kgDOBfrwBQ | User | false |
openclaw/openclaw | 4,066,185,841 | I_kwDOQb6kR87yXRJx | 44,270 | https://github.com/openclaw/openclaw/issues/44270 | https://api.github.com/repos/openclaw/openclaw/issues/44270 | Cron tool drops Telegram direct-chat thread context when inferring delivery target | ## Summary
Cron reminder auto-inference drops Telegram direct-chat thread context when the source session key uses `:thread:`.
Result: a reminder created from a threaded Telegram direct chat is saved with a plain DM target and gets delivered outside the originating thread.
## Version
- OpenClaw `2026.3.2`
## Repro... | closed | completed | true | 5 | [] | [] | 2026-03-12T17:32:17Z | 2026-04-30T04:36:13Z | 2026-04-27T06:58:19Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | bizyumov | 17,429,715 | MDQ6VXNlcjE3NDI5NzE1 | User | false |
openclaw/openclaw | 4,333,504,705 | I_kwDOQb6kR88AAAABAkwIwQ | 72,640 | https://github.com/openclaw/openclaw/issues/72640 | https://api.github.com/repos/openclaw/openclaw/issues/72640 | Heartbeat transcript writes empty user messages, breaks AWS Bedrock | ## Summary
Commit `58a31b12f7` ("fix(agents): keep runtime wakeups out of chat transcript", merged 2026-04-26) introduced a regression where heartbeat runs write empty user messages (`{"role":"user","content":[{"type":"text","text":""}]}`) into the session transcript. AWS Bedrock rejects these with:
```
The text fiel... | closed | completed | true | 1 | [] | [] | 2026-04-27T06:20:09Z | 2026-04-30T04:36:12Z | 2026-04-27T07:03:19Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | goldzulu | 64,346,879 | MDQ6VXNlcjY0MzQ2ODc5 | User | false |
openclaw/openclaw | 4,333,358,856 | I_kwDOQb6kR88AAAABAknPCA | 72,622 | https://github.com/openclaw/openclaw/issues/72622 | https://api.github.com/repos/openclaw/openclaw/issues/72622 | fix(agents): sanitize blank user text content blocks during Bedrock replay | ## Bug
Bedrock/Anthropic API rejects conversations containing user messages with blank text content blocks:
```
Validation error: The text field in the ContentBlock object at messages.21.content.0 is blank.
Add text to the text field, and try again.
```
### Root Cause
OpenClaw can inject blank `role=user` messages ... | closed | completed | true | 1 | [] | [] | 2026-04-27T05:45:30Z | 2026-04-30T04:36:11Z | 2026-04-27T07:03:27Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | goldzulu | 64,346,879 | MDQ6VXNlcjY0MzQ2ODc5 | User | false |
openclaw/openclaw | 4,333,751,763 | I_kwDOQb6kR88AAAABAk_N0w | 72,671 | https://github.com/openclaw/openclaw/issues/72671 | https://api.github.com/repos/openclaw/openclaw/issues/72671 | [Bug]: Webchat messages stored twice in session — duplicate bubbles in Control UI | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
Bug:
Every user message sent via the Control UI (webchat) is stored twice in the session .jsonl transcript, creating duplicate chat bubbles in the UI.
Root Cause:
Each webchat message creates two separate user-role messages... | closed | completed | true | 1 | [
"bug"
] | [] | 2026-04-27T07:03:37Z | 2026-04-30T04:36:10Z | 2026-04-27T07:07:35Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | Nibbl3s | 19,242,942 | MDQ6VXNlcjE5MjQyOTQy | User | false |
openclaw/openclaw | 4,333,826,543 | I_kwDOQb6kR88AAAABAlDx7w | 72,678 | https://github.com/openclaw/openclaw/issues/72678 | https://api.github.com/repos/openclaw/openclaw/issues/72678 | [Bug]: bundled runtime deps install lands in $HOME/node_modules instead of install root (npm walkup), causing infinite re-staging | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
`installBundledRuntimeDeps` runs `npm install` in the cache install root with no `package.json` present, so npm walks up to the nearest ancestor with a `package.json` (e.g. `$HOME/package.json`) and installs th... | closed | completed | true | 1 | [] | [] | 2026-04-27T07:17:24Z | 2026-04-30T04:36:06Z | 2026-04-27T07:22:52Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | tiburciod-prog | 243,896,883 | U_kgDODomSMw | User | false |
openclaw/openclaw | 4,333,693,515 | I_kwDOQb6kR88AAAABAk7qSw | 72,665 | https://github.com/openclaw/openclaw/issues/72665 | https://api.github.com/repos/openclaw/openclaw/issues/72665 | [Bug]: updated to 4.24, Gateway not reachable. Is it running and accessible? | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
After update from 4.22 to 4.24, Completion cache update failed: Error: spawnSync /home/burkro/.npm-global/lib/node_modules/node/bin/node ETIMEDOUT. web error: disconnected (1006): no reason, openclaw logs error: Gateway not ... | closed | completed | true | 5 | [
"bug",
"regression"
] | [] | 2026-04-27T06:53:01Z | 2026-04-30T04:36:04Z | 2026-04-27T07:25:00Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | sakalaboator | 42,799,107 | MDQ6VXNlcjQyNzk5MTA3 | User | false |
openclaw/openclaw | 4,069,808,177 | I_kwDOQb6kR87ylFgx | 44,886 | https://github.com/openclaw/openclaw/issues/44886 | https://api.github.com/repos/openclaw/openclaw/issues/44886 | Telegram DM direct.tools appears accepted by config but is not reliably enforced as per-user tool policy | ## Summary
`channels.telegram.accounts.<account>.direct.<peer>.tools` appears to be accepted by config/schema, but does not reliably enforce per-DM-user tool permissions in Telegram direct-message sessions.
In the same install:
- `direct.systemPrompt` is applied and changes assistant behavior/style per DM user
- `di... | open | null | false | 2 | [] | [] | 2026-03-13T08:52:56Z | 2026-05-04T00:05:47Z | null | NONE | null | 20260504T030031Z | 2026-05-04T03:00:31Z | igs-rogenlo | 161,699,971 | U_kgDOCaNYgw | User | false |
openclaw/openclaw | 4,333,821,722 | I_kwDOQb6kR88AAAABAlDfGg | 72,676 | https://github.com/openclaw/openclaw/issues/72676 | https://api.github.com/repos/openclaw/openclaw/issues/72676 | Context overflow during tool loop resets session instead of triggering compaction rescue | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
When a long-lived OpenClaw session overflows context during a tool loop, the runtime resets the session and remaps the conversation to a new session instead of attempting a compaction rescue. The preflight compaction path ex... | closed | completed | true | 1 | [
"bug",
"regression"
] | [] | 2026-04-27T07:16:33Z | 2026-04-30T04:36:01Z | 2026-04-27T07:34:43Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | bukik07 | 25,246,816 | MDQ6VXNlcjI1MjQ2ODE2 | User | false |
openclaw/openclaw | 4,180,855,756 | I_kwDOQb6kR875MsvM | 58,481 | https://github.com/openclaw/openclaw/issues/58481 | https://api.github.com/repos/openclaw/openclaw/issues/58481 | WhatsApp WebSocket drops on WSL2 — missing TCP keepalive on underlying socket | ## Summary
The WhatsApp WebSocket connection drops every ~60 seconds on WSL2, causing a sustained disconnect/reconnect storm. Root cause: OpenClaw does not set TCP keepalive on the underlying socket, so the Windows Hyper-V virtual switch drops idle NAT entries before Baileys'' application-level WS pings can keep them ... | closed | completed | true | 4 | [] | [] | 2026-03-31T17:04:45Z | 2026-05-01T04:43:30Z | 2026-04-28T13:59:39Z | CONTRIBUTOR | null | 20260501T113057Z | 2026-05-01T11:30:57Z | yhyatt | 10,474,956 | MDQ6VXNlcjEwNDc0OTU2 | User | false |
openclaw/openclaw | 4,184,380,187 | I_kwDOQb6kR875aJMb | 58,775 | https://github.com/openclaw/openclaw/issues/58775 | https://api.github.com/repos/openclaw/openclaw/issues/58775 | Bug: google-vertex provider merged into google transport path in 2026.3.28 (regression) | ## Bug Summary
In OpenClaw 2026.3.28, the `google-vertex` provider is incorrectly treated as a Google AI alias by `shouldNormalizeGoogleGenerativeAiProviderConfig`. This causes Vertex AI requests to use the wrong URL format and auth method, breaking the entire `google-vertex` provider.
## Root Cause
The changelog stat... | open | null | false | 3 | [] | [] | 2026-04-01T06:06:37Z | 2026-04-30T21:58:49Z | null | NONE | null | 20260501T113057Z | 2026-05-01T11:30:57Z | xuanmingguo | 258,405,939 | U_kgDOD2b2Mw | User | false |
openclaw/openclaw | 4,187,752,224 | I_kwDOQb6kR875nAcg | 59,101 | https://github.com/openclaw/openclaw/issues/59101 | https://api.github.com/repos/openclaw/openclaw/issues/59101 | memory index --force crashes with EMFILE: too many open files, watch across builtin, Ollama, and QMD backends on macOS | ## Summary
`openclaw memory index --force` crashes with:
```text
Error: EMFILE: too many open files, watch
at FSWatcher._handle.onchange (node:internal/fs/watchers:267:21)
```
This reproduces across multiple memory provider/backend combinations and still happens after rebuilding the memory DB from scratch.
## E... | closed | completed | true | 2 | [] | [] | 2026-04-01T15:16:35Z | 2026-04-30T04:34:45Z | 2026-04-27T10:51:19Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | mbear469210-coder | 263,388,433 | U_kgDOD7L9EQ | User | false |
openclaw/openclaw | 4,201,913,689 | I_kwDOQb6kR876dB1Z | 60,497 | https://github.com/openclaw/openclaw/issues/60497 | https://api.github.com/repos/openclaw/openclaw/issues/60497 | [Bug]: Agent fabricates successful output after exec tool failure instead of reporting error | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
When the exec tool fails with "command not found", the agent discards
the error and outputs fabricated file creation confirmations and fake
execution results instead of reporting the failure.
### Steps to re... | open | null | false | 1 | [
"bug",
"bug:behavior"
] | [] | 2026-04-03T19:30:11Z | 2026-05-02T05:56:16Z | null | NONE | null | 20260502T060142Z | 2026-05-02T06:01:42Z | enchantress1016 | 38,660,352 | MDQ6VXNlcjM4NjYwMzUy | User | false |
openclaw/openclaw | 4,207,166,215 | I_kwDOQb6kR876xEMH | 61,279 | https://github.com/openclaw/openclaw/issues/61279 | https://api.github.com/repos/openclaw/openclaw/issues/61279 | [Bug]: Docker EACCES: permission denied, open '/home/node/.openclaw/openclaw.json' | ### Bug type
Crash (process/app exits or hangs)
### Beta release blocker
No
### Summary
When deploying the latest OpenClaw image using Docker Compose with a standard named volume, the container immediately crashes on startup with an EACCES permission denied error.
### Steps to reproduce
1. Create a standard `doc... | closed | completed | true | 3 | [
"bug",
"bug:crash",
"clawsweeper"
] | [] | 2026-04-05T10:05:59Z | 2026-04-30T04:34:28Z | 2026-04-27T11:40:51Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | esfomeado | 1,906,254 | MDQ6VXNlcjE5MDYyNTQ= | User | false |
openclaw/openclaw | 4,213,734,712 | I_kwDOQb6kR877KH04 | 62,099 | https://github.com/openclaw/openclaw/issues/62099 | https://api.github.com/repos/openclaw/openclaw/issues/62099 | EPERM on auth-profiles.json causes full gateway failure cascade (Windows) | # Bug Report: EPERM on auth-profiles.json causes full gateway failure cascade
## Summary
`auth-profiles.json` can acquire a Windows ReadOnly attribute during concurrent config writes, causing every LLM request to fail with `EPERM: operation not permitted`. The error is treated as fatal rather than non-fatal, which ca... | open | null | false | 2 | [] | [] | 2026-04-06T19:46:07Z | 2026-05-03T13:21:06Z | null | NONE | null | 20260503T150031Z | 2026-05-03T15:00:31Z | Hag-Fish | 271,590,354 | U_kgDOEDAj0g | User | false |
openclaw/openclaw | 4,332,955,345 | I_kwDOQb6kR88AAAABAkOm0Q | 72,573 | https://github.com/openclaw/openclaw/issues/72573 | https://api.github.com/repos/openclaw/openclaw/issues/72573 | Windows: ESM import fails in startLazyPluginServiceModule (ERR_UNSUPPORTED_ESM_URL_SCHEME, protocol c:) | ## Summary
On Windows, dynamic `import()` of a bare absolute filesystem path (e.g. `C:\path\to\module.mjs`) throws:
```
Error [ERR_UNSUPPORTED_ESM_URL_SCHEME]: ... Received protocol 'c:'
```
This affects the browser plugin service when `OPENCLAW_BROWSER_CONTROL_MODULE` is set to a Windows drive path, and may surface... | closed | completed | true | 2 | [] | [] | 2026-04-27T03:50:57Z | 2026-04-30T04:29:50Z | 2026-04-27T07:36:00Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | llzzww316 | 11,289,981 | MDQ6VXNlcjExMjg5OTgx | User | false |
openclaw/openclaw | 4,333,729,859 | I_kwDOQb6kR88AAAABAk94Qw | 72,668 | https://github.com/openclaw/openclaw/issues/72668 | https://api.github.com/repos/openclaw/openclaw/issues/72668 | [Bug]: <<<BEGIN_OPENCLAW_INTERNAL_CONTEXT>>>子代理报告的内容没了 | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
升级到openclaw@2026.4.24之后的版本后,在主会话中子代理的回执报告不再展示了<<<BEGIN_OPENCLAW_INTERNAL_CONTEXT>>>的部分丢失,不知道是出于功能考虑还是其它,但是它确实是有用的。希望有配置控制而不是一刀砍,我的以下功能依赖于此。
折叠状态:
<img width="847" height="528" alt="Image" src="https://github.com/user-attac... | closed | not_planned | true | 1 | [
"bug",
"regression"
] | [] | 2026-04-27T06:59:20Z | 2026-04-30T04:36:00Z | 2026-04-27T07:38:33Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | slzszyt-ux | 264,127,039 | U_kgDOD75CPw | User | false |
openclaw/openclaw | 4,333,934,083 | I_kwDOQb6kR88AAAABAlKWAw | 72,689 | https://github.com/openclaw/openclaw/issues/72689 | https://api.github.com/repos/openclaw/openclaw/issues/72689 | [Bug]: When running openclaw gateway run, the gateway starts successfully, but the bonjour (mDNS) plugin repeatedly fails and crashes with CIAO PROBING CANCELLED. | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
When running openclaw gateway run, the gateway starts successfully, but the bonjour (mDNS) plugin repeatedly fails and crashes with CIAO PROBING CANCELLED.
### Steps to reproduce
openclaw gateway run
🦞 OpenClaw 2026.4.24... | closed | completed | true | 1 | [
"bug",
"regression"
] | [] | 2026-04-27T07:37:09Z | 2026-04-30T04:35:57Z | 2026-04-27T07:42:25Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | gcusms | 57,053,200 | MDQ6VXNlcjU3MDUzMjAw | User | false |
openclaw/openclaw | 4,333,904,816 | I_kwDOQb6kR88AAAABAlIjsA | 72,685 | https://github.com/openclaw/openclaw/issues/72685 | https://api.github.com/repos/openclaw/openclaw/issues/72685 | Bug: v2026.4.24 Crash Loop on Startup with Proxy (Clash/Mihomo) - Bonjour mDNS Conflict | ## Describe the bug
After updating to `v2026.4.24`, the OpenClaw gateway enters a crash loop on systems running a proxy like Clash (Mihomo).
The gateway fails to start and logs an unhandled promise rejection.
## Environment
- **OpenClaw Version**: 2026.4.24
- **OS**: Ubuntu
- **Network**: Behind proxy (Clash/Mihomo)
... | closed | duplicate | true | 1 | [] | [] | 2026-04-27T07:32:19Z | 2026-04-30T04:35:56Z | 2026-04-27T07:43:52Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | shaolin-cloud | 268,214,353 | U_kgDOD_ygUQ | User | false |
openclaw/openclaw | 4,333,916,080 | I_kwDOQb6kR88AAAABAlJPsA | 72,686 | https://github.com/openclaw/openclaw/issues/72686 | https://api.github.com/repos/openclaw/openclaw/issues/72686 | Bug: v2026.4.24 Crash Loop on Startup with Proxy (Clash/Mihomo) - Bonjour mDNS Conflict | ## Describe the bug
After updating to `v2026.4.24`, the OpenClaw gateway enters a crash loop on systems running a proxy like Clash (Mihomo).
The gateway fails to start and logs an unhandled promise rejection.
## Environment
- **OpenClaw Version**: 2026.4.24
- **OS**: Ubuntu
- **Network**: Behind proxy (Clash/Mihomo)
... | closed | duplicate | true | 1 | [] | [] | 2026-04-27T07:34:18Z | 2026-04-30T04:35:56Z | 2026-04-27T07:43:54Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | shaolin-cloud | 268,214,353 | U_kgDOD_ygUQ | User | false |
openclaw/openclaw | 4,333,805,262 | I_kwDOQb6kR88AAAABAlCezg | 72,674 | https://github.com/openclaw/openclaw/issues/72674 | https://api.github.com/repos/openclaw/openclaw/issues/72674 | Telegram polling stalls with `getUpdates failed` despite `channels.telegram.proxy` configured (v2026.4.24, macOS) | # Telegram polling stalls indefinitely with `Network request for 'getUpdates' failed!` despite `channels.telegram.proxy` configured (v2026.4.24, macOS)
## Summary
On a 国内 (China-mainland) network where `api.telegram.org` requires HTTP proxy, telegram polling enters a stall loop with `Network request for 'getUpdates' ... | closed | completed | true | 1 | [] | [] | 2026-04-27T07:13:46Z | 2026-04-30T04:35:55Z | 2026-04-27T07:44:39Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | pokibao | 229,709,338 | U_kgDODbEWGg | User | false |
openclaw/openclaw | 4,333,066,551 | I_kwDOQb6kR88AAAABAkVZNw | 72,587 | https://github.com/openclaw/openclaw/issues/72587 | https://api.github.com/repos/openclaw/openclaw/issues/72587 | [Bug]: Tool call infinite loop on validation failure — null params bypass loopDetection | ## Summary
When a model (Claude Opus 4.6 in our case) serializes tool arguments as `null` instead of `{}` for a parameterless tool, OpenClaw returns a validation error (`root: must be object`) but does **not** trigger loopDetection. The model retries with `null` again, creating an infinite validation-failure loop.
In... | closed | completed | true | 0 | [] | [] | 2026-04-27T04:25:23Z | 2026-04-30T04:35:54Z | 2026-04-27T07:46:00Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | MagnaAI | 265,843,828 | U_kgDOD9h0dA | User | false |
openclaw/openclaw | 4,334,053,634 | I_kwDOQb6kR88AAAABAlRpAg | 72,693 | https://github.com/openclaw/openclaw/issues/72693 | https://api.github.com/repos/openclaw/openclaw/issues/72693 | [Bug] 2026.4.24 on WSL2: Ghost EADDRINUSE loop & systemd split-brain | ## Environment
- **Host:** WSL2 Ubuntu on Windows (T14sGen1)
- **OpenClaw Version:** 2026.4.24 (npm latest)
- **Node:** 22.22.0
- **Kernel:** linux 6.6.87.2-microsoft-standard-WSL2 x64
- **Gateway port:** 18789
- **Service modes tested:** Manual foreground, system-level systemd (`/etc/systemd/system`), and native user-... | closed | completed | true | 1 | [] | [] | 2026-04-27T07:55:46Z | 2026-05-03T04:36:50Z | 2026-04-30T14:53:13Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | birdforce14d | 262,942,059 | U_kgDOD6wtaw | User | false |
openclaw/openclaw | 4,205,504,518 | I_kwDOQb6kR876qugG | 60,994 | https://github.com/openclaw/openclaw/issues/60994 | https://api.github.com/repos/openclaw/openclaw/issues/60994 | [Bug]: OpenClaw cannot reliably connect to remote Ollama/LM Studio instances via LAN IP — fetch failed / Connection error on every request despite direct curl and Node.js fetch working fine | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
OpenClaw cannot reliably connect to remote Ollama/LM Studio instances via LAN IP — fetch failed / Connection error on every request despite direct curl and Node.js fetch working fine
### Steps to reproduce
St... | closed | completed | true | 9 | [
"bug",
"bug:behavior"
] | [] | 2026-04-04T18:09:37Z | 2026-04-30T04:35:49Z | 2026-04-27T07:56:13Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | tnowakow | 939,876 | MDQ6VXNlcjkzOTg3Ng== | User | false |
openclaw/openclaw | 4,334,076,843 | I_kwDOQb6kR88AAAABAlTDqw | 72,698 | https://github.com/openclaw/openclaw/issues/72698 | https://api.github.com/repos/openclaw/openclaw/issues/72698 | Feature request: Shared global bootstrap prompt for all agents | ## Problem
When managing multiple agents in OpenClaw, there's no way to apply a shared set of rules/instructions to all agents from a single source of truth.
Every time a rule needs to change — say, a new operational policy, a security guideline, or an updated workflow — we have to manually update the `AGENTS.md` (or... | closed | not_planned | true | 1 | [] | [] | 2026-04-27T07:59:09Z | 2026-05-03T04:36:49Z | 2026-04-30T14:53:19Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | stayif | 7,867,389 | MDQ6VXNlcjc4NjczODk= | User | false |
openclaw/openclaw | 4,136,052,800 | I_kwDOQb6kR872hyhA | 54,521 | https://github.com/openclaw/openclaw/issues/54521 | https://api.github.com/repos/openclaw/openclaw/issues/54521 | gateway install inlines .env secrets into systemd unit while doctor flags inline OPENCLAW_GATEWAY_TOKEN as stale | # OpenClaw bug report: gateway install inlines `.env` secrets into systemd unit while doctor flags inline `OPENCLAW_GATEWAY_TOKEN` as stale
## Summary
On Linux/systemd user installs, `openclaw gateway install` in OpenClaw `2026.3.23-2` writes secrets from `~/.openclaw/.env` directly into `~/.config/systemd/user/openc... | closed | completed | true | 6 | [] | [] | 2026-03-25T14:53:50Z | 2026-04-30T04:35:46Z | 2026-04-27T08:05:16Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | mcgheeloans | 260,988,072 | U_kgDOD45cqA | User | false |
openclaw/openclaw | 4,334,145,829 | I_kwDOQb6kR88AAAABAlXRJQ | 72,702 | https://github.com/openclaw/openclaw/issues/72702 | https://api.github.com/repos/openclaw/openclaw/issues/72702 | [Bug] Telegram messages delivered multiple times (duplicate message_id injection) | ## Summary
Telegram messages are being delivered to agent sessions multiple times (2-4x) with identical content and message_id. This wastes context window tokens and confuses models about which message to respond to.
## Observed Behavior
- **Main/Shodan**: 19 duplicated user messages in recent session (9 pairs of iden... | closed | completed | true | 1 | [] | [] | 2026-04-27T08:10:02Z | 2026-05-03T04:36:48Z | 2026-04-30T14:53:24Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | SweetSophia | 44,297,511 | MDQ6VXNlcjQ0Mjk3NTEx | User | false |
openclaw/openclaw | 4,334,145,946 | I_kwDOQb6kR88AAAABAlXRmg | 72,703 | https://github.com/openclaw/openclaw/issues/72703 | https://api.github.com/repos/openclaw/openclaw/issues/72703 | [Bug] Background task updates injected as user-role messages instead of system-role | ## Summary
Background task updates, deferred maintenance notifications, and heartbeat prompts are delivered as `role: "user"` messages instead of `role: "system"`. This pollutes the user message stream and causes models to confuse system notifications with actual user input.
## Observed Behavior
- In Main/Shodan's rec... | open | null | false | 1 | [] | [] | 2026-04-27T08:10:03Z | 2026-05-03T13:21:47Z | null | NONE | null | 20260503T150031Z | 2026-05-03T15:00:31Z | SweetSophia | 44,297,511 | MDQ6VXNlcjQ0Mjk3NTEx | User | false |
openclaw/openclaw | 4,334,146,055 | I_kwDOQb6kR88AAAABAlXSBw | 72,704 | https://github.com/openclaw/openclaw/issues/72704 | https://api.github.com/repos/openclaw/openclaw/issues/72704 | [UX] Excessive inline JSON metadata in Telegram user messages degrades model comprehension | ## Summary
Each user message delivered via Telegram is prefixed with 400-500 bytes of JSON metadata (Conversation info + Sender blocks) embedded directly in the message text. This metadata-to-content ratio makes it harder for models — especially weaker fallback models — to locate and process actual user text.
## Obser... | open | null | false | 1 | [] | [] | 2026-04-27T08:10:04Z | 2026-05-03T12:31:35Z | null | NONE | null | 20260503T150031Z | 2026-05-03T15:00:31Z | SweetSophia | 44,297,511 | MDQ6VXNlcjQ0Mjk3NTEx | User | false |
openclaw/openclaw | 4,046,330,823 | I_kwDOQb6kR87xLhvH | 41,195 | https://github.com/openclaw/openclaw/issues/41195 | https://api.github.com/repos/openclaw/openclaw/issues/41195 | Bug: Feishu WebSocket reconnect causes duplicate message processing (dedup cache not restored on restart) | ## Problem
Every time the OpenClaw Gateway restarts, the in-memory dedup cache is cleared. When Feishu WebSocket reconnects, Feishu replays recent history messages with **new message IDs** - since the dedup cache is empty, all replayed messages trigger agent responses.
## Root Cause
`feishu-dedup.json` exists on dis... | open | null | false | 3 | [] | [
"vincentkoc"
] | 2026-03-09T15:40:32Z | 2026-05-04T09:13:57Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | KKirikaze | 136,076,521 | U_kgDOCBxc6Q | User | false |
openclaw/openclaw | 4,332,857,336 | I_kwDOQb6kR88AAAABAkIn-A | 72,546 | https://github.com/openclaw/openclaw/issues/72546 | https://api.github.com/repos/openclaw/openclaw/issues/72546 | [Bug]: Memory dreaming cron reports ok with harness data but writes no artifacts on 2026.4.24 | ## Bug type
Regression (worked before, now fails)
## Beta release blocker
No
## Summary
On OpenClaw 2026.4.24, `Memory Dreaming Promotion` cron runs report `ok` and the memory harness has eligible REM/deep material, but no new dreaming artifacts (`DREAMS.md`, `memory/dreaming/*`, or `memory.dream.completed` events... | open | null | false | 1 | [] | [] | 2026-04-27T03:14:38Z | 2026-05-03T01:37:57Z | null | NONE | null | 20260503T030030Z | 2026-05-03T03:00:30Z | nixonthelobster | 279,591,770 | U_kgDOEKo7Wg | User | false |
openclaw/openclaw | 4,050,271,725 | I_kwDOQb6kR87xaj3t | 41,965 | https://github.com/openclaw/openclaw/issues/41965 | https://api.github.com/repos/openclaw/openclaw/issues/41965 | Feature: force media delivery as document attachment (e.g. #doc) | ## Problem
When sending images via WhatsApp (and potentially other channels), images are automatically compressed by the platform. For screenshots, documents, and other media where quality matters, users need a way to force the file to be sent as a document attachment instead of an inline image.
## Suggested Feature
... | open | null | false | 2 | [] | [] | 2026-03-10T08:37:12Z | 2026-05-04T11:26:31Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | phi0x | 6,878,687 | MDQ6VXNlcjY4Nzg2ODc= | User | false |
openclaw/openclaw | 4,050,271,788 | I_kwDOQb6kR87xaj4s | 41,966 | https://github.com/openclaw/openclaw/issues/41966 | https://api.github.com/repos/openclaw/openclaw/issues/41966 | MEDIA: tokens inside markdown code fences are silently ignored | ## Problem
LLMs frequently wrap output in markdown code fences (triple backticks). When an LLM outputs a `MEDIA:` token inside a code block, `splitMediaFromOutput()` correctly skips it (by design — you don't want code examples treated as media). However, this creates a silent failure mode that's very hard to debug:
`... | open | null | false | 2 | [] | [] | 2026-03-10T08:37:13Z | 2026-05-04T10:37:36Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | phi0x | 6,878,687 | MDQ6VXNlcjY4Nzg2ODc= | User | false |
openclaw/openclaw | 4,050,416,332 | I_kwDOQb6kR87xbHLM | 41,986 | https://github.com/openclaw/openclaw/issues/41986 | https://api.github.com/repos/openclaw/openclaw/issues/41986 | [Bug]: Usage dashboard shows total cost as millions of dollars while daily chart sums to ~$10-15 | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
On the **Usage** (费用管理) page of the OpenClaw Control UI dashboard, the **header total cost** is displayed as **$12.30M** (or similar millions), while the **Daily Cost Usage** chart for the same date range sums to about **$10–15**. The same ... | open | null | false | 2 | [
"bug",
"bug:behavior"
] | [] | 2026-03-10T09:06:58Z | 2026-05-04T11:26:33Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | yoyowucn | 52,849,348 | MDQ6VXNlcjUyODQ5MzQ4 | User | false |
openclaw/openclaw | 4,050,460,849 | I_kwDOQb6kR87xbSCx | 41,993 | https://github.com/openclaw/openclaw/issues/41993 | https://api.github.com/repos/openclaw/openclaw/issues/41993 | [Bug] web_fetch fails in dual-stack networks when DNS returns IPv6 special-use addresses | # [Bug] web_fetch fails in dual-stack networks when DNS returns IPv6 special-use addresses
## Describe the bug
`web_fetch` tool fails to access public websites (e.g., `www.google.com`) when the DNS server returns both IPv4 and IPv6 addresses, and the IPv6 address is a special-use address (e.g., `::`, `::1`, `2001::1`... | open | null | false | 2 | [] | [] | 2026-03-10T09:16:10Z | 2026-05-04T10:37:42Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | evaxmeris | 265,940,049 | U_kgDOD9nsUQ | User | false |
openclaw/openclaw | 4,050,629,320 | I_kwDOQb6kR87xb7LI | 42,011 | https://github.com/openclaw/openclaw/issues/42011 | https://api.github.com/repos/openclaw/openclaw/issues/42011 | [Bug]: Control UI chat can stay stuck on "Stop" after embedded run timeout on Windows | ### Bug type
Crash (process/app exits or hangs)
### Summary
In Gateway Dashboard / Control UI chat, an embedded run can appear to finish its tool/file work, but the UI remains stuck in a running state:
- `Stop` remains visible
- clicking `Stop` does nothing
- gateway health still shows normal
- the affected... | open | null | false | 3 | [
"bug",
"bug:crash"
] | [] | 2026-03-10T09:48:55Z | 2026-05-04T11:26:35Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | lost-abadan | 39,948,730 | MDQ6VXNlcjM5OTQ4NzMw | User | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.