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,373,440,313
I_kwDOQb6kR88AAAABBK1nOQ
77,012
https://github.com/openclaw/openclaw/issues/77012
https://api.github.com/repos/openclaw/openclaw/issues/77012
[Bug]: WebChat session transcript overwritten on every turn (5.2 regression — SessionManager removal)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary In OpenClaw v2026.5.2, the webchat session JSONL transcript is **overwritten on every turn** — only the latest message exchange survives. On page refresh, all previous messages are gone. This worked correctly on v2026.4.29. ...
open
null
false
2
[]
[]
2026-05-04T00:46:05Z
2026-05-04T02:44:48Z
null
NONE
null
20260504T030031Z
2026-05-04T03:00:31Z
dertbv
3,845,627
MDQ6VXNlcjM4NDU2Mjc=
User
false
openclaw/openclaw
4,373,717,554
I_kwDOQb6kR88AAAABBLGiMg
77,048
https://github.com/openclaw/openclaw/issues/77048
https://api.github.com/repos/openclaw/openclaw/issues/77048
Broken link to tweakcn.com/themes in appearance settings (404)
## Description The link to community themes in the appearance settings points to `tweakcn.com/themes`, which returns a 404 ("Oops, Lost in Space?"). ## Steps to reproduce 1. Open appearance settings 2. Click the link to browse/tweak themes 3. Lands on `tweakcn.com/themes` → 404 page ## Expected behavior The link s...
closed
completed
false
2
[]
[]
2026-05-04T02:40:12Z
2026-05-04T03:26:39Z
2026-05-04T03:26:38Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
ijoshdavis
203,193,853
U_kgDODBx9_Q
User
false
openclaw/openclaw
4,373,719,681
I_kwDOQb6kR88AAAABBLGqgQ
77,049
https://github.com/openclaw/openclaw/issues/77049
https://api.github.com/repos/openclaw/openclaw/issues/77049
[Bug]: Optional npm-installed plugins appear to disappear after installing another plugin
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Optional npm-installed plugins appear to disappear after installing another plugin / restarting the gateway. The config and plugin install registry still contain entries for multiple installed plugins, but `~/.openclaw/npm/n...
closed
completed
false
1
[ "bug" ]
[]
2026-05-04T02:41:06Z
2026-05-04T02:49:20Z
2026-05-04T02:49:20Z
NONE
null
20260504T030031Z
2026-05-04T03:00:31Z
ZaneMc-AO
262,255,213
U_kgDOD6GybQ
User
false
openclaw/openclaw
4,373,739,359
I_kwDOQb6kR88AAAABBLH3Xw
77,054
https://github.com/openclaw/openclaw/issues/77054
https://api.github.com/repos/openclaw/openclaw/issues/77054
Control UI webchat: read tool output not rendered + exec output text clipped
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary 两个渲染 bug 导致 webchat 中文件内容无法正常查看: Bug 1: read 工具输出完全不渲染 Bug 2: exec 输出长行被 CSS 视觉截断 ### Steps to reproduce Bug 1: 1. 在 webchat Control UI 中让 assistant 读取一个本地 .md 文件 2. Assistant 调用 read 工具 3. 查看聊天界面 → read 的输出区域完全空白 Bug 2:...
closed
completed
false
3
[ "bug", "regression" ]
[]
2026-05-04T02:49:15Z
2026-05-04T06:40:01Z
2026-05-04T03:26:49Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
cdcly21-source
281,512,088
U_kgDOEMeImA
User
false
openclaw/openclaw
4,373,755,768
I_kwDOQb6kR88AAAABBLI3eA
77,056
https://github.com/openclaw/openclaw/issues/77056
https://api.github.com/repos/openclaw/openclaw/issues/77056
Control UI sessions.list refresh can stall Gateway with large session stores
### Summary On a Control UI instance with a large accumulated session store (~116 visible sessions), routine `sessions.list` refreshes can create noticeable Gateway stalls and liveness warnings. The most visible path is the chat-turn completion refresh: Control UI requests recent sessions with `activeMinutes` and a re...
closed
completed
false
2
[]
[]
2026-05-04T02:56:32Z
2026-05-04T06:04:08Z
2026-05-04T06:04:08Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
hansolo949
217,484,633
U_kgDODPaNWQ
User
false
openclaw/openclaw
4,373,771,945
I_kwDOQb6kR88AAAABBLJ2qQ
77,059
https://github.com/openclaw/openclaw/issues/77059
https://api.github.com/repos/openclaw/openclaw/issues/77059
[Bug]: [Bug]: Telegram forum topics ignored after update (DM works, group broken)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After updating to 2026.5.2, Telegram bot responds in DMs but does not respond in forum topics within groups despite requireMention=false. ### Steps to reproduce 1. Run OpenClaw 2026.5.2 with a Telegram bot configured (sing...
closed
completed
false
1
[ "bug", "regression" ]
[]
2026-05-04T03:03:03Z
2026-05-04T03:12:20Z
2026-05-04T03:12:20Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
willis682000
16,826,897
MDQ6VXNlcjE2ODI2ODk3
User
false
openclaw/openclaw
4,373,775,034
I_kwDOQb6kR88AAAABBLKCug
77,060
https://github.com/openclaw/openclaw/issues/77060
https://api.github.com/repos/openclaw/openclaw/issues/77060
Bug: "Communications", "AI & Agents", and "Automation" Menus Extremely Slow / Freezing the Control UI (Related to #45698)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary The "Communications", "AI & Agents", and "Automation" menus in the OpenClaw dashboard-v2 are extremely slow, often freezing the UI for 10-15 seconds. This is directly related to Issue #45698 and is caused by blocking health ...
open
null
false
1
[ "bug", "regression" ]
[]
2026-05-04T03:04:12Z
2026-05-04T12:27:16Z
null
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
wangjianjq
259,905,141
U_kgDOD33WdQ
User
false
openclaw/openclaw
4,373,782,985
I_kwDOQb6kR88AAAABBLKhyQ
77,063
https://github.com/openclaw/openclaw/issues/77063
https://api.github.com/repos/openclaw/openclaw/issues/77063
[Bug]: lossless-claw selected and enabled but not registered as context engine in 2026.5.2
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary OpenClaw was configured with `plugins.slots.contextEngine = "lossless-claw"` and `plugins.entries.lossless-claw.enabled = true`, but the gateway repeatedly logged that `lossless-claw` was not registered and fel...
closed
completed
false
1
[ "bug" ]
[]
2026-05-04T03:07:03Z
2026-05-04T03:15:16Z
2026-05-04T03:15:16Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
EmpireCreator
12,735,079
MDQ6VXNlcjEyNzM1MDc5
User
false
openclaw/openclaw
4,373,800,011
I_kwDOQb6kR88AAAABBLLkSw
77,066
https://github.com/openclaw/openclaw/issues/77066
https://api.github.com/repos/openclaw/openclaw/issues/77066
WhatsApp multi-account: secondary account crashes on boot with 'Cannot read properties of undefined (reading readWebAuthState)'
## Description On OpenClaw v2026.5.2, a WhatsApp multi-account setup with a `default` and `secondary` account consistently crashes the secondary account on gateway boot with: ``` [channels/whatsapp] [whatsapp] channel startup failed: Cannot read properties of undefined (reading 'readWebAuthState') ``` The `default` ...
open
null
false
1
[]
[]
2026-05-04T03:13:54Z
2026-05-04T09:33:14Z
null
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
legonhilltech-jpg
272,396,537
U_kgDOEDxw-Q
User
false
openclaw/openclaw
4,373,812,807
I_kwDOQb6kR88AAAABBLMWRw
77,071
https://github.com/openclaw/openclaw/issues/77071
https://api.github.com/repos/openclaw/openclaw/issues/77071
Talk mode error banner persists after dismissal when no voice provider configured
## Description When clicking the "Start Talk" button in the Control UI without a realtime voice provider (e.g. OpenAI) configured, the error banner: > Error: Realtime voice provider "openai" is not configured appears and **persists indefinitely**. There's no way to dismiss it — it stays in the chat area even after y...
closed
completed
false
2
[]
[]
2026-05-04T03:18:44Z
2026-05-04T08:42:02Z
2026-05-04T08:42:02Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
ijoshdavis
203,193,853
U_kgDODBx9_Q
User
false
openclaw/openclaw
4,373,812,831
I_kwDOQb6kR88AAAABBLMWXw
77,072
https://github.com/openclaw/openclaw/issues/77072
https://api.github.com/repos/openclaw/openclaw/issues/77072
[Bug]: Telegram partial streaming surfaces excessive transient tool/exec progress bubbles in DM
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary With `channels.telegram.streaming.mode = "partial"`, Telegram DM sessions surfaced repeated transient `Working…` bubbles showing tool/exec progress, command text, and command output before the final answer. #...
closed
completed
false
2
[ "bug" ]
[]
2026-05-04T03:18:45Z
2026-05-04T06:39:53Z
2026-05-04T06:39:53Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
EmpireCreator
12,735,079
MDQ6VXNlcjEyNzM1MDc5
User
false
openclaw/openclaw
4,373,814,331
I_kwDOQb6kR88AAAABBLMcOw
77,073
https://github.com/openclaw/openclaw/issues/77073
https://api.github.com/repos/openclaw/openclaw/issues/77073
web_search reports 'no provider available' from first-class assistant tools when capability + runtime succeed
## Symptom The first-class assistant `web_search` tool fails with: ``` web_search is disabled or no provider is available ``` …even though the same machine resolves the configured Brave plugin successfully via: - `openclaw capability web search` - Direct runtime provider execution (the gateway's web search runtime ...
closed
completed
false
1
[]
[]
2026-05-04T03:19:18Z
2026-05-04T06:18:12Z
2026-05-04T06:18:12Z
CONTRIBUTOR
null
20260504T090105Z
2026-05-04T09:01:05Z
joeykrug
5,925,937
MDQ6VXNlcjU5MjU5Mzc=
User
false
openclaw/openclaw
4,373,811,638
I_kwDOQb6kR88AAAABBLMRtg
77,070
https://github.com/openclaw/openclaw/issues/77070
https://api.github.com/repos/openclaw/openclaw/issues/77070
[Bug]: Gateway timeouts on all OpenAI calls after auto-update to 2026.5.2
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After automatic update from 2026.4.29 to 2026.5.2, agent never replies. models.list takes 18-40s, event_loop_delay up to 17000ms, profile sha256:a0ebe3f799a6 times out on every run. API key works via direct curl. Setting api...
open
reopened
false
3
[ "bug", "regression" ]
[]
2026-05-04T03:18:16Z
2026-05-04T23:06:27Z
null
NONE
null
20260505T000034Z
2026-05-05T00:00:34Z
Rafael526
279,843,167
U_kgDOEK4RXw
User
false
openclaw/openclaw
4,373,845,810
I_kwDOQb6kR88AAAABBLOXMg
77,080
https://github.com/openclaw/openclaw/issues/77080
https://api.github.com/repos/openclaw/openclaw/issues/77080
[Feature] WhatsApp threadBindings.spawnSessions via reply-quote — drive thread-bound session routing using contextInfo.quotedMessage.stanzaId
## Summary WhatsApp DM (and group) channels currently can't participate in the `threadBindings.spawnSessions` feature shipped in 2026.5.x because the framework requires native thread/topic primitives (Discord channels, Slack threads, Telegram topics). WhatsApp exposes a thread-like proxy — **reply-quote** — via `conte...
open
null
false
1
[]
[]
2026-05-04T03:31:35Z
2026-05-04T20:34:17Z
null
NONE
null
20260504T210031Z
2026-05-04T21:00:31Z
kshetrajna12
25,647,582
MDQ6VXNlcjI1NjQ3NTgy
User
false
openclaw/openclaw
4,373,858,601
I_kwDOQb6kR88AAAABBLPJKQ
77,083
https://github.com/openclaw/openclaw/issues/77083
https://api.github.com/repos/openclaw/openclaw/issues/77083
[Bug] @openclaw/brave-plugin: stable @2026.5.2 ships source-only, @2026.5.3-beta.2 ships dist-only — both fail plugin validator
### Bug type Regression (worked before, now fails) ### Beta release blocker Yes ### Summary After brave was externalized to `@openclaw/brave-plugin` in 2026.5.2, both the stable release and the latest beta ship broken: `@2026.5.2` contains only TypeScript source with no compiled output, while `@2026.5.3-beta.2` conta...
closed
completed
false
2
[]
[]
2026-05-04T03:36:14Z
2026-05-04T07:28:28Z
2026-05-04T07:28:28Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
westlife219
143,138,191
U_kgDOCIgdjw
User
false
openclaw/openclaw
4,373,855,474
I_kwDOQb6kR88AAAABBLO88g
77,082
https://github.com/openclaw/openclaw/issues/77082
https://api.github.com/repos/openclaw/openclaw/issues/77082
2026.5.2 web_search cannot use Brave after plugin externalization; DuckDuckGo challenges immediately
## Summary After moving OpenClaw 2026.5.2 web search from DuckDuckGo back to Brave, the first-class `web_search` tool still fails even though Brave API works directly, the Brave plugin is installed/loaded, and config validates as `provider: "brave"`. There appear to be two separate issues: 1. DuckDuckGo key-free searc...
closed
not_planned
false
1
[]
[]
2026-05-04T03:35:14Z
2026-05-04T03:42:46Z
2026-05-04T03:42:46Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Cuttingwater
226,908,709
U_kgDODYZaJQ
User
false
openclaw/openclaw
4,373,859,947
I_kwDOQb6kR88AAAABBLPOaw
77,084
https://github.com/openclaw/openclaw/issues/77084
https://api.github.com/repos/openclaw/openclaw/issues/77084
2026.5.2: gateway rewrites legacy streaming/agentRuntime config that security audit flags invalid
## Summary After upgrading/running 2026.5.2, `openclaw security audit --deep` reports the live config as invalid because it contains legacy object-shaped Telegram streaming config and `agents.defaults.agentRuntime`. Manually patching `~/.openclaw/openclaw.json` to the current schema verifies clean on disk, but after g...
closed
completed
false
1
[]
[]
2026-05-04T03:36:35Z
2026-05-04T03:44:53Z
2026-05-04T03:44:53Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
MEDBrand
236,720,587
U_kgDODhwRyw
User
false
openclaw/openclaw
4,373,872,659
I_kwDOQb6kR88AAAABBLQAEw
77,089
https://github.com/openclaw/openclaw/issues/77089
https://api.github.com/repos/openclaw/openclaw/issues/77089
CLI backend: retry fresh session on any FailoverError, not just session_expired
## Problem When a CLI backend session hangs or crashes, OpenClaw only clears the stale session binding and retries fresh for `FailoverError.reason === "session_expired"`. All other failure reasons (timeout, generic crash) keep the stale binding and immediately cascade to the model fallback chain (API Opus → API Sonnet...
open
null
false
1
[]
[]
2026-05-04T03:41:33Z
2026-05-04T12:27:18Z
null
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
clawdbotv2
267,187,140
U_kgDOD-zzxA
User
false
openclaw/openclaw
4,373,830,297
I_kwDOQb6kR88AAAABBLNamQ
77,077
https://github.com/openclaw/openclaw/issues/77077
https://api.github.com/repos/openclaw/openclaw/issues/77077
Control UI theme import from tweakcn fails with 'Failed to fetch' (CORS)
## Description The Control UI's Appearance > Import feature fails when trying to import a tweakcn theme. All input formats result in "Failed to fetch": - Full URL: `https://tweakcn.com/themes/cmlhfpjhw000004l4f4ax3m7z` - Registry URL: `https://tweakcn.com/r/themes/cmlhfpjhw000004l4f4ax3m7z` - Theme ID: `cmlhfpjhw0000...
closed
not_planned
false
1
[]
[]
2026-05-04T03:25:39Z
2026-05-04T03:49:07Z
2026-05-04T03:49:07Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
ijoshdavis
203,193,853
U_kgDODBx9_Q
User
false
openclaw/openclaw
4,373,835,232
I_kwDOQb6kR88AAAABBLNt4A
77,079
https://github.com/openclaw/openclaw/issues/77079
https://api.github.com/repos/openclaw/openclaw/issues/77079
[Bug]: WebChat loses previously visible assistant text after new user messages (regression in 2026.5.2)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After upgrading to OpenClaw 2026.5.2, WebChat sometimes removes previously visible assistant text from chat history after a later user message is sent. What remains is often only: Tool call Tool output The assistant’s natu...
closed
not_planned
false
1
[ "bug", "regression" ]
[]
2026-05-04T03:27:32Z
2026-05-04T03:49:12Z
2026-05-04T03:49:12Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
yangt2400-1
275,398,257
U_kgDOEGo-cQ
User
false
openclaw/openclaw
4,373,877,179
I_kwDOQb6kR88AAAABBLQRuw
77,090
https://github.com/openclaw/openclaw/issues/77090
https://api.github.com/repos/openclaw/openclaw/issues/77090
Feature: Auto-revert to primary model after image analysis
## Description After using the vision/image model for analyzing images, the session stays on the vision model instead of automatically reverting to the primary/default model. Users have to manually run `/model default` to switch back. ## Expected behavior Once image analysis completes, the model should automatically r...
open
null
false
1
[]
[]
2026-05-04T03:43:15Z
2026-05-04T03:50:09Z
null
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
djpollock
198,167,017
U_kgDOC8_J6Q
User
false
openclaw/openclaw
4,373,885,327
I_kwDOQb6kR88AAAABBLQxjw
77,095
https://github.com/openclaw/openclaw/issues/77095
https://api.github.com/repos/openclaw/openclaw/issues/77095
[5.2] Gateway crashes after ~12h uptime: consumeGatewayRestartIntentPayloadSync is not a function, then supervisor downgrade leaves install schema-incompatible
## Bug type Crash + recovery path bug. The crash itself is bad; the post-crash recovery makes the install unbootable. ## Beta release blocker Yes — affects 5.2 GA users on macOS. Recovery requires manual `npm i -g openclaw@latest`; the supervisor's auto-recovery actively makes the situation worse. ## Summary After...
open
null
false
1
[]
[]
2026-05-04T03:45:53Z
2026-05-04T03:53:04Z
null
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
haru3613
18,053,195
MDQ6VXNlcjE4MDUzMTk1
User
false
openclaw/openclaw
4,373,887,598
I_kwDOQb6kR88AAAABBLQ6bg
77,096
https://github.com/openclaw/openclaw/issues/77096
https://api.github.com/repos/openclaw/openclaw/issues/77096
Allow opt-in symlink cwd for approval-bound system.run when user explicitly trusts the path
## Background `resolveCanonicalApprovalCwdSync` in `src/node-host/invoke-system-run-plan.ts:1102-1159` unconditionally rejects approval-bound `system.run` execution when: - the cwd itself is a symlink (`cwdLstat.isSymbolicLink()`), or - any path component is a mutable symlink (`hasMutableSymlinkPathComponentSync`). ...
open
null
false
1
[]
[]
2026-05-04T03:46:33Z
2026-05-04T09:33:16Z
null
CONTRIBUTOR
null
20260504T180039Z
2026-05-04T18:00:39Z
JIRBOY
49,422,297
MDQ6VXNlcjQ5NDIyMjk3
User
false
openclaw/openclaw
4,373,881,467
I_kwDOQb6kR88AAAABBLQiew
77,094
https://github.com/openclaw/openclaw/issues/77094
https://api.github.com/repos/openclaw/openclaw/issues/77094
memory-core Dream Diary narratives time out and leave DREAMS.md stale
## Summary Memory-core dreaming phase reports are generated successfully, but Dream Diary narrative entries are not reliably appended to `DREAMS.md`. The narrative subagent path often times out before usable model output is available, leaving the human-facing dream diary stale even though the underlying dreaming sweep...
closed
not_planned
false
1
[]
[]
2026-05-04T03:44:45Z
2026-05-04T04:07:59Z
2026-05-04T04:07:59Z
CONTRIBUTOR
null
20260504T060031Z
2026-05-04T06:00:31Z
joeykrug
5,925,937
MDQ6VXNlcjU5MjU5Mzc=
User
false
openclaw/openclaw
4,373,865,535
I_kwDOQb6kR88AAAABBLPkPw
77,088
https://github.com/openclaw/openclaw/issues/77088
https://api.github.com/repos/openclaw/openclaw/issues/77088
[Bug/Design]: Telegram fetch stickyAttemptIndex is monotonic — gateway never recovers from transient network failures without restart
### Bug type Design flaw / stability ### Summary In `extensions/telegram/src/fetch.ts`, the `stickyAttemptIndex` closure variable is **monotonically non-decreasing** — once promoted to a fallback transport (IPv4-only, then pinned fallback IP `149.154.167.220`), the fetch stack **never returns to the default transpor...
open
null
false
1
[]
[]
2026-05-04T03:38:45Z
2026-05-04T20:52:40Z
null
CONTRIBUTOR
null
20260504T210031Z
2026-05-04T21:00:31Z
zhengsx
3,127,699
MDQ6VXNlcjMxMjc2OTk=
User
false
openclaw/openclaw
4,373,880,554
I_kwDOQb6kR88AAAABBLQe6g
77,093
https://github.com/openclaw/openclaw/issues/77093
https://api.github.com/repos/openclaw/openclaw/issues/77093
Gmail Pub/Sub push reaches topic, but openclaw webhooks gmail endpoint does not process real pushes in Docker + Tailscale Funnel setup
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary openclaw webhooks gmail does not process real Gmail Pub/Sub push deliveries in a Docker + Tailscale Funnel setup, even though Gmail history advances, Pub/Sub messages are published, and Pub/Sub push delivery works to another...
open
null
false
2
[ "bug", "regression" ]
[]
2026-05-04T03:44:25Z
2026-05-04T04:24:47Z
null
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
gigimanlangit73
275,364,897
U_kgDOEGm8IQ
User
false
openclaw/openclaw
4,373,996,492
I_kwDOQb6kR88AAAABBLXjzA
77,103
https://github.com/openclaw/openclaw/issues/77103
https://api.github.com/repos/openclaw/openclaw/issues/77103
[Bug]: Discord breaks on OpenClaw ≥ 2026.4.29 (WSL2), OK on 2026.4.23
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary On WSL2, upgrading OpenClaw from 2026.4.23 to ≥2026.4.29 breaks the Discord provider due to REST API startup timeouts (despite Discord being reachable via curl), making Discord messaging unusable until rollback. ### Steps t...
closed
completed
false
1
[ "bug" ]
[]
2026-05-04T04:23:17Z
2026-05-04T06:41:44Z
2026-05-04T06:41:44Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
Suited78
209,597,386
U_kgDODH4zyg
User
false
openclaw/openclaw
4,373,865,331
I_kwDOQb6kR88AAAABBLPjcw
77,087
https://github.com/openclaw/openclaw/issues/77087
https://api.github.com/repos/openclaw/openclaw/issues/77087
[Bug] gateway can't recover from npm chunk-hash replacement during in-place upgrade — graceful shutdown depends on now-missing chunk
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary When `npm install -g openclaw@<newver>` runs while the openclaw gateway is alive, the new install replaces hash-suffixed chunk files in `dist/` (e.g. `legacy-config-issues-CClZWCli.js` → `legacy-config-issues-BxN-Pz1M.js`). The ru...
closed
completed
false
5
[]
[]
2026-05-04T03:38:39Z
2026-05-05T08:59:57Z
2026-05-04T07:21:42Z
NONE
null
20260505T090045Z
2026-05-05T09:00:45Z
westlife219
143,138,191
U_kgDOCIgdjw
User
false
openclaw/openclaw
4,362,043,132
I_kwDOQb6kR88AAAABA_9-_A
75,313
https://github.com/openclaw/openclaw/issues/75313
https://api.github.com/repos/openclaw/openclaw/issues/75313
Session-file repair drops blank user-role messages, breaking strict OpenAI-compat providers (Qwen3.6 / mlx-vlm)
## Summary `repairUserEntryWithBlankTextContent` in OpenClaw's session-file repair returns `{ kind: "drop" }` for user-role entries whose only text content is blank. The repair function then removes those entries from the on-disk session entirely. When session-memory rehydration produces a session whose post-repair me...
closed
completed
true
1
[]
[]
2026-05-01T00:10:58Z
2026-05-04T04:36:45Z
2026-05-01T11:24:52Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
jasonvassallo
46,975,791
MDQ6VXNlcjQ2OTc1Nzkx
User
false
openclaw/openclaw
4,361,379,280
I_kwDOQb6kR88AAAABA_Vd0A
75,271
https://github.com/openclaw/openclaw/issues/75271
https://api.github.com/repos/openclaw/openclaw/issues/75271
Session repair leaves JSONL ending on assistant turn → triggers Anthropic 400 prefill loop
## Summary `agent/embedded` session-repair logic leaves session JSONL files ending on a `role=assistant` message after "repair", which then resubmits to Anthropic with assistant prefill — Anthropic rejects with HTTP 400 (`This model does not support assistant message prefill`). When the agent's failover chain has only...
closed
completed
true
1
[]
[]
2026-04-30T21:32:18Z
2026-05-04T04:36:46Z
2026-05-01T11:24:52Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
thierrybwai
270,271,607
U_kgDOEBwEdw
User
false
openclaw/openclaw
4,364,059,320
I_kwDOQb6kR88AAAABBB5CuA
75,610
https://github.com/openclaw/openclaw/issues/75610
https://api.github.com/repos/openclaw/openclaw/issues/75610
[Bug]: OpenClaw 4.29 severe event loop block, API timeout, stuck session & Bonjour mDNS loop
## Labels bug, critical, gateway, windows, bonjour, performance ## Description **Version**: OpenClaw 4.29 (latest) **OS**: Windows 11 **Summary**: After starting OpenClaw 4.29, the Node.js event loop is severely blocked, causing extreme API timeout, long stuck sessions, and infinite Bonjour/mDNS advertisement retries ...
closed
not_planned
true
2
[ "bug", "regression" ]
[]
2026-05-01T11:01:26Z
2026-05-04T04:36:47Z
2026-05-01T11:05:44Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
wzgrx
39,661,556
MDQ6VXNlcjM5NjYxNTU2
User
false
openclaw/openclaw
4,363,853,889
I_kwDOQb6kR88AAAABBBsgQQ
75,577
https://github.com/openclaw/openclaw/issues/75577
https://api.github.com/repos/openclaw/openclaw/issues/75577
[Bug] Event loop freeze (9+ min) + Discord heartbeat timeout + local embeddings regression
## Bug Description Since upgrading from v2026.4.26 (which was stable for weeks) to v2026.4.29, the gateway experiences extreme event loop blocking that causes cascading channel failures. ## Environment - WSL2 on Windows, Linux 6.6, node 22.22.2, 11GB RAM - Gateway v2026.4.29 running as systemd service - 116 bundled ...
closed
completed
true
2
[]
[]
2026-05-01T09:57:34Z
2026-05-04T04:36:47Z
2026-05-01T10:06:32Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Crabsticksalad
262,156,320
U_kgDOD6AwIA
User
false
openclaw/openclaw
4,363,046,993
I_kwDOQb6kR88AAAABBA7QUQ
75,447
https://github.com/openclaw/openclaw/issues/75447
https://api.github.com/repos/openclaw/openclaw/issues/75447
[Bug]: openclaw update installls old whatsapp extension - update should not install extensions that are older than bundle
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary openclaw update overrides the working whatsapp plugin with an older version in clawhub. the proper behavior is that update ask to install a plugin if the date of the plugin is older than the current openclaw v...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-05-01T05:44:54Z
2026-05-04T04:36:49Z
2026-05-01T11:00:50Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
josephaxc
195,718,600
U_kgDOC6ptyA
User
false
openclaw/openclaw
4,363,242,333
I_kwDOQb6kR88AAAABBBHLXQ
75,485
https://github.com/openclaw/openclaw/issues/75485
https://api.github.com/repos/openclaw/openclaw/issues/75485
[Bug]: scripts are missing in npm package. -> sandboxing not possible cause install scripts are missing
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary In the npm package, all the scripts from https://github.com/openclaw/openclaw/tree/main/scripts are missing. Nearly all scripts commands in package.json are not working, because the appropriate scripts are not in the npm packa...
closed
completed
true
1
[ "bug" ]
[]
2026-05-01T06:49:55Z
2026-05-04T04:36:50Z
2026-05-01T10:58:27Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Triggsy22
33,725,296
MDQ6VXNlcjMzNzI1Mjk2
User
false
openclaw/openclaw
4,362,879,118
I_kwDOQb6kR88AAAABBAxAjg
75,429
https://github.com/openclaw/openclaw/issues/75429
https://api.github.com/repos/openclaw/openclaw/issues/75429
v2026.4.29: bundled plugin runtime deps re-stage on every activation causing 100% CPU
## Summary In v2026.4.29, bundled plugins repeatedly stage their runtime npm dependencies on every activation, saturating the Node.js event loop and causing sustained 100% CPU usage. ## Root Cause `isRuntimeDepsPlanMaterialized()` in `src/plugins/bundled-runtime-deps.ts` uses `sameRuntimeDepSpecs()` which requires s...
closed
completed
true
1
[]
[]
2026-05-01T04:53:54Z
2026-05-04T04:36:51Z
2026-05-01T10:40:29Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
loyur
8,509,039
MDQ6VXNlcjg1MDkwMzk=
User
false
openclaw/openclaw
4,363,626,139
I_kwDOQb6kR88AAAABBBemmw
75,546
https://github.com/openclaw/openclaw/issues/75546
https://api.github.com/repos/openclaw/openclaw/issues/75546
CLI transcript persistence fails with "Context engine \"legacy\" is not registered"
<see message above>
closed
not_planned
true
2
[]
[]
2026-05-01T08:52:32Z
2026-05-04T04:36:52Z
2026-05-01T10:40:28Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
goldcoastrnh
212,989,465
U_kgDODLH2GQ
User
false
openclaw/openclaw
4,363,821,135
I_kwDOQb6kR88AAAABBBqgTw
75,571
https://github.com/openclaw/openclaw/issues/75571
https://api.github.com/repos/openclaw/openclaw/issues/75571
Session Lifecycle: Trajectory File Orphaned After Shutdown Crash, Blocks Gateway Restart
## Summary Gateway exits with FAILURE status during shutdown, leaving the current session's trajectory.jsonl file orphaned (referenced in sessions.json but missing on disk). On restart, the orphaned reference blocks session restoration, causing a deadlock in the session loader that manifests as a dual IPv6/IPv4 bindin...
closed
completed
true
1
[]
[]
2026-05-01T09:47:23Z
2026-05-04T04:36:53Z
2026-05-01T09:58:05Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
chrismclarnon-ep
275,793,450
U_kgDOEHBGKg
User
false
openclaw/openclaw
4,362,887,314
I_kwDOQb6kR88AAAABBAxgkg
75,430
https://github.com/openclaw/openclaw/issues/75430
https://api.github.com/repos/openclaw/openclaw/issues/75430
TUI startup hangs at 100% CPU due to bundled plugin reload loop (2026.4.29)
## Summary On 2026.4.29, running `openclaw tui` causes the TUI process to spin at ~100% CPU and never finish startup. The TUI cannot be exited with Ctrl+C and must be killed with `kill -9`. Worked fine on 2026.4.24. ## Reproduction 1. Install `openclaw@2026.4.29` via npm 2. Ensure gateway is running (`openclaw gateway...
closed
not_planned
true
2
[]
[]
2026-05-01T04:56:12Z
2026-05-04T04:36:54Z
2026-05-01T09:57:59Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
suifatt7799-oss
241,606,991
U_kgDODmahTw
User
false
openclaw/openclaw
4,360,353,198
I_kwDOQb6kR88AAAABA-W1rg
75,204
https://github.com/openclaw/openclaw/issues/75204
https://api.github.com/repos/openclaw/openclaw/issues/75204
[Bug]: exec-approvals.json file is stored in ~/.openclaw despite OPENCLAW_STATE_DIR is set to ~/openclaw
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary In as installation with `OPENCLAW_STATE_DIR` set to `~/openclaw`, the file `exec-approvals.json` is still stored in `~/.openclaw` ### Steps to reproduce I performed a fresh install of OpenClaw 2024.04.27 on a...
closed
not_planned
true
1
[ "bug" ]
[]
2026-04-30T18:22:01Z
2026-05-04T04:36:54Z
2026-05-01T09:57:52Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
rainbowbreeze
381,940
MDQ6VXNlcjM4MTk0MA==
User
false
openclaw/openclaw
4,363,443,364
I_kwDOQb6kR88AAAABBBTcpA
75,516
https://github.com/openclaw/openclaw/issues/75516
https://api.github.com/repos/openclaw/openclaw/issues/75516
[Bug]: OpenClaw Bug Report: Stuck Session CPU Regression in v2026.4.29
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After updating to OpenClaw v2026.4.29, the gateway process consumes 47-100% CPU continuously, causing severe event loop delays (up to 22 seconds) and breaking Discord integration. ### Steps to reproduce 1. Update to OpenC...
closed
not_planned
true
2
[ "bug" ]
[]
2026-05-01T07:52:07Z
2026-05-04T04:36:56Z
2026-05-01T07:55:42Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
SagesOfRPG
12,316,972
MDQ6VXNlcjEyMzE2OTcy
User
false
openclaw/openclaw
4,363,752,564
I_kwDOQb6kR88AAAABBBmUdA
75,561
https://github.com/openclaw/openclaw/issues/75561
https://api.github.com/repos/openclaw/openclaw/issues/75561
[Regression] 4.22-4.29 significantly slower than 4.21
Downgrading from 2026.4.29 to 2026.4.21 completely resolved the performance issue. **Problem:** After upgrading to 2026.4.29 (and presumably 4.22-4.28), the system-prompt compilation stage became extremely slow, making responses very slow (~33 seconds per response on 4.29 vs ~1-3 seconds on 4.21). **Environment:** - ...
closed
not_planned
true
1
[]
[]
2026-05-01T09:29:20Z
2026-05-04T04:36:57Z
2026-05-01T09:44:35Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Zhang-hang-315
197,377,685
U_kgDOC8O-lQ
User
false
openclaw/openclaw
4,363,192,864
I_kwDOQb6kR88AAAABBBEKIA
75,475
https://github.com/openclaw/openclaw/issues/75475
https://api.github.com/repos/openclaw/openclaw/issues/75475
[Bug]: session_status reports default model instead of session-overridden model (e.g. after /model)
## Bug Description When a per-session model override is set (e.g. `/model deepseek/deepseek-v4-pro` in TUI), `session_status` continues to report the default model (`deepseek-v4-flash`) instead of the active session-overridden model. ## Steps to Reproduce 1. Configure default model as `deepseek/deepseek-v4-flash` 2....
closed
completed
true
2
[]
[]
2026-05-01T06:34:45Z
2026-05-04T04:36:58Z
2026-05-01T09:44:28Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Nina-17
204,325,033
U_kgDODC3AqQ
User
false
openclaw/openclaw
4,362,493,966
I_kwDOQb6kR88AAAABBAZgDg
75,376
https://github.com/openclaw/openclaw/issues/75376
https://api.github.com/repos/openclaw/openclaw/issues/75376
建议支持技能按需注入,避免每次回复都扫描全量技能列表
### 问题描述 当前系统要求 AI 助手每次回复消息之前都必须全量扫描所有可用技能列表,即使是普通闲聊场景(用户只是说"你好")也会执行这个流程。 ### 存在的问题 1. 不必要的 token 消耗:每次扫描技能列表都占用上下文 token,增加成本 2. 响应延迟提升:虽然扫描很快,但对于不需要任何工具的纯闲聊场景属于完全多余的步骤 3. 上下文冗余:技能列表每次都重复注入,浪费上下文窗口 ### 优化建议 改为**按需技能加载**机制: - 仅当用户消息的语义匹配某个/某些技能的描述时,再加载对应的技能 - 纯闲聊、不需要调用任何工具的场景,完全跳过技能扫描流程 - 或者提供技能优先级/场景匹配的配置,只注入当前会话可能...
closed
not_planned
true
1
[]
[]
2026-05-01T02:39:36Z
2026-05-04T04:36:59Z
2026-05-01T09:44:23Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
zpvel
56,710,676
MDQ6VXNlcjU2NzEwNjc2
User
false
openclaw/openclaw
4,363,794,421
I_kwDOQb6kR88AAAABBBo39Q
75,566
https://github.com/openclaw/openclaw/issues/75566
https://api.github.com/repos/openclaw/openclaw/issues/75566
Feature Request: Context-Aware Cross-Conversation Memory Architecture
## Summary As a power user running OpenClaw agents 24/7 for 18+ days with 200+ conversations, the current cross-conversation memory architecture has become the primary bottleneck limiting agent capability. This proposal is based on direct operational experience. ## Problem Description ### Current Memory Architecture...
closed
completed
true
1
[]
[]
2026-05-01T09:40:04Z
2026-05-04T04:37:02Z
2026-05-01T09:44:00Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
binbinyu99-crypto
279,754,879
U_kgDOEKy4fw
User
false
openclaw/openclaw
4,363,627,280
I_kwDOQb6kR88AAAABBBerEA
75,547
https://github.com/openclaw/openclaw/issues/75547
https://api.github.com/repos/openclaw/openclaw/issues/75547
TUI spins at 100% CPU on 2026.4.29, including --local and --dev local modes
### Summary On OpenClaw `2026.4.29` (`a448042`), the terminal UI renders its initial frame but never becomes usable. The `openclaw-tui` child process spins at about 100-110% CPU. This reproduces in Gateway mode, local embedded mode, and an isolated `--dev` profile, so it does not appear to be caused only by the runni...
closed
not_planned
true
2
[]
[]
2026-05-01T08:52:55Z
2026-05-04T04:37:04Z
2026-05-01T08:57:38Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
liushuaiiu
42,984,729
MDQ6VXNlcjQyOTg0NzI5
User
false
openclaw/openclaw
4,363,638,582
I_kwDOQb6kR88AAAABBBfXNg
75,548
https://github.com/openclaw/openclaw/issues/75548
https://api.github.com/repos/openclaw/openclaw/issues/75548
CLI transcript persistence fails: "Context engine \"legacy\" is not registered" in cli-compaction
## Summary On every CLI agent turn (channels: telegram, openclaw CLI), the gateway logs: ``` [WARN] {agents/agent-command} - CLI transcript persistence failed for agent:main:main: Context engine "legacy" is not registered. Available engines: (none) ``` Transcripts are not persisted via this code path. `openclaw doct...
closed
not_planned
true
1
[]
[]
2026-05-01T08:56:21Z
2026-05-04T04:37:05Z
2026-05-01T08:59:53Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
goldcoastrnh
212,989,465
U_kgDODLH2GQ
User
false
openclaw/openclaw
4,363,328,144
I_kwDOQb6kR88AAAABBBMakA
75,500
https://github.com/openclaw/openclaw/issues/75500
https://api.github.com/repos/openclaw/openclaw/issues/75500
Regression: layered OPENCLAW_PLUGIN_STAGE_DIR reinstalls full bundled runtime deps into writable root in 2026.4.29
### Summary This looks like a regression of #72396. `OPENCLAW_PLUGIN_STAGE_DIR` is configured as a layered path list: ```text /opt/openclaw/plugin-runtime-deps:/data/plugin-runtime-deps ``` Docs say OpenClaw should resolve bundled plugin runtime deps left-to-right, treat earlier roots as preinstalled/read-only lay...
closed
completed
true
1
[]
[]
2026-05-01T07:15:21Z
2026-05-04T04:37:07Z
2026-05-01T08:51:42Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
liorb-mountapps
205,664,440
U_kgDODEIwuA
User
false
openclaw/openclaw
4,360,403,986
I_kwDOQb6kR88AAAABA-Z8Eg
75,206
https://github.com/openclaw/openclaw/issues/75206
https://api.github.com/repos/openclaw/openclaw/issues/75206
Auto-update leaves stale chunk reference: conversation-runtime imports missing inbound.runtime-*.js → Telegram inbound dead until restart
## Symptom After auto-update from v2026.4.24 → v2026.4.27, Telegram bot threw `ERR_MODULE_NOT_FOUND` on every inbound update for ~5 hours. No messages were delivered to the agent until a manual gateway restart pulled fresh dist files. ## Logs ``` Apr 30 12:15:51 [telegram] bot error: Error [ERR_MODULE_NOT_FOUND]: Cann...
closed
completed
true
3
[]
[]
2026-04-30T18:29:56Z
2026-05-04T04:37:07Z
2026-05-01T08:56:34Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
xonaman
45,240,351
MDQ6VXNlcjQ1MjQwMzUx
User
false
openclaw/openclaw
4,363,575,674
I_kwDOQb6kR88AAAABBBbheg
75,542
https://github.com/openclaw/openclaw/issues/75542
https://api.github.com/repos/openclaw/openclaw/issues/75542
[Bug]: Super slow message responding on Feishu/Lark in v4.29
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After updating to 4.29, the message responding are super slow. I have reinstalled Ubuntu and Fedora linux systems, tried different models. ### Steps to reproduce After updating to 4.29, the message responding are super slo...
closed
not_planned
true
2
[ "bug", "regression" ]
[]
2026-05-01T08:37:46Z
2026-05-04T04:37:08Z
2026-05-01T08:42:01Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
billyoungs
13,027,208
MDQ6VXNlcjEzMDI3MjA4
User
false
openclaw/openclaw
4,363,297,164
I_kwDOQb6kR88AAAABBBKhjA
75,494
https://github.com/openclaw/openclaw/issues/75494
https://api.github.com/repos/openclaw/openclaw/issues/75494
[Bug]: [Bug]: Telegram supergroup messages received but bot never replies (groups:unmentioned despite requireMention:false) — 2026.4.27
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary OpenClaw Telegram Bot Direct Message 1 to 1 ok. When bot is added to group, bot does not reply. Try to solve this issues asking GPT and Google for the past 12 hours. On 2026.4.27 the bot receives Telegram supe...
closed
not_planned
true
2
[ "bug" ]
[]
2026-05-01T07:04:23Z
2026-05-04T04:37:09Z
2026-05-01T08:29:07Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
koh-ralph
79,034,376
MDQ6VXNlcjc5MDM0Mzc2
User
false
openclaw/openclaw
4,363,290,287
I_kwDOQb6kR88AAAABBBKGrw
75,490
https://github.com/openclaw/openclaw/issues/75490
https://api.github.com/repos/openclaw/openclaw/issues/75490
Bug: missing Rollup chunk dist\io-LnGrY7G_.js causes security audit --deep to crash
## Version OpenClaw 2026.4.29 (commit a448042) ## Symptom \\\ Cannot find module 'dist\io-LnGrY7G_.js' \\\ Triggered by \openclaw security audit --deep\. ## Analysis The \dist\ directory contains Rollup/Vite chunk files with content hashes. The code references chunk \io-LnGrY7G_.js\ but that file was not included...
closed
not_planned
true
1
[]
[]
2026-05-01T07:01:52Z
2026-05-04T04:37:09Z
2026-05-01T08:28:58Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
1432485039-ops
278,380,534
U_kgDOEJe_9g
User
false
openclaw/openclaw
4,363,520,341
I_kwDOQb6kR88AAAABBBYJVQ
75,535
https://github.com/openclaw/openclaw/issues/75535
https://api.github.com/repos/openclaw/openclaw/issues/75535
[Bug]: Import styles from tweakcn doesnt work
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary If I import any theme, it says "Failed to fetch" ### Steps to reproduce 1. Start version v2026.4.29 2. try importing amethyst-haze or any other style ### Expected behavior changed theme ### Actual behavior error messag...
closed
not_planned
true
1
[ "bug", "regression" ]
[]
2026-05-01T08:18:09Z
2026-05-04T04:37:11Z
2026-05-01T08:22:03Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
lt20202122
127,113,991
U_kgDOB5ObBw
User
false
openclaw/openclaw
4,363,438,913
I_kwDOQb6kR88AAAABBBTLQQ
75,515
https://github.com/openclaw/openclaw/issues/75515
https://api.github.com/repos/openclaw/openclaw/issues/75515
[Bug]: ClawHub skill install count shows 0 despite confirmed installs
## Summary The ClawHub page for `agenttrust/agenttrust` currently shows **0 installs**, but we know it has had at least 5 installs. ## What I checked - Skill page: `https://clawhub.ai/agenttrust/agenttrust` - CLI metadata looks healthy: - `clawhub inspect agenttrust` - latest version resolves correctly - skill...
closed
not_planned
true
1
[]
[]
2026-05-01T07:50:47Z
2026-05-04T04:37:14Z
2026-05-01T08:02:15Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
agenttrust
262,325,910
U_kgDOD6LGlg
User
false
openclaw/openclaw
4,361,989,933
I_kwDOQb6kR88AAAABA_6vLQ
75,309
https://github.com/openclaw/openclaw/issues/75309
https://api.github.com/repos/openclaw/openclaw/issues/75309
fix: gateway startup and doctor --repair miss corrupt bundled runtime deps from interrupted staging
## Summary When `openclaw update` times out during the post-install pnpm staging step (spawnSync ETIMEDOUT), node_modules is left in a corrupt/incomplete state. Neither the gateway startup prestage nor `openclaw doctor --repair` detect this, so channels continue to crash with errors like: ``` Cannot find package '......
closed
completed
true
1
[]
[]
2026-04-30T23:56:43Z
2026-05-04T04:37:15Z
2026-05-01T07:49:05Z
CONTRIBUTOR
null
20260504T060031Z
2026-05-04T06:00:31Z
scottgl9
10,623,288
MDQ6VXNlcjEwNjIzMjg4
User
false
openclaw/openclaw
4,361,752,617
I_kwDOQb6kR88AAAABA_sQKQ
75,297
https://github.com/openclaw/openclaw/issues/75297
https://api.github.com/repos/openclaw/openclaw/issues/75297
Gateway event-loop saturation and very slow sessions.list/models.list on all tested versions after 2026.4.23; rollback restores stability
## Summary We hit a production-impacting regression after upgrading OpenClaw beyond `2026.4.23`. In our environment, every tested version after `2026.4.23` showed instability or severe degradation in real use, including `2026.4.24`, `2026.4.25`, `2026.4.26`, `2026.4.27`, beta attempts, and `2026.4.29`. The system was ...
closed
completed
true
1
[]
[]
2026-04-30T22:54:32Z
2026-05-04T04:37:16Z
2026-05-01T07:38:07Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
lisandromachado
62,627,617
MDQ6VXNlcjYyNjI3NjE3
User
false
openclaw/openclaw
4,363,328,142
I_kwDOQb6kR88AAAABBBMajg
75,499
https://github.com/openclaw/openclaw/issues/75499
https://api.github.com/repos/openclaw/openclaw/issues/75499
[Bug]: Subagent sessions accumulate indefinitely in sessions.json — no automatic cleanup after completion
## Summary Subagent sessions spawned via are never cleaned up from after they complete. Over time this causes sessions.json to grow large (in our case: 70 stale subagent entries accumulated over ~1 month). ## Bug type Behavior bug — session store grows without bound ## Observed behavior 1. A subagent session is ...
closed
not_planned
true
1
[]
[]
2026-05-01T07:15:21Z
2026-05-04T04:37:18Z
2026-05-01T07:19:41Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Macaron1108
262,970,052
U_kgDOD6yaxA
User
false
openclaw/openclaw
4,363,244,813
I_kwDOQb6kR88AAAABBBHVDQ
75,486
https://github.com/openclaw/openclaw/issues/75486
https://api.github.com/repos/openclaw/openclaw/issues/75486
[Bug]: update to 2026.4.29 - Slack and Telegram stopped responding
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After updating to v2026.4.29, Slack and Telegram stopped responding, openclaw is able to send a message directly to slack, but when @mention openclaw bot from Slack, no response at all. On Telegram, when messaging the bot, n...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-05-01T06:50:27Z
2026-05-04T04:37:19Z
2026-05-01T06:55:12Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
xuanjin001
5,598,684
MDQ6VXNlcjU1OTg2ODQ=
User
false
openclaw/openclaw
4,374,023,200
I_kwDOQb6kR88AAAABBLZMIA
77,108
https://github.com/openclaw/openclaw/issues/77108
https://api.github.com/repos/openclaw/openclaw/issues/77108
[Bug]: pi-ai getAccountId returns null after Codex token refresh — Codex harness via codex/gpt-* fails with "Failed to extract accountId from token"
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary When the codex plugin's synthetic auth refreshes the openai-codex OAuth token, pi-ai's `getAccountId()` returns null and the harness throws `Failed to extract accountId from token`; there is no `openclaw models auth login --...
closed
completed
false
1
[ "bug" ]
[]
2026-05-04T04:32:44Z
2026-05-04T04:40:56Z
2026-05-04T04:40:56Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
krj56
194,736,770
U_kgDOC5tygg
User
false
openclaw/openclaw
4,374,010,148
I_kwDOQb6kR88AAAABBLYZJA
77,105
https://github.com/openclaw/openclaw/issues/77105
https://api.github.com/repos/openclaw/openclaw/issues/77105
2026.5.2: security audit recommends tools.exec.strictInlineEval but config schema rejects tools.exec
## Summary `openclaw security audit --deep` warns that interpreter allowlist entries should set `tools.exec.strictInlineEval=true`, but adding that exact config key causes the same audit/config validator to print an invalid-config diagnostic: `tools.exec: Unrecognized key: "strictInlineEval"` / `tools.exec` rejected un...
closed
completed
false
2
[]
[]
2026-05-04T04:28:00Z
2026-05-04T04:45:36Z
2026-05-04T04:45:36Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
MEDBrand
236,720,587
U_kgDODhwRyw
User
false
openclaw/openclaw
4,374,010,263
I_kwDOQb6kR88AAAABBLYZlw
77,106
https://github.com/openclaw/openclaw/issues/77106
https://api.github.com/repos/openclaw/openclaw/issues/77106
[Bug]: Upgrade to 2026.5.2 silently breaks Discord routing — installs.json records plugins as installed without fetching, and migration doesn't populate plugins.allow
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After upgrading from 2026.4.29 to 2026.5.2, the Discord channel plugin stopped loading; reproduced and confirmed by gateway logs showing the plugin missing from the active list and a plugins.allow is empty warning. ### ...
closed
completed
false
3
[ "bug" ]
[]
2026-05-04T04:28:02Z
2026-05-04T06:08:09Z
2026-05-04T04:45:46Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
krj56
194,736,770
U_kgDOC5tygg
User
false
openclaw/openclaw
4,373,862,451
I_kwDOQb6kR88AAAABBLPYMw
77,085
https://github.com/openclaw/openclaw/issues/77085
https://api.github.com/repos/openclaw/openclaw/issues/77085
[Bug] doctor --fix installs stable plugin version on beta host, ignoring matching pre-release in same channel
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary On a host running `openclaw@2026.5.3-beta.3`, `openclaw doctor --fix` resolves `@openclaw/brave-plugin` to the latest **stable** (`2026.5.2`) instead of the latest pre-release matching the host channel (`2026.5.3-beta.2`). When...
closed
completed
false
2
[]
[]
2026-05-04T03:37:33Z
2026-05-04T04:48:14Z
2026-05-04T04:48:14Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
westlife219
143,138,191
U_kgDOCIgdjw
User
false
openclaw/openclaw
4,374,065,239
I_kwDOQb6kR88AAAABBLbwVw
77,113
https://github.com/openclaw/openclaw/issues/77113
https://api.github.com/repos/openclaw/openclaw/issues/77113
Telegram /restart command: "You are not authorized" despite sender in commands.allowFrom
## Bug Description Telegram DM from an authorized sender (8601703373, listed in `credentials/telegram-default-allowFrom.json`) fails with \"You are not authorized to use this command.\" when running `/restart`. The same sender is already in `credentials/telegram-default-allowFrom.json` which works for session routin...
closed
completed
false
1
[]
[]
2026-05-04T04:45:55Z
2026-05-04T16:02:46Z
2026-05-04T16:02:47Z
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
jisi-assist
262,780,846
U_kgDOD6m3rg
User
false
openclaw/openclaw
4,374,090,060
I_kwDOQb6kR88AAAABBLdRTA
77,115
https://github.com/openclaw/openclaw/issues/77115
https://api.github.com/repos/openclaw/openclaw/issues/77115
Stuck session ghost blocks event loop, causes CLI timeout and sustained high CPU (11.5hr+)
## Summary A zombie/stuck session (`sessionId=41befe2c-`) persists in the Gateway's in-memory state machine for 11.5+ hours while absent from the session store. The diagnostic system repeatedly detects it as stuck, causing sustained 48% CPU, event loop P99 delays up to 12.8s, and CLI commands receiving SIGKILL. ## En...
open
null
false
2
[]
[]
2026-05-04T04:52:43Z
2026-05-04T08:13:22Z
null
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
mmhzlrj
29,726,050
MDQ6VXNlcjI5NzI2MDUw
User
false
openclaw/openclaw
4,374,021,996
I_kwDOQb6kR88AAAABBLZHbA
77,107
https://github.com/openclaw/openclaw/issues/77107
https://api.github.com/repos/openclaw/openclaw/issues/77107
[Bug]: agentRuntime.id "codex" at agents.list[] is ignored by the model-prefix resolver — docs-recommended Codex harness setup fails
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary With the codex plugin installed and active, configuring an agent per the documented `model: "openai/gpt-5.5"` + `agentRuntime: { id: "codex" }` setup fails because the model resolver routes to the raw openai provider and ign...
closed
completed
false
3
[ "bug", "regression" ]
[]
2026-05-04T04:32:20Z
2026-05-04T06:09:43Z
2026-05-04T05:14:29Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
krj56
194,736,770
U_kgDOC5tygg
User
false
openclaw/openclaw
4,374,142,563
I_kwDOQb6kR88AAAABBLgeYw
77,118
https://github.com/openclaw/openclaw/issues/77118
https://api.github.com/repos/openclaw/openclaw/issues/77118
Feature request: cron list should support agentId filtering in multi-agent setups
## Problem In a multi-agent setup, the `cron` tool's `list` action returns **all** jobs from every agent with no filtering by `agentId`. This means each agent sees the full cron job catalog (e.g., 50+ jobs across 7 agents), creating confusion and risk of cross-agent interference. ## Current behavior When any agent c...
closed
completed
false
1
[]
[]
2026-05-04T05:08:19Z
2026-05-05T06:06:26Z
2026-05-05T06:06:26Z
NONE
null
20260505T090045Z
2026-05-05T09:00:45Z
nicky-openclaw
260,028,793
U_kgDOD3-5eQ
User
false
openclaw/openclaw
4,374,117,349
I_kwDOQb6kR88AAAABBLe75Q
77,116
https://github.com/openclaw/openclaw/issues/77116
https://api.github.com/repos/openclaw/openclaw/issues/77116
Feishu channel crashes after upgrading to 2026.5.2 — appId/appSecret fields incompatible
## Bug Description After upgrading to OpenClaw 2026.5.2, the Feishu channel becomes unusable. The gateway crashes and enters a restart loop. ## Steps to Reproduce 1. Upgrade OpenClaw from 2026.4.x to 2026.5.2 2. Observe gateway crash loop in logs ## Root Cause Version 2026.5.2 changed the Feishu account schema. Fi...
open
null
false
6
[]
[]
2026-05-04T05:01:08Z
2026-05-05T06:10:58Z
null
NONE
null
20260505T090045Z
2026-05-05T09:00:45Z
lyh-github-97
73,977,041
MDQ6VXNlcjczOTc3MDQx
User
false
openclaw/openclaw
4,373,986,761
I_kwDOQb6kR88AAAABBLW9yQ
77,102
https://github.com/openclaw/openclaw/issues/77102
https://api.github.com/repos/openclaw/openclaw/issues/77102
openclaw-feishu plugin: startAccount resolves immediately, channel exits before WebSocket connects
## Summary `openclaw-feishu@0.1.4` plugin's `gateway.startAccount` returns synchronously, causing the OpenClaw 2026.5.2 gateway to kill the channel before the WebSocket connection is established. ## Root cause Gateway (`server.impl-B11albXx.js:2062`) treats `startAccount`'s Promise resolution as the channel lifecycl...
closed
not_planned
false
1
[]
[]
2026-05-04T04:19:27Z
2026-05-04T05:21:41Z
2026-05-04T05:21:41Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
godouxm
1,287,287
MDQ6VXNlcjEyODcyODc=
User
false
openclaw/openclaw
4,374,190,330
I_kwDOQb6kR88AAAABBLjY-g
77,121
https://github.com/openclaw/openclaw/issues/77121
https://api.github.com/repos/openclaw/openclaw/issues/77121
exec tool can launch known-heavy upstream validation commands inside live Gateway resource domain
# `exec` tool can launch known-heavy upstream validation commands inside live Gateway resource domain ## Summary The `exec` tool allows agents to run arbitrary shell commands in the live Gateway execution context. When an agent launches heavy OpenClaw upstream validation commands — such as `pnpm install`, `pnpm lint:...
open
null
false
1
[]
[]
2026-05-04T05:23:39Z
2026-05-04T05:31:05Z
null
CONTRIBUTOR
null
20260504T060031Z
2026-05-04T06:00:31Z
anyech
8,743,351
MDQ6VXNlcjg3NDMzNTE=
User
false
openclaw/openclaw
4,374,195,901
I_kwDOQb6kR88AAAABBLjuvQ
77,122
https://github.com/openclaw/openclaw/issues/77122
https://api.github.com/repos/openclaw/openclaw/issues/77122
[Bug]: x_search tool not visible to agents
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Hello, I'm using openclaw 2026.5.2 with xAI provider and Grok 4.3. I am trying to get x_search to work but my agents are not able to see the tool. Here's the existing config: ` "xai": { "enabled": true, ...
closed
completed
false
1
[ "bug", "regression" ]
[]
2026-05-04T05:25:12Z
2026-05-04T05:32:30Z
2026-05-04T05:32:30Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
AaronFaby
41,449,666
MDQ6VXNlcjQxNDQ5NjY2
User
false
openclaw/openclaw
4,374,205,763
I_kwDOQb6kR88AAAABBLkVQw
77,124
https://github.com/openclaw/openclaw/issues/77124
https://api.github.com/repos/openclaw/openclaw/issues/77124
pi-trajectory-flush: 50MB trajectory file blocks event loop for 25+ minutes after flush timeout
## Summary When a session accumulates a large trajectory file (50MB+), `pi-trajectory-flush` exceeds its 10s timeout. After timeout, the cleanup continues running in the background but the event loop remains 100% saturated for 25+ minutes, making the gateway completely unresponsive to new messages. ## Environment - ...
closed
completed
false
1
[]
[]
2026-05-04T05:28:13Z
2026-05-04T08:48:05Z
2026-05-04T08:48:05Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
loyur
8,509,039
MDQ6VXNlcjg1MDkwMzk=
User
false
openclaw/openclaw
4,373,888,329
I_kwDOQb6kR88AAAABBLQ9SQ
77,097
https://github.com/openclaw/openclaw/issues/77097
https://api.github.com/repos/openclaw/openclaw/issues/77097
[Bug]: Shared gateway credential exposed in URL query parameter for Control UI media endpoint
## Severity Assessment ### CVSS Assessment | Metric | v3.1 | v4.0 | |--------|------|------| | **Score** | 7.5 / 10.0 | 8.7 / 10.0 | | **Severity** | High | High | | **Vector** | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N | CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N | | **Calculator** | [CVSS v...
closed
completed
false
3
[]
[]
2026-05-04T03:46:49Z
2026-05-04T05:50:04Z
2026-05-04T05:49:56Z
CONTRIBUTOR
null
20260504T060031Z
2026-05-04T06:00:31Z
coygeek
65,363,919
MDQ6VXNlcjY1MzYzOTE5
User
false
openclaw/openclaw
4,373,782,015
I_kwDOQb6kR88AAAABBLKd_w
77,062
https://github.com/openclaw/openclaw/issues/77062
https://api.github.com/repos/openclaw/openclaw/issues/77062
Regression since 2026.4.29: Slack-heavy session lists can saturate gateway via sessions.list
## Summary On a long-lived Slack-heavy OpenClaw install, `sessions.list` / dashboard session loading became a gateway-wide bottleneck after upgrading to `2026.4.29`. I did not see this before `2026.4.29`. The same behavior still reproduced immediately after updating to `2026.5.2`. When the issue is active, session/da...
closed
completed
false
1
[]
[]
2026-05-04T03:06:39Z
2026-05-04T05:51:58Z
2026-05-04T05:51:58Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
leovoloshin
178,947,739
U_kgDOCqqGmw
User
false
openclaw/openclaw
4,373,981,601
I_kwDOQb6kR88AAAABBLWpoQ
77,101
https://github.com/openclaw/openclaw/issues/77101
https://api.github.com/repos/openclaw/openclaw/issues/77101
[Bug]: @openclaw/feishu` 和 `@martian-engineering/lossless-claw无法共存
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary 在 OpenClaw 2026.5.2 中,同时安装 @openclaw/feishu和 @martian-engineering/lossless-claw时,无论安装顺序如何,安装第二个插件时会先将前一个插件的目录改名,然后删除,导致前一个插件完全消失。两个插件无法共存。 ### Steps to reproduce 1. 环境:Ubuntu (WSL2),OpenClaw 2026.5.2,Node v24.15.0 2. 确保环境干净(卸载...
closed
completed
false
1
[ "bug", "regression" ]
[]
2026-05-04T04:17:37Z
2026-05-04T10:13:00Z
2026-05-04T05:52:51Z
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
crlynkco
270,609,587
U_kgDOECEssw
User
false
openclaw/openclaw
4,373,855,031
I_kwDOQb6kR88AAAABBLO7Nw
77,081
https://github.com/openclaw/openclaw/issues/77081
https://api.github.com/repos/openclaw/openclaw/issues/77081
Telegram MEDIA image replies fail when optional sharp is missing or unresolved in 2026.5.2
## Summary On OpenClaw 2026.5.2, Telegram assistant `MEDIA:` image replies in a DM repeatedly fell back to `No response generated. Please try again.` because the Telegram final-reply path attempted image optimization via optional `sharp`, but the installed OpenClaw package did not include a resolvable `sharp` dependenc...
closed
completed
false
2
[]
[]
2026-05-04T03:35:04Z
2026-05-04T05:56:37Z
2026-05-04T05:56:37Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Cuttingwater
226,908,709
U_kgDODYZaJQ
User
false
openclaw/openclaw
4,374,294,412
I_kwDOQb6kR88AAAABBLpvjA
77,136
https://github.com/openclaw/openclaw/issues/77136
https://api.github.com/repos/openclaw/openclaw/issues/77136
Bug: WebChat fails to render some assistant messages (TUI works fine, transcript data intact)
## Description When using WebChat, some assistant responses appear to "disappear" — the user sees no reply, but: - **Transcript files contain all data** — no messages are actually lost - **TUI client works perfectly** — all messages are visible in TUI for the same session - The issue is isolated to the **WebChat front...
open
null
false
1
[]
[]
2026-05-04T05:53:38Z
2026-05-04T10:51:48Z
null
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
zzzZZZ-JW
139,490,033
U_kgDOCFBy8Q
User
false
openclaw/openclaw
4,374,314,127
I_kwDOQb6kR88AAAABBLq8jw
77,137
https://github.com/openclaw/openclaw/issues/77137
https://api.github.com/repos/openclaw/openclaw/issues/77137
Telegram message tool rejects numeric group topic targets while group replies default to message_tool
## Summary In Telegram group/forum-topic sessions, the default `messages.groupChat.visibleReplies = "message_tool"` makes normal final replies private and requires the agent to use `message(action=send)` for visible room output. That is fine in principle, but the `message` tool currently rejects valid numeric Telegram...
closed
completed
false
3
[]
[]
2026-05-04T05:59:07Z
2026-05-04T07:36:07Z
2026-05-04T07:35:54Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
richardmqq
14,178,267
MDQ6VXNlcjE0MTc4MjY3
User
false
openclaw/openclaw
4,374,344,456
I_kwDOQb6kR88AAAABBLszCA
77,139
https://github.com/openclaw/openclaw/issues/77139
https://api.github.com/repos/openclaw/openclaw/issues/77139
[Bug]: DeepSeek V4 thinking levels — Control UI /think picker omits xhigh and max
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary On OpenClaw 2026.5.2, the Control UI /think argument picker for native deepseek/deepseek-v4-pro shows only the five base levels (off/minimal/low/medium/high); xhigh and max are absent. ### Steps to reproduce ...
closed
completed
false
1
[ "bug", "bug:behavior" ]
[]
2026-05-04T06:06:15Z
2026-05-04T13:16:33Z
2026-05-04T13:16:33Z
CONTRIBUTOR
null
20260504T180039Z
2026-05-04T18:00:39Z
bittoby
218,712,309
U_kgDODQlI9Q
User
false
openclaw/openclaw
4,374,415,701
I_kwDOQb6kR88AAAABBLxJVQ
77,145
https://github.com/openclaw/openclaw/issues/77145
https://api.github.com/repos/openclaw/openclaw/issues/77145
Critical Bugs: Disabled plugins running, Severe event loop stalls, Session sticky fallbacks
# OpenClaw Bug Reports (for GitHub) Bạn có thể copy/paste nội dung dưới đây để đăng lên trang Issues của kho lưu trữ OpenClaw trên GitHub. Tôi đã chia thành 3 issue riêng biệt vì chúng là 3 lỗi khác nhau. --- ## Issue 1: Disabled plugins (like `pdf-tool`) still consume initialization time and block the event loop *...
open
null
false
2
[]
[]
2026-05-04T06:23:14Z
2026-05-04T14:54:33Z
null
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
huydaobk
253,844,076
U_kgDODyFabA
User
false
openclaw/openclaw
4,374,429,770
I_kwDOQb6kR88AAAABBLyASg
77,147
https://github.com/openclaw/openclaw/issues/77147
https://api.github.com/repos/openclaw/openclaw/issues/77147
Plugin SDK: expose a supported full-fidelity inbound redispatch capability for before_dispatch claim-then-rerun
## What I'm trying to do Build a gateway extension that hooks `before_dispatch` to detect a specific class of inbound message (direct-addressed bot messages — "Hey Bot, ..." patterns) and, on a hit, **claim the event** (returning `{ handled: true }`) to take ownership of the substantive-reply guarantee from normal-dis...
open
null
false
1
[]
[]
2026-05-04T06:26:20Z
2026-05-04T06:33:46Z
null
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
mids-neo
117,532,760
U_kgDOBwFoWA
User
false
openclaw/openclaw
4,374,564,852
I_kwDOQb6kR88AAAABBL6P9A
77,165
https://github.com/openclaw/openclaw/issues/77165
https://api.github.com/repos/openclaw/openclaw/issues/77165
[Feature] Auto-Generate Session Titles via AI Summarization
### Summary After a few message exchanges, automatically generate a concise descriptive title for the session using AI summarization, replacing the current behavior of truncating the first user message. ### Problem to solve Currently, session titles in the ClawX Control UI are derived from the first few characters o...
open
null
false
1
[ "enhancement" ]
[]
2026-05-04T06:55:55Z
2026-05-04T11:06:44Z
null
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
Juliangsm
267,224,788
U_kgDOD-2G1A
User
false
openclaw/openclaw
4,374,611,938
I_kwDOQb6kR88AAAABBL9H4g
77,169
https://github.com/openclaw/openclaw/issues/77169
https://api.github.com/repos/openclaw/openclaw/issues/77169
Feature request: Native video input tool for multimodal models (Kimi K2.6 video_url)
## Problem OpenClaw currently supports image analysis via the `image` tool, but lacks a native `video` tool. This forces users to manually extract frames with ffmpeg and analyze them individually — a slow, lossy workaround. ## Evidence Moonshot API docs confirm `kimi-k2.6` natively supports `video_url` in the chat c...
open
null
false
1
[]
[]
2026-05-04T07:06:33Z
2026-05-04T07:14:50Z
null
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
Co-Messi
87,403,883
MDQ6VXNlcjg3NDAzODgz
User
false
openclaw/openclaw
4,374,405,266
I_kwDOQb6kR88AAAABBLwgkg
77,142
https://github.com/openclaw/openclaw/issues/77142
https://api.github.com/repos/openclaw/openclaw/issues/77142
[Feature]: Parametric consolidation channel for dreaming pipeline (CLS Phase 4)
### Summary Add an optional fourth dreaming phase that encodes distilled experience into model weights (via LoRA/adapter fine-tuning), closing the generalization gap between retrieval-based recall and true parametric learning. ### Problem to solve OpenClaw's dreaming pipeline (light/REM/deep) reorganizes and promote...
open
null
false
2
[ "enhancement" ]
[]
2026-05-04T06:20:49Z
2026-05-04T07:19:09Z
null
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
vuho60-byte
259,613,832
U_kgDOD3lkiA
User
false
openclaw/openclaw
4,374,328,140
I_kwDOQb6kR88AAAABBLrzTA
77,138
https://github.com/openclaw/openclaw/issues/77138
https://api.github.com/repos/openclaw/openclaw/issues/77138
[Bug]: GatewayClientRequestError: missing scope: operator.read
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary I’m trying to approve a new OpenClaw operator device pairing request from the local Docker container. The pending request is created successfully with only operator.read, but openclaw devices approve <requ...
closed
completed
false
1
[ "bug", "bug:behavior" ]
[]
2026-05-04T06:02:22Z
2026-05-04T07:21:53Z
2026-05-04T07:21:53Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
bikingbadger
4,545,860
MDQ6VXNlcjQ1NDU4NjA=
User
false
openclaw/openclaw
4,374,564,049
I_kwDOQb6kR88AAAABBL6M0Q
77,164
https://github.com/openclaw/openclaw/issues/77164
https://api.github.com/repos/openclaw/openclaw/issues/77164
Telegram thread-bound subagent sessions fail because subagent_spawning hooks are not registered
## Summary Telegram appears to have thread/conversation binding infrastructure, but thread-bound subagent session spawning is unavailable because the Telegram channel plugin does not register `subagent_spawning` hooks. ## Environment - OpenClaw: `2026.4.23` - Channel: Telegram - Context: direct chat ## Repro Attem...
closed
not_planned
false
1
[]
[]
2026-05-04T06:55:46Z
2026-05-04T07:22:07Z
2026-05-04T07:22:07Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
web3blind
264,741,654
U_kgDOD8ejFg
User
false
openclaw/openclaw
4,374,574,098
I_kwDOQb6kR88AAAABBL60Eg
77,167
https://github.com/openclaw/openclaw/issues/77167
https://api.github.com/repos/openclaw/openclaw/issues/77167
[Bug]: Cross-provider fallback model ID gets provider prefix doubled (e.g. `nvidia/nvidia/nemotron-3-super-120b-a12b`)
### Bug type Regression (likely introduced by the fix for #62390) ### Beta release blocker No ### Summary `buildQualifiedChatModelValue` (or whatever function resolves fallback model IDs at agent runtime) now **doubles the provider prefix** when a fallback string already contains the qualifying `nvidia/` prefix in...
closed
completed
false
2
[]
[]
2026-05-04T06:57:51Z
2026-05-04T19:57:03Z
2026-05-04T07:22:14Z
NONE
null
20260504T210031Z
2026-05-04T21:00:31Z
ndagle73
54,224,907
MDQ6VXNlcjU0MjI0OTA3
User
false
openclaw/openclaw
4,374,684,028
I_kwDOQb6kR88AAAABBMBhfA
77,173
https://github.com/openclaw/openclaw/issues/77173
https://api.github.com/repos/openclaw/openclaw/issues/77173
fix: RLv2 影子模块无数据产出
## 问题类型 Shadow 异常 ## 事实 - RL_V2_SHADOW_ENABLED=true,但 7 天内 shadow_cron 产出 0 条 rl_v2 影子记录 - Bayes 影子同周期产出 576 条记录,说明影子框架整体正常 - 生产 RL_V2_ENABLED=false,但影子通道应独立运行 ## 根因推测 rl_v2 影子数据生成链路未正确接入 shadow_cron,可能原因: 1. RLv2 shadow 数据采集脚本未注册到 cron 调度 2. RLv2 shadow 所需的输入数据源缺失或路径错误 3. vnext 模块中 rl_v2 shadow 的入口未正确加载 ## 建议动作 1. ...
closed
not_planned
false
1
[]
[]
2026-05-04T07:20:35Z
2026-05-04T07:35:49Z
2026-05-04T07:35:49Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
Edgar3222
258,370,528
U_kgDOD2Zr4A
User
false
openclaw/openclaw
4,374,779,995
I_kwDOQb6kR88AAAABBMHYWw
77,178
https://github.com/openclaw/openclaw/issues/77178
https://api.github.com/repos/openclaw/openclaw/issues/77178
[Bug]: EPIPE on claude-cli live-session spawn (Docker, Unraid, OAuth)
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Running on Unraid via Docker - Container image: ghcr.io/openclaw/openclaw:latest When using claude-cli via OAuth, OpenClaw fails immediately with EPIPE when invoking claude-cli session. claude --print "test" ...
open
null
false
1
[ "bug", "bug:behavior" ]
[]
2026-05-04T07:36:35Z
2026-05-04T07:46:51Z
null
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
justinglavin
13,800,152
MDQ6VXNlcjEzODAwMTUy
User
false
openclaw/openclaw
4,374,504,689
I_kwDOQb6kR88AAAABBL2k8Q
77,159
https://github.com/openclaw/openclaw/issues/77159
https://api.github.com/repos/openclaw/openclaw/issues/77159
Feishu channel not loading after upgrading to OpenClaw 2026.5.2 (openclaw-lark v2026.3.17)
## Problem Description After upgrading to OpenClaw 2026.5.2, the Feishu channel fails to load. The gateway log shows: ``` channel plugin manifest declares feishu without channelConfigs metadata; add openclaw.plugin.json#channelConfigs so config schema and setup surfaces work before runtime loads (plugin=openclaw-lark...
closed
not_planned
false
2
[]
[]
2026-05-04T06:44:08Z
2026-05-04T07:55:32Z
2026-05-04T07:22:01Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
lyh-github-97
73,977,041
MDQ6VXNlcjczOTc3MDQx
User
false
openclaw/openclaw
4,374,856,420
I_kwDOQb6kR88AAAABBMMC5A
77,180
https://github.com/openclaw/openclaw/issues/77180
https://api.github.com/repos/openclaw/openclaw/issues/77180
core-plugin-tools per-turn cost: #75290 is still valid (5.3-beta.4)
## Summary Issue #75290 was closed as "implemented" on 2026-05-01, reopened the same day when testing proved it was not fixed, then closed again on 2026-05-03 based on a single user's report. **Our test on 5.3-beta.4 shows the per-turn plugin cost is still present.** This issue collates all data points and explains wh...
closed
completed
false
5
[]
[]
2026-05-04T07:50:09Z
2026-05-04T10:29:20Z
2026-05-04T08:00:06Z
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
NossieUK
93,691,973
U_kgDOBZWgRQ
User
false
openclaw/openclaw
4,374,905,827
I_kwDOQb6kR88AAAABBMPD4w
77,186
https://github.com/openclaw/openclaw/issues/77186
https://api.github.com/repos/openclaw/openclaw/issues/77186
[Bug]: Show QR button non-functional, control-ui-config.json returns 401
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Show QR button does not work in Control UI for WhatsApp channel linking. The /openclaw/control-ui-config.json endpoint returns 401 Unauthorized even with a valid dashboard token, breaking UI functionality. ### Steps to re...
closed
completed
false
1
[ "bug" ]
[]
2026-05-04T07:59:55Z
2026-05-04T08:08:12Z
2026-05-04T08:08:12Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
casekees
175,391,220
U_kgDOCnRB9A
User
false
openclaw/openclaw
4,374,471,276
I_kwDOQb6kR88AAAABBL0ibA
77,155
https://github.com/openclaw/openclaw/issues/77155
https://api.github.com/repos/openclaw/openclaw/issues/77155
doctor --fix removes allow-only externalized plugins (lobster) during v2026.5.2 one-time migration
## Summary When upgrading from v2026.4.27 to v2026.5.2, `openclaw doctor --fix` triggers a one-time plugin externalization migration that silently removes `lobster` (and potentially other allow-only externalized plugins) from both `plugins.allow` and `plugins.entries` in `openclaw.json`. This breaks all cron jobs that...
closed
completed
false
2
[]
[ "vincentkoc" ]
2026-05-04T06:36:22Z
2026-05-04T23:31:44Z
2026-05-04T23:31:44Z
NONE
null
20260505T000034Z
2026-05-05T00:00:34Z
kmanan
17,659,155
MDQ6VXNlcjE3NjU5MTU1
User
false
openclaw/openclaw
4,374,434,328
I_kwDOQb6kR88AAAABBLySGA
77,149
https://github.com/openclaw/openclaw/issues/77149
https://api.github.com/repos/openclaw/openclaw/issues/77149
[Bug]: Discord/Telegram channel reply silently dropped for local LLM providers since v2026.4.27 — plain-text response not delivered when agent does not call message tool
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Since v2026.4.27 changed the default group/channel reply mode to message_tool-only, agents backed by local LLMs (e.g. LM Studio + Gemma) that return plain-text responses without calling the message(action=send) tool produce ...
closed
completed
false
2
[ "bug", "regression" ]
[]
2026-05-04T06:27:18Z
2026-05-04T08:13:23Z
2026-05-04T08:13:23Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
luseiken
33,753,965
MDQ6VXNlcjMzNzUzOTY1
User
false
openclaw/openclaw
4,374,989,939
I_kwDOQb6kR88AAAABBMUMcw
77,195
https://github.com/openclaw/openclaw/issues/77195
https://api.github.com/repos/openclaw/openclaw/issues/77195
[2026.5.2 Regression] CLI device lacks operator.admin, creating approval deadlock
## Description After upgrading to OpenClaw 2026.5.2 (also affects 2026.3.13+), the CLI device is paired with only `operator.pairing` scope. This creates a **deadlock**: you cannot approve new devices because `openclaw devices approve` requires `operator.admin`, but you cannot gain `operator.admin` because you cannot r...
closed
completed
false
1
[]
[]
2026-05-04T08:14:20Z
2026-05-04T08:21:54Z
2026-05-04T08:21:54Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
wyh757787026
37,768,479
MDQ6VXNlcjM3NzY4NDc5
User
false
openclaw/openclaw
4,375,036,982
I_kwDOQb6kR88AAAABBMXENg
77,198
https://github.com/openclaw/openclaw/issues/77198
https://api.github.com/repos/openclaw/openclaw/issues/77198
[Bug]: `openclaw security audit` (and `--deep`) hangs silently on macOS 15.7.3 / 2026.4.29
## Summary On OpenClaw `2026.4.29` (npm global) on macOS 15.7.3 (Apple Silicon, Darwin 24.6.0), both `openclaw security audit` and `openclaw security audit --deep` hang silently with no output for 5+ minutes before being killed. This appears to be the same regression family tracked in the recently-closed #75456 / #755...
closed
completed
false
1
[]
[]
2026-05-04T08:22:33Z
2026-05-04T08:32:45Z
2026-05-04T08:32:45Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
brianwilkins-leit
258,001,318
U_kgDOD2DJpg
User
false
openclaw/openclaw
4,375,091,421
I_kwDOQb6kR88AAAABBMaY3Q
77,202
https://github.com/openclaw/openclaw/issues/77202
https://api.github.com/repos/openclaw/openclaw/issues/77202
[Feature]: Signal channel: add live tool-call progress (edit-free pattern)
### Summary Add live tool-call progress visibility to the Signal channel using an edit-free send-and-delete pattern, closing the silence gap that affects all tool-heavy agent turns on Signal. ### Problem to solve On Telegram, users see live tool-call progress during long agent turns (commands running, patches applie...
open
null
false
4
[ "enhancement" ]
[]
2026-05-04T08:31:39Z
2026-05-04T14:26:39Z
null
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
irvinheard
47,072,874
MDQ6VXNlcjQ3MDcyODc0
User
false
openclaw/openclaw
4,374,902,395
I_kwDOQb6kR88AAAABBMO2ew
77,183
https://github.com/openclaw/openclaw/issues/77183
https://api.github.com/repos/openclaw/openclaw/issues/77183
[Bug]: plugins.allow excludes 'lcm' — bundled CLI surface unavailable and unmodifiable
### Bug type Behavior bug / Design issue ### Summary The `plugins.allow` configuration path is protected and cannot be modified via `config.patch`, which means the bundled `lcm` CLI surface is permanently inaccessible on affected installations. ### Steps to reproduce 1. Run `openclaw lcm status` (or any `openclaw ...
closed
not_planned
false
1
[]
[]
2026-05-04T07:59:16Z
2026-05-04T08:42:14Z
2026-05-04T08:42:14Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
Nerdless-ship-it
257,649,571
U_kgDOD1trow
User
false
openclaw/openclaw
4,374,905,528
I_kwDOQb6kR88AAAABBMPCuA
77,185
https://github.com/openclaw/openclaw/issues/77185
https://api.github.com/repos/openclaw/openclaw/issues/77185
[Bug]: lossless-claw context engine not registered in 2026.5.2 (Windows npm global, duplicate plugin id observed)
### Bug type Behavior bug (incorrect output/state without crash) ### Summary On OpenClaw 2026.5.2 (Windows, npm global install), `lossless-claw` appears loaded (status=loaded, enabled=true) but the context engine is not registered, causing fallback to `legacy`. The warning `[context-engine] Context engine "lossless-...
closed
completed
false
1
[]
[]
2026-05-04T07:59:51Z
2026-05-04T08:42:21Z
2026-05-04T08:42:20Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
Nerdless-ship-it
257,649,571
U_kgDOD1trow
User
false
openclaw/openclaw
4,375,116,029
I_kwDOQb6kR88AAAABBMb4_Q
77,203
https://github.com/openclaw/openclaw/issues/77203
https://api.github.com/repos/openclaw/openclaw/issues/77203
[Feishu] Group chat replies not sent (replies=0) — DM works fine
## Bug Description Feishu channel group chat replies are not being sent to the group. DM (direct message) replies work correctly. **Version:** openclaw@2026.5.3 ## Steps to Reproduce 1. Send a message in a Feishu group where the bot is present 2. Bot receives the message and dispatches to agent 3. Agent model genera...
closed
not_planned
false
1
[]
[]
2026-05-04T08:36:38Z
2026-05-04T09:03:28Z
2026-05-04T09:03:28Z
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
wangzhe-1992
276,254,126
U_kgDOEHdNrg
User
false
openclaw/openclaw
4,375,120,000
I_kwDOQb6kR88AAAABBMcIgA
77,204
https://github.com/openclaw/openclaw/issues/77204
https://api.github.com/repos/openclaw/openclaw/issues/77204
[Bug]: pdf-tool initialization blocks event loop for ~10s on every run
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary The pdf-tool core embedded tool takes ~10 seconds to initialize on every agent run, blocking the Node.js event loop completely. This causes session timeouts, queue stalls (65s+), and liveness warnings. Observed...
closed
completed
false
1
[ "bug", "bug:behavior" ]
[]
2026-05-04T08:37:27Z
2026-05-04T08:46:37Z
2026-05-04T08:46:30Z
NONE
null
20260504T090105Z
2026-05-04T09:01:05Z
A-zen-9527
275,125,093
U_kgDOEGYTZQ
User
false
openclaw/openclaw
4,375,134,536
I_kwDOQb6kR88AAAABBMdBSA
77,206
https://github.com/openclaw/openclaw/issues/77206
https://api.github.com/repos/openclaw/openclaw/issues/77206
[Bug] diagnostics-otel: "internal diagnostics capability unavailable" after upgrade to 2026.5.2 — origin gate regression
### Bug type Behavior bug — plugin capability regression in 2026.5.2 ### Summary After upgrading to OpenClaw 2026.5.2, the `diagnostics-otel` plugin fails at startup with `internal diagnostics capability unavailable`. All OpenTelemetry export (traces, metrics, logs) stops working — no data reaches the collector (e.g...
closed
completed
false
2
[]
[]
2026-05-04T08:40:25Z
2026-05-05T10:38:16Z
2026-05-04T09:27:51Z
NONE
null
20260505T120033Z
2026-05-05T12:00:33Z
jeehou
1,759,238
MDQ6VXNlcjE3NTkyMzg=
User
false