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,110,895,983 | I_kwDOQb6kR871B0tv | 51,361 | https://github.com/openclaw/openclaw/issues/51361 | https://api.github.com/repos/openclaw/openclaw/issues/51361 | RFC: Add Configurable Message Coalescing / Batching for Chat Channels | # RFC: Add Configurable Message Coalescing / Batching for Chat Channels
## Summary
OpenClaw should support an **optional, configurable message coalescing window** for inbound chat channels and similar message-based surfaces.
Today, each inbound message is treated as an independent event and can trigger its own agent... | closed | completed | true | 3 | [] | [] | 2026-03-21T01:19:05Z | 2026-04-30T04:52:23Z | 2026-04-25T05:08:24Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | Adam-Researchh | 261,827,313 | U_kgDOD5sq8Q | User | false |
openclaw/openclaw | 4,111,508,754 | I_kwDOQb6kR871EKUS | 51,435 | https://github.com/openclaw/openclaw/issues/51435 | https://api.github.com/repos/openclaw/openclaw/issues/51435 | [Feature]: AI agents can autonomously file bug reports | ### Summary
Allow AI agents running in OpenClaw to autonomously file GitHub issues when they encounter bugs or unexpected behavior, without requiring human intervention. The agent formulates the bug report in proper GitHub issue format and submits it directly.
### Problem to solve
AI agents running in OpenClaw can o... | closed | not_planned | true | 2 | [
"enhancement"
] | [] | 2026-03-21T05:37:53Z | 2026-04-30T04:52:14Z | 2026-04-25T05:09:41Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | jooey | 7,296,530 | MDQ6VXNlcjcyOTY1MzA= | User | false |
openclaw/openclaw | 4,111,154,138 | I_kwDOQb6kR871Czva | 51,397 | https://github.com/openclaw/openclaw/issues/51397 | https://api.github.com/repos/openclaw/openclaw/issues/51397 | Large session context causes 'An unknown error occurred' with Kimi-K2.5 | ## Bug Report: Large session context causes "An unknown error occurred" with Kimi-K2.5
### Summary
When the Feishu session context grows large (77k+ tokens, 181KB session file), the AI model (Kimi-K2.5 via Tencent Coding Plan provider) returns a generic "An unknown error occurred" error, causing message handling to fa... | closed | completed | true | 3 | [] | [] | 2026-03-21T03:05:23Z | 2026-04-30T04:52:19Z | 2026-04-25T05:08:59Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | GuilongZh | 24,869,034 | MDQ6VXNlcjI0ODY5MDM0 | User | false |
openclaw/openclaw | 4,111,149,790 | I_kwDOQb6kR871Cyre | 51,394 | https://github.com/openclaw/openclaw/issues/51394 | https://api.github.com/repos/openclaw/openclaw/issues/51394 | Feature: browser tool - expose CDP Network domain for request interception | ## Feature Request
The browser tool currently does not expose CDP Network domain capabilities. This makes it impossible to:
- Intercept and analyze network requests during browser automation
- Discover API endpoints used by SPAs (critical for platforms like 抖音/番茄)
- Monitor request/response pairs for debugging
## Pro... | open | null | false | 2 | [] | [] | 2026-03-21T03:04:04Z | 2026-05-04T17:50:32Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | cpc1986 | 17,445,005 | MDQ6VXNlcjE3NDQ1MDA1 | User | false |
openclaw/openclaw | 4,111,798,368 | I_kwDOQb6kR871FRBg | 51,505 | https://github.com/openclaw/openclaw/issues/51505 | https://api.github.com/repos/openclaw/openclaw/issues/51505 | [Bug]: Thinking stream not forwarded via WebSocket agent events during streaming | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
When extended thinking is enabled (Think: high, Reasoning: stream, model reasoning: true), the gateway stores thinking content in the transcript (visible via chat.history) but does not emit `stream: "thinking"` agent events via WebSocket du... | closed | completed | true | 3 | [
"bug",
"bug:behavior"
] | [] | 2026-03-21T08:20:54Z | 2026-04-30T04:51:32Z | 2026-04-25T05:28:08Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | manateelazycat | 237,487 | MDQ6VXNlcjIzNzQ4Nw== | User | false |
openclaw/openclaw | 4,111,721,095 | I_kwDOQb6kR871E-KH | 51,482 | https://github.com/openclaw/openclaw/issues/51482 | https://api.github.com/repos/openclaw/openclaw/issues/51482 | Feature Request: Add agents.defaults.reasoning config option to enable reasoning by default | ## Feature Description
The `/reasoning stream` directive is supported on Feishu channels, but it requires users to manually enable it per-session by sending the directive. There is no way to configure this as a default behavior for new sessions.
## Proposed Solution
Add a `agents.defaults.reasoning` configuration op... | closed | completed | true | 2 | [] | [] | 2026-03-21T07:28:19Z | 2026-04-16T20:48:29Z | 2026-03-22T05:40:47Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | zsj2002 | 11,911,183 | MDQ6VXNlcjExOTExMTgz | User | false |
openclaw/openclaw | 4,112,503,391 | I_kwDOQb6kR871H9Jf | 51,624 | https://github.com/openclaw/openclaw/issues/51624 | https://api.github.com/repos/openclaw/openclaw/issues/51624 | sessions_send announce step fails to deliver to Telegram topics — "group:" prefix not stripped | ## Bug Description
When `sessions_send` triggers the announce step for a Telegram group topic session, the delivery fails with:
```
Error: Telegram recipient must be a numeric chat ID
```
## Root Cause
`resolveAnnounceTargetFromKey()` parses the sessionKey `agent:<name>:telegram:group:<chatId>:topic:<topicId>` and gen... | closed | completed | true | 5 | [] | [] | 2026-03-21T13:15:48Z | 2026-04-16T20:48:28Z | 2026-03-23T09:18:48Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | victorbot-cmd | 269,232,838 | U_kgDOEAwqxg | User | false |
openclaw/openclaw | 4,112,494,412 | I_kwDOQb6kR871H69M | 51,621 | https://github.com/openclaw/openclaw/issues/51621 | https://api.github.com/repos/openclaw/openclaw/issues/51621 | Proposal: single delivery path heuristic for async completions | ## Summary
Async completions (subagents / cron / delayed task results) need a clearer **single delivery path heuristic**.
Right now, real-world behavior can fail in two opposite ways:
- the result is recorded internally but never becomes user-visible delivery
- attempts to harden delivery can cause the same result to... | closed | completed | true | 4 | [] | [] | 2026-03-21T13:13:19Z | 2026-04-28T04:36:50Z | 2026-04-26T03:52:40Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | Eduroriz | 184,647,598 | U_kgDOCwF_rg | User | false |
openclaw/openclaw | 4,112,478,914 | I_kwDOQb6kR871H3LC | 51,620 | https://github.com/openclaw/openclaw/issues/51620 | https://api.github.com/repos/openclaw/openclaw/issues/51620 | Gateway restart drops queued and in-flight inbound messages | ## Problem
When the gateway restarts (via `openclaw gateway restart`, config change, SIGUSR1, or LaunchAgent restart), inbound messages that haven't been fully processed are silently lost. This includes:
1. **Followup queue items** (`FollowupQueueState.items`) — these are in-memory only (`resolveGlobalSingleton`) and... | open | null | false | 2 | [] | [] | 2026-03-21T13:09:11Z | 2026-05-04T20:59:05Z | null | NONE | null | 20260504T210031Z | 2026-05-04T21:00:31Z | tomsalphaclawbot | 263,540,554 | U_kgDOD7VPSg | User | false |
openclaw/openclaw | 4,111,813,176 | I_kwDOQb6kR871FUo4 | 51,509 | https://github.com/openclaw/openclaw/issues/51509 | https://api.github.com/repos/openclaw/openclaw/issues/51509 | Browser Relay: multi-profile switcher for multiple OpenClaw instances | **Use case:** Users running multiple OpenClaw instances (e.g. home server + VPS, or two AI companions) have to manually re-enter gateway credentials every time they switch — friction-heavy and error-prone.
**Proposal:** Named profile slots in the extension options page. Each profile stores its own connection mode, por... | closed | not_planned | true | 4 | [] | [] | 2026-03-21T08:31:09Z | 2026-04-30T04:51:29Z | 2026-04-25T05:28:23Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | unraidBob | 269,354,639 | U_kgDOEA4Gjw | User | false |
openclaw/openclaw | 4,111,720,090 | I_kwDOQb6kR871E96a | 51,481 | https://github.com/openclaw/openclaw/issues/51481 | https://api.github.com/repos/openclaw/openclaw/issues/51481 | [Feature]: openclaw tui --agent to bind TUI session to a specific agent | ### Summary
Add --agent flag to `openclaw tui` so TUI sessions can bind to a specific agent configuration and model, instead of always defaulting to the main agent.
### Problem to solve
When using multi-agent swarm tools like ClawTeam, each spawned agent runs `openclaw tui` in its own tmux window. All spawned TUI se... | closed | completed | true | 2 | [
"enhancement"
] | [] | 2026-03-21T07:27:36Z | 2026-04-30T04:51:37Z | 2026-04-25T05:27:32Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | ynlai1982 | 266,982,539 | U_kgDOD-nUiw | User | false |
openclaw/openclaw | 4,112,463,119 | I_kwDOQb6kR871HzUP | 51,619 | https://github.com/openclaw/openclaw/issues/51619 | https://api.github.com/repos/openclaw/openclaw/issues/51619 | [Bug]: mitmproxy integration broken - LLM ERROR | ## Summary
mitmproxy integration broken - LLM ERROR
## Steps to reproduce
1. Set up mitmweb reverse proxy for api.minimax.io on port 8080
2. Set HTTP_PROXY/HTTPS_PROXY env vars to http://127.0.0.1:8080
3. Try to make an LLM request via MiniMax
4. Get 'LLM ERROR' in the UI
## Expected behavior
Traffic routes throug... | closed | completed | true | 2 | [
"bug",
"maintainer"
] | [] | 2026-03-21T13:05:28Z | 2026-04-16T20:48:26Z | 2026-03-23T14:26:36Z | CONTRIBUTOR | null | 20260417T163222Z | 2026-04-17T16:32:22Z | Takhoffman | 781,889 | MDQ6VXNlcjc4MTg4OQ== | User | false |
openclaw/openclaw | 4,112,360,394 | I_kwDOQb6kR871HaPK | 51,607 | https://github.com/openclaw/openclaw/issues/51607 | https://api.github.com/repos/openclaw/openclaw/issues/51607 | Submitted in error | Submitted in error. Internal tracking issue — not an upstream concern. | closed | completed | true | 2 | [] | [] | 2026-03-21T12:35:56Z | 2026-04-16T20:48:26Z | 2026-03-26T13:03:54Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | swmeyer1979 | 96,443,875 | U_kgDOBb-d4w | User | false |
openclaw/openclaw | 4,111,818,922 | I_kwDOQb6kR871FWCq | 51,511 | https://github.com/openclaw/openclaw/issues/51511 | https://api.github.com/repos/openclaw/openclaw/issues/51511 | [Bug]: Bug Report: Cursor Support Assistant Hijacks Custom Agent Session | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
I was planning to report some bugs I encountered while using OpenClaw on the website. I don't know how to code; I'm just a regular OpenClaw user. When I copied a link from the website to my OpenClaw application, my OpenClaw was immediately ... | open | null | false | 2 | [
"bug",
"bug:behavior"
] | [] | 2026-03-21T08:34:57Z | 2026-05-04T20:15:46Z | null | NONE | null | 20260504T210031Z | 2026-05-04T21:00:31Z | aiwenhan2012-star | 268,353,034 | U_kgDOD_6-Cg | User | false |
openclaw/openclaw | 4,112,403,915 | I_kwDOQb6kR871Hk3L | 51,614 | https://github.com/openclaw/openclaw/issues/51614 | https://api.github.com/repos/openclaw/openclaw/issues/51614 | Expose channels.whatsapp.staleEventThresholdMs config key for health monitor | ## Summary
The WhatsApp channel health monitor declares a socket "stale" and kills the connection if no **inbound** message is received within 30 minutes. This threshold is hardcoded and cannot be configured, causing a death-loop on accounts with low inbound traffic.
## Current Behavior
In `src/web/auto-reply/monito... | closed | not_planned | true | 3 | [] | [] | 2026-03-21T12:47:53Z | 2026-04-29T04:37:47Z | 2026-04-26T10:19:52Z | NONE | null | 20260429T060025Z | 2026-04-29T06:00:25Z | comicsansbestfont | 95,063,920 | U_kgDOBaqPcA | User | false |
openclaw/openclaw | 4,112,391,538 | I_kwDOQb6kR871Hh1y | 51,612 | https://github.com/openclaw/openclaw/issues/51612 | https://api.github.com/repos/openclaw/openclaw/issues/51612 | [Feature]: Built-in persistent memory system with compaction tree | ### Summary
Add a persistent memory layer that gives agents automatic awareness of prior conversations across sessions — using a 3-tier architecture (hot/warm/cold) with a 5-level compaction tree (raw → daily → weekly → monthly → root).
### Problem to solve
Agents lose all context between sessions. Current workaroun... | closed | completed | true | 3 | [
"enhancement"
] | [] | 2026-03-21T12:44:50Z | 2026-04-30T04:51:17Z | 2026-04-25T05:30:16Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | kevin-hs-sohn | 48,140,360 | MDQ6VXNlcjQ4MTQwMzYw | User | false |
openclaw/openclaw | 4,112,385,795 | I_kwDOQb6kR871HgcD | 51,611 | https://github.com/openclaw/openclaw/issues/51611 | https://api.github.com/repos/openclaw/openclaw/issues/51611 | [Bug]: feishu_update_doc 工具的 mode 参数被自动添加逗号 | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
## 1. Summary
`feishu_update_doc` 工具的 `mode` 参数在调用时被系统自动添加逗号,导致参数验证失败,工具无法正常使用。
### Steps to reproduce
## 2. Steps to reproduce
1. 调用 `feishu_update_doc` 工具
2. 设置 `mode` 参数为任意有效值(如 `"append"`、`"insert_after"`、`"replace_range"` 等)
3. 执行... | closed | completed | true | 2 | [
"bug",
"bug:behavior"
] | [] | 2026-03-21T12:43:07Z | 2026-04-30T04:51:18Z | 2026-04-25T05:30:09Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | LeooooonS | 269,934,704 | U_kgDOEBbgcA | User | false |
openclaw/openclaw | 4,112,362,767 | I_kwDOQb6kR871Ha0P | 51,609 | https://github.com/openclaw/openclaw/issues/51609 | https://api.github.com/repos/openclaw/openclaw/issues/51609 | [Bug]: sandbox file tools fail with moltbot-sandbox-fs: 2: python3: not found | ### Bug type
Regression (worked before, now fails)
### Summary
Summary
In a sandboxed Telegram session, OpenClaw file-tool writes failed with:
moltbot-sandbox-fs: 2: python3: not found
Earlier in the same session, direct shell writes to /workspace also failed with:
cannot create STYLE.md: Read-only file system
... | closed | not_planned | true | 2 | [
"bug",
"regression"
] | [] | 2026-03-21T12:36:35Z | 2026-04-28T04:36:50Z | 2026-04-26T03:52:35Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | macminihal-cyber | 269,563,325 | U_kgDOEBE1vQ | User | false |
openclaw/openclaw | 4,112,354,086 | I_kwDOQb6kR871HYsm | 51,602 | https://github.com/openclaw/openclaw/issues/51602 | https://api.github.com/repos/openclaw/openclaw/issues/51602 | Regression: OpenClaw TUI injects stray glyphs and separator artifacts into rendered chat output | # Bug report draft: OpenClaw TUI inserts unexpected glyphs and separator artifacts into rendered chat text
## Summary
After a recent OpenClaw update, `openclaw tui` on macOS started rendering unexpected extra characters and UI-like separator artifacts inside or around normal chat messages.
These characters were **no... | open | null | false | 2 | [] | [] | 2026-03-21T12:34:03Z | 2026-05-04T19:11:16Z | null | NONE | null | 20260504T210031Z | 2026-05-04T21:00:31Z | piriram | 62,399,318 | MDQ6VXNlcjYyMzk5MzE4 | User | false |
openclaw/openclaw | 4,112,296,732 | I_kwDOQb6kR871HKsc | 51,593 | https://github.com/openclaw/openclaw/issues/51593 | https://api.github.com/repos/openclaw/openclaw/issues/51593 | [Bug]: HTTP 400: "tool call id exec:26 is duplicated" with moonshot/kimi-k2.5 in WhatsApp group chats | ### Bug type
Crash (process/app exits or hangs)
### Summary
Description:
When using moonshot/kimi-k2.5 as the primary model, OpenClaw returns HTTP 400: Invalid request: tool call id exec:26 is duplicated exclusively in WhatsApp group chats. The same configuration works fine in direct messages (DMs) and when switchi... | open | null | false | 6 | [
"bug",
"bug:crash"
] | [] | 2026-03-21T12:17:22Z | 2026-05-04T20:59:01Z | null | NONE | null | 20260504T210031Z | 2026-05-04T21:00:31Z | Faaab84 | 154,666,217 | U_kgDOCTgE6Q | User | false |
openclaw/openclaw | 4,112,210,039 | I_kwDOQb6kR871G1h3 | 51,578 | https://github.com/openclaw/openclaw/issues/51578 | https://api.github.com/repos/openclaw/openclaw/issues/51578 | [Feature]: [Feishu] Support voice message bubbles with asVoice | ### Summary
Add support for sending voice messages in Feishu channels using the `asVoice` parameter. Currently, when sending audio files to Feishu via the message tool, they are sent as audio attachments rather than native voice messages.
### Problem to solve
na
### Proposed solution
# Feature Request: Feishu Voic... | closed | completed | true | 4 | [
"enhancement"
] | [] | 2026-03-21T11:42:00Z | 2026-04-28T05:28:20Z | 2026-04-25T09:42:14Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | NoahZhou2020 | 59,246,433 | MDQ6VXNlcjU5MjQ2NDMz | User | false |
openclaw/openclaw | 4,112,069,606 | I_kwDOQb6kR871GTPm | 51,557 | https://github.com/openclaw/openclaw/issues/51557 | https://api.github.com/repos/openclaw/openclaw/issues/51557 | [Bug] Cron isolated session skill and browser compatibility issues | ### Bug type
Regression (worked before, now fails)
### Summary
Cron task isolated session fails to call skill: skill path misread, browser ref format error, and heartbeat message target error
### Steps to reproduce
1. Create a skill in ~/.openclaw/workspace/skills/meituan-data-update/
2. Create a cron task with me... | closed | completed | true | 2 | [
"bug",
"regression"
] | [] | 2026-03-21T10:51:18Z | 2026-04-27T05:09:08Z | 2026-04-24T12:42:55Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | c-amg | 83,049,593 | MDQ6VXNlcjgzMDQ5NTkz | User | false |
openclaw/openclaw | 4,112,046,909 | I_kwDOQb6kR871GNs9 | 51,554 | https://github.com/openclaw/openclaw/issues/51554 | https://api.github.com/repos/openclaw/openclaw/issues/51554 | [Bug]: Status shows wrong context window (1.0m instead of 200k) | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
Status shows wrong context window (1.0m instead of 200k)
### Steps to reproduce
Set agents.defaults.model.primary to xiaomi/mimo-v2-flash (context 262k)
Gateway falls back to MiniMax-M2.5 due to model not allowed (context 200k)
Run /statu... | closed | completed | true | 2 | [
"bug",
"bug:behavior"
] | [] | 2026-03-21T10:39:47Z | 2026-04-16T20:48:22Z | 2026-03-23T09:08:51Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | Pumia11 | 42,197,065 | MDQ6VXNlcjQyMTk3MDY1 | User | false |
openclaw/openclaw | 4,111,982,638 | I_kwDOQb6kR871F-Au | 51,542 | https://github.com/openclaw/openclaw/issues/51542 | https://api.github.com/repos/openclaw/openclaw/issues/51542 | Heartbeat does not reload HEARTBEAT.md after gateway restart | **Labels**: `bug`, `heartbeat`, `gateway`
---
## Background
We initially configured `HEARTBEAT.md` to require `HEARTBEAT_OK` at the **beginning** of the heartbeat message. However, this caused persistent errors where the heartbeat system failed to recognize the acknowledgment properly.
**Original HEARTBEAT.md requi... | closed | completed | true | 3 | [] | [] | 2026-03-21T10:03:44Z | 2026-04-16T20:48:22Z | 2026-03-24T08:28:44Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | Suidge | 34,770,064 | MDQ6VXNlcjM0NzcwMDY0 | User | false |
openclaw/openclaw | 4,112,174,964 | I_kwDOQb6kR871Gs90 | 51,569 | https://github.com/openclaw/openclaw/issues/51569 | https://api.github.com/repos/openclaw/openclaw/issues/51569 | OpenAI Codex OAuth in 2026.3.13 does not honor env proxy during code-to-token exchange | ### Bug type
Regression (worked before, now fails)
### Summary
On macOS, OpenClaw 2026.3.13 completes the browser auth step for OpenAI Codex OAuth but fails at code-to-token exchange, while 2026.2.6-3 succeeds under the same proxy setup.
### Steps to reproduce
1. On macOS, set `HTTP_PROXY` and `HTTPS_PROXY` to a ... | closed | completed | true | 3 | [
"bug",
"regression"
] | [] | 2026-03-21T11:26:49Z | 2026-04-16T20:48:21Z | 2026-03-23T14:26:36Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | peng202113 | 156,470,927 | U_kgDOCVOOjw | User | false |
openclaw/openclaw | 4,112,083,468 | I_kwDOQb6kR871GWoM | 51,558 | https://github.com/openclaw/openclaw/issues/51558 | https://api.github.com/repos/openclaw/openclaw/issues/51558 | [Bug]: WhatsApp Web listener running but inaccessible to message handler | ### Bug type
Regression (worked before, now fails)
### Summary
WhatsApp is linked and the listener is confirmed running/connected by openclaw channels status --probe, but the message tool cannot send messages.
Environment:
- OpenClaw: 2026.3.13
- Runtime: Docker container (openclaw-5var-openclaw-1)
- Account: Whats... | closed | completed | true | 7 | [
"bug",
"regression"
] | [] | 2026-03-21T10:56:41Z | 2026-04-16T20:48:21Z | 2026-04-05T07:52:00Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | dazthorpe | 3,463,665 | MDQ6VXNlcjM0NjM2NjU= | User | false |
openclaw/openclaw | 4,112,139,192 | I_kwDOQb6kR871GkO4 | 51,561 | https://github.com/openclaw/openclaw/issues/51561 | https://api.github.com/repos/openclaw/openclaw/issues/51561 | bug(whatsapp): HTML files silently dropped on outbound send — .html/.htm missing from MIME_BY_EXT + no fallback for unknown MIME | ## Bug
HTML files sent via the `message` tool are silently dropped — recipient gets text without any attachment. No error is logged.
## Root Cause (two bugs)
### 1. `.html` / `.htm` missing from `EXT_BY_MIME` map
`src/media/mime.ts` defines `EXT_BY_MIME` which maps MIME types to extensions. This map is reversed to ... | closed | completed | true | 3 | [] | [] | 2026-03-21T11:14:03Z | 2026-04-16T20:48:20Z | 2026-04-02T03:25:14Z | CONTRIBUTOR | null | 20260417T163222Z | 2026-04-17T16:32:22Z | bobbyt74 | 262,672,147 | U_kgDOD6gPEw | User | false |
openclaw/openclaw | 4,111,870,502 | I_kwDOQb6kR871Fiom | 51,521 | https://github.com/openclaw/openclaw/issues/51521 | https://api.github.com/repos/openclaw/openclaw/issues/51521 | Feature Request: Support custom reasoning language / 中文推理语言支持 | ## Feature Request: Support custom reasoning language
### Problem
When using OpenClaw with models that support chain-of-thought reasoning (e.g. MiniMax M2.7, Claude, etc.), the thinking/reasoning stream output is always in English, regardless of the user's preferred language.
This is a problem for non-English speake... | closed | not_planned | true | 2 | [] | [] | 2026-03-21T09:04:26Z | 2026-04-28T04:36:51Z | 2026-04-26T03:52:31Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | Lrs-GreenBottle | 253,340,193 | U_kgDODxmqIQ | User | false |
openclaw/openclaw | 4,111,867,422 | I_kwDOQb6kR871Fh4e | 51,519 | https://github.com/openclaw/openclaw/issues/51519 | https://api.github.com/repos/openclaw/openclaw/issues/51519 | Windows: channel /restart still fails even when CLI gateway restart works | ## Summary
On Windows, channel-triggered `/restart` (confirmed via Telegram) still fails to bring the gateway back online, even though the local CLI-managed restart path works.
On this machine:
- `openclaw gateway start` works
- `openclaw gateway restart` works
- `/restart` from a channel stops/drains the gateway, but... | closed | completed | true | 4 | [] | [] | 2026-03-21T09:03:03Z | 2026-04-30T04:51:25Z | 2026-04-25T05:28:58Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | Kholio | 1,445,939 | MDQ6VXNlcjE0NDU5Mzk= | User | false |
openclaw/openclaw | 4,109,222,569 | I_kwDOQb6kR8707cKp | 51,174 | https://github.com/openclaw/openclaw/issues/51174 | https://api.github.com/repos/openclaw/openclaw/issues/51174 | [Bug]:WhatsApp channels status --probe only shows first two allowFrom entries | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
`openclaw channels status --probe` only shows the first two WhatsApp `allowFrom` entries, even when more entries are configured and active at runtime.
### Steps to reproduce
1. Configure WhatsApp with `dmPolicy: "allowlist"`
2. Add 3 or m... | closed | completed | true | 4 | [
"bug",
"bug:behavior"
] | [] | 2026-03-20T17:46:18Z | 2026-04-16T20:48:19Z | 2026-03-20T18:29:51Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | einarmiger0815 | 47,278,855 | MDQ6VXNlcjQ3Mjc4ODU1 | User | false |
openclaw/openclaw | 3,866,357,623 | I_kwDOQb6kR87mc-93 | 3,460 | https://github.com/openclaw/openclaw/issues/3460 | https://api.github.com/repos/openclaw/openclaw/issues/3460 | Internationalization (i18n) & Localization Support | ## Summary
We've received multiple requests and PRs for internationalization (i18n) and localization support. We appreciate the community's interest in making OpenClaw accessible to more users worldwide!
**However, we don't currently have the bandwidth to properly support multiple languages.**
## Why we're consolida... | closed | not_planned | true | 120 | [
"enhancement"
] | [] | 2026-01-28T16:47:02Z | 2026-04-16T20:48:19Z | 2026-04-05T09:55:50Z | MEMBER | null | 20260417T163222Z | 2026-04-17T16:32:22Z | sebslight | 19,554,889 | MDQ6VXNlcjE5NTU0ODg5 | User | false |
openclaw/openclaw | 4,109,246,729 | I_kwDOQb6kR8707iEJ | 51,175 | https://github.com/openclaw/openclaw/issues/51175 | https://api.github.com/repos/openclaw/openclaw/issues/51175 | [Bug]: openai-codex OAuth fails with 403 unsupported_country_region_territory while codex-cli works | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
OpenClaw latest version cannot complete `openai-codex` OAuth in my environment, while official codex-cli works on the same machine/network/account.
Environment:
- macOS
- Latest OpenClaw
- Node v24.14.0
What I tested:
1. Browser OAuth pag... | closed | completed | false | 4 | [
"bug",
"dedupe:parent",
"bug:behavior"
] | [
"vincentkoc"
] | 2026-03-20T17:50:51Z | 2026-04-25T09:31:43Z | 2026-04-25T09:31:43Z | NONE | null | 20260425T120014Z | 2026-04-25T12:00:14Z | wulala-xjj | 269,784,741 | U_kgDOEBSWpQ | User | false |
openclaw/openclaw | 4,109,168,500 | I_kwDOQb6kR8707O90 | 51,168 | https://github.com/openclaw/openclaw/issues/51168 | https://api.github.com/repos/openclaw/openclaw/issues/51168 | [Bug]: AgentMail channel plugin — inbound WebSocket events received but handler silently fails (no auto-reply) | ### Bug type
Regression (worked before, now fails)
### Summary
The openclaw-agentmail channel plugin (v1.1.0) connects to AgentMail's WebSocket and subscribes successfully, but inbound message.received events are silently dropped — no auto-reply is generated, no error is logged. The same WebSocket connection works p... | closed | not_planned | true | 4 | [
"bug",
"regression"
] | [] | 2026-03-20T17:35:20Z | 2026-04-29T04:37:49Z | 2026-04-26T10:19:40Z | NONE | null | 20260429T060025Z | 2026-04-29T06:00:25Z | israelkalush-lgtm | 266,376,238 | U_kgDOD-CULg | User | false |
openclaw/openclaw | 4,108,718,163 | I_kwDOQb6kR8705hBT | 51,126 | https://github.com/openclaw/openclaw/issues/51126 | https://api.github.com/repos/openclaw/openclaw/issues/51126 | [Bug]: /model list and /model status are parsed as model IDs (openai-codex/list, openai-codex/status) | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
In OpenClaw 2026.3.13, in-chat /model list and /model status are being parsed as model-set requests (openai-codex/list and openai-codex/status) and failing with model not allowed, while terminal openclaw models list works as expected.
Disco... | closed | completed | true | 5 | [
"bug",
"bug:behavior"
] | [] | 2026-03-20T16:05:14Z | 2026-04-27T04:41:19Z | 2026-04-25T02:08:23Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | aemeathpa | 269,386,194 | U_kgDOEA6B0g | User | false |
openclaw/openclaw | 4,108,382,487 | I_kwDOQb6kR8704PEX | 51,100 | https://github.com/openclaw/openclaw/issues/51100 | https://api.github.com/repos/openclaw/openclaw/issues/51100 | [Bug]: Gateway process ignores SIGTERM during Telegram polling recovery — requires SIGKILL | ## Description
When a gateway is restarted via `launchctl kickstart -k` (which sends SIGTERM) while the Telegram polling runner is in a stall/recovery state, the gateway process does not exit. A second SIGTERM also has no effect. Only `kill -9` (SIGKILL) terminates the process.
This causes the new gateway process (sp... | closed | completed | true | 4 | [] | [] | 2026-03-20T14:58:20Z | 2026-04-16T20:48:17Z | 2026-03-23T09:31:44Z | CONTRIBUTOR | null | 20260417T163222Z | 2026-04-17T16:32:22Z | p3nchan | 5,032,148 | MDQ6VXNlcjUwMzIxNDg= | User | false |
openclaw/openclaw | 4,108,707,177 | I_kwDOQb6kR8705eVp | 51,123 | https://github.com/openclaw/openclaw/issues/51123 | https://api.github.com/repos/openclaw/openclaw/issues/51123 | Image analysis fails with MiniMax VLM API 400 error | ## Bug Description
Image analysis (local file) consistently fails with 400 error from MiniMax VLM API.
**Error trace:**
```
MiniMax VLM API error (1033): system error, Gemini API error: status 400. Trace-Id: 060ca05f1176c2a8862cae793da40c9e
```
**Environment:**
- OpenClaw 2026.3.13 (61d171a)
- Model: MiniMax-M2.7 vi... | closed | completed | true | 5 | [] | [] | 2026-03-20T16:02:48Z | 2026-04-30T04:52:46Z | 2026-04-25T05:04:59Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | Kaiomahomes | 106,737,967 | U_kgDOBlyxLw | User | false |
openclaw/openclaw | 4,108,616,277 | I_kwDOQb6kR8705IJV | 51,112 | https://github.com/openclaw/openclaw/issues/51112 | https://api.github.com/repos/openclaw/openclaw/issues/51112 | [Bug]: openai-completions stream crashes on null chunks from custom providers | ### Bug type
Behavior bug (incorrect output/state without hard failure)
### Summary
When a custom `openai-completions` provider emits a `null` or non-object chunk in
its stream, OpenClaw can throw inside the `@mariozechner/pi-ai` OpenAI-compatible
adapter instead of skipping the invalid chunk.
Symptoms can include:... | closed | completed | true | 4 | [] | [] | 2026-03-20T15:44:24Z | 2026-04-27T04:38:34Z | 2026-04-25T02:55:34Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | Cheng-Zi-Qing | 218,114,561 | U_kgDODQAqAQ | User | false |
openclaw/openclaw | 4,109,045,836 | I_kwDOQb6kR8706xBM | 51,158 | https://github.com/openclaw/openclaw/issues/51158 | https://api.github.com/repos/openclaw/openclaw/issues/51158 | [Bug]: Matrix plugin syncs but never routes inbound messages to agent (events silently dropped) | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
The Matrix plugin connects to the homeserver, syncs rooms (bot shows as "following the conversation" in Cinny), but inbound messages are never routed to the agent. No session is created, no logs are emitted, messages are silently dropped.
... | closed | completed | true | 4 | [
"bug",
"bug:behavior"
] | [] | 2026-03-20T17:11:27Z | 2026-04-16T20:48:15Z | 2026-03-31T00:43:04Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | GarySiu | 13,659,533 | MDQ6VXNlcjEzNjU5NTMz | User | false |
openclaw/openclaw | 4,108,926,781 | I_kwDOQb6kR8706T89 | 51,144 | https://github.com/openclaw/openclaw/issues/51144 | https://api.github.com/repos/openclaw/openclaw/issues/51144 | [Bug]: The official container is always restarting and the gateway is closed | ### Bug type
Crash (process/app exits or hangs)
### Summary
I followed the official guidance to install openclaw in docker, and the container was created successfully. However, it was always restarting and the gateway was closed
### Steps to reproduce
1. git clone from the repo, and excuete the script `./script/do... | closed | completed | true | 5 | [
"bug",
"bug:crash"
] | [] | 2026-03-20T16:48:09Z | 2026-04-16T20:48:15Z | 2026-03-23T02:22:23Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | foreved | 130,128,483 | U_kgDOB8GaYw | User | false |
openclaw/openclaw | 4,109,009,170 | I_kwDOQb6kR8706oES | 51,151 | https://github.com/openclaw/openclaw/issues/51151 | https://api.github.com/repos/openclaw/openclaw/issues/51151 | [Bug]: CLI fails to connect to gateway despite service running and curl succeeding | ### Bug type
Regression (worked before, now fails)
### Summary
### Problem Description
The `openclaw` CLI tool fails to connect to a running gateway service, even though the service is confirmed to be running correctly and accessible via `curl`.
- **Error Message:** `gateway connect failed: Error: gateway closed (... | closed | completed | true | 3 | [
"bug",
"regression"
] | [] | 2026-03-20T17:04:24Z | 2026-04-30T04:52:41Z | 2026-04-25T05:05:35Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | tritabayu | 116,367,432 | U_kgDOBu-gSA | User | false |
openclaw/openclaw | 4,108,336,654 | I_kwDOQb6kR8704D4O | 51,097 | https://github.com/openclaw/openclaw/issues/51097 | https://api.github.com/repos/openclaw/openclaw/issues/51097 | [Bug] Gateway memory leak: sessions.json loaded entirely into RAM, grows unbounded | ## Bug: Gateway memory leak — sessions.json loaded entirely into RAM, grows unbounded
**Version:** 2026.3.13
**Platform:** macOS (Darwin arm64, Apple Silicon)
**Uptime at time of report:** 19–31 days
### Summary
The `openclaw-gateway` process exhibits a significant memory leak under long-running conditions. After ~1... | closed | completed | true | 5 | [] | [] | 2026-03-20T14:49:17Z | 2026-04-30T04:52:49Z | 2026-04-25T05:04:31Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | guruk | 975,951 | MDQ6VXNlcjk3NTk1MQ== | User | false |
openclaw/openclaw | 4,108,606,735 | I_kwDOQb6kR8705F0P | 51,111 | https://github.com/openclaw/openclaw/issues/51111 | https://api.github.com/repos/openclaw/openclaw/issues/51111 | [Bug]: WhatsApp QR login appears linked briefly, then becomes disconnected with 401 / device_removed | ### Bug type
Regression (worked before, now fails)
### Summary
### Summary
When linking WhatsApp in OpenClaw, the QR flow appears to succeed briefly, but the channel does not remain connected.
The UI/status may show WhatsApp as linked for a short time, but the channel soon becomes disconnected. On the phone, the n... | closed | completed | true | 4 | [
"bug",
"regression"
] | [] | 2026-03-20T15:42:36Z | 2026-04-28T04:37:08Z | 2026-04-26T03:49:26Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | williamwi617 | 269,758,909 | U_kgDOEBQxvQ | User | false |
openclaw/openclaw | 4,107,982,580 | I_kwDOQb6kR8702tb0 | 51,062 | https://github.com/openclaw/openclaw/issues/51062 | https://api.github.com/repos/openclaw/openclaw/issues/51062 | [Bug]: subagent failed to execute or produce output | ### Bug type
Regression (worked before, now fails)
### Summary
Environment:
* OpenClaw Version: (Please provide your current OpenClaw version, e.g., 'openclaw status' output)
* Operating System: Linux 6.6.87.2-microsoft-standard-WSL2 (x64)
* User: Kelvin
* `cad` Subagent Configuration (from `openclaw.json`... | closed | not_planned | true | 3 | [
"bug",
"regression"
] | [] | 2026-03-20T13:45:26Z | 2026-04-30T04:52:54Z | 2026-04-25T05:03:36Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | kelvinfleuty | 79,478,350 | MDQ6VXNlcjc5NDc4MzUw | User | false |
openclaw/openclaw | 4,108,201,963 | I_kwDOQb6kR8703i_r | 51,084 | https://github.com/openclaw/openclaw/issues/51084 | https://api.github.com/repos/openclaw/openclaw/issues/51084 | You can read Feishu documents in the terminal's main, but after integrating Feishu, you cannot read Feishu documents. | ### Bug type
Regression (worked before, now fails)
### Summary
Issue: OpenClaw can read Feishu documents from the local control console, but in the Feishu DM session the assistant does not receive `feishu_doc` / `feishu_wiki`, so it cannot read Feishu documents directly.
Observed behavior:
1. Feishu document access... | closed | completed | true | 5 | [
"bug",
"regression"
] | [] | 2026-03-20T14:25:48Z | 2026-04-30T04:52:50Z | 2026-04-25T05:04:17Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | orange88898 | 266,968,829 | U_kgDOD-me_Q | User | false |
openclaw/openclaw | 4,108,200,381 | I_kwDOQb6kR8703im9 | 51,083 | https://github.com/openclaw/openclaw/issues/51083 | https://api.github.com/repos/openclaw/openclaw/issues/51083 | [Bug]: ReferenceError: Cannot access 'ANTHROPIC_MODEL_ALIASES' before initialization on every CLI command | ### Bug type
Crash (process/app exits or hangs)
### Summary
Failed to read config at /data/.openclaw/openclaw.json ReferenceError: Cannot access 'ANTHROPIC_MODEL_ALIASES' before initialization
### Steps to reproduce
at normalizeAnthropicModelId (auth-profiles-iXW75sRj.js:163883)
at normalizeProviderModelId (auth-... | closed | completed | true | 6 | [
"bug",
"bug:crash"
] | [] | 2026-03-20T14:25:33Z | 2026-04-30T04:52:51Z | 2026-04-25T05:04:10Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | eldaddidev | 269,743,827 | U_kgDOEBP20w | User | false |
openclaw/openclaw | 4,108,362,554 | I_kwDOQb6kR8704KM6 | 51,099 | https://github.com/openclaw/openclaw/issues/51099 | https://api.github.com/repos/openclaw/openclaw/issues/51099 | [Bug]: moltbot-sandbox-fs: python3: not found — file edit/write tools broken in default sandbox image after upgrade to 2026.3.13 | ### Bug type
Regression (worked before, now fails)
### Summary
After upgrading from 2026.3.8 to 2026.3.13, the agent's `edit`, `write`, and `read` file tools are completely broken inside the sandbox. Every attempt fails with: moltbot-sandbox-fs: 2: python3: not found
### Steps to reproduce
1. Use the default `op... | closed | not_planned | true | 3 | [
"bug",
"regression"
] | [] | 2026-03-20T14:54:18Z | 2026-04-28T04:37:09Z | 2026-04-26T03:49:22Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | jbcohen2-coder | 203,152,981 | U_kgDODBveVQ | User | false |
openclaw/openclaw | 4,107,755,955 | I_kwDOQb6kR87012Gz | 51,049 | https://github.com/openclaw/openclaw/issues/51049 | https://api.github.com/repos/openclaw/openclaw/issues/51049 | WhatsApp inbound messages not received in k3s nested container (outbound works) | ## Description
WhatsApp inbound messages are never received by the gateway when running inside a k3s cluster nested in a Docker container (`openshell-cluster` setup). Outbound messages work perfectly.
## Environment
- OpenClaw: v2026.3.13 (61d171a)
- Node.js: 22.22.1
- OS: Ubuntu 22.04 (inside k3s pod, inside Docker c... | open | null | false | 3 | [] | [] | 2026-03-20T13:00:37Z | 2026-05-04T17:49:06Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | celstnblacc | 3,260,645 | MDQ6VXNlcjMyNjA2NDU= | User | false |
openclaw/openclaw | 4,108,237,310 | I_kwDOQb6kR8703rn- | 51,088 | https://github.com/openclaw/openclaw/issues/51088 | https://api.github.com/repos/openclaw/openclaw/issues/51088 | feature: native imessage message acknowledgment (read receipts / tapback ack) | ## problem
when using openclaw over imessage as your primary channel, there's no visible confirmation that the agent received your message. if the agent is mid-turn processing something, new messages get queued silently via `collect` mode. from the sender's side it looks identical to a dropped message.
this is especi... | open | null | false | 6 | [] | [] | 2026-03-20T14:31:43Z | 2026-05-04T18:47:05Z | null | NONE | null | 20260504T210031Z | 2026-05-04T21:00:31Z | jeffweisbein | 47,037,958 | MDQ6VXNlcjQ3MDM3OTU4 | User | false |
openclaw/openclaw | 4,108,103,079 | I_kwDOQb6kR8703K2n | 51,073 | https://github.com/openclaw/openclaw/issues/51073 | https://api.github.com/repos/openclaw/openclaw/issues/51073 | [CRITICAL] OpenClaw Agent v2026.2.26 Systematic Data Fabrication & Deceptive Behaviour | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
OpenClaw v2026.2.26 fabricates property research data and makes contradictory false statements about its data sources, rendering all output untrustworthy.
### Steps to reproduce
1. Configure OpenClaw v2026.2.26 with Claude 3.5 Haiku or Cl... | open | null | false | 3 | [
"bug",
"bug:behavior"
] | [] | 2026-03-20T14:09:33Z | 2026-05-04T17:49:14Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | darrenwillis187-dotcom | 269,733,224 | U_kgDOEBPNaA | User | false |
openclaw/openclaw | 4,107,276,483 | I_kwDOQb6kR8700BDD | 51,000 | https://github.com/openclaw/openclaw/issues/51000 | https://api.github.com/repos/openclaw/openclaw/issues/51000 | Isolated cron jobs with explicit sessionKey overwrite parent session's updatedAt, preventing daily reset | ## Bug
Isolated cron jobs (`sessionTarget: "isolated"`) that specify a `sessionKey` matching the main session key (e.g., `agent:main:main`) overwrite the parent session entry in the session store, including `updatedAt`. This prevents the daily session reset from triggering.
## Root Cause
In `src/cron/isolated-agent/... | closed | duplicate | true | 8 | [
"close:duplicate",
"dedupe:child"
] | [] | 2026-03-20T11:12:24Z | 2026-04-27T04:42:25Z | 2026-04-25T01:20:18Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | daniel-knox | 34,885,600 | MDQ6VXNlcjM0ODg1NjAw | User | false |
openclaw/openclaw | 4,107,104,488 | I_kwDOQb6kR870zXDo | 50,990 | https://github.com/openclaw/openclaw/issues/50990 | https://api.github.com/repos/openclaw/openclaw/issues/50990 | Discord: requireMention 配置在 ACP session 启动后失效 | ## 问题描述
在 Discord 频道中配置了 requireMention: true,当 ACP session 启动后,requireMention 配置失效。
## 环境
- OpenClaw 版本:2026.3.13
- Discord 插件
## 复现步骤
1. 在 Discord 频道配置 requireMention: true(需要 @ 机器人才回复)
2. 在该频道的 Thread 中对话,触发 ACP session 启动
3. ACP session 启动后,requireMention 配置失效
## 预期行为
ACP session 启动后,应该继续遵守频道的 requireMention 配置... | closed | completed | true | 6 | [] | [] | 2026-03-20T10:33:19Z | 2026-04-16T20:48:07Z | 2026-03-29T07:22:35Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | PeterYaoYang | 20,237,449 | MDQ6VXNlcjIwMjM3NDQ5 | User | false |
openclaw/openclaw | 4,106,698,238 | I_kwDOQb6kR870xz3- | 50,956 | https://github.com/openclaw/openclaw/issues/50956 | https://api.github.com/repos/openclaw/openclaw/issues/50956 | [Bug]: Agent loop does not terminate after final response when Queued messages exist in context — causes full task replay | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
## Environment
- **OpenClaw version**: 2026.3.12 (6472949) (confirmed on session dated 2026-03-12)
- **Channel**: POPO IM (custom integration via `aigateway-xxxxx-com`)
- **Model**: kimi-k2.5
- **OS**: Linux server (Debian 12)
... | closed | completed | true | 6 | [
"bug",
"bug:behavior"
] | [] | 2026-03-20T08:58:10Z | 2026-04-30T04:53:14Z | 2026-04-25T05:00:33Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | yine | 5,747,842 | MDQ6VXNlcjU3NDc4NDI= | User | false |
openclaw/openclaw | 4,107,487,800 | I_kwDOQb6kR87000o4 | 51,020 | https://github.com/openclaw/openclaw/issues/51020 | https://api.github.com/repos/openclaw/openclaw/issues/51020 | [Feature]: OpenCode Zen/Go catalog / modern-model policy follow-up | ### Summary
The newly release minimax-m2.7 is added to both opencode zen and opencode go it is not added in the openclaw models list
### Problem to solve
Minimax-m2.7 is not available in the opencode catalogues
### Proposed solution
Adding minimax-m2.7 to the catalogue and possibly defining a hook to an endpoint a... | closed | completed | true | 8 | [
"enhancement"
] | [] | 2026-03-20T12:01:00Z | 2026-04-24T04:25:18Z | 2026-04-22T02:39:29Z | NONE | null | 20260424T060021Z | 2026-04-24T06:00:21Z | vinayakv22 | 75,321,135 | MDQ6VXNlcjc1MzIxMTM1 | User | false |
openclaw/openclaw | 4,106,847,655 | I_kwDOQb6kR870yYWn | 50,971 | https://github.com/openclaw/openclaw/issues/50971 | https://api.github.com/repos/openclaw/openclaw/issues/50971 | [Feature]: Support opening custom server ports (e.g. TCP 3001) in cloud security group for reverse proxy | ### Summary
I deployed CardioNews Station on MaxClaw and need to open TCP port 3001 for reverse proxy from my Lucky router. The server's external IP is [106.14.242.219](http://106.14.242.219/). Currently port 3001 is blocked by the cloud security group and I cannot access it from outside. Please consider adding a way ... | closed | not_planned | true | 4 | [
"enhancement",
"security"
] | [] | 2026-03-20T09:35:17Z | 2026-04-30T04:53:09Z | 2026-04-25T05:01:15Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | shbenan | 225,115,046 | U_kgDODWr7pg | User | false |
openclaw/openclaw | 4,107,642,403 | I_kwDOQb6kR8701aYj | 51,036 | https://github.com/openclaw/openclaw/issues/51036 | https://api.github.com/repos/openclaw/openclaw/issues/51036 | [Bug]: [Bug]: agent completes with payloads [] and zero usage on custom OpenAI-compatible provider | ### Bug type
Regression (worked before, now fails)
### Summary
OpenClaw agent runs complete successfully but return `payloads: []` and zero usage when configured to use a working custom OpenAI-compatible provider (`newapi/gpt-5.4`).
### Steps to reproduce
1. Configure a custom provider `newapi` with base URL `htt... | closed | not_planned | true | 2 | [
"bug",
"regression"
] | [] | 2026-03-20T12:35:29Z | 2026-04-30T04:52:59Z | 2026-04-25T05:02:47Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | 1060996408 | 183,780,649 | U_kgDOCvRFKQ | User | false |
openclaw/openclaw | 4,107,506,551 | I_kwDOQb6kR87005N3 | 51,023 | https://github.com/openclaw/openclaw/issues/51023 | https://api.github.com/repos/openclaw/openclaw/issues/51023 | [Bug]: UI/Interface | ### Bug type
Regression (worked before, now fails)
### Summary
Web UI model selector sends bare model IDs with wrong provider prefix when multiple providers are configured, causing "model not allowed" errors for non-default providers.
### Steps to reproduce
Configure two or more model providers (e.g., minimax-por... | closed | completed | true | 3 | [
"bug",
"regression"
] | [] | 2026-03-20T12:05:09Z | 2026-04-30T04:53:02Z | 2026-04-25T05:02:19Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | juxing009 | 153,282,997 | U_kgDOCSLptQ | User | false |
openclaw/openclaw | 4,106,149,415 | I_kwDOQb6kR870vt4n | 50,898 | https://github.com/openclaw/openclaw/issues/50898 | https://api.github.com/repos/openclaw/openclaw/issues/50898 | Add native support for NVIDIA API keys / NVIDIA NIM provider | ## Summary
Add native support for NVIDIA API keys / NVIDIA NIM as a first-class provider in OpenClaw.
## Problem
Right now, users who want to use NVIDIA-hosted models or NVIDIA API keys may need to rely on workarounds, provider emulation, or custom compatibility layers.
That makes setup less obvious and less reliable... | closed | completed | true | 7 | [] | [] | 2026-03-20T06:47:03Z | 2026-04-30T04:53:32Z | 2026-04-25T04:57:45Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | drarturryzhov-boop | 241,340,210 | U_kgDODmKPMg | User | false |
openclaw/openclaw | 4,106,082,049 | I_kwDOQb6kR870vdcB | 50,888 | https://github.com/openclaw/openclaw/issues/50888 | https://api.github.com/repos/openclaw/openclaw/issues/50888 | [Bug]: CLI-backend sub-agent announce delivers empty payload despite non-empty child output | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
CLI-backend sub-agent spawned via sessions_spawn completes and delivers completion status to the parent, but the announce result payload is empty despite non-empty child output visible in gateway journal logs.
### Steps to reproduce
1. Co... | closed | completed | true | 4 | [
"bug",
"bug:behavior"
] | [] | 2026-03-20T06:26:46Z | 2026-04-30T04:53:34Z | 2026-04-25T04:57:24Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | jclif | 3,463,691 | MDQ6VXNlcjM0NjM2OTE= | User | false |
openclaw/openclaw | 4,106,573,506 | I_kwDOQb6kR870xVbC | 50,937 | https://github.com/openclaw/openclaw/issues/50937 | https://api.github.com/repos/openclaw/openclaw/issues/50937 | [CI] Pre-existing Feishu/Matrix test failures block PR #50745 from merging | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
CI checks block PR #50745 from merging due to pre-existing Feishu/Matrix test failures unrelated to the PR changes.
### Steps to reproduce
1. Submit a PR (like PR #50745) to openclaw/openclaw repository
2. 2. Wait for CI checks to run
3. ... | closed | completed | true | 3 | [
"bug",
"bug:behavior"
] | [] | 2026-03-20T08:26:18Z | 2026-04-16T20:48:03Z | 2026-04-03T23:07:38Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | hdzattain | 58,393,005 | MDQ6VXNlcjU4MzkzMDA1 | User | false |
openclaw/openclaw | 4,106,773,170 | I_kwDOQb6kR870yGKy | 50,966 | https://github.com/openclaw/openclaw/issues/50966 | https://api.github.com/repos/openclaw/openclaw/issues/50966 | [Bug]: OpenClaw does not switch provider when changing model in UI, causing requests to be routed to the default provider | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
When multiple model providers (e.g., Azure OpenAI and Zhipu) are configured in OpenClaw, switching to a model from a non-default provider in the UI does not correctly update the routing. The request is still sent to the default provider, re... | closed | completed | true | 6 | [
"bug",
"bug:behavior"
] | [] | 2026-03-20T09:17:52Z | 2026-04-16T20:48:02Z | 2026-03-24T07:11:57Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | zjunsen | 40,018,419 | MDQ6VXNlcjQwMDE4NDE5 | User | false |
openclaw/openclaw | 4,106,767,252 | I_kwDOQb6kR870yEuU | 50,964 | https://github.com/openclaw/openclaw/issues/50964 | https://api.github.com/repos/openclaw/openclaw/issues/50964 | [Bug]: openclaw cron list closes with 1000 while cron scheduler is running (2026.3.13) | ### Bug type
Regression (worked before, now fails)
### Summary
- Version: OpenClaw 2026.3.13
- Host: Linux VPS, root user, systemd user service
- openclaw gateway status => RPC probe: ok, listener active on 127.0.0.1:18789
- openclaw cron list => gateway closed (1000 normal closure): no close reason
Cron is actually... | closed | completed | true | 3 | [
"bug",
"regression"
] | [] | 2026-03-20T09:16:37Z | 2026-04-30T04:53:11Z | 2026-04-25T05:01:01Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | bloommediacorporation-lab | 248,632,360 | U_kgDODtHUKA | User | false |
openclaw/openclaw | 4,106,776,296 | I_kwDOQb6kR870yG7o | 50,967 | https://github.com/openclaw/openclaw/issues/50967 | https://api.github.com/repos/openclaw/openclaw/issues/50967 | feat(web_search): consider DuckDuckGo-compatible provider | ## Summary
OpenClaw already supports `web_search` providers like Brave, Perplexity, Gemini, Grok, and Kimi. A useful addition would be a DuckDuckGo-compatible provider for users who want a lower-friction search option without depending on Brave API setup.
## Motivation
Some contributors and users want:
- a web sear... | closed | completed | true | 2 | [] | [] | 2026-03-20T09:18:32Z | 2026-04-30T04:53:10Z | 2026-04-25T05:01:08Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | courasneto | 13,770,050 | MDQ6VXNlcjEzNzcwMDUw | User | false |
openclaw/openclaw | 4,107,105,407 | I_kwDOQb6kR870zXR_ | 50,991 | https://github.com/openclaw/openclaw/issues/50991 | https://api.github.com/repos/openclaw/openclaw/issues/50991 | [Feature]: feat: trigger session-memory hook on /compact command | ### Summary
## Problem
Currently, the session-memory hook only triggers on `/new` and `/reset` commands. This means:
1. Long conversations that get compacted lose their original context
2. If a session ends without explicit `/new`/`reset` (e.g., gateway restart, process crash), nothing is recorded
3. Users must rememb... | open | null | false | 3 | [
"enhancement"
] | [] | 2026-03-20T10:33:34Z | 2026-05-04T17:48:50Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | ChangoLin | 39,609,489 | MDQ6VXNlcjM5NjA5NDg5 | User | false |
openclaw/openclaw | 4,107,045,556 | I_kwDOQb6kR870zIq0 | 50,982 | https://github.com/openclaw/openclaw/issues/50982 | https://api.github.com/repos/openclaw/openclaw/issues/50982 | [Feature]: cron jobs don't support --thread-id, can't send to Telegram topic | ### Summary
Add --thread-id support to cron jobs for Telegram topic delivery
### Problem to solve
## Description
cron jobs don't support the --thread-id parameter when creating or editing, causing messages sent to Telegram groups to only go to the general thread instead of the specified topic/thread.
## Steps to ... | open | null | false | 5 | [
"enhancement"
] | [] | 2026-03-20T10:20:20Z | 2026-05-04T18:34:37Z | null | NONE | null | 20260504T210031Z | 2026-05-04T21:00:31Z | waqiju | 7,753,645 | MDQ6VXNlcjc3NTM2NDU= | User | false |
openclaw/openclaw | 4,107,079,841 | I_kwDOQb6kR870zRCh | 50,983 | https://github.com/openclaw/openclaw/issues/50983 | https://api.github.com/repos/openclaw/openclaw/issues/50983 | [Security]: `code-parser` component under the LGPL | ### Bug type
Regression (worked before, now fails)
### Summary
The WhatsApp plugin relies on the codec-parser:2.5.0 component under the LGPL protocol, which can cause infection
### Steps to reproduce
none
### Expected behavior
no-XGPL
### Actual behavior
XGPL
### OpenClaw version
2026.3.20
### Operating sy... | closed | completed | true | 3 | [
"bug",
"security",
"regression"
] | [] | 2026-03-20T10:27:12Z | 2026-04-16T20:47:59Z | 2026-03-27T02:36:36Z | NONE | null | 20260417T163222Z | 2026-04-17T16:32:22Z | chchliang | 23,158,339 | MDQ6VXNlcjIzMTU4MzM5 | User | false |
openclaw/openclaw | 4,106,969,766 | I_kwDOQb6kR870y2Km | 50,976 | https://github.com/openclaw/openclaw/issues/50976 | https://api.github.com/repos/openclaw/openclaw/issues/50976 | [Bug]: Multi-agent setup in Slack: Enabling streaming to "partial" causes default agent to respond in channels bound to another agent | ### Bug type
Regression (worked before, now fails)
### Summary
When streaming is set to partial (with nativeStreaming: true) in a multi-agent Slack setup, the default agent starts responding in channels that are explicitly bound to a different agent via the bindings config.
### Steps to reproduce
Setup:
• Two age... | closed | completed | true | 4 | [
"bug",
"regression"
] | [] | 2026-03-20T10:04:34Z | 2026-04-28T05:15:10Z | 2026-04-25T12:49:09Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | daolmedo | 10,938,535 | MDQ6VXNlcjEwOTM4NTM1 | User | false |
openclaw/openclaw | 4,085,829,336 | I_kwDOQb6kR87ziM7Y | 48,652 | https://github.com/openclaw/openclaw/issues/48652 | https://api.github.com/repos/openclaw/openclaw/issues/48652 | [Bug]: Long research/tool turns can go silent with no progress or paused-state signal after tool activity stops | ### Summary
During long research-style turns (for example: web search + fetching docs + multi-step tool use), OpenClaw can appear completely unresponsive to the user even though the assistant has already done work and gathered partial results.
The specific failure mode is:
1. the assistant starts a long tool chain,
... | closed | completed | true | 5 | [] | [] | 2026-03-17T02:25:06Z | 2026-04-28T04:38:36Z | 2026-04-26T03:32:42Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | YHM404 | 57,828,206 | MDQ6VXNlcjU3ODI4MjA2 | User | false |
openclaw/openclaw | 4,199,708,700 | I_kwDOQb6kR876Ungc | 60,213 | https://github.com/openclaw/openclaw/issues/60213 | https://api.github.com/repos/openclaw/openclaw/issues/60213 | 🐛 Bug: OpenClaw compaction after context_window_exceeded silently kills session — all conversation memory lost | ## Description
A session was silently abandoned after compaction, causing complete loss of conversation context. The user's agent lost all memory of the conversation and could not recall anything discussed earlier.
## Steps to Reproduce
1. Let a session grow large enough to trigger \model_context_window_exceeded\ fr... | closed | completed | true | 10 | [] | [] | 2026-04-03T10:01:14Z | 2026-04-28T05:11:45Z | 2026-04-25T13:31:29Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | xiaotong2026 | 268,956,274 | U_kgDOEAfycg | User | false |
openclaw/openclaw | 4,137,404,378 | I_kwDOQb6kR872m8fa | 54,613 | https://github.com/openclaw/openclaw/issues/54613 | https://api.github.com/repos/openclaw/openclaw/issues/54613 | [WhatsApp] Group messages not received despite correct configuration | ## Summary
WhatsApp group messages are not received by OpenClaw gateway, while direct messages (DMs) work correctly. The WhatsApp Web session is linked, the configuration is correct, and capabilities show groups are supported, but group messages never reach the gateway.
## Environment
- OpenClaw version: 2026.3.24
-... | closed | not_planned | true | 13 | [] | [] | 2026-03-25T18:03:59Z | 2026-04-28T05:26:04Z | 2026-04-25T10:08:29Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | devyfriend | 1,331,149 | MDQ6VXNlcjEzMzExNDk= | User | false |
openclaw/openclaw | 4,217,155,724 | I_kwDOQb6kR877XLCM | 62,440 | https://github.com/openclaw/openclaw/issues/62440 | https://api.github.com/repos/openclaw/openclaw/issues/62440 | agent --local --json writes JSON envelope to stderr instead of stdout | ## Summary
`openclaw agent --local --json --message "..."` writes its full JSON result envelope to **stderr** instead of stdout, leaving stdout empty. The gateway-mode `--json` path is unaffected. Confirmed against openclaw 2026.3.28.
## Reproduction
\`\`\`sh
openclaw agent --agent <some-local-capable-agent> --local... | closed | completed | true | 2 | [] | [] | 2026-04-07T10:50:52Z | 2026-05-03T04:34:35Z | 2026-05-01T00:08:42Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | tamakiii-doppelganger[bot] | 273,143,105 | BOT_kgDOEEfVQQ | Bot | false |
openclaw/openclaw | 4,237,371,651 | I_kwDOQb6kR878kSkD | 64,167 | https://github.com/openclaw/openclaw/issues/64167 | https://api.github.com/repos/openclaw/openclaw/issues/64167 | [Bug] available_skills ordering is inconsistent depending on extraDirs config | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
available_skills ordering is inconsistent, varies by extraDirs config order instead of being sorted alphabetically
### Steps to reproduce
1. Configure multiple directories in skills.load.extraDirs
2. Each directory contain... | closed | completed | true | 0 | [
"bug"
] | [] | 2026-04-10T07:25:16Z | 2026-04-19T04:23:04Z | 2026-04-16T17:28:24Z | NONE | null | 20260419T052035Z | 2026-04-19T05:20:35Z | fcitwip | 24,633,992 | MDQ6VXNlcjI0NjMzOTky | User | false |
openclaw/openclaw | 4,097,124,109 | I_kwDOQb6kR870NScN | 49,971 | https://github.com/openclaw/openclaw/issues/49971 | https://api.github.com/repos/openclaw/openclaw/issues/49971 | RFC: Native Agent Identity & Trust Verification for OpenClaw | # RFC: Native Agent Identity & Trust Verification for OpenClaw
**Author:** MolTrust (CryptoKRI GmbH)
**Date:** 2026-03-18
**Status:** Proposal
**Related:** [ERC-8004](https://eips.ethereum.org/EIPS/eip-8004), [W3C DID](https://www.w3.org/TR/did-core/), [W3C VC](https://www.w3.org/TR/vc-data-model-2.0/)
## Summary
Op... | closed | completed | true | 128 | [] | [] | 2026-03-18T18:51:33Z | 2026-04-29T04:29:10Z | 2026-04-25T04:34:24Z | NONE | null | 20260429T060025Z | 2026-04-29T06:00:25Z | MoltyCel | 262,346,350 | U_kgDOD6MWbg | User | false |
openclaw/openclaw | 4,218,158,058 | I_kwDOQb6kR877a_vq | 62,530 | https://github.com/openclaw/openclaw/issues/62530 | https://api.github.com/repos/openclaw/openclaw/issues/62530 | [Fix] Inbound image attachments silently fail in BlueBubbles and Slack — SSRF guard dispatcher incompatible with Node native fetch | Sharing a fix for others hitting silent image download failures in **BlueBubbles (iMessage)** and **Slack** channels. Took a full day of debugging to find — posting here so others don't have to.
## Symptom
Agent receives messages with image attachments but never saves them to `~/.openclaw/media/inbound/`. No visible ... | closed | completed | true | 3 | [] | [] | 2026-04-07T13:55:48Z | 2026-04-19T04:23:05Z | 2026-04-16T17:04:24Z | NONE | null | 20260419T052035Z | 2026-04-19T05:20:35Z | philiptome-canada | 273,638,735 | U_kgDOEE9lTw | User | false |
openclaw/openclaw | 4,211,595,965 | I_kwDOQb6kR877B9q9 | 61,861 | https://github.com/openclaw/openclaw/issues/61861 | https://api.github.com/repos/openclaw/openclaw/issues/61861 | BlueBubbles inbound attachments broken after 2026.4.5 upgrade | ## BlueBubbles inbound attachments broken after 2026.4.5 upgrade
### Environment
- OpenClaw 2026.4.5 (upgraded from 2026.3.22)
- BlueBubbles 1.9.9, Private API enabled
- macOS 26.3.1, Apple Silicon (M3 Ultra)
- BB webhook registered with `new-message` event, delivering to `http://127.0.0.1:18789/bluebubbles-webhook`
... | closed | completed | true | 1 | [] | [] | 2026-04-06T12:23:10Z | 2026-04-19T04:23:07Z | 2026-04-16T17:04:23Z | NONE | null | 20260419T052035Z | 2026-04-19T05:20:35Z | jmnickels | 3,698,642 | MDQ6VXNlcjM2OTg2NDI= | User | false |
openclaw/openclaw | 4,206,235,325 | I_kwDOQb6kR876tg69 | 61,137 | https://github.com/openclaw/openclaw/issues/61137 | https://api.github.com/repos/openclaw/openclaw/issues/61137 | Intermittent JSON parse error "Expected ',' or ']' after array element" on arm64 (Raspberry Pi 5) | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
Intermittent JSON parse errors surface as user-visible messages in Telegram during normal conversation on Raspberry Pi 5 (arm64). Error positions vary across occurrences (1144, 1383, 1692, 2611). Same workspace... | open | null | false | 5 | [
"bug",
"bug:behavior"
] | [] | 2026-04-05T02:08:33Z | 2026-05-02T11:16:24Z | null | NONE | null | 20260502T120029Z | 2026-05-02T12:00:29Z | ShadowRavn | 153,406,487 | U_kgDOCSTMFw | User | false |
openclaw/openclaw | 4,166,116,943 | I_kwDOQb6kR874UeZP | 57,349 | https://github.com/openclaw/openclaw/issues/57349 | https://api.github.com/repos/openclaw/openclaw/issues/57349 | [Bug]: Heap exhaustion after extended uptime — OOM during filesystem scan | ### Bug type
Crash (process/app exits or hangs)
### Beta release blocker
No
### Summary
OpenClaw gateway hits JavaScript heap limit (~4GB) and OOMs after extended uptime (~17-20 hours). The crash occurs during a filesystem directory scan operation (`AfterScanDir`), suggesting memory accumulation from repeated fs o... | open | null | false | 6 | [
"bug"
] | [] | 2026-03-29T23:55:57Z | 2026-05-01T22:58:14Z | null | NONE | null | 20260502T000037Z | 2026-05-02T00:00:37Z | stevenepalmer | 6,134,396 | MDQ6VXNlcjYxMzQzOTY= | User | false |
openclaw/openclaw | 4,055,044,781 | I_kwDOQb6kR87xsxKt | 42,614 | https://github.com/openclaw/openclaw/issues/42614 | https://api.github.com/repos/openclaw/openclaw/issues/42614 | [Bug]: # Volcengine (火山引擎) Responses API incompatibility: `unknown field "prompt_cache_key"` | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
# Volcengine (火山引擎) Responses API incompatibility: `unknown field "prompt_cache_key"`
## Environment
- OpenClaw version: 2026.3.9 (9d403fd)
- Provider: Volcengine (火山引擎) custom provider
- Model: Seed 2.0 Pro (doubao-seed-2-0-pro-260215)
-... | closed | completed | true | 2 | [
"bug",
"bug:behavior"
] | [] | 2026-03-11T01:01:05Z | 2026-04-19T04:23:10Z | 2026-04-16T15:14:06Z | NONE | null | 20260419T052035Z | 2026-04-19T05:20:35Z | ZeruiAlice | 130,427,291 | U_kgDOB8Ypmw | User | false |
openclaw/openclaw | 4,142,000,369 | I_kwDOQb6kR8724ejx | 55,059 | https://github.com/openclaw/openclaw/issues/55059 | https://api.github.com/repos/openclaw/openclaw/issues/55059 | [Feature]:Support openai-chat API type for providers | ### Summary
Support openai-chat API type for providers
### Problem to solve
Many Chinese AI API providers (e.g., ouyi) only support /v1/chat/completions, not the legacy /v1/completions endpoint. OpenClaw has no openai-chat type.
### Proposed solution
Add a new openai-chat API type that maps to /v1/chat/completion... | closed | completed | true | 2 | [
"enhancement"
] | [] | 2026-03-26T09:05:12Z | 2026-04-29T04:32:47Z | 2026-04-27T02:01:35Z | NONE | null | 20260429T060025Z | 2026-04-29T06:00:25Z | dlsjzj | 42,106,392 | MDQ6VXNlcjQyMTA2Mzky | User | false |
openclaw/openclaw | 4,237,587,612 | I_kwDOQb6kR878lHSc | 64,187 | https://github.com/openclaw/openclaw/issues/64187 | https://api.github.com/repos/openclaw/openclaw/issues/64187 | [Bug]: Windows memory search hits EBUSY during sqlite atomic reindex swap | ## Bug type
Behavior bug (incorrect output/state without crash)
## Summary
On Windows, `openclaw memory search` can consistently trigger `EBUSY: resource busy or locked` during memory sync, even when the memory store is otherwise healthy and `memory status --deep` reports vector/FTS/embeddings all ready.
The failure ... | closed | completed | true | 6 | [] | [] | 2026-04-10T08:02:10Z | 2026-05-05T04:27:48Z | 2026-05-02T10:07:50Z | NONE | null | 20260505T060034Z | 2026-05-05T06:00:34Z | laoju188 | 262,731,812 | U_kgDOD6j4JA | User | false |
openclaw/openclaw | 4,077,402,121 | I_kwDOQb6kR87zCDgJ | 46,748 | https://github.com/openclaw/openclaw/issues/46748 | https://api.github.com/repos/openclaw/openclaw/issues/46748 | OpenClaw logs display UTC time instead of local timezone | # Issue: OpenClaw logs display UTC time instead of local timezone
## Summary
The `openclaw logs` command displays log timestamps in UTC time (Z suffix), causing confusion for users in timezones other than GMT+0. While the log file contains both UTC (`date`) and local time (`time`) fields, the CLI incorrectly displays ... | open | null | false | 3 | [] | [] | 2026-03-15T02:32:59Z | 2026-05-04T01:20:09Z | null | NONE | null | 20260504T030031Z | 2026-05-04T03:00:31Z | nettystudy | 54,011,076 | MDQ6VXNlcjU0MDExMDc2 | User | false |
openclaw/openclaw | 4,216,790,028 | I_kwDOQb6kR877VxwM | 62,414 | https://github.com/openclaw/openclaw/issues/62414 | https://api.github.com/repos/openclaw/openclaw/issues/62414 | Intermittent 'terminated' and LLM errors during response streaming | Hi OpenClaw Team,
I am experiencing intermittent issues with the response delivery in the Web UI. Specifically:
1. The 'Terminated' Error: Occasionally, after the model seems to have finished generating a response, a 'terminated' message appears.
2. Intermittent LLM Errors: Sometimes, the UI displays an 'LLM error' ... | closed | completed | true | 4 | [] | [] | 2026-04-07T09:36:52Z | 2026-04-28T05:06:17Z | 2026-04-25T14:35:42Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | aim9sour | 214,139,338 | U_kgDODMOByg | User | false |
openclaw/openclaw | 4,066,462,875 | I_kwDOQb6kR87yYUyb | 44,310 | https://github.com/openclaw/openclaw/issues/44310 | https://api.github.com/repos/openclaw/openclaw/issues/44310 | [Feature]: per-model request timeout support for multi-model routing | ### Summary
Allow configuring request timeouts per model so OpenClaw can handle providers with different latency profiles (e.g. fast models vs. slower experimental ones) and trigger fallback routing more reliably.
### Problem to solve
When running OpenClaw with multiple models through providers like OpenRouter, diff... | closed | not_planned | true | 6 | [
"enhancement"
] | [] | 2026-03-12T18:27:05Z | 2026-04-28T04:40:55Z | 2026-04-26T03:00:47Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | felix-ab | 117,115,219 | U_kgDOBvsJUw | User | false |
openclaw/openclaw | 4,154,993,323 | I_kwDOQb6kR873qCqr | 55,969 | https://github.com/openclaw/openclaw/issues/55969 | https://api.github.com/repos/openclaw/openclaw/issues/55969 | Image tool error: No media-understanding provider registered for openrouter | ## Bug Description
Getting error when trying to use the image tool:
> No media-understanding provider registered for openrouter
## Config
- imageModel.primary: openrouter/google/gemini-2.0-flash-exp
- Also tried: openrouter/google/gemini-2.5-flash-lite
## OpenClaw Version
2026.3.24
## Steps to Reproduce
1. Try to an... | closed | completed | true | 2 | [] | [] | 2026-03-27T18:23:50Z | 2026-04-26T04:29:44Z | 2026-04-23T23:27:02Z | NONE | null | 20260426T060034Z | 2026-04-26T06:00:34Z | NoahOpManager | 271,362,670 | U_kgDOECyqbg | User | false |
openclaw/openclaw | 4,141,492,246 | I_kwDOQb6kR8722igW | 55,011 | https://github.com/openclaw/openclaw/issues/55011 | https://api.github.com/repos/openclaw/openclaw/issues/55011 | v2026.3.24: image_generate tool fails - providers not registered | ## Bug Report
### Description
The `image_generate` tool fails in v2026.3.24 even when image generation providers (OpenAI, Anthropic) are properly configured and enabled as plugins.
### Error Message
```
All image generation models failed (3):
anthropic/claude-opus-4-6: No image-generation provider registered for a... | closed | not_planned | true | 3 | [] | [] | 2026-03-26T07:46:16Z | 2026-04-26T04:29:47Z | 2026-04-23T23:24:39Z | NONE | null | 20260426T060034Z | 2026-04-26T06:00:34Z | lmoncany | 2,823,538 | MDQ6VXNlcjI4MjM1Mzg= | User | false |
openclaw/openclaw | 4,142,164,318 | I_kwDOQb6kR8725Gle | 55,066 | https://github.com/openclaw/openclaw/issues/55066 | https://api.github.com/repos/openclaw/openclaw/issues/55066 | image_generate: Add OpenRouter provider support for image generation models | ## Summary
The built-in `image_generate` tool currently only supports **Google** (Gemini) and **OpenAI** (gpt-image-1) as image generation providers. It does not support using image generation models available through **OpenRouter**, even when OpenRouter is configured as the primary LLM provider.
## Current Behavior
... | closed | completed | true | 4 | [] | [] | 2026-03-26T09:27:04Z | 2026-04-26T04:29:33Z | 2026-04-24T00:39:20Z | NONE | null | 20260426T060034Z | 2026-04-26T06:00:34Z | lijihua2017 | 33,613,942 | MDQ6VXNlcjMzNjEzOTQy | User | false |
openclaw/openclaw | 4,220,136,391 | I_kwDOQb6kR877iivH | 62,678 | https://github.com/openclaw/openclaw/issues/62678 | https://api.github.com/repos/openclaw/openclaw/issues/62678 | [Bug]: Not sure if it's bug. 请帮忙看一下为什么会有“色情”、”赌博“之类的字样? | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
Here’s a fuller GitHub-style writeup you can paste directly:
Title
webchat/control-ui intermittently renders internal tool-call metadata in user-visible replies, sometimes with garbled unrelated Chinese text
... | closed | completed | true | 2 | [
"bug",
"bug:behavior"
] | [] | 2026-04-07T19:34:08Z | 2026-04-28T05:05:38Z | 2026-04-25T14:41:53Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | tigerymh-lab | 270,100,814 | U_kgDOEBlpTg | User | false |
openclaw/openclaw | 4,222,497,472 | I_kwDOQb6kR877rjLA | 62,971 | https://github.com/openclaw/openclaw/issues/62971 | https://api.github.com/repos/openclaw/openclaw/issues/62971 | Bug: 工具不存在时进入无限循环调用无法退出 | # Bug: 工具不存在时进入无限循环调用无法退出
## 描述
当 LLM 调用一个**不存在的工具**(工具名拼写错误/工具未安装)时,系统会进入无限循环:LLM 一直重复调用同一个不存在的工具,无法自行退出,必须用户手动执行 `/reset` 或 `/new` 重启会话才能恢复。
## 复现步骤
1. 让 LLM 调用一个不存在的工具名称,例如 `some_non_existent_tool`
2. 系统返回错误:`Tool 'some_non_existent_tool' not found`
3. LLM 收到错误后,仍然重复尝试调用同一个不存在的工具,陷入死循环
4. 循环持续,直到用户手动干预重启
## 预期行为
... | closed | completed | true | 2 | [] | [] | 2026-04-08T06:13:45Z | 2026-04-19T04:23:14Z | 2026-04-16T13:01:59Z | NONE | null | 20260419T052035Z | 2026-04-19T05:20:35Z | raydoomed | 57,515,812 | MDQ6VXNlcjU3NTE1ODEy | User | false |
openclaw/openclaw | 4,140,860,145 | I_kwDOQb6kR8720ILx | 54,938 | https://github.com/openclaw/openclaw/issues/54938 | https://api.github.com/repos/openclaw/openclaw/issues/54938 | Skills snapshot not invalidated on /restart or gateway restart | ## Bug
When a new skill is added (either via config allowlist or by placing it in a workspace/managed skills directory), the `skillsSnapshot` cached in `sessions.json` is not invalidated by `/restart` or gateway restart. The stale snapshot persists and the new skill never appears in the session prompt.
## Steps to Re... | closed | completed | true | 1 | [] | [] | 2026-03-26T05:48:46Z | 2026-04-19T04:23:15Z | 2026-04-16T13:01:58Z | NONE | null | 20260419T052035Z | 2026-04-19T05:20:35Z | jensen-srp | 178,291,187 | U_kgDOCqCB8w | User | false |
openclaw/openclaw | 4,022,740,853 | I_kwDOQb6kR87vxid1 | 34,644 | https://github.com/openclaw/openclaw/issues/34644 | https://api.github.com/repos/openclaw/openclaw/issues/34644 | feat: make embedded agent LLM-request timeout configurable (currently hardcoded 15s) | ## Feature Request
### Problem
The embedded agent fallback uses a hardcoded 15-second timeout for LLM requests. When upstream providers (Anthropic, OpenAI) experience latency spikes, the entire fallback chain times out because each provider gets only 15s.
### Current behavior
1. Gateway agent times out (configurable,... | closed | completed | true | 13 | [
"stale"
] | [] | 2026-03-04T15:55:42Z | 2026-04-30T04:51:01Z | 2026-04-25T05:38:17Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | sisutuulenisa | 261,256,991 | U_kgDOD5J3Hw | User | false |
openclaw/openclaw | 4,198,433,352 | I_kwDOQb6kR876PwJI | 60,087 | https://github.com/openclaw/openclaw/issues/60087 | https://api.github.com/repos/openclaw/openclaw/issues/60087 | [Bug]: Gateway killed on every `exec` tool invocation | ### Bug type
Crash (process/app exits or hangs)
### Beta release blocker
No
### Summary
Every exec tool invocation causes the gateway to receive SIGTERM and restart due to login shell sourcing ~/.profile which unconditionally calls `openclaw gateway start`.
### Steps to reproduce
1. Ensure ~/.profile contains `... | open | null | false | 2 | [
"bug",
"bug:crash"
] | [] | 2026-04-03T05:23:22Z | 2026-05-02T09:29:43Z | null | NONE | null | 20260502T120029Z | 2026-05-02T12:00:29Z | Slybry2000 | 171,834,234 | U_kgDOCj37eg | User | false |
openclaw/openclaw | 4,213,585,918 | I_kwDOQb6kR877Jjf- | 62,086 | https://github.com/openclaw/openclaw/issues/62086 | https://api.github.com/repos/openclaw/openclaw/issues/62086 | [Bug]: [2026.4.5] CLI SIGTERM after ~10s via exec/runtime wrapper (OPENCLAW_SHELL=exec path) | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
After upgrading from 2026.4.2 to 2026.4.5, all CLI subcommands beyond --version are killed with SIGTERM after ~10 seconds when executed inside the Docker container.
### Steps to reproduce
1. Run OpenClaw 2026.4.5 in Docker... | closed | not_planned | true | 4 | [
"bug",
"regression"
] | [] | 2026-04-06T19:15:24Z | 2026-04-28T05:07:07Z | 2026-04-25T14:25:06Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | B34RDY | 8,151,472 | MDQ6VXNlcjgxNTE0NzI= | User | false |
openclaw/openclaw | 4,063,663,076 | I_kwDOQb6kR87yNpPk | 43,935 | https://github.com/openclaw/openclaw/issues/43935 | https://api.github.com/repos/openclaw/openclaw/issues/43935 | Gateway: account-scoped channel config changes restart the entire channel and can disrupt active traffic | ## Summary
When a config change only affects `channels.<channel>.accounts.<accountId>.*`, the gateway currently plans a full channel restart instead of an account-scoped restart.
This is visible in the reload pipeline even though the lower-level channel lifecycle already supports `startChannel(channelId, accountId?)`... | open | null | false | 3 | [] | [] | 2026-03-12T10:26:09Z | 2026-05-03T23:37:23Z | null | NONE | null | 20260504T000036Z | 2026-05-04T00:00:36Z | coppynight | 4,346,224 | MDQ6VXNlcjQzNDYyMjQ= | User | false |
openclaw/openclaw | 4,218,857,072 | I_kwDOQb6kR877dqZw | 62,574 | https://github.com/openclaw/openclaw/issues/62574 | https://api.github.com/repos/openclaw/openclaw/issues/62574 | [Bug]: Microsoft TTS provider not registered in runtime, only OpenAI appears in /tts provider | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
Microsoft TTS provider is not registered at runtime on Windows 2026.4.5. /tts provider only shows OpenAI, and /tts status reports microsoft as not configured even though messages.tts.providers.microsoft is pres... | closed | completed | true | 0 | [
"bug",
"bug:behavior"
] | [] | 2026-04-07T15:42:01Z | 2026-04-19T04:23:19Z | 2026-04-16T09:56:40Z | NONE | null | 20260419T052035Z | 2026-04-19T05:20:35Z | Gavin11011 | 149,073,461 | U_kgDOCOKuNQ | User | false |
openclaw/openclaw | 4,078,915,819 | I_kwDOQb6kR87zH1Dr | 47,563 | https://github.com/openclaw/openclaw/issues/47563 | https://api.github.com/repos/openclaw/openclaw/issues/47563 | openclaw update fails with sharp@0.34.5 build error on macOS arm64 | ### Bug type
Regression (worked before, now fails)
### Summary
The `openclaw update` command always fails with a sharp build error on macOS arm64 (Apple Silicon). The updater tries to build sharp@0.34.5 from source but fails because `node-addon-api` is missing as a dependency. This blocks all future updates even tho... | closed | completed | true | 3 | [
"bug",
"regression"
] | [] | 2026-03-15T18:21:32Z | 2026-04-28T04:39:14Z | 2026-04-26T03:20:34Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | cmdrcool | 73,408,635 | MDQ6VXNlcjczNDA4NjM1 | User | false |
openclaw/openclaw | 4,180,849,243 | I_kwDOQb6kR875MrJb | 58,479 | https://github.com/openclaw/openclaw/issues/58479 | https://api.github.com/repos/openclaw/openclaw/issues/58479 | [Bug]: Title: Approval dialog succeeds in Control UI, but exec never consumes the approval and a new approval id is generated | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
Title: Approval dialog succeeds in Control UI, but exec never consumes the approval and a new approval id is generated
I’m seeing a repeatable approval flow bug in OpenClaw webchat / Control UI.
Environment
- OpenClaw: 202... | open | null | false | 9 | [
"bug",
"regression"
] | [] | 2026-03-31T17:03:49Z | 2026-05-03T10:18:52Z | null | NONE | null | 20260503T120038Z | 2026-05-03T12:00:38Z | sajazuniga7-coder | 272,587,984 | U_kgDOED9c0A | User | false |
openclaw/openclaw | 4,115,811,002 | I_kwDOQb6kR871Ukq6 | 52,221 | https://github.com/openclaw/openclaw/issues/52221 | https://api.github.com/repos/openclaw/openclaw/issues/52221 | [Bug] Context monitor shows 0% forever - contextTokens hardcoded, not dynamic | # Bug Report: Context Monitor Shows 0% Forever - contextTokens Hardcoded
## 🐛 Bug Description
All sessions' Context monitor permanently displays `Context: 0/200k (0%)`, but actual token usage is not reflected. The `contextTokens` field is hardcoded to the configured limit value and never updated with real token coun... | closed | completed | true | 12 | [] | [] | 2026-03-22T11:54:43Z | 2026-04-30T04:49:07Z | 2026-04-25T05:53:47Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | gzsiang | 131,245,827 | U_kgDOB9KnAw | User | false |
openclaw/openclaw | 4,217,986,755 | I_kwDOQb6kR877aV7D | 62,517 | https://github.com/openclaw/openclaw/issues/62517 | https://api.github.com/repos/openclaw/openclaw/issues/62517 | [Bug]: edit tool fails with tilde paths, error broadcasts to Telegram as separate message | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
The edit tool receives paths with a literal tilde (~) which are not expanded to the home directory, causing file operations to fail and sending error messages as separate Telegram broadcasts.
### Steps to reproduce
Exact s... | closed | completed | true | 0 | [
"bug",
"regression"
] | [] | 2026-04-07T13:28:17Z | 2026-04-19T04:23:20Z | 2026-04-16T09:07:56Z | NONE | null | 20260419T052035Z | 2026-04-19T05:20:35Z | mclee1975 | 267,909,583 | U_kgDOD_f5zw | User | false |
openclaw/openclaw | 4,156,338,334 | I_kwDOQb6kR873vLCe | 56,066 | https://github.com/openclaw/openclaw/issues/56066 | https://api.github.com/repos/openclaw/openclaw/issues/56066 | Feature Request: Self-Healing Guard - Autonomous Config Backup & Recovery for OpenClaw | ## Problem
When users modify OpenClaw configs (adding skills, models, or changing settings), they often accidentally brick the claw, making it unresponsive or unstartable. This requires manual intervention to fix.
## Proposed Solution: Self-Healing Guard
An independent guardian process that provides autonomous backu... | closed | completed | true | 0 | [] | [] | 2026-03-27T22:49:57Z | 2026-04-19T04:23:21Z | 2026-04-16T08:55:54Z | NONE | null | 20260419T052035Z | 2026-04-19T05:20:35Z | sorry123luck | 120,318,653 | U_kgDOByvqvQ | User | false |
openclaw/openclaw | 4,146,936,590 | I_kwDOQb6kR873LTsO | 55,347 | https://github.com/openclaw/openclaw/issues/55347 | https://api.github.com/repos/openclaw/openclaw/issues/55347 | Feature: Native gateway self-healing with configurable recovery workflow | ## Summary
When the OpenClaw gateway crashes, users are currently dependent on OS-level tools (launchd KeepAlive, systemd) to restart it. This works for simple crashes but fails in the most common real-world failure modes: bad config, plugin schema changes, and partial in-memory state writes. There's no built-in confi... | open | null | false | 1 | [] | [] | 2026-03-26T19:53:09Z | 2026-05-01T21:07:26Z | null | NONE | null | 20260502T000037Z | 2026-05-02T00:00:37Z | dustinprojectcoordinator-alt | 268,295,773 | U_kgDOD_3eXQ | User | false |
openclaw/openclaw | 4,206,207,566 | I_kwDOQb6kR876taJO | 61,131 | https://github.com/openclaw/openclaw/issues/61131 | https://api.github.com/repos/openclaw/openclaw/issues/61131 | [Feature Request]: Make slug-gen timeout configurable (currently hardcoded 15s) | ## Feature Request
### Problem
The `slug-gen` (session title generation) embedded run has a hardcoded timeout of **15 seconds**:
```
[agent/embedded] embedded run timeout: runId=slug-gen-... sessionId=slug-generator-... timeoutMs=15000
```
For users with slower LLM providers or when the model is under heavy load, 1... | closed | completed | true | 2 | [] | [] | 2026-04-05T01:54:25Z | 2026-04-28T05:09:33Z | 2026-04-25T13:54:59Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | prospect1314521 | 135,647,789 | U_kgDOCBXSLQ | User | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.