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,248,908,703
I_kwDOQb6kR879QTOf
65,465
https://github.com/openclaw/openclaw/issues/65465
https://api.github.com/repos/openclaw/openclaw/issues/65465
[Bug]: Ollama local model ignores compaction reserve config and still prechecks with reserveTokens=16384
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary ## Summary When using OpenClaw with a local Ollama model, OpenClaw ignores the configured compaction reserve settings and still runs context-overflow precheck with `reserveTokens=16384`. This causes immediate false context-ov...
closed
completed
true
2
[ "bug", "bug:crash" ]
[]
2026-04-12T16:43:23Z
2026-04-17T04:22:43Z
2026-04-14T17:08:13Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
TheEifelYeti
133,384,006
U_kgDOB_NHRg
User
false
openclaw/openclaw
4,248,908,761
I_kwDOQb6kR879QTPZ
65,466
https://github.com/openclaw/openclaw/issues/65466
https://api.github.com/repos/openclaw/openclaw/issues/65466
openclaw capability image describe returns empty across all providers
## Summary `openclaw capability image describe --file <path>` returns `Error: No description returned for image: <path>` for every model I've tried — MiniMax-VL-01, MiniMax-M2.7, OpenAI gpt-5.4-mini. The underlying provider endpoints work fine when called directly. ## Reproduce ```bash # Any image, any model: opencl...
closed
completed
true
1
[]
[]
2026-04-12T16:43:24Z
2026-04-28T04:57:39Z
2026-04-25T17:18:22Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
amirariff91
34,990,879
MDQ6VXNlcjM0OTkwODc5
User
false
openclaw/openclaw
4,248,934,459
I_kwDOQb6kR879QZg7
65,468
https://github.com/openclaw/openclaw/issues/65468
https://api.github.com/repos/openclaw/openclaw/issues/65468
[Bug] MEDIA: directive delivers audio attachment twice on Telegram (duplicate voice notes)
## Bug type Behavior bug (incorrect output/state without crash) ## Summary When an agent sends a voice note via the `MEDIA:` directive with an MP3 file on Telegram, the audio is delivered **twice** — once as a file attachment and once as a voice note. The recipient sees two separate messages containing the same audio....
closed
completed
true
3
[]
[]
2026-04-12T16:49:55Z
2026-04-30T04:55:53Z
2026-04-25T04:36:03Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
esterne
19,890,684
MDQ6VXNlcjE5ODkwNjg0
User
false
openclaw/openclaw
4,248,952,512
I_kwDOQb6kR879Qd7A
65,470
https://github.com/openclaw/openclaw/issues/65470
https://api.github.com/repos/openclaw/openclaw/issues/65470
Bug: CommandLane.Nested maxConcurrent defaults to 1, serializing all sessions_send agent runs
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary All agent runs triggered via sessions_send are fully serialized because CommandLane.Nested defaults to maxConcurrent: 1 and is never overridden by any configuration or startup code. Severity: High - blocks mul...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-12T16:53:57Z
2026-04-28T04:57:38Z
2026-04-25T17:18:28Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
poderosom1
128,355,305
U_kgDOB6aL6Q
User
false
openclaw/openclaw
4,248,963,970
I_kwDOQb6kR879QguC
65,472
https://github.com/openclaw/openclaw/issues/65472
https://api.github.com/repos/openclaw/openclaw/issues/65472
[Bug] Memory: session-corpus not generated when session spans multiple days
## Bug Description After upgrading to v2026.4.11, the memory system failed to generate **session-corpus** files for days when a session spans multiple days. ## Steps to Reproduce 1. Start a session on day N (e.g., April 11) 2. Keep the session running past midnight to day N+1 (e.g., April 12) 3. Wait for dreaming to...
closed
completed
true
4
[]
[]
2026-04-12T16:57:32Z
2026-04-28T04:57:37Z
2026-04-25T17:18:35Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
nacooy-dev
233,872,905
U_kgDODfCeCQ
User
false
openclaw/openclaw
4,248,966,066
I_kwDOQb6kR879QhOy
65,474
https://github.com/openclaw/openclaw/issues/65474
https://api.github.com/repos/openclaw/openclaw/issues/65474
Feature Request: Skills Index Mode - Reduce system prompt Token usage
## Overview 建议添加 `skills.mode: "indexed"` 配置选项,使系统提示词只引用技能索引文件而非完整技能描述列表。 ## Background Problem **现状:** - OpenClaw在系统提示词中加载全部SKILL.md的description - 当前环境有50+个技能,每个技能描述约2-5KB - 系统提示词中技能列表占用约100K+ Token - 对于200K上下文窗口的模型,有效上下文被大幅压缩 **影响:** - 对话效率降低 - 复杂任务处理能力受限 - Token成本增加 ## Proposed Solution 添加配置项 `skills.mode: "in...
closed
completed
true
1
[]
[]
2026-04-12T16:58:10Z
2026-04-28T04:57:36Z
2026-04-25T17:18:41Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ruiziyun365-bot
229,261,168
U_kgDODao_cA
User
false
openclaw/openclaw
4,248,976,761
I_kwDOQb6kR879Qj15
65,475
https://github.com/openclaw/openclaw/issues/65475
https://api.github.com/repos/openclaw/openclaw/issues/65475
Google Lyria music generation returns 404: baseUrl double-includes /v1beta API version
## Bug Report ### Summary The `music_generate` tool fails with 404 when using the Google Lyria provider. Direct API calls to Lyria work fine with the same API key. ### Root Cause The Google music provider (`buildGoogleMusicGenerationProvider`) passes the normalized Google base URL (which includes `/v1beta`) to the `@...
closed
completed
true
1
[]
[]
2026-04-12T17:01:19Z
2026-04-28T05:28:00Z
2026-04-25T09:46:33Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
psyduckler
260,153,069
U_kgDOD4Ge7Q
User
false
openclaw/openclaw
4,249,006,297
I_kwDOQb6kR879QrDZ
65,477
https://github.com/openclaw/openclaw/issues/65477
https://api.github.com/repos/openclaw/openclaw/issues/65477
Show model name in usage footer
## Feature Request **Current behavior:** The usage footer in messaging channels (Telegram, etc.) shows: ``` Usage: 48k in / 38 out · est $0.0075 · session agent:main:telegram:direct:523558146:thread:523558146:4672 ``` **Requested behavior:** Add the active model name at the start of the footer, e.g.: ``` openrouter/z...
open
null
false
1
[]
[]
2026-04-12T17:08:01Z
2026-05-03T03:22:47Z
null
NONE
null
20260503T060030Z
2026-05-03T06:00:30Z
CrimsonDragon
7,427,954
MDQ6VXNlcjc0Mjc5NTQ=
User
false
openclaw/openclaw
4,249,008,609
I_kwDOQb6kR879Qrnh
65,479
https://github.com/openclaw/openclaw/issues/65479
https://api.github.com/repos/openclaw/openclaw/issues/65479
Feishu channel: footer and threadSession config fields removed in v3.28+ causing validation errors
## Bug Description After upgrading OpenClaw from v2026.3.23 to v2026.4.11, the gateway fails to start with: ``` channels.feishu: invalid config: must NOT have additional properties ``` ## Root Cause Two Feishu channel config fields were silently removed between versions: 1. **`footer`** - controlled message card f...
closed
not_planned
true
1
[]
[]
2026-04-12T17:08:29Z
2026-04-30T04:41:23Z
2026-04-26T04:56:49Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
xxzzzzy
86,884,827
MDQ6VXNlcjg2ODg0ODI3
User
false
openclaw/openclaw
4,249,056,416
I_kwDOQb6kR879Q3Sg
65,480
https://github.com/openclaw/openclaw/issues/65480
https://api.github.com/repos/openclaw/openclaw/issues/65480
QMD regression: collection patterns fall back to **/*.md because qmd-manager prefers --glob over --mask
### Summary Current `main` regresses QMD collection pattern handling for local QMD `2.0.1`. `QmdMemoryManager` currently prefers `--glob` when adding collections, but QMD `2.0.1` expects `--mask` and silently ignores unknown `--glob` instead of erroring. As a result, custom patterns fall back to QMD's default `**/*.m...
closed
completed
true
3
[]
[]
2026-04-12T17:18:42Z
2026-04-30T04:33:59Z
2026-04-27T13:27:56Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
ccage-simp
21,313,993
MDQ6VXNlcjIxMzEzOTkz
User
false
openclaw/openclaw
4,249,088,601
I_kwDOQb6kR879Q_JZ
65,483
https://github.com/openclaw/openclaw/issues/65483
https://api.github.com/repos/openclaw/openclaw/issues/65483
Feature Request: Telegram Topics 会话隔离支持
# Feature Request: Telegram Topics 会话隔离支持 **提交日期**: 2026-04-13 **提交人**: 哈宝 (集运 Baba 团队) **OpenClaw 版本**: 2026.4.9 **优先级**: P1 - 重要功能 --- ## 📋 需求描述 当前 OpenClaw 的 Telegram 集成支持群组消息,但**不支持 Telegram Topics(话题)级别的会话隔离**。 ### 当前行为 配置 `dmScope: "per-channel-peer"` 时: - 会话按 **群组 ID** 隔离 - 同一群组内的所有 Topics 共享同一个会话 -...
closed
completed
true
1
[]
[]
2026-04-12T17:25:20Z
2026-04-28T04:57:36Z
2026-04-25T17:18:54Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
nnrwsm-cloud
250,994,583
U_kgDODvXflw
User
false
openclaw/openclaw
4,249,088,793
I_kwDOQb6kR879Q_MZ
65,484
https://github.com/openclaw/openclaw/issues/65484
https://api.github.com/repos/openclaw/openclaw/issues/65484
Gateway silently drops Slack replies when embedded ACP turn fails (ACP_TURN_FAILED / AcpRuntimeError)
## Symptom When an embedded ACP turn fails mid-run, the gateway logs the failure but posts no reply back to the originating Slack thread. From a user's perspective the agent goes silent — indistinguishable from "still thinking" or "stuck". Breaks the voice-to-action loop that depends on seeing _something_ back in Slac...
closed
completed
true
1
[]
[]
2026-04-12T17:25:23Z
2026-04-28T04:57:35Z
2026-04-25T17:19:01Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
rijhsinghani
57,496,810
MDQ6VXNlcjU3NDk2ODEw
User
false
openclaw/openclaw
4,249,090,388
I_kwDOQb6kR879Q_lU
65,485
https://github.com/openclaw/openclaw/issues/65485
https://api.github.com/repos/openclaw/openclaw/issues/65485
Gateway SIGTERM-restarts kill in-flight agent runs on non-critical config changes
## Symptom The gateway SIGTERM-restarts on any `openclaw.json` change, even for keys that don't require a runtime restart. In-flight embedded agent runs are killed mid-turn, producing silent failures downstream (compounds with the ACP silent-failure handler issue). ## Evidence From `~/.openclaw/logs/gateway.log` on ...
closed
completed
false
2
[]
[ "vincentkoc" ]
2026-04-12T17:25:43Z
2026-04-25T08:35:48Z
2026-04-25T08:35:48Z
NONE
null
20260425T090015Z
2026-04-25T09:00:15Z
rijhsinghani
57,496,810
MDQ6VXNlcjU3NDk2ODEw
User
false
openclaw/openclaw
4,249,117,948
I_kwDOQb6kR879RGT8
65,486
https://github.com/openclaw/openclaw/issues/65486
https://api.github.com/repos/openclaw/openclaw/issues/65486
[Bug]: Gateway restart does not invalidate approval-pending session tool results - stale approval IDs cause INVALID_REQUEST loop on resume
## Summary After a gateway restart, any session containing approval-pending tool results replays those stale approval IDs against the new gateway process. The new process has an empty in-memory ExecApprovalManager.pending Map and has never seen the old IDs, so every resolve call returns errorCode=INVALID_REQUEST error...
closed
completed
true
2
[]
[]
2026-04-12T17:30:58Z
2026-05-01T04:43:47Z
2026-04-28T10:56:10Z
NONE
null
20260501T113057Z
2026-05-01T11:30:57Z
mjmai20682068-create
235,504,711
U_kgDODgmERw
User
false
openclaw/openclaw
4,249,136,696
I_kwDOQb6kR879RK44
65,487
https://github.com/openclaw/openclaw/issues/65487
https://api.github.com/repos/openclaw/openclaw/issues/65487
Show context/token usage in usage footer
## Feature Request **Current behavior:** The usage footer shows: ``` Usage: 48k in / 38 out · est $0.0075 · session agent:main:... ``` **Requested behavior:** Add context window usage to the footer, e.g.: ``` Context: 45k/203k (22%) · Usage: 48k in / 38 out · est $0.0075 · session agent:main:... ``` **Why:** - Users...
closed
not_planned
true
1
[]
[]
2026-04-12T17:34:23Z
2026-04-30T04:41:22Z
2026-04-26T04:56:53Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
CrimsonDragon
7,427,954
MDQ6VXNlcjc0Mjc5NTQ=
User
false
openclaw/openclaw
4,249,142,407
I_kwDOQb6kR879RMSH
65,488
https://github.com/openclaw/openclaw/issues/65488
https://api.github.com/repos/openclaw/openclaw/issues/65488
[Bug]: Issue with context with Heartbeat turns
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Heartbeat with isolatedSession:true and lightContext: true, showing Hight token usage. ### Steps to reproduce 1. using openclaw v2026.4.9 2. just setup as I've attached ### Expected behavior I would expect...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-12T17:35:17Z
2026-04-28T04:57:34Z
2026-04-25T17:19:07Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
akessel56
673,098
MDQ6VXNlcjY3MzA5OA==
User
false
openclaw/openclaw
4,249,238,840
I_kwDOQb6kR879Rj04
65,490
https://github.com/openclaw/openclaw/issues/65490
https://api.github.com/repos/openclaw/openclaw/issues/65490
Running an OpenClaw agent in production: the execution discipline gap
We've been running an OpenClaw agent (OC) in production for about five weeks at de la Mothe Ventures, building and maintaining [driftnet.cafe](https://driftnet.cafe) — an intelligence layer for the OpenClaw ecosystem. Last 48 hours handed us a concentrated set of lessons. Sharing them here because they're the kind of t...
open
null
false
2
[]
[]
2026-04-12T17:56:39Z
2026-05-03T09:49:03Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
ocdlmv1
266,897,137
U_kgDOD-iG8Q
User
false
openclaw/openclaw
4,249,282,935
I_kwDOQb6kR879Rul3
65,493
https://github.com/openclaw/openclaw/issues/65493
https://api.github.com/repos/openclaw/openclaw/issues/65493
Bug: delivery-mirror duplicates messages sent via message(action=send) tool
## Summary When an agent uses `message(action=send)` to deliver a structured message to Telegram, the gateway's delivery-mirror mechanism emits a second copy of the same content as a plain-text message. The result is that Telegram users receive every such message twice — the original with buttons (or other formatting)...
closed
completed
true
2
[]
[]
2026-04-12T18:07:19Z
2026-04-28T04:57:33Z
2026-04-25T17:19:14Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Harrypulvirenti
7,995,772
MDQ6VXNlcjc5OTU3NzI=
User
false
openclaw/openclaw
4,249,332,080
I_kwDOQb6kR879R6lw
65,494
https://github.com/openclaw/openclaw/issues/65494
https://api.github.com/repos/openclaw/openclaw/issues/65494
iMessage channel fails with ReferenceError: accountInfo is not defined
## Bug Description iMessage channel is enabled and receiving messages, but replies fail with a ReferenceError. ## Error ``` {"subsystem":"gateway/channels/imessage","1":"imessage final reply failed: ReferenceError: accountInfo is not defined" ``` ## Steps to Reproduce 1. Enable iMessage channel in openclaw.json: `...
closed
completed
true
1
[]
[]
2026-04-12T18:16:50Z
2026-04-29T04:32:21Z
2026-04-27T02:29:43Z
NONE
null
20260429T060025Z
2026-04-29T06:00:25Z
williamsclint
258,368,091
U_kgDOD2ZiWw
User
false
openclaw/openclaw
4,249,340,077
I_kwDOQb6kR879R8it
65,495
https://github.com/openclaw/openclaw/issues/65495
https://api.github.com/repos/openclaw/openclaw/issues/65495
Browser tool SSRF policy blocks CDP connection to localhost on WSL2 (fix: dangerouslyAllowPrivateNetwork)
## Problem On WSL2, the browser tool cannot connect to Chrome's CDP endpoint on localhost. Both auto-launch and attachOnly modes fail: - **Auto-launch:** Chrome starts but CDP websocket is "not reachable after start" - **attachOnly:** "Browser attachOnly is enabled and profile is not running" even when Chrome is conf...
closed
completed
true
3
[]
[]
2026-04-12T18:18:23Z
2026-04-17T04:22:54Z
2026-04-14T11:19:54Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
lumien
1,329,382
MDQ6VXNlcjEzMjkzODI=
User
false
openclaw/openclaw
4,249,388,930
I_kwDOQb6kR879SIeC
65,498
https://github.com/openclaw/openclaw/issues/65498
https://api.github.com/repos/openclaw/openclaw/issues/65498
[Bug]: Main-session user task can lose final reply after heartbeat or exec-completion interrupt
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary When the assistant is handling a longer multi-step user task in the main session, interrupting heartbeat prompts or system events like Exec completed (...) can cause the original task's final user-facing reply to be delayed or ...
closed
completed
true
1
[ "bug", "bug:crash" ]
[]
2026-04-12T18:28:22Z
2026-04-28T04:57:33Z
2026-04-25T17:19:20Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
MertBasar0
100,199,793
U_kgDOBfjtcQ
User
false
openclaw/openclaw
4,249,406,295
I_kwDOQb6kR879SMtX
65,499
https://github.com/openclaw/openclaw/issues/65499
https://api.github.com/repos/openclaw/openclaw/issues/65499
[Bug]: --force-reset-cross-signing sends malformed UIA response to device_signing/upload
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary --force-reset-cross-signing sends malformed UIA response to device_signing/upload (HTTP 401 "Unknown message") Version: Confirmed present in 2026.4.2, not resolved in 2026.4.11 Description: When attempting to reset cross-...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-04-12T18:31:50Z
2026-04-28T04:57:32Z
2026-04-25T17:19:27Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
OptimusPrimeAI
273,506,382
U_kgDOEE1gTg
User
false
openclaw/openclaw
4,249,408,338
I_kwDOQb6kR879SNNS
65,500
https://github.com/openclaw/openclaw/issues/65500
https://api.github.com/repos/openclaw/openclaw/issues/65500
[Bug]: Custom models not shown by /models in Telegram or Web Console UI
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After upgrading from 2026.3.24 to 2026.4.11, most of my custom models in Ollama (both locally downloaded and Cloud models), oMLX (locally downloaded models), and LM-Studio (locally downloaded models) do not show up any more ...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-04-12T18:32:14Z
2026-04-28T04:57:31Z
2026-04-25T17:19:33Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
lotussoha
73,114,732
MDQ6VXNlcjczMTE0NzMy
User
false
openclaw/openclaw
4,249,412,217
I_kwDOQb6kR879SOJ5
65,501
https://github.com/openclaw/openclaw/issues/65501
https://api.github.com/repos/openclaw/openclaw/issues/65501
forceFlushTranscriptBytes is a no-op on fresh sessions (agent-runner:1194)
## Bug: `forceFlushTranscriptBytes` is a no-op on fresh sessions **Version:** openclaw 2026.4.9 (0512059) **Severity:** High — makes the documented safeguard against long-session context overflow ineffective until after the legacy compaction path has already fired at least once. ### Summary The `agents.defaults.comp...
closed
completed
true
2
[]
[]
2026-04-12T18:33:00Z
2026-04-28T04:57:30Z
2026-04-25T17:19:40Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
joblas
40,072,373
MDQ6VXNlcjQwMDcyMzcz
User
false
openclaw/openclaw
4,249,453,132
I_kwDOQb6kR879SYJM
65,502
https://github.com/openclaw/openclaw/issues/65502
https://api.github.com/repos/openclaw/openclaw/issues/65502
feat(agents): resilient model fallback with retry + context-aware safe mode
## Problem When a model fails (timeout, rate-limit, server error), the fallback chain immediately moves to the next candidate with **no retry** on the primary. This causes unnecessary fallbacks on transient issues. Worse, if the fallback model has a **smaller context window** than the current session history, the fal...
open
null
false
2
[]
[]
2026-04-12T18:40:59Z
2026-05-03T03:37:13Z
null
CONTRIBUTOR
null
20260503T060030Z
2026-05-03T06:00:30Z
andyk-ms
91,510,251
U_kgDOBXRV6w
User
false
openclaw/openclaw
4,249,466,401
I_kwDOQb6kR879SbYh
65,503
https://github.com/openclaw/openclaw/issues/65503
https://api.github.com/repos/openclaw/openclaw/issues/65503
Codex workspace dirty path can cause anomalous unbounded context inflation and pseudo-hangs
## Summary In an OpenClaw workspace, a `codex/gpt-5.4` session can enter a dirty path where context / usage shows **anomalous unbounded inflation** across otherwise trivial follow-up turns. The trigger is not just “many turns”. A clean control stays stable. The problem shows up after a workspace/bootstrap-heavy turn,...
closed
completed
true
1
[]
[]
2026-04-12T18:45:19Z
2026-04-28T04:57:29Z
2026-04-25T17:19:46Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
sunnydongbo
249,433,142
U_kgDODt4MNg
User
false
openclaw/openclaw
4,249,469,795
I_kwDOQb6kR879ScNj
65,504
https://github.com/openclaw/openclaw/issues/65504
https://api.github.com/repos/openclaw/openclaw/issues/65504
Live gateway false Anthropic timeouts and responsiveness degradation
## Summary Live gateway failures are being flattened into provider timeout noise even when the actual bottleneck is queue delay, post-turn cleanup, or orphan QA runtimes. The result is misleading Anthropic timeout attribution, unnecessary auth-profile cooldown/rotation, and an unresponsive gateway surface during the wo...
open
null
false
3
[]
[]
2026-04-12T18:46:23Z
2026-05-03T02:15:00Z
null
CONTRIBUTOR
null
20260503T030030Z
2026-05-03T03:00:30Z
100yenadmin
239,388,517
U_kgDODkTHZQ
User
false
openclaw/openclaw
4,249,469,805
I_kwDOQb6kR879ScNt
65,505
https://github.com/openclaw/openclaw/issues/65505
https://api.github.com/repos/openclaw/openclaw/issues/65505
Timeout attribution and auth-profile poisoning in embedded runs
## Problem Timeout-like failures are being attributed to Anthropic/auth profiles even when the run was still queued, still in preflight, or already in post-turn cleanup. That poisons cooldown/rotation logic and makes `agent.wait`/gateway logs misleading during incidents. ## Required changes - Add structured timing for...
closed
not_planned
true
2
[]
[]
2026-04-12T18:46:23Z
2026-05-02T04:27:03Z
2026-04-29T21:49:37Z
CONTRIBUTOR
null
20260502T060142Z
2026-05-02T06:01:42Z
100yenadmin
239,388,517
U_kgDODkTHZQ
User
false
openclaw/openclaw
4,249,469,816
I_kwDOQb6kR879ScN4
65,506
https://github.com/openclaw/openclaw/issues/65506
https://api.github.com/repos/openclaw/openclaw/issues/65506
QA harness orphan gateway leakage and restart readiness gaps
## Problem Interrupted or detached QA runs can leave temp gateways alive under `/private/tmp/openclaw/openclaw-qa-suite-*`, and those stale runtimes keep emitting `qa-channel` failures long after the real live gateway has moved on. ## Required changes - Make QA suite ownership and shutdown reliable enough to reap temp...
open
null
false
1
[]
[]
2026-04-12T18:46:23Z
2026-05-03T03:37:14Z
null
CONTRIBUTOR
null
20260503T060030Z
2026-05-03T06:00:30Z
100yenadmin
239,388,517
U_kgDODkTHZQ
User
false
openclaw/openclaw
4,249,469,817
I_kwDOQb6kR879ScN5
65,507
https://github.com/openclaw/openclaw/issues/65507
https://api.github.com/repos/openclaw/openclaw/issues/65507
LCM hot-path scheduling and post-turn latency amplify live gateway timeouts
## Problem `lossless-claw` hot paths can keep the session lane occupied after the model response, which makes the next turn feel like a provider timeout even though the provider is no longer the bottleneck. ## Required changes - Make full `afterTurn()` compaction best-effort/background rather than awaited inline on th...
closed
completed
true
8
[]
[]
2026-04-12T18:46:23Z
2026-04-28T04:57:29Z
2026-04-25T17:19:53Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
100yenadmin
239,388,517
U_kgDODkTHZQ
User
false
openclaw/openclaw
4,249,483,348
I_kwDOQb6kR879SfhU
65,510
https://github.com/openclaw/openclaw/issues/65510
https://api.github.com/repos/openclaw/openclaw/issues/65510
[Bug]: Firecrawl webFetch.apiKey fails with SecretRef, but works with the same plaintext token openai-codex/gpt-5.4
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary `plugins.entries.firecrawl.config.webFetch.apiKey` accepts a 1Password SecretRef and the gateway runtime shows it as resolved/masked, but `web_fetch` requests routed through Firecrawl fail with `401 Unauthorize...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-12T18:50:25Z
2026-04-17T04:22:30Z
2026-04-14T22:59:32Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
shartep
12,148,408
MDQ6VXNlcjEyMTQ4NDA4
User
false
openclaw/openclaw
4,249,524,467
I_kwDOQb6kR879Spjz
65,513
https://github.com/openclaw/openclaw/issues/65513
https://api.github.com/repos/openclaw/openclaw/issues/65513
Bug: github-copilot extension crashes agent on every message (ERR_MODULE_NOT_FOUND)
## Bug Description The bundled `github-copilot` extension crashes the agent on every incoming message with: ``` Error [ERR_MODULE_NOT_FOUND]: Cannot find package 'openclaw' imported from .../extensions/github-copilot/register.runtime.js ``` Every message across ALL channels (Discord, Telegram, WhatsApp, WebChat) tri...
closed
completed
true
1
[]
[]
2026-04-12T19:02:04Z
2026-04-27T05:08:45Z
2026-04-24T16:15:52Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
gildarts505-web
271,077,890
U_kgDOEChSAg
User
false
openclaw/openclaw
4,249,535,579
I_kwDOQb6kR879SsRb
65,514
https://github.com/openclaw/openclaw/issues/65514
https://api.github.com/repos/openclaw/openclaw/issues/65514
[Bug]: MiniMax tokenBudget not forwarded → LCM compaction silently skipped
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary When using the MiniMax provider, tokenBudget is undefined at the LCM compaction trigger point. Compaction is silently skipped — no error, no warning — so context grows unbounded. Eventually MiniMax returns erro...
closed
not_planned
true
3
[ "bug", "bug:behavior" ]
[]
2026-04-12T19:04:19Z
2026-04-28T04:57:28Z
2026-04-25T17:19:59Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
louie0609c
269,922,827
U_kgDOEBayCw
User
false
openclaw/openclaw
4,249,535,601
I_kwDOQb6kR879SsRx
65,515
https://github.com/openclaw/openclaw/issues/65515
https://api.github.com/repos/openclaw/openclaw/issues/65515
[bug] false provenance warning for ouraclaw in openclaw status on 2026.4.10
# ouraclaw false provenance warning in `openclaw status` on 2026.4.10 Date: 2026-04-11 Version: OpenClaw 2026.4.10 (44e5b62) ## Summary `openclaw status` reports plugin provenance warnings for `ouraclaw` even though the plugin is explicitly allowlisted, installed, and loaded successfully. ## Warning text ```text [p...
closed
completed
true
1
[]
[]
2026-04-12T19:04:19Z
2026-04-28T04:57:27Z
2026-04-25T17:20:06Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
tasi333
7,864,516
MDQ6VXNlcjc4NjQ1MTY=
User
false
openclaw/openclaw
4,249,542,664
I_kwDOQb6kR879SuAI
65,516
https://github.com/openclaw/openclaw/issues/65516
https://api.github.com/repos/openclaw/openclaw/issues/65516
[Bug]: pnpm build fails — bundle-a2ui.sh not found in installed package
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Running pnpm build inside the OpenClaw installation directory fails because bundle-a2ui.sh does not exist in the distributed package. This makes it impossible to recompile TypeScript source after patching engin...
closed
not_planned
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-12T19:05:54Z
2026-04-28T04:57:27Z
2026-04-25T17:20:12Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
louie0609c
269,922,827
U_kgDOEBayCw
User
false
openclaw/openclaw
4,249,567,962
I_kwDOQb6kR879S0La
65,517
https://github.com/openclaw/openclaw/issues/65517
https://api.github.com/repos/openclaw/openclaw/issues/65517
[Bug]: Active-memory embedded sub-agent run blocks event loop, starving Telegram polling — agent goes permanently unresponsive
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary Enabling the active-memory plugin causes Telegram polling to permanently stall because the embedded sub-agent call blocks the Node.js event loop; disabling active-memory immediately restores responsiveness, reproducible 100% ac...
closed
completed
true
1
[ "bug" ]
[]
2026-04-12T19:11:49Z
2026-04-30T04:41:22Z
2026-04-26T04:56:57Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
badmutt
269,772,905
U_kgDOEBRoaQ
User
false
openclaw/openclaw
4,249,570,396
I_kwDOQb6kR879S0xc
65,518
https://github.com/openclaw/openclaw/issues/65518
https://api.github.com/repos/openclaw/openclaw/issues/65518
Soft-deleted session files (.deleted.*) accumulate indefinitely with no auto-purge
## Problem When sessions are deleted (e.g. via mass-delete or session clear), OpenClaw renames the `.jsonl` files with a `.deleted.<timestamp>` suffix rather than removing them. These soft-deleted files are never automatically purged and accumulate indefinitely on disk. In my case, a single mass-delete event on 2026-...
closed
not_planned
true
1
[]
[]
2026-04-12T19:12:35Z
2026-04-15T04:19:29Z
2026-04-12T19:15:15Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
jazzyalex
18,175,583
MDQ6VXNlcjE4MTc1NTgz
User
false
openclaw/openclaw
4,249,573,640
I_kwDOQb6kR879S1kI
65,519
https://github.com/openclaw/openclaw/issues/65519
https://api.github.com/repos/openclaw/openclaw/issues/65519
sessions_spawn model override silently ignored — sub-agents always use primary model
## Bug Description When spawning a sub-agent via `sessions_spawn` with an explicit `model` parameter, or when configuring `agents.defaults.subagents.model` in openclaw.json, the specified model is silently ignored. Sub-agents always launch with the orchestrator's primary model instead. The tool returns `{ modelApplie...
closed
completed
true
1
[]
[]
2026-04-12T19:13:32Z
2026-04-28T04:57:26Z
2026-04-25T17:20:19Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ether-btc
33,156,212
MDQ6VXNlcjMzMTU2MjEy
User
false
openclaw/openclaw
4,249,575,749
I_kwDOQb6kR879S2FF
65,520
https://github.com/openclaw/openclaw/issues/65520
https://api.github.com/repos/openclaw/openclaw/issues/65520
Main session stdio MCP transport fails on Windows (Not connected)
## Bug Report **Environment:** Windows NT 10.0.26200, Node.js v24.13.1, OpenClaw v2026.4.5 **Summary:** MCP servers using stdio transport return "Not connected" errors when called from the main session, but work correctly from ACP subagent sessions. ### Reproduction 1. Configure a local stdio MCP server in `opencla...
closed
completed
true
1
[]
[]
2026-04-12T19:14:13Z
2026-04-28T04:57:24Z
2026-04-25T17:20:25Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Inkcha
206,290,948
U_kgDODEvABA
User
false
openclaw/openclaw
4,249,577,147
I_kwDOQb6kR879S2a7
65,521
https://github.com/openclaw/openclaw/issues/65521
https://api.github.com/repos/openclaw/openclaw/issues/65521
[Bug]: Windows managed browser launch — Chrome starts then immediately exits, CDP never binds
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary On Windows 11, openclaw browser start launches Chrome with correct CDP flags and receives a PID, but Chrome exits within seconds before CDP binds to port 18800. The same executable with identical arguments launched manually ...
closed
completed
true
3
[ "bug", "regression" ]
[]
2026-04-12T19:14:38Z
2026-04-15T04:19:08Z
2026-04-13T04:00:33Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
dalguji
5,715,281
MDQ6VXNlcjU3MTUyODE=
User
false
openclaw/openclaw
4,249,579,505
I_kwDOQb6kR879S2_x
65,522
https://github.com/openclaw/openclaw/issues/65522
https://api.github.com/repos/openclaw/openclaw/issues/65522
Control UI: refreshing chat data during an active turn can stall the run and wedge the page/gateway
## Summary Clicking `Refresh chat data` in the Control UI while an agent turn is still active can stall the live run and leave the web UI effectively wedged. In the reported case, the gateway also appeared to lock up badly enough that the page stopped working until recovery/restart. ## Steps to reproduce 1. Open the...
closed
completed
true
1
[]
[ "BunsDev" ]
2026-04-12T19:15:23Z
2026-05-03T04:38:18Z
2026-04-30T06:02:16Z
CONTRIBUTOR
null
20260503T060030Z
2026-05-03T06:00:30Z
100yenadmin
239,388,517
U_kgDODkTHZQ
User
false
openclaw/openclaw
4,249,580,386
I_kwDOQb6kR879S3Ni
65,523
https://github.com/openclaw/openclaw/issues/65523
https://api.github.com/repos/openclaw/openclaw/issues/65523
[Feature]: Auto-purge soft-deleted session files (.deleted.*) after configurable retention period
### Summary Add a configurable retention policy for soft-deleted session files (`.deleted.*`) so they are automatically purged after a set period instead of accumulating indefinitely. ### Problem to solve When sessions are deleted, OpenClaw renames `.jsonl` files with a `.deleted.<timestamp>` suffix but never remove...
closed
completed
true
1
[]
[]
2026-04-12T19:15:41Z
2026-04-28T04:57:23Z
2026-04-25T17:20:32Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jazzyalex
18,175,583
MDQ6VXNlcjE4MTc1NTgz
User
false
openclaw/openclaw
4,249,585,671
I_kwDOQb6kR879S4gH
65,524
https://github.com/openclaw/openclaw/issues/65524
https://api.github.com/repos/openclaw/openclaw/issues/65524
[Bug]: Deleted agent's sessions remain accessible and executable
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary When an agent is deleted from openclaw.json, its existing sessions (.jsonl files and sessions.json entries) remain on disk and are still accessible via sessions_send, allowing continued execution of privileged ...
closed
completed
true
0
[ "bug", "bug:behavior" ]
[]
2026-04-12T19:17:33Z
2026-04-22T04:30:29Z
2026-04-19T22:47:53Z
NONE
null
20260422T060039Z
2026-04-22T06:00:39Z
lykeion-dev
140,231,077
U_kgDOCFvBpQ
User
false
openclaw/openclaw
4,249,593,364
I_kwDOQb6kR879S6YU
65,525
https://github.com/openclaw/openclaw/issues/65525
https://api.github.com/repos/openclaw/openclaw/issues/65525
[Bug]: MCP stdio servers don't inherit NODE_OPTIONS — breaks proxy-only sandbox environments
## Problem When OpenClaw spawns MCP stdio servers as child processes, `NODE_OPTIONS` and proxy environment variables from the gateway process are not propagated to the child. ### Root cause The MCP SDK (`@modelcontextprotocol/sdk`) intentionally restricts environment inheritance. On Linux, `StdioClientTransport` onl...
open
null
false
2
[]
[]
2026-04-12T19:20:25Z
2026-05-02T17:31:12Z
null
CONTRIBUTOR
null
20260502T180029Z
2026-05-02T18:00:29Z
mjamiv
142,179,942
U_kgDOCHl-Zg
User
false
openclaw/openclaw
4,249,593,413
I_kwDOQb6kR879S6ZF
65,526
https://github.com/openclaw/openclaw/issues/65526
https://api.github.com/repos/openclaw/openclaw/issues/65526
[Feature]: auto-propagate proxy env vars to MCP stdio server child processes
## Problem In proxy-only environments, every MCP stdio server config must manually include `HTTPS_PROXY`, `HTTP_PROXY`, and `NODE_OPTIONS` in its `env` block for the server to reach external APIs. This is error-prone and undiscoverable — users only find out when their MCP tools fail with cryptic `fetch failed` errors ...
closed
not_planned
true
2
[]
[]
2026-04-12T19:20:26Z
2026-04-30T04:41:21Z
2026-04-26T04:57:02Z
CONTRIBUTOR
null
20260430T060018Z
2026-04-30T06:00:18Z
mjamiv
142,179,942
U_kgDOCHl-Zg
User
false
openclaw/openclaw
4,249,609,814
I_kwDOQb6kR879S-ZW
65,528
https://github.com/openclaw/openclaw/issues/65528
https://api.github.com/repos/openclaw/openclaw/issues/65528
[Bug]: Managed browser process dies silently 1-2s after spawn on macOS (Chrome/Brave, attachOnly ignored)
### Summary On macOS (Intel, Monterey 12.7.6), the OpenClaw-managed browser (both Chrome and Brave) is spawned successfully but the process dies within 1-2 seconds. The gateway logs report "started" with a PID, but the process disappears silently — no crash log, no error, no signal logged. The same Chrome/Brave binary...
closed
completed
true
5
[]
[]
2026-04-12T19:26:26Z
2026-04-21T04:21:40Z
2026-04-18T22:19:32Z
NONE
null
20260421T060038Z
2026-04-21T06:00:38Z
Flakedict
41,390,664
MDQ6VXNlcjQxMzkwNjY0
User
false
openclaw/openclaw
4,249,629,209
I_kwDOQb6kR879TDIZ
65,529
https://github.com/openclaw/openclaw/issues/65529
https://api.github.com/repos/openclaw/openclaw/issues/65529
[Bug]: Microsoft Edge TTS provider not registered
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary The Microsoft Edge TTS provider is not being registered on startup, resulting in TTS failures. ### Steps to reproduce 1. Configure TTS with Microsoft Edge provider in openclaw.json 2. Restart gateway 3. Attempt TTS co...
closed
completed
true
0
[ "bug", "regression" ]
[]
2026-04-12T19:30:29Z
2026-04-19T04:23:18Z
2026-04-16T09:56:41Z
NONE
null
20260419T052035Z
2026-04-19T05:20:35Z
smartonaut
23,081,920
MDQ6VXNlcjIzMDgxOTIw
User
false
openclaw/openclaw
4,249,733,885
I_kwDOQb6kR879Tcr9
65,532
https://github.com/openclaw/openclaw/issues/65532
https://api.github.com/repos/openclaw/openclaw/issues/65532
[Bug]: extraCollections pattern field ignored in QmdMemoryManager
## Summary The `pattern` field within the `agents.list[].memorySearch.qmd.extraCollections` configuration is currently non-functional. While the JSON schema correctly validates the field, the `QmdMemoryManager` does not pass this value to the underlying QMD CLI. As a result, all extra collections default to a global m...
closed
completed
true
1
[]
[]
2026-04-12T19:51:55Z
2026-04-28T04:57:23Z
2026-04-25T17:20:45Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jochenfrey
1,090,533
MDQ6VXNlcjEwOTA1MzM=
User
false
openclaw/openclaw
4,249,740,951
I_kwDOQb6kR879TeaX
65,533
https://github.com/openclaw/openclaw/issues/65533
https://api.github.com/repos/openclaw/openclaw/issues/65533
[Bug]: reasoning field missing from plain-text assistant turns in message history (tool-call turns unaffected) — OpenRouter + MiniMax
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary When using MiniMax M2.x via OpenRouter, OpenClaw concatenates thinking content into the plain `assistant content` string on turns with no tool calls, instead of preserving it as a separate `reasoning` field — w...
closed
completed
true
3
[ "bug", "bug:behavior" ]
[]
2026-04-12T19:54:08Z
2026-04-30T04:41:20Z
2026-04-26T04:57:06Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
Wizongod
9,720,020
MDQ6VXNlcjk3MjAwMjA=
User
false
openclaw/openclaw
4,249,766,762
I_kwDOQb6kR879Tktq
65,534
https://github.com/openclaw/openclaw/issues/65534
https://api.github.com/repos/openclaw/openclaw/issues/65534
models list: reasoning:true models excluded from default provider-filtered output
## Bug Report **Version:** OpenClaw 2026.4.11 **Summary:** `openclaw models list` and `openclaw models list --provider <name>` exclude models with `reasoning: true` from the output. Models with `reasoning: false` show correctly. **Steps to reproduce:** 1. Configure a provider with multiple models, some with `reaso...
closed
completed
true
1
[]
[]
2026-04-12T20:03:29Z
2026-04-15T04:19:26Z
2026-04-12T20:08:25Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
zbot-prime
263,048,490
U_kgDOD63NKg
User
false
openclaw/openclaw
4,249,774,715
I_kwDOQb6kR879Tmp7
65,535
https://github.com/openclaw/openclaw/issues/65535
https://api.github.com/repos/openclaw/openclaw/issues/65535
Feature request: hook for streaming final content (message_edit_sending)
## Problem Plugins that need to intercept/filter outbound message content (e.g., sensitive data filtering in group chats) cannot work with streaming enabled. ### Current behavior - `message_sending` hook fires only on the initial `sendMessage` call, which contains an empty/short first chunk during streaming - `editMe...
open
null
false
2
[]
[]
2026-04-12T20:06:20Z
2026-05-02T17:55:04Z
null
NONE
null
20260502T180029Z
2026-05-02T18:00:29Z
Kingsmenstudio
274,640,098
U_kgDOEF6s4g
User
false
openclaw/openclaw
4,249,832,365
I_kwDOQb6kR879T0ut
65,538
https://github.com/openclaw/openclaw/issues/65538
https://api.github.com/repos/openclaw/openclaw/issues/65538
[Bug]: [Accessibility] Screen readers announce every token during streaming due to aria-live="polite"
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary When assistant responses stream in the Control UI, screen readers (e.g. NVDA) announce each incremental update, resulting in continuous fragmented speech output. ### Steps to reproduce 1. Start OpenClaw and o...
open
null
false
3
[ "bug", "bug:behavior" ]
[]
2026-04-12T20:25:26Z
2026-05-02T16:40:57Z
null
NONE
null
20260502T180029Z
2026-05-02T18:00:29Z
lprazdnik
226,641,633
U_kgDODYJG4Q
User
false
openclaw/openclaw
4,249,845,775
I_kwDOQb6kR879T4AP
65,540
https://github.com/openclaw/openclaw/issues/65540
https://api.github.com/repos/openclaw/openclaw/issues/65540
Community ops layer: OpenClawps -- MLOps-inspired lifecycle management with image-based versioning and persistent state/data
Hi team, As organizations look to run OpenClaw autonomous agents at enterprise scale, there is a growing need for robust MLOps-style infrastructure lifecycle management: repeatable builds, immutable images, rapid fleet provisioning, and stateful upgrades that preserve agent identity, workspace, and credentials. I've ...
closed
not_planned
true
1
[]
[]
2026-04-12T20:29:33Z
2026-04-30T04:41:19Z
2026-04-26T04:57:10Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
logan-robbins
984,142
MDQ6VXNlcjk4NDE0Mg==
User
false
openclaw/openclaw
4,249,864,360
I_kwDOQb6kR879T8io
65,542
https://github.com/openclaw/openclaw/issues/65542
https://api.github.com/repos/openclaw/openclaw/issues/65542
[Bug]: Device pairing alone exposes exec-capable nodes before admin node approval
## Severity Assessment ### CVSS Assessment | Metric | v3.1 | v4.0 | |--------|------|------| | **Score** | 9.9 / 10.0 | 9.4 / 10.0 | | **Severity** | Critical | Critical | | **Vector** | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H | CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H | | **Calculator** |...
closed
completed
true
1
[]
[]
2026-04-12T20:36:20Z
2026-04-15T04:19:26Z
2026-04-12T20:39:57Z
CONTRIBUTOR
null
20260417T163222Z
2026-04-17T16:32:22Z
coygeek
65,363,919
MDQ6VXNlcjY1MzYzOTE5
User
false
openclaw/openclaw
4,249,867,560
I_kwDOQb6kR879T9Uo
65,544
https://github.com/openclaw/openclaw/issues/65544
https://api.github.com/repos/openclaw/openclaw/issues/65544
agent_end hook has no timeout: hung embedding endpoint silently drops memory extraction
## Summary When a plugin registers an `agent_end` hook that calls an external endpoint (e.g. an embedding service), a hung or unresponsive endpoint causes the hook to hang indefinitely with no timeout, no error, and no user-facing signal. Memory extraction silently drops for the session. ## Observed behavior - Plugi...
closed
completed
true
2
[]
[]
2026-04-12T20:37:37Z
2026-04-30T04:32:45Z
2026-04-28T00:19:19Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
ghoc0099
267,407,045
U_kgDOD_BOxQ
User
false
openclaw/openclaw
4,249,874,319
I_kwDOQb6kR879T--P
65,546
https://github.com/openclaw/openclaw/issues/65546
https://api.github.com/repos/openclaw/openclaw/issues/65546
Add Perplexity chat history import support for Dreaming/memory-wiki
## Feature Request: Perplexity Chat History Import ### What problem does this solve? Allow users to import their Perplexity conversation history into OpenClaw's Dreaming/memory-wiki, similar to the recently added ChatGPT import feature. ### Context Perplexity AI (like ChatGPT) stores conversation history, but unlik...
closed
not_planned
true
1
[]
[]
2026-04-12T20:40:16Z
2026-04-30T04:41:18Z
2026-04-26T04:57:15Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
kas-cor
3,366,723
MDQ6VXNlcjMzNjY3MjM=
User
false
openclaw/openclaw
4,249,880,564
I_kwDOQb6kR879UAf0
65,548
https://github.com/openclaw/openclaw/issues/65548
https://api.github.com/repos/openclaw/openclaw/issues/65548
Bug: Telegram/Discord incoming message processing crash after commit 74f31241ed
# Bug: Telegram/Discord incoming message processing crash after commit 74f31241ed ## Summary Commit 74f31241ed (fix(runtime): hide lazy command and context seams from static graph) introduced two blocking bugs that cause message processing to crash on every incoming Telegram/Discord message, and break the `/status` sl...
closed
completed
true
2
[]
[]
2026-04-12T20:42:55Z
2026-04-28T04:57:22Z
2026-04-25T17:20:52Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
garnetlyx
12,513,503
MDQ6VXNlcjEyNTEzNTAz
User
false
openclaw/openclaw
4,249,896,086
I_kwDOQb6kR879UESW
65,550
https://github.com/openclaw/openclaw/issues/65550
https://api.github.com/repos/openclaw/openclaw/issues/65550
[Bug]: memory-core dreaming runaway loop — 94 sessions spawned in 65 min, $4.35 burned on zero-confidence garbage
### Bug type Runaway loop / resource waste ### Beta release blocker No ### Summary On 2026-04-11, the memory-core dreaming plugin scheduled at `0 3 * * *` entered a **runaway loop**, spawning **94 dreaming-narrative sessions** (paired `light` + `rem`) in approximately 65 minutes (11:38 AM → 12:44 PM PDT). This bur...
closed
completed
true
2
[]
[]
2026-04-12T20:49:19Z
2026-04-17T04:22:46Z
2026-04-14T05:29:26Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
therobinbot
264,698,461
U_kgDOD8b6XQ
User
false
openclaw/openclaw
4,249,906,273
I_kwDOQb6kR879UGxh
65,551
https://github.com/openclaw/openclaw/issues/65551
https://api.github.com/repos/openclaw/openclaw/issues/65551
[Bug]: Local MLX/LM Studio models get "terminated" on RAM pressure + no per-model timeout for cron jobs
# Bug: Local MLX/LM Studio models get "terminated" on RAM pressure + no per-model timeout for cron jobs ## Summary On Apple Silicon (M4, 24 GB Unified Memory), OpenClaw cron jobs using local MLX models via LM Studio or Ollama fail in two specific ways that have no graceful handling: 1. **RAM-pressure termination**: ...
closed
not_planned
true
3
[]
[ "vincentkoc" ]
2026-04-12T20:53:06Z
2026-04-30T04:35:40Z
2026-04-27T08:30:46Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
BigWiLLi111
186,686,783
U_kgDOCyCdPw
User
false
openclaw/openclaw
4,249,913,603
I_kwDOQb6kR879UIkD
65,553
https://github.com/openclaw/openclaw/issues/65553
https://api.github.com/repos/openclaw/openclaw/issues/65553
[Bug]: `openclaw memory` CLI hangs with QMD backend on Raspberry Pi / arm64
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary openclaw memory search, openclaw memory status, and openclaw memory index hang or time out with the qmd memory backend, while direct QMD queries and direct memory-manager calls succeed. ### Steps to reproduce Configure Ope...
closed
completed
true
3
[ "bug", "regression" ]
[]
2026-04-12T20:55:50Z
2026-04-30T04:34:02Z
2026-04-27T13:16:53Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
kyl3kan3
18,471,170
MDQ6VXNlcjE4NDcxMTcw
User
false
openclaw/openclaw
4,249,974,679
I_kwDOQb6kR879UXeX
65,556
https://github.com/openclaw/openclaw/issues/65556
https://api.github.com/repos/openclaw/openclaw/issues/65556
LLM Dispatcher: native GitHub Copilot provider (no proxy, works via web auth)
## Problem The current dispatcher requires configuring an LM Studio-style proxy or custom API endpoint to use GitHub Copilot. This is fragile — it breaks when the token expires, requires manual token refresh plumbing, and doesn't work for users who just want to point OpenClaw at their existing Copilot subscription wit...
closed
completed
true
1
[]
[]
2026-04-12T21:17:46Z
2026-04-28T04:57:21Z
2026-04-25T17:21:17Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
alexanderatkins
55,826,523
MDQ6VXNlcjU1ODI2NTIz
User
false
openclaw/openclaw
4,249,975,571
I_kwDOQb6kR879UXsT
65,557
https://github.com/openclaw/openclaw/issues/65557
https://api.github.com/repos/openclaw/openclaw/issues/65557
Provider & model selection per session/account with admin-controlled allowlists
## Problem Currently there's no way to: 1. Let users pick their LLM provider and model from the UI 2. Restrict which providers/models are available to specific accounts (e.g. limit team members to internal-only models, prevent use of expensive models without approval) Admins have no guardrails — any configured provid...
open
null
false
1
[]
[]
2026-04-12T21:18:05Z
2026-05-02T12:53:52Z
null
NONE
null
20260502T150030Z
2026-05-02T15:00:30Z
alexanderatkins
55,826,523
MDQ6VXNlcjU1ODI2NTIz
User
false
openclaw/openclaw
4,249,984,300
I_kwDOQb6kR879UZ0s
65,558
https://github.com/openclaw/openclaw/issues/65558
https://api.github.com/repos/openclaw/openclaw/issues/65558
[Bug]: onboard exposes minimax refs after MiniMax Portal OAuth setup
## Bug type Behavior bug ## Beta release blocker No ## Summary After selecting MiniMax Portal OAuth during `openclaw onboard --install-daemon`, the default-model picker still offers `minimax/*` model refs and shows the correct `minimax-portal/MiniMax-M2.7` entry as `current (not in catalog)`. If the user picks th...
closed
completed
true
0
[]
[]
2026-04-12T21:21:52Z
2026-04-17T04:22:41Z
2026-04-14T18:39:44Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
matrixlane
3,062,349
MDQ6VXNlcjMwNjIzNDk=
User
false
openclaw/openclaw
4,249,984,583
I_kwDOQb6kR879UZ5H
65,559
https://github.com/openclaw/openclaw/issues/65559
https://api.github.com/repos/openclaw/openclaw/issues/65559
[Bug]: allowBots: "mentions" silently drops webhook messages — mentionedUsers empty for webhook authors
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Discord webhook/app messages are silently dropped even when the bot is explicitly mentioned via `<@BOT_ID>` in the message text, with `allowBots: "mentions"` configured. Two independent root causes found. ### ...
closed
completed
true
2
[ "bug" ]
[]
2026-04-12T21:21:59Z
2026-04-28T04:42:14Z
2026-04-25T17:21:23Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
buckyinsfo
6,878,060
MDQ6VXNlcjY4NzgwNjA=
User
false
openclaw/openclaw
4,249,987,697
I_kwDOQb6kR879Uapx
65,560
https://github.com/openclaw/openclaw/issues/65560
https://api.github.com/repos/openclaw/openclaw/issues/65560
[Feature]: Surface Chrome MCP existing-session failures explicitly instead of generic browser timeout
### Summary\n\nOn macOS, when using , the OpenClaw browser tool can fail with a generic timeout even though the underlying problem is a Chrome MCP attach failure with a specific cause (for example missing ).\n\nThis makes debugging harder because it looks like the browser tool or gateway is hanging, when in reality th...
closed
completed
true
1
[ "close:already-fixed", "dedupe:child" ]
[ "vincentkoc" ]
2026-04-12T21:23:13Z
2026-04-28T05:20:44Z
2026-04-25T11:43:02Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Flakedict
41,390,664
MDQ6VXNlcjQxMzkwNjY0
User
false
openclaw/openclaw
4,250,013,994
I_kwDOQb6kR879UhEq
65,563
https://github.com/openclaw/openclaw/issues/65563
https://api.github.com/repos/openclaw/openclaw/issues/65563
[Bug]: plugins/webhooks create_flow fails with "NOT NULL constraint failed: flow_runs.owner_session_key"
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary ### What happened? Calling the `plugins/webhooks` route with `action: "create_flow"` fails with an internal server error. The gateway logs show: ```text [plugins] plugin http route failed (webhooks): Error: ...
open
null
false
2
[ "bug", "bug:behavior" ]
[]
2026-04-12T21:34:07Z
2026-05-02T14:00:20Z
null
NONE
null
20260502T150030Z
2026-05-02T15:00:30Z
Xer0x-official
36,730,857
MDQ6VXNlcjM2NzMwODU3
User
false
openclaw/openclaw
4,250,017,736
I_kwDOQb6kR879Uh_I
65,564
https://github.com/openclaw/openclaw/issues/65564
https://api.github.com/repos/openclaw/openclaw/issues/65564
[Bug]: heartbeat isolatedSession rotates sessionId but reuses old transcript file
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary V2026.4.11 heartbeats are growing each time they are run. This is with a dedicated heartbeat agent heartbeat.isolatedSession: true heartbeat.lightContext: true heartbeat.lightContext: true Run heartbeat twice...
open
null
false
5
[ "bug" ]
[]
2026-04-12T21:35:42Z
2026-05-02T09:22:28Z
null
NONE
null
20260502T120029Z
2026-05-02T12:00:29Z
akessel56
673,098
MDQ6VXNlcjY3MzA5OA==
User
false
openclaw/openclaw
4,250,028,068
I_kwDOQb6kR879Ukgk
65,565
https://github.com/openclaw/openclaw/issues/65565
https://api.github.com/repos/openclaw/openclaw/issues/65565
[Bug]: Dashboard "Set Default" for agent fails with invalid config: agents: Unrecognized key: "defaultId" and default agent falls back to first agent in agents.list
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary In the OpenClaw dashboard, using **Set Default** on an agent appears to create an unsaved config change, but pressing **Save** fails with: `GatewayRequestError: invalid config: agents: Unrecognized key: "defau...
closed
completed
true
3
[ "bug" ]
[]
2026-04-12T21:40:04Z
2026-05-02T04:28:32Z
2026-04-29T10:03:13Z
NONE
null
20260502T060142Z
2026-05-02T06:01:42Z
yavlok
52,569,483
MDQ6VXNlcjUyNTY5NDgz
User
false
openclaw/openclaw
4,250,028,181
I_kwDOQb6kR879UkiV
65,566
https://github.com/openclaw/openclaw/issues/65566
https://api.github.com/repos/openclaw/openclaw/issues/65566
Streaming partialParse errors crash agent runs (Expected ',' or ']' / '}' in JSON)
## Description OpenClaw's bundled `@anthropic-ai/sdk` streaming code crashes agent runs when `partialParse` encounters certain content (often non-ASCII characters) in mid-stream tool call input chunks. The error bubbles up as an unrecoverable agent error and gets sent raw to the user via WhatsApp. ## Symptoms Agent ...
closed
completed
true
1
[]
[]
2026-04-12T21:40:07Z
2026-04-17T04:22:38Z
2026-04-14T19:57:38Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
azahran007
8,343,971
MDQ6VXNlcjgzNDM5NzE=
User
false
openclaw/openclaw
4,250,062,737
I_kwDOQb6kR879Us-R
65,568
https://github.com/openclaw/openclaw/issues/65568
https://api.github.com/repos/openclaw/openclaw/issues/65568
[Bug]: Discord-bound persistent Codex ACP session created with /acp spawn codex --bind here cannot be resumed; /acp status remains healthy but next turn fails with Resource not found
## Summary A Discord-bound persistent Codex ACP session created with: ```text /acp spawn codex --bind here ``` binds successfully and appears healthy in `/acp status`, but the next resumed turn fails with: ```text ACP error (ACP_TURN_FAILED): Persistent ACP session <backend-session-id> could not be resumed: Resourc...
closed
completed
true
2
[]
[]
2026-04-12T21:51:25Z
2026-04-28T04:46:36Z
2026-04-25T19:35:12Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
calvinnwq
580,008
MDQ6VXNlcjU4MDAwOA==
User
false
openclaw/openclaw
4,250,099,738
I_kwDOQb6kR879U2Aa
65,571
https://github.com/openclaw/openclaw/issues/65571
https://api.github.com/repos/openclaw/openclaw/issues/65571
[Bug]: Browser CDP fails on Linux (Elementary OS) - "Failed to start Chrome CDP on port 18800" across versions 2026.4.8, 2026.4.9, 2026.4.10, 2026.4.11
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary OS: Elementary OS Worked yesterday on whichever version was installed before today's upgrade Broken on: 2026.4.8, 2026.4.9, 2026.4.10, 2026.4.11 Chrome launches successfully ("DevTools listening" appears) but OpenClaw declar...
closed
completed
true
2
[ "bug", "close:already-fixed", "dedupe:child", "regression" ]
[ "vincentkoc" ]
2026-04-12T22:06:47Z
2026-04-28T05:20:57Z
2026-04-25T11:42:03Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
wesux
67,245,158
MDQ6VXNlcjY3MjQ1MTU4
User
false
openclaw/openclaw
4,250,108,175
I_kwDOQb6kR879U4EP
65,572
https://github.com/openclaw/openclaw/issues/65572
https://api.github.com/repos/openclaw/openclaw/issues/65572
TUI: chat.history fails without retry on gateway restart race condition
## Bug When the gateway restarts (config hot-reload, manual restart, etc.), the TUI WebSocket reconnects quickly but `chat.history` can be rejected with `UNAVAILABLE` because the chat subsystem is not ready yet (~18s behind the socket listener). ## Repro 1. Have TUI running 2. Restart gateway (`openclaw gateway rest...
closed
completed
true
1
[]
[]
2026-04-12T22:10:31Z
2026-04-28T04:57:20Z
2026-04-25T17:21:37Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
wiggdevin
202,901,685
U_kgDODBgItQ
User
false
openclaw/openclaw
4,250,121,831
I_kwDOQb6kR879U7Zn
65,576
https://github.com/openclaw/openclaw/issues/65576
https://api.github.com/repos/openclaw/openclaw/issues/65576
[Bug][2026.4.11] Cron runs silently disable LLM idle watchdog by default, hung providers consume full cron timeout and block failover chain
### Summary In v2026.4.11, cron-triggered runs without an explicit `agents.defaults.llm.idleTimeoutSeconds` (and no `agents.defaults.timeoutSeconds`) **disable the LLM idle watchdog entirely** and rely only on the cron outer timeout. This is documented at [docs.openclaw.ai/concepts/agent-loop#timeouts](https://docs.op...
closed
completed
true
1
[]
[]
2026-04-12T22:16:34Z
2026-04-28T04:57:20Z
2026-04-25T17:21:44Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
PabloHurtadoGonzalo86
79,223,844
MDQ6VXNlcjc5MjIzODQ0
User
false
openclaw/openclaw
4,250,176,333
I_kwDOQb6kR879VItN
65,578
https://github.com/openclaw/openclaw/issues/65578
https://api.github.com/repos/openclaw/openclaw/issues/65578
[Bug]: Kilo Gateway model auto-discovery only returning Kilo/kilo-auto
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Openclaw model auto discovery for kilo gateway only returns kilo/auto <img width="694" height="194" alt="Image" src="https://github.com/user-attachments/assets/efed2eae-4761-4779-ad92-64ebdb524ea6" /> ### Steps to reproduc...
closed
not_planned
true
4
[ "bug", "regression" ]
[]
2026-04-12T22:37:51Z
2026-04-28T04:47:05Z
2026-04-25T17:21:51Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
SergioNR
71,926,587
MDQ6VXNlcjcxOTI2NTg3
User
false
openclaw/openclaw
4,250,182,954
I_kwDOQb6kR879VKUq
65,579
https://github.com/openclaw/openclaw/issues/65579
https://api.github.com/repos/openclaw/openclaw/issues/65579
fix(qqbot): 4009 session timeout should resume, not re-identify
## Bug Description QQ Bot WebSocket 连接每约 30 分钟断开一次,错误码 **4009 (Session timed out)**。断开期间消息无法接收,用户体验受损。 ## Root Cause 当前代码将 4009 与 4006/4007 绑定在一起处理,一律清空 `sessionId` 和 `lastSeq` 并强制 `re-identify`: ```js // gateway-NtKTxLeM.js (当前代码) if (code === 4006 || code === 4007 || code === 4009) { sessionId = null; las...
closed
not_planned
true
1
[]
[]
2026-04-12T22:40:22Z
2026-04-30T04:41:18Z
2026-04-26T04:57:19Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
thehappyboy
74,748,852
MDQ6VXNlcjc0NzQ4ODUy
User
false
openclaw/openclaw
4,250,185,234
I_kwDOQb6kR879VK4S
65,580
https://github.com/openclaw/openclaw/issues/65580
https://api.github.com/repos/openclaw/openclaw/issues/65580
[Bug]: macOS isolated Gmail/Chrome send runs can depend on 'Allow JavaScript from Apple Events' and end in ambiguous outcomes
## Summary On macOS, isolated scheduled email-send runs can fall into a brittle Chrome/Gmail confirmation path that depends on Chrome's **"Allow JavaScript from Apple Events"** permission. When that permission is unavailable/disabled, the cron job itself still runs, but the actual send workflow ends up blocked or ambi...
closed
completed
true
1
[]
[]
2026-04-12T22:41:32Z
2026-04-28T04:57:19Z
2026-04-25T17:21:57Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
EthanSK
13,756,744
MDQ6VXNlcjEzNzU2NzQ0
User
false
openclaw/openclaw
4,250,189,944
I_kwDOQb6kR879VMB4
65,581
https://github.com/openclaw/openclaw/issues/65581
https://api.github.com/repos/openclaw/openclaw/issues/65581
[Bug]: Agent emits duplicate Discord messages on every response
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Every Discord response produces 2-3 separate messages instead of one. The first message is a hallucinated/partial response generated before tool calls complete. The second (and sometimes third) message contains...
closed
completed
true
3
[ "bug", "bug:behavior" ]
[]
2026-04-12T22:43:53Z
2026-04-28T04:57:18Z
2026-04-25T17:22:04Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
adriftvision
240,166,315
U_kgDODlClqw
User
false
openclaw/openclaw
4,250,205,771
I_kwDOQb6kR879VP5L
65,582
https://github.com/openclaw/openclaw/issues/65582
https://api.github.com/repos/openclaw/openclaw/issues/65582
[Bug]: ENOENT: no such file or directory, mkdir '/home/node' on macOS (native, no Docker)
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary ENOENT: no such file or directory, mkdir '/home/node' on macOS native install (no Docker) ### Steps to reproduce 1. Install OpenClaw natively on macOS (not via Docker) 2. Start OpenClaw 3. Wait ~30 minutes #...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-12T22:51:48Z
2026-04-28T04:57:17Z
2026-04-25T17:22:10Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Noxiffow
130,965,846
U_kgDOB85hVg
User
false
openclaw/openclaw
4,250,217,148
I_kwDOQb6kR879VSq8
65,584
https://github.com/openclaw/openclaw/issues/65584
https://api.github.com/repos/openclaw/openclaw/issues/65584
Bug: cron CLI commands can succeed but hang instead of exiting cleanly
### Bug type Behavior bug (command succeeds but CLI does not exit cleanly) ### Summary `openclaw cron add`, `openclaw cron edit`, `openclaw cron rm`, and `openclaw cron list --json` can complete the requested cron operation successfully, but the CLI hangs or times out afterward instead of exiting promptly. This appea...
closed
completed
true
3
[]
[]
2026-04-12T22:56:31Z
2026-04-28T04:57:16Z
2026-04-25T17:22:17Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
meli-clawbot
262,196,076
U_kgDOD6DLbA
User
false
openclaw/openclaw
4,250,221,671
I_kwDOQb6kR879VTxn
65,585
https://github.com/openclaw/openclaw/issues/65585
https://api.github.com/repos/openclaw/openclaw/issues/65585
Backfill owner command auth for existing WhatsApp configs
## Summary Existing WhatsApp users can be authorized to chat, but still fail owner-only commands/tools such as `cron` because WhatsApp command auth currently enforces owner status separately from DM admission. We should add a migration for existing configs so those users keep working without requiring a manual `comma...
closed
not_planned
true
0
[]
[]
2026-04-12T22:58:29Z
2026-04-15T04:19:23Z
2026-04-12T23:25:27Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
h4x3rotab
1,343,470
MDQ6VXNlcjEzNDM0NzA=
User
false
openclaw/openclaw
4,250,255,346
I_kwDOQb6kR879Vb_y
65,587
https://github.com/openclaw/openclaw/issues/65587
https://api.github.com/repos/openclaw/openclaw/issues/65587
agents: hybrid personality mode — GPT-5.4 execution + GPT-5.2 personality via shared KV cache
## Problem GPT-5.4 in strict-agentic mode executes better but loses personality. Users report the agent feels "robotic" and "less human" compared to the default mode. The execution improvements from the parity program (#64227) came at the cost of the warm, collaborative personality that makes OpenClaw agents feel aliv...
closed
not_planned
true
1
[]
[]
2026-04-12T23:12:12Z
2026-04-28T04:57:15Z
2026-04-25T17:22:24Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
100yenadmin
239,388,517
U_kgDODkTHZQ
User
false
openclaw/openclaw
4,250,262,571
I_kwDOQb6kR879Vdwr
65,588
https://github.com/openclaw/openclaw/issues/65588
https://api.github.com/repos/openclaw/openclaw/issues/65588
Model resolution: cron payload.model should fail loud on mismatch
closed
closed
not_planned
true
0
[]
[]
2026-04-12T23:14:32Z
2026-04-15T04:19:22Z
2026-04-12T23:16:07Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
goodluckforeverforme
266,318,405
U_kgDOD9-yRQ
User
false
openclaw/openclaw
4,250,274,831
I_kwDOQb6kR879VgwP
65,590
https://github.com/openclaw/openclaw/issues/65590
https://api.github.com/repos/openclaw/openclaw/issues/65590
Bug: MCP streamable-http transport not forwarding custom headers to remote servers
## Bug: MCP streamable-http transport not forwarding custom headers ### Description When configuring a remote MCP server with `transport: "streamable-http"` and custom `headers` (e.g., `Authorization` and custom headers like `locationId`), the headers are not being forwarded to the remote MCP endpoint. OpenClaw's MCP...
closed
completed
true
1
[]
[]
2026-04-12T23:18:38Z
2026-04-30T04:41:17Z
2026-04-26T04:57:23Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
cybersistema
63,063,023
MDQ6VXNlcjYzMDYzMDIz
User
false
openclaw/openclaw
4,250,323,308
I_kwDOQb6kR879Vsls
65,594
https://github.com/openclaw/openclaw/issues/65594
https://api.github.com/repos/openclaw/openclaw/issues/65594
packaging: runtime dist build does not emit control-ui/ when only pnpm build is run
## Summary When rebuilding the runtime from source using only `pnpm build`, the `control-ui/` asset directory is not emitted into the dist output. This causes a broken install if the packaged `control-ui/` from a prior release is not already present. The UI bundle requires a separate build step: ``` pnpm build ...
closed
completed
true
1
[]
[]
2026-04-12T23:39:37Z
2026-04-28T04:57:15Z
2026-04-25T17:22:30Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
rubening
201,520,740
U_kgDODAL2ZA
User
false
openclaw/openclaw
4,250,327,696
I_kwDOQb6kR879VtqQ
65,595
https://github.com/openclaw/openclaw/issues/65595
https://api.github.com/repos/openclaw/openclaw/issues/65595
Image Tool Hardcodes 'openai/' Prefix - Ignores Provider Configuration
# Image Tool Hardcodes "openai/" Prefix - Ignores Provider Configuration **Secret Word:** lobster-biscuit ## Summary The `image` tool in OpenClaw hardcodes "openai/" prefix when resolving model names, ignoring the actual provider configuration. This prevents using Ollama vision models for image analysis. ## Repro St...
closed
completed
true
2
[]
[]
2026-04-12T23:41:30Z
2026-04-26T04:29:37Z
2026-04-23T23:50:56Z
NONE
null
20260426T060034Z
2026-04-26T06:00:34Z
jamesaibot2000-code
275,564,867
U_kgDOEGzJQw
User
false
openclaw/openclaw
4,250,351,335
I_kwDOQb6kR879Vzbn
65,598
https://github.com/openclaw/openclaw/issues/65598
https://api.github.com/repos/openclaw/openclaw/issues/65598
[Bug]: WhatsApp channel crashes on start — missing path/fs imports in login module (v2026.4.11)
## Environment - **OpenClaw version:** 2026.4.11 (769908e) - **Node.js:** v22.22.2 - **OS:** Debian Bookworm (Raspberry Pi 5, aarch64) - **Install method:** npm global (`npm i -g openclaw`) ## Description The WhatsApp channel crashes immediately on startup with `channel exited: path is not defined`. The crash happen...
closed
completed
true
1
[]
[]
2026-04-12T23:52:41Z
2026-04-28T04:57:14Z
2026-04-25T17:22:37Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
GuyMayer
73,280,395
MDQ6VXNlcjczMjgwMzk1
User
false
openclaw/openclaw
4,250,354,557
I_kwDOQb6kR879V0N9
65,600
https://github.com/openclaw/openclaw/issues/65600
https://api.github.com/repos/openclaw/openclaw/issues/65600
[Bug]: totalTokensFresh permanently set to true after first API response — pre-flight compaction skipped on all subsequent turns
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary ...Pre-flight compaction (runPreflightCompactionIfNeeded) is skipped on every turn after the first API response because totalTokensFresh is permanently set to true and never reset between turns. The guard at ...
closed
not_planned
true
4
[ "bug", "bug:behavior" ]
[]
2026-04-12T23:54:07Z
2026-05-03T04:35:26Z
2026-04-30T19:18:03Z
NONE
null
20260503T060030Z
2026-05-03T06:00:30Z
nailujac
83,184,419
MDQ6VXNlcjgzMTg0NDE5
User
false
openclaw/openclaw
4,250,371,408
I_kwDOQb6kR879V4VQ
65,601
https://github.com/openclaw/openclaw/issues/65601
https://api.github.com/repos/openclaw/openclaw/issues/65601
Voice-call media-stream WebSocket handler doesn't reset after call disconnect — blocks subsequent calls
## Summary After a voice call ends (WebSocket closed, code 1005), the media-stream handler in the voice-call plugin fails to reset its internal state. All subsequent inbound calls are accepted at the webhook layer (`Inbound call accepted` is logged) but the Twilio Media Streams WebSocket connection is never establishe...
closed
completed
true
5
[]
[]
2026-04-13T00:00:51Z
2026-04-27T04:40:34Z
2026-04-25T02:25:16Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
IguanaNed
30,838,928
MDQ6VXNlcjMwODM4OTI4
User
false
openclaw/openclaw
4,250,378,387
I_kwDOQb6kR879V6CT
65,602
https://github.com/openclaw/openclaw/issues/65602
https://api.github.com/repos/openclaw/openclaw/issues/65602
[Bug]: resourceLoader.reload() overwrites reserveTokens set by applyPiCompactionSettingsFromConfig
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Custom reserveTokens configured via agents.defaults.compaction.reserveTokens (or reserveTokensFloor) is correctly applied by applyPiCompactionSettingsFromConfig() during session initialization, but immediately ...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-13T00:03:51Z
2026-04-23T04:22:23Z
2026-04-20T22:10:25Z
NONE
null
20260423T060020Z
2026-04-23T06:00:20Z
nailujac
83,184,419
MDQ6VXNlcjgzMTg0NDE5
User
false
openclaw/openclaw
4,250,382,295
I_kwDOQb6kR879V6_X
65,603
https://github.com/openclaw/openclaw/issues/65603
https://api.github.com/repos/openclaw/openclaw/issues/65603
[Bug]: LLM request failed: provider rejected the request schema or tool payload using Azure Foundry GPT models
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After upgrading to 2026.4.11 it is not. possible to use reasoning models nor tool calling capabilities tested on every Azure AI Foundry model with this attributes update: After disabling reasoning, the problem seems to per...
closed
completed
true
16
[ "bug", "regression" ]
[]
2026-04-13T00:05:25Z
2026-04-28T04:57:13Z
2026-04-25T17:22:44Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
AlejoTorres2001
80,418,452
MDQ6VXNlcjgwNDE4NDUy
User
false
openclaw/openclaw
4,250,394,016
I_kwDOQb6kR879V92g
65,604
https://github.com/openclaw/openclaw/issues/65604
https://api.github.com/repos/openclaw/openclaw/issues/65604
Bug: ACP one-shot run can finish early on progress text instead of final result
## Summary In current OpenClaw ACP one-shot runs, `sessions_spawn(runtime:"acp", mode:"run")` can finish too early when the ACP harness emits a progress-style assistant message before the actual work is done. Instead of waiting for the real final result, the parent side appears to treat the first visible progress/upd...
closed
completed
true
1
[]
[]
2026-04-13T00:08:10Z
2026-04-28T04:57:12Z
2026-04-25T17:22:50Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
letsjo
98,210,863
U_kgDOBdqULw
User
false
openclaw/openclaw
4,250,447,102
I_kwDOQb6kR879WKz-
65,608
https://github.com/openclaw/openclaw/issues/65608
https://api.github.com/repos/openclaw/openclaw/issues/65608
[Bug]: Build Failure: Hardcoded ADDON_DIR for matrix-sdk-crypto breaks on newer pnpm versions
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary During the Docker image build process, the native addon verification step fails when using newer versions of pnpm (specifically tested on v10.32.1). The build crashes with: ERROR: matrix-sdk-crypto native addon...
closed
completed
true
0
[ "bug", "bug:behavior" ]
[]
2026-04-13T00:23:50Z
2026-04-18T04:14:16Z
2026-04-15T15:37:16Z
NONE
null
20260418T042035Z
2026-04-18T04:20:35Z
TrAIdCEO
168,576,121
U_kgDOCgxEeQ
User
false
openclaw/openclaw
4,250,463,069
I_kwDOQb6kR879WOtd
65,611
https://github.com/openclaw/openclaw/issues/65611
https://api.github.com/repos/openclaw/openclaw/issues/65611
[Bug]: manual-cdp attachOnly profile not detecting active CDP session
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary manual-cdp attachOnly profile does not detect a live Chrome CDP session and reports no tabs even when a valid page target exists. ### Steps to reproduce 1. Configure browser profile: - cdpUrl = http://127.0.0.1:9222 ...
closed
completed
true
8
[ "bug", "regression" ]
[]
2026-04-13T00:29:27Z
2026-04-16T04:24:10Z
2026-04-13T17:46:58Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
DanThe3r
66,535,701
MDQ6VXNlcjY2NTM1NzAx
User
false
openclaw/openclaw
4,250,470,781
I_kwDOQb6kR879WQl9
65,612
https://github.com/openclaw/openclaw/issues/65612
https://api.github.com/repos/openclaw/openclaw/issues/65612
[Feature]: Per-agent MCP tool filtering (tools.deny / tools.allow should apply to MCP tools)
### Summary `tools.deny` and `agents.list[].tools.*` config have no effect on MCP tools -- only built-in and plugin tools are filtered by the policy pipeline. MCP tools need to pass through the same filtering so multi-agent setups can restrict tool access per agent. ### Problem to solve In a multi-agent gateway setu...
closed
completed
true
2
[ "enhancement" ]
[]
2026-04-13T00:32:22Z
2026-04-28T04:57:11Z
2026-04-25T17:22:57Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
StinkySunflower
174,393,092
U_kgDOCmUHBA
User
false
openclaw/openclaw
4,250,480,478
I_kwDOQb6kR879WS9e
65,613
https://github.com/openclaw/openclaw/issues/65613
https://api.github.com/repos/openclaw/openclaw/issues/65613
[Bug]: fix(discord): stale-socket health-monitor restart every ~35min (same as #38395, Discord channel)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Discord health-monitor restarts connection every ~35min with stale-socket reason on 2026.4.11, same pattern as #38395 (Telegram), Telegram fix in #38405 did not cover Discord channel. ### Steps to reproduce 1. Run OpenClaw...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-04-13T00:35:48Z
2026-04-24T04:25:47Z
2026-04-22T02:34:10Z
NONE
null
20260424T060021Z
2026-04-24T06:00:21Z
Norpps
57,545,012
MDQ6VXNlcjU3NTQ1MDEy
User
false
openclaw/openclaw
4,250,512,899
I_kwDOQb6kR879Wa4D
65,614
https://github.com/openclaw/openclaw/issues/65614
https://api.github.com/repos/openclaw/openclaw/issues/65614
[Feature]: Persistent Model Training Bias: Failure to Adhere to Negative Constraints regarding LaTeX Syntax
### Summary i am poor for using English,so i please openlcaw to write this: I am reporting a systemic behavior observed in LLMs (specifically when used as OpenClaw agents) where the model persistently fails to adhere to a "Negative Constraint" regarding the use of LaTeX syntax (e.g., $...$), despite explicit, high-pri...
closed
not_planned
true
2
[ "enhancement" ]
[]
2026-04-13T00:46:22Z
2026-04-28T04:57:11Z
2026-04-25T17:23:03Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
zpmljzzc
131,103,053
U_kgDOB9B5TQ
User
false
openclaw/openclaw
4,250,532,501
I_kwDOQb6kR879WfqV
65,617
https://github.com/openclaw/openclaw/issues/65617
https://api.github.com/repos/openclaw/openclaw/issues/65617
Post-merge security audit for PR #594
PR #594 was merged without a security review. Please conduct a post-merge security audit to ensure the changes are secure.
closed
not_planned
true
1
[]
[]
2026-04-13T00:52:13Z
2026-04-28T04:57:10Z
2026-04-25T17:23:17Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
andersoncollab
128,931,069
U_kgDOB69U_Q
User
false
openclaw/openclaw
4,250,538,611
I_kwDOQb6kR879WhJz
65,619
https://github.com/openclaw/openclaw/issues/65619
https://api.github.com/repos/openclaw/openclaw/issues/65619
[Bug]: macOS: gateway bind=loopback resolves to 0.0.0.0 and refuses to start (2026.4.11, 1006 on health)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Environment - OpenClaw: 2026.4.11 (769908e) - OS: macOS (Mac mini) - Node.js: v22.22.0 - Install: CLI + Gateway via standard installer (no docker) - Usage: local-only Gateway on loopback Gateway config (current, cleaned up...
open
null
false
2
[ "bug" ]
[]
2026-04-13T00:54:12Z
2026-05-02T12:37:04Z
null
NONE
null
20260502T150030Z
2026-05-02T15:00:30Z
MildSe7en
131,624,697
U_kgDOB9hu-Q
User
false
openclaw/openclaw
4,250,549,702
I_kwDOQb6kR879Wj3G
65,621
https://github.com/openclaw/openclaw/issues/65621
https://api.github.com/repos/openclaw/openclaw/issues/65621
Local gateway RPC can fail with opaque 1006 errors and GatewayClient does not honor explicit deviceIdentity=null
# Local gateway RPC can fail with opaque 1006 errors and GatewayClient does not honor explicit deviceIdentity=null ## Summary After upgrading to `2026.4.11`, local gateway RPC commands became difficult to diagnose. Commands such as: ```bash openclaw health openclaw gateway call health --json openclaw gateway call s...
closed
not_planned
true
1
[]
[]
2026-04-13T00:57:35Z
2026-04-30T04:41:16Z
2026-04-26T04:57:27Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
zeolenon
60,750,902
MDQ6VXNlcjYwNzUwOTAy
User
false
openclaw/openclaw
4,250,577,833
I_kwDOQb6kR879Wqup
65,623
https://github.com/openclaw/openclaw/issues/65623
https://api.github.com/repos/openclaw/openclaw/issues/65623
[Bug]: /config show chat command returns unredacted config containing plaintext secrets
## Severity Assessment ### CVSS Assessment | Metric | v3.1 | v4.0 | |--------|------|------| | **Score** | 7.7 / 10.0 | 8.3 / 10.0 | | **Severity** | High | High | | **Vector** | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N | CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:H/SI:N/SA:N | | **Calculator** | [CVSS v...
open
null
false
1
[]
[]
2026-04-13T01:06:45Z
2026-05-02T13:07:59Z
null
CONTRIBUTOR
null
20260502T150030Z
2026-05-02T15:00:30Z
coygeek
65,363,919
MDQ6VXNlcjY1MzYzOTE5
User
false