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,265,124,875
I_kwDOQb6kR87-OKQL
66,849
https://github.com/openclaw/openclaw/issues/66849
https://api.github.com/repos/openclaw/openclaw/issues/66849
Bug: 2026.4.14 upgrade makes existing conversations fail broadly after repeated active-memory pre-reply timeouts
## Summary After upgrading from `2026.4.12` to `2026.4.14`, all existing conversations across multiple models/surfaces started failing with the generic UI error: > ⚠️ Something went wrong while processing your request. Please try again, or use /new to start a fresh session. This was not limited to Codex. It affected...
closed
completed
true
2
[]
[]
2026-04-14T22:40:58Z
2026-04-23T04:22:07Z
2026-04-21T02:20:27Z
NONE
null
20260423T060020Z
2026-04-23T06:00:20Z
Suidge
34,770,064
MDQ6VXNlcjM0NzcwMDY0
User
false
openclaw/openclaw
4,265,142,491
I_kwDOQb6kR87-OOjb
66,850
https://github.com/openclaw/openclaw/issues/66850
https://api.github.com/repos/openclaw/openclaw/issues/66850
TTS: microsoft Edge TTS provider never discovered when another speech provider (e.g. openai) registers at startup
## Summary When the `openai` plugin is enabled (e.g. for LLM), its speech provider registers itself in the runtime plugin registry as a side-effect of startup. `resolvePluginCapabilityProviders` in `capability-provider-runtime.ts` short-circuits with `if (activeProviders.length > 0) return activeProviders` — before ru...
closed
completed
true
2
[]
[]
2026-04-14T22:44:56Z
2026-04-27T04:36:46Z
2026-04-25T03:20:21Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
jhsmith409
198,252,919
U_kgDOC9EZdw
User
false
openclaw/openclaw
4,265,186,066
I_kwDOQb6kR87-OZMS
66,856
https://github.com/openclaw/openclaw/issues/66856
https://api.github.com/repos/openclaw/openclaw/issues/66856
openclaw status emits spurious 'plugins.allow is empty' warning when allow list is populated
## Summary `openclaw status` prints the following to stderr on every invocation, even though `plugins.allow` is populated with a non-empty list: ``` [plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: browserbase (…/extensions/browserbase/src/index.ts), stanbondchat (…/extensions/stanbondc...
closed
completed
true
5
[]
[]
2026-04-14T22:56:36Z
2026-04-28T04:36:41Z
2026-04-26T03:53:24Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
AndrewEAUS
83,204,191
MDQ6VXNlcjgzMjA0MTkx
User
false
openclaw/openclaw
4,265,230,016
I_kwDOQb6kR87-Oj7A
66,858
https://github.com/openclaw/openclaw/issues/66858
https://api.github.com/repos/openclaw/openclaw/issues/66858
[Bug]: OpenClaw 2026.4.14 operator continuity reliability gaps across restart recovery, delegated recovery, and post-compaction resume
## Summary Validated `OpenClaw 2026.4.14 (323493f)` still has three native operator-continuity reliability gaps: - destructive restart continuity without native transcript archive or durable restart handoff - delegated restart recovery that still prunes recoverable runs on `missing-session-entry` - post-compaction re...
closed
not_planned
true
2
[]
[]
2026-04-14T23:08:36Z
2026-04-30T04:40:19Z
2026-04-26T05:08:54Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
jcat59
34,663,690
MDQ6VXNlcjM0NjYzNjkw
User
false
openclaw/openclaw
4,265,230,059
I_kwDOQb6kR87-Oj7r
66,859
https://github.com/openclaw/openclaw/issues/66859
https://api.github.com/repos/openclaw/openclaw/issues/66859
[Bug]: OC155 restart remains destructive without native transcript archive or durable restart handoff on 2026.4.14
## Summary On native `OpenClaw 2026.4.14`, restarting an active session deleted the active transcript, created no archive, and exposed no durable restart handoff or explicit degraded-recovery warning. ## Environment - OpenClaw version: `2026.4.14 (323493f)` - Operating system: `Ubuntu 22.04.5 LTS` - Install method: ...
closed
completed
true
2
[]
[]
2026-04-14T23:08:37Z
2026-04-28T04:54:26Z
2026-04-25T17:54:18Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jcat59
34,663,690
MDQ6VXNlcjM0NjYzNjkw
User
false
openclaw/openclaw
4,265,230,087
I_kwDOQb6kR87-Oj8H
66,860
https://github.com/openclaw/openclaw/issues/66860
https://api.github.com/repos/openclaw/openclaw/issues/66860
[Bug]: OC156 recoverable missing-session-entry still prunes delegated restart recovery on 2026.4.14
## Summary On native `OpenClaw 2026.4.14`, delegated restart recovery still silently pruned recoverable runs with `missing-session-entry` even though the earlier import/runtime bridge failure was gone. ## Environment - OpenClaw version: `2026.4.14 (323493f)` - Operating system: `Ubuntu 22.04.5 LTS` - Install method:...
closed
not_planned
true
2
[]
[]
2026-04-14T23:08:38Z
2026-04-30T04:40:18Z
2026-04-26T05:08:59Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
jcat59
34,663,690
MDQ6VXNlcjM0NjYzNjkw
User
false
openclaw/openclaw
4,265,230,119
I_kwDOQb6kR87-Oj8n
66,861
https://github.com/openclaw/openclaw/issues/66861
https://api.github.com/repos/openclaw/openclaw/issues/66861
[Bug]: OC157 post-compaction resume quality still requires local carry on 2026.4.14
## Summary On native `OpenClaw 2026.4.14`, `/compact` did not provide a trustworthy continuity boundary: it could return `No reply from agent`, omit continuity fields, and resume from stale pre-compaction state. ## Environment - OpenClaw version: `2026.4.14 (323493f)` - Operating system: `Ubuntu 22.04.5 LTS` - Insta...
closed
completed
true
3
[]
[]
2026-04-14T23:08:39Z
2026-04-28T04:54:26Z
2026-04-25T17:54:25Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jcat59
34,663,690
MDQ6VXNlcjM0NjYzNjkw
User
false
openclaw/openclaw
4,265,262,942
I_kwDOQb6kR87-Or9e
66,864
https://github.com/openclaw/openclaw/issues/66864
https://api.github.com/repos/openclaw/openclaw/issues/66864
/new session reset doesn't purge system-events queue — stale events leak into fresh session
## Bug When a session is reset via `/new`, `performGatewaySessionReset → ensureSessionRuntimeCleanup` calls `clearSessionQueues()` to purge followup/command lane queues, but does not drain the process-global system-events `Map` (keyed by `sessionKey`). Because `sessionKey` is preserved across `/new`, any system event...
closed
completed
true
4
[]
[]
2026-04-14T23:16:20Z
2026-04-28T04:43:02Z
2026-04-26T02:11:20Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
opeyio
259,178,569
U_kgDOD3LASQ
User
false
openclaw/openclaw
4,265,270,115
I_kwDOQb6kR87-Ottj
66,866
https://github.com/openclaw/openclaw/issues/66866
https://api.github.com/repos/openclaw/openclaw/issues/66866
[Bug]: excessive RESUMEs from Discord Gateway integration (carbon)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Hi, At Discord we've observed an elevated level of RESUMEs coming from users' OpenClaw applications starting April 6, with significant increases on the 7th, 9th, and 14th. Relevant events: * April 6: an [OpenClaw commit to ...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-04-14T23:18:18Z
2026-04-27T04:40:37Z
2026-04-25T02:24:34Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
daisyzhou
384,777
MDQ6VXNlcjM4NDc3Nw==
User
false
openclaw/openclaw
4,265,270,151
I_kwDOQb6kR87-OtuH
66,867
https://github.com/openclaw/openclaw/issues/66867
https://api.github.com/repos/openclaw/openclaw/issues/66867
Race condition in `ensureTrustedFallbackDir`: concurrent subprocess init throws "Unsafe fallback OpenClaw temp dir" mid-chmod
## Environment - **OpenClaw version:** 2026.4.9 (observed), 2026.4.14 (source verified unchanged) - **Node:** v22.22.0 (nvm) - **OS:** macOS 25.3.0 (Darwin) on Apple Silicon (M4) - **Spawn context:** ACP subprocess via `acpx codex` → `/bin/zsh -lc "openclaw <subcommand>"` ## Summary When two OpenClaw processes initia...
closed
completed
true
4
[]
[]
2026-04-14T23:18:19Z
2026-05-03T04:36:23Z
2026-04-30T15:03:22Z
NONE
null
20260503T060030Z
2026-05-03T06:00:30Z
Kane808-AI
191,058,928
U_kgDOC2NT8A
User
false
openclaw/openclaw
4,265,333,287
I_kwDOQb6kR87-O9In
66,869
https://github.com/openclaw/openclaw/issues/66869
https://api.github.com/repos/openclaw/openclaw/issues/66869
BlueBubbles: move `?password=` URL auth to header-based auth across all BB API calls
## Problem The BlueBubbles plugin authenticates to BB Server by embedding the API password as a query-string parameter via `buildBlueBubblesApiUrl({..., password})`. This is done consistently across the plugin: - `extensions/bluebubbles/src/history.ts` — `/api/v1/chat/.../messages?password=...` - `extensions/bluebubb...
closed
not_planned
true
2
[ "maintainer" ]
[ "omarshahine" ]
2026-04-14T23:33:39Z
2026-04-22T04:30:53Z
2026-04-19T15:56:09Z
CONTRIBUTOR
null
20260422T060039Z
2026-04-22T06:00:39Z
omarshahine
10,343,873
MDQ6VXNlcjEwMzQzODcz
User
false
openclaw/openclaw
4,265,333,378
I_kwDOQb6kR87-O9KC
66,870
https://github.com/openclaw/openclaw/issues/66870
https://api.github.com/repos/openclaw/openclaw/issues/66870
BlueBubbles catchup: persistently-failing message wedges cursor (Option C: per-message retry cap)
## Problem `runBlueBubblesCatchup` in `extensions/bluebubbles/src/catchup.ts` holds the cursor just before the earliest failed message's timestamp so retries pick up where they stopped. This is correct for transient failures (e.g., disk full, network blip, downstream plugin hiccup). But for a **persistently-failing me...
closed
completed
true
0
[ "maintainer" ]
[ "omarshahine" ]
2026-04-14T23:33:40Z
2026-04-19T04:23:28Z
2026-04-16T05:23:28Z
CONTRIBUTOR
null
20260419T052035Z
2026-04-19T05:20:35Z
omarshahine
10,343,873
MDQ6VXNlcjEwMzQzODcz
User
false
openclaw/openclaw
4,265,378,212
I_kwDOQb6kR87-PIGk
66,872
https://github.com/openclaw/openclaw/issues/66872
https://api.github.com/repos/openclaw/openclaw/issues/66872
[Bug]: models status --json reports missingProvidersInUse: ["codex"] for Codex harness models even when native Codex auth exists
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Default model is `codex/gpt-5.4`, Codex CLI is installed (`codex-cli 0.120.0`), and `~/.codex/auth.json` plus `~/.codex/config.toml` are present. Running `openclaw models status --json` still puts `"codex"` in ...
closed
completed
true
2
[]
[]
2026-04-14T23:48:03Z
2026-04-28T04:54:25Z
2026-04-25T17:54:32Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ash67
22,991,045
MDQ6VXNlcjIyOTkxMDQ1
User
false
openclaw/openclaw
4,265,390,662
I_kwDOQb6kR87-PLJG
66,874
https://github.com/openclaw/openclaw/issues/66874
https://api.github.com/repos/openclaw/openclaw/issues/66874
[Feature]: Official Docker image should ship with `claude` CLI pre-installed (or document persistent install path)
### Summary The official OpenClaw Docker image does not include the `claude` (Claude Code) CLI, but OpenClaw's `anthropic/*` provider and `onboard` flow explicitly support and document using the Claude CLI backend as a first-class path (see `/providers/anthropic` and `/gateway/cli-backends`). This creates a gap for us...
open
null
false
2
[ "enhancement" ]
[]
2026-04-14T23:51:51Z
2026-05-03T06:49:40Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
Fffrank
3,300,182
MDQ6VXNlcjMzMDAxODI=
User
false
openclaw/openclaw
4,265,392,354
I_kwDOQb6kR87-PLji
66,875
https://github.com/openclaw/openclaw/issues/66875
https://api.github.com/repos/openclaw/openclaw/issues/66875
Webchat race: chat final / session.message / sessions.changed triggers eager chat.history reload, causing flicker, collapse, or duplicate bubbles
## Summary After `chat final`, the webchat client can trigger eager `chat.history` reloads that replace optimistic/live messages, causing flicker, collapse, or duplicate assistant bubbles. This happens even with "Toggle assistant thinking/working output" turned off. ## Related Issues - #66274 — lossless-claw session...
closed
completed
true
9
[]
[]
2026-04-14T23:52:23Z
2026-04-30T04:30:28Z
2026-04-28T02:25:43Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
BiznessFish
46,340,796
MDQ6VXNlcjQ2MzQwNzk2
User
false
openclaw/openclaw
4,265,400,191
I_kwDOQb6kR87-PNd_
66,876
https://github.com/openclaw/openclaw/issues/66876
https://api.github.com/repos/openclaw/openclaw/issues/66876
TUI: status bar stuck on "streaming" after response completes
## Summary The TUI can get stuck in "streaming" status after a response finishes. The status indicator never returns to "idle". ## Version `openclaw` 2026.4.14 ## Steps to Reproduce 1. Open the TUI (`openclaw tui`) 2. Send a message and wait for a response 3. After the assistant finishes generating, observe the st...
closed
completed
true
2
[]
[]
2026-04-14T23:54:41Z
2026-04-28T04:54:24Z
2026-04-25T17:54:39Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
tanukihat
253,170,146
U_kgDODxcR4g
User
false
openclaw/openclaw
4,265,428,293
I_kwDOQb6kR87-PUVF
66,879
https://github.com/openclaw/openclaw/issues/66879
https://api.github.com/repos/openclaw/openclaw/issues/66879
[Bug]: Mac App image send reaches agent as text only; pasted/attached images are not accessible
## Summary When sending images from the Mac App, the agent does not receive the actual image. It only sees the text message (for example, "See attached") and cannot access the image content. ## Repro 1. Open the Mac App chat 2. Send an image by pasting from clipboard 3. Or send an image as an attachment 4. Ask the age...
closed
completed
true
1
[]
[]
2026-04-15T00:04:24Z
2026-04-28T04:54:23Z
2026-04-25T17:54:46Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
a1980881039
43,292,854
MDQ6VXNlcjQzMjkyODU0
User
false
openclaw/openclaw
4,265,434,958
I_kwDOQb6kR87-PV9O
66,880
https://github.com/openclaw/openclaw/issues/66880
https://api.github.com/repos/openclaw/openclaw/issues/66880
[Bug]: Telegram Plugin Restart-Loop in 4.14 — deleteMyCommands failed (streaming fix attempted)
## Description Telegram plugin in OpenClaw 4.14 enters infinite auto-restart loop with `deleteMyCommands failed` error. Attempted fix (removing streaming config per #63811) did not resolve the issue. ## Version - OpenClaw: 2026.4.14 (323493f) - macOS: 26.3.1 (arm64) - Node.js: v25.8.1 - Telegram bot: @KLAUSWilliKi_bo...
closed
completed
true
2
[]
[]
2026-04-15T00:06:46Z
2026-04-28T04:54:23Z
2026-04-25T17:54:53Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
BigWiLLi111
186,686,783
U_kgDOCyCdPw
User
false
openclaw/openclaw
4,265,494,522
I_kwDOQb6kR87-Pkf6
66,885
https://github.com/openclaw/openclaw/issues/66885
https://api.github.com/repos/openclaw/openclaw/issues/66885
[Bug]: Telegram polling stall + subagent announce timeout on Windows (4.12) — undici HTTP/2 root cause
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Telegram polling stalls every 10-12 minutes on Windows with UND_ERR_SOCKET / event loop freeze; subagent announce also times out during subagent runs. Both issues started after upgrading from 2026.4.1 to 2026.4.12. Root caus...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-04-15T00:25:20Z
2026-04-23T04:22:24Z
2026-04-20T22:03:59Z
NONE
null
20260423T060020Z
2026-04-23T06:00:20Z
swissfone
64,664,324
MDQ6VXNlcjY0NjY0MzI0
User
false
openclaw/openclaw
4,265,519,207
I_kwDOQb6kR87-Pqhn
66,886
https://github.com/openclaw/openclaw/issues/66886
https://api.github.com/repos/openclaw/openclaw/issues/66886
Memory leak: gateway process persistent memory growth / 메모리 누수: gateway 프로세스의 지속적 메모리 증가
English summary --- Long-running gateway (or related service) processes show steady memory growth over time, eventually leading to OOM or degraded performance. Below are the test observations, reproduction steps, logs/symptoms, temporary mitigations, and requests for investigation. Environment --- - Target repository/...
closed
not_planned
true
2
[]
[]
2026-04-15T00:33:02Z
2026-04-30T04:40:18Z
2026-04-26T05:09:04Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
Kyotime
59,354,742
MDQ6VXNlcjU5MzU0NzQy
User
false
openclaw/openclaw
4,265,527,081
I_kwDOQb6kR87-Pscp
66,887
https://github.com/openclaw/openclaw/issues/66887
https://api.github.com/repos/openclaw/openclaw/issues/66887
[Bug] Single plugin failure causes complete gateway outage
## Bug Description When a third-party plugin fails to initialize or throws an error during registration/loading, the **entire gateway becomes unusable** — all channels (Telegram, Discord, webchat) stop responding, not just the affected plugin. In our case, the `lossless-claw` plugin broke after a gateway update (vers...
closed
completed
true
1
[]
[]
2026-04-15T00:35:24Z
2026-04-18T04:14:30Z
2026-04-15T06:59:31Z
NONE
null
20260418T042035Z
2026-04-18T04:20:35Z
KarbonXX
8,398,417
MDQ6VXNlcjgzOTg0MTc=
User
false
openclaw/openclaw
4,265,555,950
I_kwDOQb6kR87-Pzfu
66,888
https://github.com/openclaw/openclaw/issues/66888
https://api.github.com/repos/openclaw/openclaw/issues/66888
Reasoning/thinking content leaked into assistant reply as visible output (heartbeat loop)
## Bug Description During a heartbeat check, the agent's internal reasoning process leaked entirely into the user-visible reply instead of being kept internal. The result was hundreds of lines of repeated, incoherent output sent to the user's Telegram chat. ## What happened The heartbeat asked the agent to reply wit...
closed
completed
true
2
[]
[]
2026-04-15T00:43:42Z
2026-04-28T04:54:22Z
2026-04-25T17:55:00Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
JanPlessow
202,702,070
U_kgDODBT89g
User
false
openclaw/openclaw
4,265,586,302
I_kwDOQb6kR87-P65-
66,892
https://github.com/openclaw/openclaw/issues/66892
https://api.github.com/repos/openclaw/openclaw/issues/66892
[Bug]: [MiniMax Model] Tool call ID format error (code 2013) causes LCM compaction failure and session crash
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary ## Bug Description When using MiniMax-M2.7 or MiniMax-M2.7-highspeed models, the LCM (Lossless Context Management) plugin's compaction process generates malformed tool call IDs that are rejected by the MiniMax API with error c...
closed
completed
true
1
[ "bug", "bug:crash" ]
[]
2026-04-15T00:53:41Z
2026-04-19T04:23:13Z
2026-04-16T13:08:59Z
NONE
null
20260419T052035Z
2026-04-19T05:20:35Z
microsx
24,802,794
MDQ6VXNlcjI0ODAyNzk0
User
false
openclaw/openclaw
4,265,593,639
I_kwDOQb6kR87-P8sn
66,893
https://github.com/openclaw/openclaw/issues/66893
https://api.github.com/repos/openclaw/openclaw/issues/66893
Critical: Progression Difficulty Spike and Build Sustainability Issues
Cross-cutting finding confirmed by multiple agents (Kira, Rexx, Voss). Agents are experiencing significant failure rates when attempting to progress beyond initial stages (specifically Stage 004 / ROOT ACCESS) due to a sharp difficulty spike and insufficient defensive/utility scaling in current builds.
closed
not_planned
true
1
[]
[]
2026-04-15T00:56:31Z
2026-04-28T04:54:21Z
2026-04-25T17:55:07Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
mons-bot
262,623,366
U_kgDOD6dQhg
User
false
openclaw/openclaw
4,265,625,864
I_kwDOQb6kR87-QEkI
66,895
https://github.com/openclaw/openclaw/issues/66895
https://api.github.com/repos/openclaw/openclaw/issues/66895
[Bug]: modelOverrideSource="auto" persists indefinitely after failover, never clears on primary recovery or /reset
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary When auto-failover writes `modelOverride` to `sessions.json`, it hardcodes `modelOverrideSource: "auto"` with no TTL, no clear-on-next-success, and no clear on `/reset`. The pinned fallback model sticks forever...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-15T01:07:49Z
2026-04-24T04:26:19Z
2026-04-21T06:59:31Z
NONE
null
20260424T060021Z
2026-04-24T06:00:21Z
jensmlc
261,399,431
U_kgDOD5Sjhw
User
false
openclaw/openclaw
4,265,643,237
I_kwDOQb6kR87-QIzl
66,900
https://github.com/openclaw/openclaw/issues/66900
https://api.github.com/repos/openclaw/openclaw/issues/66900
[bug]Task can end without final failure summary in chat when tool execution fails
## Summary In some failed tool-execution scenarios, the run ends without an assistant-visible final result message in chat. Users cannot tell whether the task ultimately failed, timed out, or succeeded partially. ## Environment - OpenClaw version observed: `2026.4.12` - Deployment: self-hosted Linux - Runtime processe...
closed
completed
true
2
[]
[]
2026-04-15T01:13:51Z
2026-04-25T04:17:38Z
2026-04-22T13:20:59Z
NONE
null
20260425T060021Z
2026-04-25T06:00:21Z
zjunsen
40,018,419
MDQ6VXNlcjQwMDE4NDE5
User
false
openclaw/openclaw
4,265,643,308
I_kwDOQb6kR87-QI0s
66,901
https://github.com/openclaw/openclaw/issues/66901
https://api.github.com/repos/openclaw/openclaw/issues/66901
[bug]Web UI sometimes misses assistant typing indicator (...) on new conversation
## Summary Control Web UI sometimes does not show assistant pending/typing indicator (`...`) for new conversations and fresh outputs. ## Environment - OpenClaw version observed: `2026.4.12` - Deployment: self-hosted Linux - UI: OpenClaw control web UI ## Actual behavior - Click `+` to create a new conversation. - Sen...
closed
completed
true
3
[]
[]
2026-04-15T01:13:53Z
2026-04-25T04:17:37Z
2026-04-22T13:21:17Z
NONE
null
20260425T060021Z
2026-04-25T06:00:21Z
zjunsen
40,018,419
MDQ6VXNlcjQwMDE4NDE5
User
false
openclaw/openclaw
4,265,659,900
I_kwDOQb6kR87-QM38
66,904
https://github.com/openclaw/openclaw/issues/66904
https://api.github.com/repos/openclaw/openclaw/issues/66904
Support WhatsApp history sync on reconnect (messaging-history.set event)
## Problem When WhatsApp reconnects after being offline, messages received during the downtime are NOT automatically available to agents. This breaks conversation continuity. ## Background OpenClaw uses Baileys for WhatsApp Web connection. When WhatsApp reconnects, Baileys receives a `messaging-history.set` event wi...
closed
not_planned
true
3
[]
[]
2026-04-15T01:18:46Z
2026-05-05T04:26:58Z
2026-05-02T15:25:31Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
rafaelmariano-glitch
259,843,811
U_kgDOD3zm4w
User
false
openclaw/openclaw
4,265,667,453
I_kwDOQb6kR87-QOt9
66,906
https://github.com/openclaw/openclaw/issues/66906
https://api.github.com/repos/openclaw/openclaw/issues/66906
Discord exec approval buttons spam 'Failed to submit' errors when elevated mode auto-resolves
## Bug Description When `elevated=on` is active for a session, exec approval requests are auto-resolved within 1-7 seconds. However, the Discord approval card (with Allow once / Allow always / Deny buttons) is **still sent to the channel** before auto-resolution completes. This creates two user-facing problems: ### ...
closed
completed
true
2
[]
[]
2026-04-15T01:21:09Z
2026-04-29T04:39:42Z
2026-04-26T09:07:11Z
NONE
null
20260429T060025Z
2026-04-29T06:00:25Z
rlerikse
19,270,118
MDQ6VXNlcjE5MjcwMTE4
User
false
openclaw/openclaw
4,265,670,607
I_kwDOQb6kR87-QPfP
66,907
https://github.com/openclaw/openclaw/issues/66907
https://api.github.com/repos/openclaw/openclaw/issues/66907
Control UI: input text reappears briefly when streaming response begins
## Description When sending a message in the control UI, the input field clears as expected. However, once the AI's "thinking" / streaming response begins, the previously sent text briefly flashes back into the input field (sometimes as a fragment), then disappears again after the response completes. ## Steps to Repr...
closed
completed
true
1
[]
[]
2026-04-15T01:22:29Z
2026-04-28T04:54:20Z
2026-04-25T17:55:21Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
dustin-nowak
259,998,759
U_kgDOD39EJw
User
false
openclaw/openclaw
4,265,676,131
I_kwDOQb6kR87-QQ1j
66,908
https://github.com/openclaw/openclaw/issues/66908
https://api.github.com/repos/openclaw/openclaw/issues/66908
npm link gets broken after openclaw update via Control UI
When using `npm link openclaw` to develop OpenClaw from a local workspace, every time `openclaw update` is triggered via the Control UI, the npm link is broken after the update completes. **Steps to reproduce:** 1. `npm link openclaw` 2. Make code changes in the linked workspace 3. Use Control UI to click Update 4. Th...
closed
completed
true
1
[]
[]
2026-04-15T01:24:50Z
2026-04-30T04:40:17Z
2026-04-26T05:09:09Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
njxiaohan
12,640,161
MDQ6VXNlcjEyNjQwMTYx
User
false
openclaw/openclaw
4,265,684,493
I_kwDOQb6kR87-QS4N
66,909
https://github.com/openclaw/openclaw/issues/66909
https://api.github.com/repos/openclaw/openclaw/issues/66909
Doc Clarification: Do tasks automatically resume after gateway restart?
## Question Many users wonder: after a gateway restart, do **in-progress tasks** (running agent turns, subagent processes, long-running tool calls) automatically continue from where they left off? ## Observed Behavior Some users report that in earlier versions, tasks seemed to continue after a quick restart (5-10 se...
closed
completed
true
1
[]
[]
2026-04-15T01:27:48Z
2026-04-28T04:54:20Z
2026-04-25T17:55:28Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ncqlez-Liy
247,369,429
U_kgDODr6O1Q
User
false
openclaw/openclaw
4,265,698,215
I_kwDOQb6kR87-QWOn
66,914
https://github.com/openclaw/openclaw/issues/66914
https://api.github.com/repos/openclaw/openclaw/issues/66914
DevClaw can silently fork project registry state by creating an empty devclaw/projects.json
## Summary DevClaw startup/workspace scaffolding can silently create a fresh empty `devclaw/projects.json` when that file is missing. If project registry state still exists in a legacy location, this creates a dangerous failure mode: DevClaw can appear to have "forgotten" all registered projects, not because state was...
closed
completed
true
1
[]
[]
2026-04-15T01:33:05Z
2026-04-17T04:22:25Z
2026-04-15T01:38:45Z
NONE
null
20260417T163222Z
2026-04-17T16:32:22Z
fujiwaranosai850
262,444,726
U_kgDOD6SWtg
User
false
openclaw/openclaw
4,265,706,226
I_kwDOQb6kR87-QYLy
66,915
https://github.com/openclaw/openclaw/issues/66915
https://api.github.com/repos/openclaw/openclaw/issues/66915
[Bug]: edit tool: confusing error on whitespace mismatch, needs better surfacing
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary When the `edit` tool's `oldText` parameter doesn't match the file exactly — due to whitespace differences (trailing spaces, tabs, line ending differences) — the edit fails and OpenClaw posts an opaque user-visi...
open
null
false
2
[ "bug", "bug:behavior" ]
[]
2026-04-15T01:36:11Z
2026-05-03T08:25:06Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
ifearghal
249,224,915
U_kgDODtre0w
User
false
openclaw/openclaw
4,265,709,556
I_kwDOQb6kR87-QY_0
66,916
https://github.com/openclaw/openclaw/issues/66916
https://api.github.com/repos/openclaw/openclaw/issues/66916
[Bug]: Malformed tool calls on longer requests for approval button on Slack, RAW output instead
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Slack buttons not working on extended commands. It was able to make an allow-once button with "pwd", but anything longer than that, i assume with spaces, it breaks. here is the output It seems that the sessions_send functio...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-04-15T01:37:30Z
2026-04-19T04:22:47Z
2026-04-17T02:58:12Z
NONE
null
20260419T052035Z
2026-04-19T05:20:35Z
awknode
64,115,053
MDQ6VXNlcjY0MTE1MDUz
User
false
openclaw/openclaw
4,265,712,789
I_kwDOQb6kR87-QZyV
66,917
https://github.com/openclaw/openclaw/issues/66917
https://api.github.com/repos/openclaw/openclaw/issues/66917
WhatsApp Stability: Persistent 408/499 Disconnects & Group Inbound Failure
### Problem Description\n\nWe are experiencing persistent WhatsApp stability issues characterized by two main patterns:\n\n1. **Frequent 408 Disconnects (Server-Side Idle Timeout) & Corruption (Client-Side Race Condition):**\n - WhatsApp WebSockets disconnect every ~15-20 minutes with 408 errors (server-side idl...
closed
not_planned
true
1
[]
[]
2026-04-15T01:38:43Z
2026-04-30T04:40:16Z
2026-04-26T05:09:14Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
primecoder-legonhill
265,703,021
U_kgDOD9ZObQ
User
false
openclaw/openclaw
4,265,721,576
I_kwDOQb6kR87-Qb7o
66,920
https://github.com/openclaw/openclaw/issues/66920
https://api.github.com/repos/openclaw/openclaw/issues/66920
WhatsApp group inbound messages silently drop after repeated 408 reconnect cycles (DMs survive)
## Description WhatsApp group inbound messages silently stop being delivered after prolonged 408 WebSocket disconnect/reconnect cycles. Direct messages (DMs) continue to work, and outbound delivery is unaffected. The gateway logs "Listening for personal WhatsApp inbound messages" on each reconnect, but no group messag...
closed
completed
true
2
[]
[]
2026-04-15T01:42:11Z
2026-05-02T04:28:30Z
2026-04-29T10:55:13Z
NONE
null
20260502T060142Z
2026-05-02T06:01:42Z
primecoder-legonhill
265,703,021
U_kgDOD9ZObQ
User
false
openclaw/openclaw
4,265,728,511
I_kwDOQb6kR87-Qdn_
66,925
https://github.com/openclaw/openclaw/issues/66925
https://api.github.com/repos/openclaw/openclaw/issues/66925
[Bug] registerMemoryCapability is overwrite-only — active-memory overrides memory-core's publicArtifacts, breaking wiki bridge import
## Bug Description When both `memory-core` and `active-memory` plugins are enabled, `registerMemoryCapability()` in `memory-state` uses **direct assignment** (overwrite), not merge. Since `active-memory` loads **after** `memory-core` and does NOT register `publicArtifacts`, it wipes out memory-core's `publicArtifacts....
closed
not_planned
true
1
[]
[]
2026-04-15T01:44:51Z
2026-04-28T04:54:18Z
2026-04-25T17:55:35Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
kemble765
5,377,687
MDQ6VXNlcjUzNzc2ODc=
User
false
openclaw/openclaw
4,265,735,298
I_kwDOQb6kR87-QfSC
66,926
https://github.com/openclaw/openclaw/issues/66926
https://api.github.com/repos/openclaw/openclaw/issues/66926
google-generative-ai tagged reasoning mode breaks tool calling — models write tool calls as text instead of invoking them
### Version OpenClaw 2026.4.12 ### Description \`provider-utils-COBMH4gY.js\` hardcodes \`google-generative-ai\` as \`"tagged"\` reasoning mode: \`\`\`js const BUILTIN_REASONING_OUTPUT_MODES = { "google-generative-ai": "tagged" }; \`\`\` This causes the following system prompt to be injected on every turn for any G...
open
null
false
2
[]
[]
2026-04-15T01:47:00Z
2026-05-03T10:19:27Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
Rmiddaugh10
16,531,156
MDQ6VXNlcjE2NTMxMTU2
User
false
openclaw/openclaw
4,265,740,370
I_kwDOQb6kR87-QghS
66,927
https://github.com/openclaw/openclaw/issues/66927
https://api.github.com/repos/openclaw/openclaw/issues/66927
Feature: deterministic handoff from user-invocable skills to plugin tools
I ran into a platform gap while building a custom OpenClaw workflow called Contributor Ops. ## Summary OpenClaw currently has the pieces for: - a user-invocable workspace skill - a local/native plugin - a registered plugin tool - slash-style skill invocation in chat But there does not seem to be a clean, first-clas...
closed
completed
true
1
[]
[]
2026-04-15T01:48:37Z
2026-04-28T04:54:16Z
2026-04-25T17:55:42Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
mikepatraw
129,897,918
U_kgDOB74Vvg
User
false
openclaw/openclaw
4,265,817,395
I_kwDOQb6kR87-QzUz
66,934
https://github.com/openclaw/openclaw/issues/66934
https://api.github.com/repos/openclaw/openclaw/issues/66934
Webchat: sender label shows 'openclaw-control-ui' instead of 'you'
## Bug Description In the webchat Control UI, messages sent by the user sometimes display `openclaw-control-ui` as the sender name instead of `you`. The label toggles unpredictably between the two values. Additionally, after sending a message, the input field clears, the message briefly appears in the chat window, th...
closed
completed
true
1
[]
[]
2026-04-15T02:13:15Z
2026-04-30T04:36:50Z
2026-04-27T05:21:27Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
chameleon202306
137,584,491
U_kgDOCDNfaw
User
false
openclaw/openclaw
4,265,841,574
I_kwDOQb6kR87-Q5Om
66,936
https://github.com/openclaw/openclaw/issues/66936
https://api.github.com/repos/openclaw/openclaw/issues/66936
CLI: `openclaw agents list` fails with unresolved SecretRef; CLI process hangs after completion
## Description Two related bugs in the `openclaw agents` CLI commands: ### Bug 1: `agents list` fails when Telegram botTokens use SecretRef `openclaw agents list` calls `buildProviderStatusIndex()` which attempts to resolve Telegram `botToken` SecretRef entries. In CLI context (outside the gateway runtime), SecretRe...
open
null
false
2
[]
[]
2026-04-15T02:21:33Z
2026-05-03T08:39:19Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
richardmqq
14,178,267
MDQ6VXNlcjE0MTc4MjY3
User
false
openclaw/openclaw
4,265,841,731
I_kwDOQb6kR87-Q5RD
66,937
https://github.com/openclaw/openclaw/issues/66937
https://api.github.com/repos/openclaw/openclaw/issues/66937
[Bug]: lmstudio provider does not allow to skip api key
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary lm studio is LOCAL, does not have api key by default. openclaw breaks this behavior, requiring to set api key, which will break all other installations if set. ### Steps to reproduce run `openclaw onboard --i...
closed
completed
true
2
[ "bug" ]
[]
2026-04-15T02:21:37Z
2026-04-30T04:36:08Z
2026-04-27T07:16:40Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
olamedia
611,624
MDQ6VXNlcjYxMTYyNA==
User
false
openclaw/openclaw
4,265,844,019
I_kwDOQb6kR87-Q50z
66,938
https://github.com/openclaw/openclaw/issues/66938
https://api.github.com/repos/openclaw/openclaw/issues/66938
Feature request: per-account and per-peer sendPolicy matching for shadow mode DM handling
## Use Case Multi-account WhatsApp setups need the ability to **receive and process DMs on one account without responding** (shadow mode), while allowing normal DM responses on a different account. ### Concrete scenario: - **Primary account** receives DMs from contacts. The agent should read, learn from, and process ...
closed
completed
true
1
[]
[]
2026-04-15T02:22:19Z
2026-04-28T04:54:16Z
2026-04-25T17:55:49Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
primecoder-legonhill
265,703,021
U_kgDOD9ZObQ
User
false
openclaw/openclaw
4,265,873,178
I_kwDOQb6kR87-RA8a
66,940
https://github.com/openclaw/openclaw/issues/66940
https://api.github.com/repos/openclaw/openclaw/issues/66940
MCP streamable-http: missing Accept header causes connection failure
## Bug Description When configuring MCP servers with `type: "streamable-http"`, the OpenClaw client fails to connect because it does not send the required `Accept` header. ## Steps to Reproduce 1. Configure a streamable-http MCP server, e.g. Zhipu BigModel: ```json { "web-search-prime": { "url": "https://open....
closed
completed
true
4
[]
[]
2026-04-15T02:30:26Z
2026-04-30T04:40:16Z
2026-04-26T05:09:19Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
sl-wen
102,893,819
U_kgDOBiII-w
User
false
openclaw/openclaw
4,265,914,549
I_kwDOQb6kR87-RLC1
66,941
https://github.com/openclaw/openclaw/issues/66941
https://api.github.com/repos/openclaw/openclaw/issues/66941
[Bug]: QClaw客服号(wechat-access)无法连接,Gateway进程不启动
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary 标题: 正文: ## 问题描述 。 ## 环境信息 - - GitHub最新版本:2026.4.9 - - Node版本:v22.21.1 ## crash报告 已加密,无法读取内容。 ### Steps to reproduce QClaw客服号(使用wechat-access通道)一直显示"连接已断开,请打开电脑端检查连接状态,可尝试断开后重新连接💫" 多次重启QClaw客户端均无效,重新扫码绑定也无效 ### Ex...
closed
not_planned
true
1
[ "bug", "bug:crash" ]
[]
2026-04-15T02:46:16Z
2026-04-28T04:54:15Z
2026-04-25T17:55:56Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
join9461-coder
266,786,221
U_kgDOD-bVrQ
User
false
openclaw/openclaw
4,265,918,246
I_kwDOQb6kR87-RL8m
66,942
https://github.com/openclaw/openclaw/issues/66942
https://api.github.com/repos/openclaw/openclaw/issues/66942
[Bug]: TypeError: Cannot read properties of undefined (reading 'trim')
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary openclaw --version OpenClaw 2026.4.14 (323493f) openclaw onboard always report this ### Steps to reproduce openclaw onboard setup ### Expected behavior no errors ### Actual behavior report TypeError: Cannot read proper...
closed
completed
true
3
[ "bug", "close:already-fixed", "dedupe:child", "bug:crash" ]
[ "vincentkoc" ]
2026-04-15T02:47:29Z
2026-04-28T05:28:59Z
2026-04-25T09:37:41Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
zillionare
7,206,696
MDQ6VXNlcjcyMDY2OTY=
User
false
openclaw/openclaw
4,265,947,296
I_kwDOQb6kR87-RTCg
66,944
https://github.com/openclaw/openclaw/issues/66944
https://api.github.com/repos/openclaw/openclaw/issues/66944
[Feature]: Plugin UI Extension System — Allow Plugins to Contribute Native Pages to Control UI
### Summary Allow plugins to declare UI pages in `openclaw.plugin.json` that appear as **native tabs** inside the Control UI. Plugin pages are built as Lit Web Components (same tech stack as the main UI), dynamically discovered and loaded at runtime, sharing the same theme, Lit runtime, and gateway client. Users canno...
open
null
false
7
[ "enhancement" ]
[]
2026-04-15T02:56:48Z
2026-05-03T08:25:08Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
iamalin
19,810,357
MDQ6VXNlcjE5ODEwMzU3
User
false
openclaw/openclaw
4,265,952,392
I_kwDOQb6kR87-RUSI
66,945
https://github.com/openclaw/openclaw/issues/66945
https://api.github.com/repos/openclaw/openclaw/issues/66945
[Bug]: TypeError: Cannot read properties of undefined (reading 'trim')
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary When I was installing a new version and selecting How channels work, I encountered this bug regardless of whether I chose to skip or QQbot ### Steps to reproduce normal setup ### Expected behavior Successfully installed ##...
closed
completed
true
4
[ "bug", "close:already-fixed", "dedupe:child", "bug:crash" ]
[ "vincentkoc" ]
2026-04-15T02:58:46Z
2026-04-28T05:29:01Z
2026-04-25T09:37:35Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
tobemorelucky
205,934,056
U_kgDODEZN6A
User
false
openclaw/openclaw
4,265,954,034
I_kwDOQb6kR87-RUry
66,946
https://github.com/openclaw/openclaw/issues/66946
https://api.github.com/repos/openclaw/openclaw/issues/66946
[Bug]: **Control UI路径重复导致404错误,聊天功能无法使用**
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary OpenClaw Control UI前端代码路径拼接错误,导致`__openclaw__`路径重复,配置文件请求返回404,聊天功能无法使用。 ### Steps to reproduce 1. 安装OpenClaw 2026.4.14 2. 启动gateway服务 3. 通过SSH隧道或直接访问Control UI (`http://localhost:18789/__openclaw__/`) 4. 打开浏...
open
null
false
2
[ "bug", "bug:behavior" ]
[]
2026-04-15T02:59:26Z
2026-05-03T08:25:10Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
yndwx01
60,637,201
MDQ6VXNlcjYwNjM3MjAx
User
false
openclaw/openclaw
4,265,961,615
I_kwDOQb6kR87-RWiP
66,947
https://github.com/openclaw/openclaw/issues/66947
https://api.github.com/repos/openclaw/openclaw/issues/66947
Dreaming system pollutes daily memory files, causing heartbeat agents to skip memory logging
## Problem The dreaming system (`memory-core` plugin) writes its Light Sleep and REM Sleep phase blocks directly into `memory/YYYY-MM-DD.md` files in the agent's workspace. This causes the agent's heartbeat to see "today's daily file already exists" and skip scanning for real session activity to log — resulting in day...
closed
completed
true
2
[]
[]
2026-04-15T03:02:12Z
2026-04-28T04:54:14Z
2026-04-25T17:56:03Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jensenwang560-blip
267,012,233
U_kgDOD-pIiQ
User
false
openclaw/openclaw
4,265,993,153
I_kwDOQb6kR87-RePB
66,950
https://github.com/openclaw/openclaw/issues/66950
https://api.github.com/repos/openclaw/openclaw/issues/66950
Telegram native command menu disappears after upgrade to 2026.4.14 (323493f); previous version worked
## Summary Telegram native command menu disappeared after upgrading to `OpenClaw 2026.4.14 (323493f)`, while the previous local version still showed the menu correctly. Telegram transport itself remains healthy: the bot can receive and send messages normally. The missing piece is the native command menu registration/s...
closed
completed
true
5
[]
[]
2026-04-15T03:12:42Z
2026-04-28T04:54:13Z
2026-04-25T17:56:18Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Theo-jobs
177,595,285
U_kgDOCpXjlQ
User
false
openclaw/openclaw
4,266,003,633
I_kwDOQb6kR87-Rgyx
66,951
https://github.com/openclaw/openclaw/issues/66951
https://api.github.com/repos/openclaw/openclaw/issues/66951
Bug: Main agent falls back to 3rd-priority model (claude-sonnet) instead of 2nd (gpt-5.4-mini) on Ollama init failure
## Summary On session initialization, when the primary model (`ollama/phi4-mini:latest`) is unavailable (Ollama process running but model unresponsive), the main agent skips the configured 2nd fallback (`openai/gpt-5.4-mini`) and launches directly on the 3rd fallback (`anthropic/claude-sonnet-4-6`). ## Environment -...
closed
completed
true
1
[]
[]
2026-04-15T03:15:05Z
2026-04-28T04:54:13Z
2026-04-25T17:56:25Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ai-winston03
275,762,820
U_kgDOEG_OhA
User
false
openclaw/openclaw
4,266,004,298
I_kwDOQb6kR87-Rg9K
66,952
https://github.com/openclaw/openclaw/issues/66952
https://api.github.com/repos/openclaw/openclaw/issues/66952
[Bug]: openai-codex OAuth refresh race can invalidate shared refresh token; models status misreports expired Codex profiles as OK
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary openai-codex OAuth enters unrecoverable failure state after refresh_token_reused and models status reports expired Codex profiles as ok ### Steps to reproduce NOT_ENOUGH_INFO ### Expected behavior After v...
closed
not_planned
false
2
[ "bug", "close:duplicate", "dedupe:child", "bug:behavior" ]
[ "vincentkoc" ]
2026-04-15T03:15:13Z
2026-04-25T09:16:38Z
2026-04-25T09:16:38Z
NONE
null
20260425T120014Z
2026-04-25T12:00:14Z
marcusglee11
200,859,841
U_kgDOC_jgwQ
User
false
openclaw/openclaw
4,266,004,895
I_kwDOQb6kR87-RhGf
66,953
https://github.com/openclaw/openclaw/issues/66953
https://api.github.com/repos/openclaw/openclaw/issues/66953
[Bug]: delivery-mirror transcript written to wrong agent session in multi-account multi-agent config
## Summary In a multi-account, multi-agent Feishu configuration, when the **writer** agent sends a message to the user, the `delivery-mirror` transcript entry is incorrectly written to the **main** agent's session instead of the writer agent's session. This creates a ghost session under the wrong agent that pollutes ...
open
null
false
2
[]
[]
2026-04-15T03:15:20Z
2026-05-02T21:49:52Z
null
NONE
null
20260503T000641Z
2026-05-03T00:06:41Z
sslnv88
119,042,375
U_kgDOBxhxRw
User
false
openclaw/openclaw
4,266,039,209
I_kwDOQb6kR87-Rpep
66,957
https://github.com/openclaw/openclaw/issues/66957
https://api.github.com/repos/openclaw/openclaw/issues/66957
[Bug]: models.mode="replace" still triggers implicit provider discovery and causes large startup delays
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary With `models.mode="replace"` and only one explicit provider configured, OpenClaw still invokes implicit provider discovery before mode-specific handling, contrary to the documented semantics, and minimal legacy...
open
null
false
2
[ "bug", "bug:behavior" ]
[]
2026-04-15T03:25:12Z
2026-05-03T09:49:05Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
wangzhengshu
126,174,704
U_kgDOB4VF8A
User
false
openclaw/openclaw
4,266,041,969
I_kwDOQb6kR87-RqJx
66,958
https://github.com/openclaw/openclaw/issues/66958
https://api.github.com/repos/openclaw/openclaw/issues/66958
[Bug]: Telegram native command menu can be cleared on startup because runtime command registration resolves to an empty list
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Telegram native commands appear enabled and supported, but the bot’s native command menu becomes empty or gets cleared on startup. This does not appear to be caused by user config: - `commands.native` is set to `"auto"` - ...
closed
completed
true
4
[ "bug", "regression" ]
[]
2026-04-15T03:26:16Z
2026-04-28T04:54:12Z
2026-04-25T17:56:32Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jsompis
6,247,785
MDQ6VXNlcjYyNDc3ODU=
User
false
openclaw/openclaw
4,266,062,578
I_kwDOQb6kR87-RvLy
66,961
https://github.com/openclaw/openclaw/issues/66961
https://api.github.com/repos/openclaw/openclaw/issues/66961
Bug: models.json generation should exclude unresolved custom providers; codex discovered models still rejected by session model allowlist
## Summary Two related model-runtime issues showed up on macOS with OpenClaw 2026.4.14. 1. `ensureOpenClawModelsJson()` writes custom provider rows into `~/.openclaw/agents/main/agent/models.json` even when those providers still have custom `models` but no resolved `apiKey`. 2. Once that happens, PI model discovery t...
open
null
false
1
[]
[]
2026-04-15T03:33:19Z
2026-05-03T11:49:33Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
drjontam
261,543,252
U_kgDOD5bVVA
User
false
openclaw/openclaw
4,266,072,765
I_kwDOQb6kR87-Rxq9
66,963
https://github.com/openclaw/openclaw/issues/66963
https://api.github.com/repos/openclaw/openclaw/issues/66963
openclaw agent crashes on startup with ReferenceError in buildPollSchema
## Summary `openclaw agent` crashes before running any turn. The failure happens while loading the message tool schema, inside `buildPollSchema()`. ## Affected versions Observed on: - OpenClaw 2026.4.6 - OpenClaw 2026.4.14 ## Repro ```bash openclaw agent --help ``` Also repros with an actual invocation: ```bash open...
closed
completed
true
1
[]
[]
2026-04-15T03:36:38Z
2026-04-28T04:54:11Z
2026-04-25T17:56:39Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
coolbat
26,573,413
MDQ6VXNlcjI2NTczNDEz
User
false
openclaw/openclaw
4,266,084,818
I_kwDOQb6kR87-R0nS
66,965
https://github.com/openclaw/openclaw/issues/66965
https://api.github.com/repos/openclaw/openclaw/issues/66965
WhatsApp: expose messageTimeoutMs as config option to control idle reconnect cycle
## Problem The WhatsApp channel has a hardcoded 30-minute idle timeout (`MESSAGE_TIMEOUT_MS = tuning.messageTimeoutMs ?? 1800 * 1e3`). When no inbound messages arrive for 30 minutes, the gateway logs: ``` [whatsapp] No messages received in 30m - restarting connection [whatsapp] Web connection closed (status 499). Ret...
closed
not_planned
true
1
[]
[]
2026-04-15T03:41:36Z
2026-04-30T04:40:15Z
2026-04-26T05:09:24Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
2vanm
105,162,852
U_kgDOBkSoZA
User
false
openclaw/openclaw
4,266,121,199
I_kwDOQb6kR87-R9fv
66,971
https://github.com/openclaw/openclaw/issues/66971
https://api.github.com/repos/openclaw/openclaw/issues/66971
[Bug]: Internal queue-health/surge-plan exec call hardcodes security=allowlist, bypasses global config
## Bug OpenClaw's internal queue-health / surge-plan tool-call code path hardcodes `security: "allowlist"` in its `raw_params` when invoking the gate script. This: 1. Overrides the user's global `tools.exec.security="full"` (yolo preset) config 2. Fails with `exec denied: allowlist miss` because `tools.exec.allowlist...
closed
not_planned
true
1
[]
[]
2026-04-15T03:56:24Z
2026-04-28T04:54:10Z
2026-04-25T17:56:53Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
pauljohnchamberlain
114,663,999
U_kgDOBtWiPw
User
false
openclaw/openclaw
4,266,160,538
I_kwDOQb6kR87-SHGa
66,972
https://github.com/openclaw/openclaw/issues/66972
https://api.github.com/repos/openclaw/openclaw/issues/66972
[Bug]: `/new` is unreachable when main-agent session log has a stale thread-bound ACP session
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary **Version:** 2026.4.5 (also unverified on 2026.4.14 — see note) **Channel:** Telegram direct chat **Severity:** Hard lockout — user cannot recover the bot via any in-channel command If a Telegram thread has ev...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-15T04:09:12Z
2026-04-28T04:54:10Z
2026-04-25T17:57:00Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
someone-eng
82,312,730
MDQ6VXNlcjgyMzEyNzMw
User
false
openclaw/openclaw
4,266,175,659
I_kwDOQb6kR87-SKyr
66,973
https://github.com/openclaw/openclaw/issues/66973
https://api.github.com/repos/openclaw/openclaw/issues/66973
sessions_spawn defaults to thread-bound persistent mode, turning one-shot tests into permanent bindings
# Bug/UX: `sessions_spawn` defaults to thread-bound persistent mode, turning one-shot tests into permanent bindings **Version:** 2026.4.5 **Severity:** Low data-safety / High footgun ## Summary When an LLM (or user) invokes `sessions_spawn` to run a quick one-off test against an ACP agent — e.g. "spawn codex ACP and...
closed
completed
true
1
[]
[]
2026-04-15T04:13:38Z
2026-04-30T04:40:14Z
2026-04-26T05:09:29Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
someone-eng
82,312,730
MDQ6VXNlcjgyMzEyNzMw
User
false
openclaw/openclaw
4,266,200,197
I_kwDOQb6kR87-SQyF
66,975
https://github.com/openclaw/openclaw/issues/66975
https://api.github.com/repos/openclaw/openclaw/issues/66975
[Bug]:telegram bot commands disappear after upgrading to 2026.4.14
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary ### Problem After updating to 2026.4.14, the Telegram bot no longer shows built-in commands (/start, /help, /status, /reset, /restart, /stop, /usage, /new, /menu, etc.) Bot Menu button is also missing. Tried /setmenubutton w...
closed
completed
true
6
[ "bug" ]
[]
2026-04-15T04:20:42Z
2026-04-28T04:54:09Z
2026-04-25T17:57:07Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
wubin0532
41,243,860
MDQ6VXNlcjQxMjQzODYw
User
false
openclaw/openclaw
4,266,238,792
I_kwDOQb6kR87-SaNI
66,977
https://github.com/openclaw/openclaw/issues/66977
https://api.github.com/repos/openclaw/openclaw/issues/66977
[Bug]: sqlite-vec extension cannot load on macOS — node:sqlite compiled with OMIT_LOAD_EXTENSION
**Bug type** Platform compatibility / build configuration issue **Beta release blocker** No **Summary** On macOS, the `sqlite-vec` SQLite extension cannot be loaded at runtime, disabling vector similarity search in OpenClaw's memory system. The root cause is that Node.js's built-in `node:sqlite` module is compiled...
open
null
false
3
[]
[]
2026-04-15T04:32:09Z
2026-05-03T07:04:36Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
chenlong220192
25,541,841
MDQ6VXNlcjI1NTQxODQx
User
false
openclaw/openclaw
4,266,242,396
I_kwDOQb6kR87-SbFc
66,978
https://github.com/openclaw/openclaw/issues/66978
https://api.github.com/repos/openclaw/openclaw/issues/66978
[Bug]: `sessions_spawn(..., mode="run")` can time out while child Claude Code work continues and completes, leaving the parent session without a final completion payload
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary When using `sessions_spawn(..., mode="run")` to launch a subagent for a Claude Code task, the child work can continue running and complete successfully, but the parent session may only receive a timeout-style status such as ...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-04-15T04:33:08Z
2026-04-28T04:54:08Z
2026-04-25T17:57:14Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jsompis
6,247,785
MDQ6VXNlcjYyNDc3ODU=
User
false
openclaw/openclaw
4,266,245,333
I_kwDOQb6kR87-SbzV
66,979
https://github.com/openclaw/openclaw/issues/66979
https://api.github.com/repos/openclaw/openclaw/issues/66979
[Feature]: sandbox limit
### Summary My openclaw robot cannot recognize the files of the host computer, nor can it run the skill in the host computer. I have configured sandbox off. Sometimes I can recognize the files, and sometimes I can't ### Problem to solve My openclaw robot cannot recognize the files of the host computer, nor can it ru...
open
null
false
2
[ "enhancement" ]
[]
2026-04-15T04:33:49Z
2026-05-03T08:25:12Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
quietle123
49,668,869
MDQ6VXNlcjQ5NjY4ODY5
User
false
openclaw/openclaw
4,266,270,730
I_kwDOQb6kR87-SiAK
66,981
https://github.com/openclaw/openclaw/issues/66981
https://api.github.com/repos/openclaw/openclaw/issues/66981
[Bug]: browser failed: timed out. Restart the OpenClaw gateway (OpenClaw.app menubar, or `openclaw gateway`).
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary [Bug]: [tools] browser failed: timed out. Restart the OpenClaw gateway (OpenClaw.app menubar, or `openclaw gateway`). Do NOT retry the browser tool — it will keep failing. Use an alternative approach or inform ...
closed
completed
true
5
[ "bug", "close:already-fixed", "dedupe:child", "bug:behavior" ]
[ "vincentkoc" ]
2026-04-15T04:39:25Z
2026-04-28T05:20:50Z
2026-04-25T11:42:35Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
duyanhedyh
88,538,769
MDQ6VXNlcjg4NTM4NzY5
User
false
openclaw/openclaw
4,266,272,925
I_kwDOQb6kR87-Siid
66,982
https://github.com/openclaw/openclaw/issues/66982
https://api.github.com/repos/openclaw/openclaw/issues/66982
Exec completion relay creates orphan sessions with missing result context
## Summary The exec completion relay path creates new sessions to notify the user when an async command completes, but fails to attach the actual command output to the session context. The model receives a prompt telling it to summarize results that don't exist, producing confused responses delivered to the user. ## ...
closed
completed
true
3
[]
[]
2026-04-15T04:39:56Z
2026-04-30T04:40:12Z
2026-04-26T05:09:34Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
gkoch02
76,127,910
MDQ6VXNlcjc2MTI3OTEw
User
false
openclaw/openclaw
4,266,296,234
I_kwDOQb6kR87-SoOq
66,983
https://github.com/openclaw/openclaw/issues/66983
https://api.github.com/repos/openclaw/openclaw/issues/66983
[Feature]: web canvas node support — allow browser tabs to register as A2UI canvas surfaces
### Summary A2UI was designed platform-agnostically: the agent sends declarative JSONL, the client renders it using its own native components. The spec explicitly supports React, Lit, Angular, Flutter etc. as renderers. However, OpenClaw's gateway currently only allows canvas commands for iOS, Android, and macOS node ...
open
null
false
1
[ "enhancement" ]
[]
2026-04-15T04:44:51Z
2026-05-02T17:31:21Z
null
CONTRIBUTOR
null
20260502T180029Z
2026-05-02T18:00:29Z
qas
5,381,358
MDQ6VXNlcjUzODEzNTg=
User
false
openclaw/openclaw
4,266,327,648
I_kwDOQb6kR87-Sv5g
66,984
https://github.com/openclaw/openclaw/issues/66984
https://api.github.com/repos/openclaw/openclaw/issues/66984
feat: manifest-level capability declaration for plugins using child_process
## Problem Plugins that wrap local CLI tools (e.g., `apple-pim-cli`, `parcel-cli`) legitimately need `child_process` to spawn native binaries. The install-time security scanner (`src/security/skill-scanner.ts`) has a hardcoded `dangerous-exec` rule that blocks installation with a `critical` severity finding. The only...
closed
completed
true
1
[ "maintainer" ]
[]
2026-04-15T04:50:24Z
2026-04-18T04:14:31Z
2026-04-15T04:55:41Z
CONTRIBUTOR
null
20260418T042035Z
2026-04-18T04:20:35Z
omarshahine
10,343,873
MDQ6VXNlcjEwMzQzODcz
User
false
openclaw/openclaw
4,266,378,399
I_kwDOQb6kR87-S8Sf
66,988
https://github.com/openclaw/openclaw/issues/66988
https://api.github.com/repos/openclaw/openclaw/issues/66988
[Config UI] Raw mode silently disabled — snapshot returns raw: null causing forced form switch
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary ### ✅ 修复方案 **核心原则**: fallback 只禁止**编辑**,不禁止**展示**。 将 `redactedRaw = null` 改为保留 `redactedRaw` 字符串(即使是不可还原的模糊版本),UI 可以正常渲染 raw view,只是 `isReadonly: true` 状态由上游控制。 **修改前**: ```js if (redactedRaw && shouldFallbackToStructured...
closed
not_planned
true
4
[ "bug", "regression" ]
[]
2026-04-15T05:02:19Z
2026-05-03T04:34:42Z
2026-04-30T23:28:37Z
NONE
null
20260503T060030Z
2026-05-03T06:00:30Z
Vita0519
103,429,936
U_kgDOBio3MA
User
false
openclaw/openclaw
4,266,387,065
I_kwDOQb6kR87-S-Z5
66,989
https://github.com/openclaw/openclaw/issues/66989
https://api.github.com/repos/openclaw/openclaw/issues/66989
[Bug]: Slack Socket Mode connects but no inbound events are received (app_mention in channel) on 2026.4.14/macOS
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Summary Slack Socket Mode connects successfully and health shows OK, but no inbound Slack events (e.g., app_mention in a public channel) are received by OpenClaw. No event lines appear in channel logs or gateway logs, so th...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-04-15T05:04:48Z
2026-04-30T04:40:12Z
2026-04-26T05:09:39Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
SCOTTYOTM
274,171,606
U_kgDOEFeG1g
User
false
openclaw/openclaw
4,266,445,181
I_kwDOQb6kR87-TMl9
66,991
https://github.com/openclaw/openclaw/issues/66991
https://api.github.com/repos/openclaw/openclaw/issues/66991
[Bug]: openclaw tui hangs with stuck spinner and `no active run` when --deliver is off (default)
## Summary On a fresh `openclaw tui --session <key>` session, sending any message produces a spinner that spins forever. Pressing Esc prints `no active run`. No assistant reply ever appears in the TUI — **yet the backend does run the turn and writes the reply to the session file on disk**. Running the same command wit...
closed
completed
true
2
[]
[]
2026-04-15T05:19:12Z
2026-04-30T04:40:11Z
2026-04-26T05:09:44Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
arcabotai
261,107,832
U_kgDOD5AweA
User
false
openclaw/openclaw
4,266,449,162
I_kwDOQb6kR87-TNkK
66,992
https://github.com/openclaw/openclaw/issues/66992
https://api.github.com/repos/openclaw/openclaw/issues/66992
macOS: gateway plist should set ProcessType: Interactive to prevent App Nap timer stalls
## Summary The gateway launchd plist generated by `openclaw gateway install` does not set `ProcessType`. This causes macOS App Nap to suspend the gateway process during idle periods, freezing all `setTimeout`-based timers — including the heartbeat scheduler. ## Observed Behavior Heartbeat configured at 30-minute int...
closed
not_planned
true
1
[]
[]
2026-04-15T05:20:12Z
2026-04-30T04:35:59Z
2026-04-27T07:41:28Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
bobsahur-robot
262,074,308
U_kgDOD57vxA
User
false
openclaw/openclaw
4,266,464,680
I_kwDOQb6kR87-TRWo
66,993
https://github.com/openclaw/openclaw/issues/66993
https://api.github.com/repos/openclaw/openclaw/issues/66993
Support BYOK (Bring Your Own Key) for cloud gateways
Allow users to provide their own AI provider API keys for cloud-deployed gateways instead of relying on the app's bundled credentials. This enables users to use their own Anthropic/OpenAI accounts and quotas. ## Requirements - Settings UI to enter/manage API key per provider - Secure storage (Keychain on client, env v...
closed
completed
true
0
[]
[]
2026-04-15T05:23:42Z
2026-04-18T04:14:31Z
2026-04-15T05:24:03Z
NONE
null
20260418T042035Z
2026-04-18T04:20:35Z
samuelalake
58,840,187
MDQ6VXNlcjU4ODQwMTg3
User
false
openclaw/openclaw
4,266,465,108
I_kwDOQb6kR87-TRdU
66,994
https://github.com/openclaw/openclaw/issues/66994
https://api.github.com/repos/openclaw/openclaw/issues/66994
Exec approval prompts persist despite tools.exec.ask: off
## Bug type Regression / Confusing behaviour ## Summary Setting `tools.exec.ask: off` does not suppress exec approval prompts. Commands continue to require approval via interactive approval cards, blocking autonomous cron job execution. ## Environment - OpenClaw: 2026.4.14 - macOS: Darwin 25.3.0 (Mac mini) - Node: v2...
closed
completed
true
1
[]
[]
2026-04-15T05:23:50Z
2026-04-28T04:54:07Z
2026-04-25T17:57:21Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
hollystarbug-web
267,249,372
U_kgDOD-3m3A
User
false
openclaw/openclaw
4,266,465,985
I_kwDOQb6kR87-TRrB
66,995
https://github.com/openclaw/openclaw/issues/66995
https://api.github.com/repos/openclaw/openclaw/issues/66995
Closed
Accidental issue
closed
completed
true
0
[]
[]
2026-04-15T05:24:04Z
2026-04-18T04:14:28Z
2026-04-15T05:24:11Z
NONE
null
20260418T042035Z
2026-04-18T04:20:35Z
samuelalake
58,840,187
MDQ6VXNlcjU4ODQwMTg3
User
false
openclaw/openclaw
4,266,467,626
I_kwDOQb6kR87-TSEq
66,996
https://github.com/openclaw/openclaw/issues/66996
https://api.github.com/repos/openclaw/openclaw/issues/66996
How to configure local MLX TTS (Qwen3TTSTalker) for in-app Talk mode voice on macOS?
## Question / Discussion **OpenClaw macOS app v2026.4.14 — Apple Silicon (M-series)** ### Background The OpenClaw macOS app binary contains `TalkMLXSpeechSynthesizer` and `Qwen3TTSTalkerModel` (confirmed via `strings`), as well as `TalkSystemSpeechSynthesizer` as a fallback. In-app Talk mode voice conversation is wo...
closed
completed
true
1
[]
[]
2026-04-15T05:24:28Z
2026-04-30T04:44:23Z
2026-04-25T07:43:28Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
JustinTSmith
10,588,044
MDQ6VXNlcjEwNTg4MDQ0
User
false
openclaw/openclaw
4,266,488,339
I_kwDOQb6kR87-TXIT
67,000
https://github.com/openclaw/openclaw/issues/67000
https://api.github.com/repos/openclaw/openclaw/issues/67000
Feature Request: Warm-up / session reuse for embedded agents (active-memory)
## Problem `runEmbeddedPiAgent` performs a full cold start on every invocation. For active-memory, this means every user message triggers: 1. Session lane enqueue (queue wait) 2. Workspace resolution (`resolveRunWorkspaceDir`) 3. Plugin loading (`ensureRuntimePluginsLoaded`) 4. Model resolution (`resolveModelAsync` +...
open
null
false
4
[]
[]
2026-04-15T05:30:20Z
2026-05-02T17:31:22Z
null
NONE
null
20260502T180029Z
2026-05-02T18:00:29Z
TNTest
470,968
MDQ6VXNlcjQ3MDk2OA==
User
false
openclaw/openclaw
4,266,497,886
I_kwDOQb6kR87-TZde
67,002
https://github.com/openclaw/openclaw/issues/67002
https://api.github.com/repos/openclaw/openclaw/issues/67002
[Feature]: Independent workspace for every channel
### Summary Each channel could config independent workspace. ### Problem to solve Each channels can not work in independent workspace. ### Proposed solution Support channels. <channel>.responsePrefix with independent workspace. ### Alternatives considered _No response_ ### Impact Affected: Multi-team shared ch...
open
null
false
0
[ "enhancement" ]
[]
2026-04-15T05:33:10Z
2026-04-15T05:33:10Z
null
NONE
null
20260415T163854Z
2026-04-15T16:38:54Z
huangshunmou
50,734,955
MDQ6VXNlcjUwNzM0OTU1
User
false
openclaw/openclaw
4,266,569,375
I_kwDOQb6kR87-Tq6f
67,006
https://github.com/openclaw/openclaw/issues/67006
https://api.github.com/repos/openclaw/openclaw/issues/67006
[Bug]: main(9b1b56a) stuck at `[build-all] runtime-postbuild`
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary stuck, ``` $ pnpm install && pnpm ui:build && pnpm build Scope: all 105 workspace projects Lockfile is up to date, resolution step is skipped Packages: +5 -213 ++--------------------------------------------------------------...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-04-15T05:51:40Z
2026-04-28T04:54:07Z
2026-04-25T17:57:28Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Honghe
1,092,722
MDQ6VXNlcjEwOTI3MjI=
User
false
openclaw/openclaw
4,266,633,061
I_kwDOQb6kR87-T6dl
67,013
https://github.com/openclaw/openclaw/issues/67013
https://api.github.com/repos/openclaw/openclaw/issues/67013
Browser control heartbeat logs consecutiveErrors for expected unavailability
## Bug: Browser control health check reports as error when browser is simply not running The acpx browser control backend probe job logs `consecutiveErrors: 1` when the browser proxy on port 18791 is unavailable. This is expected behavior — the browser process only starts when an agent actually uses browser functional...
closed
not_planned
true
1
[]
[]
2026-04-15T06:04:46Z
2026-04-28T04:54:06Z
2026-04-25T17:57:42Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ttomiczek
265,786,127
U_kgDOD9eTDw
User
false
openclaw/openclaw
4,266,633,376
I_kwDOQb6kR87-T6ig
67,014
https://github.com/openclaw/openclaw/issues/67014
https://api.github.com/repos/openclaw/openclaw/issues/67014
QQ Bot 插件流式输出功能未实现 (streaming.mode 配置无效)
**标题**: QQ Bot 插件流式输出功能未实现 (streaming.mode 配置无效) **问题描述**: OpenClaw v2026.4.11 的 QQ Bot 插件虽然定义了 `streaming.mode` 配置项,但实际代码中**没有实现流式消息推送功能**。 **复现步骤**: 1. 配置 `channels.qqbot.streaming.mode: "partial"` 2. 发送消息 3. 消息仍然是整条一次性发送,没有逐字/逐句显示效果 **代码检查**: - `api.js` 中有 `QQBotStreamingSchema` 配置定义 - 但没有 `sendStreamChunk`、`send...
closed
completed
true
1
[]
[]
2026-04-15T06:04:50Z
2026-04-28T04:54:05Z
2026-04-25T17:57:49Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
soar-king
274,988,721
U_kgDOEGP-sQ
User
false
openclaw/openclaw
4,266,643,827
I_kwDOQb6kR87-T9Fz
67,016
https://github.com/openclaw/openclaw/issues/67016
https://api.github.com/repos/openclaw/openclaw/issues/67016
Dreaming UI lacks status information — no visibility into last run, items found, or diary updates
## Feature Request: Dreaming UI should expose run metadata The dreaming UI (likely in OpenClaw Control UI) currently provides no visibility into whether the nightly dreaming cycle actually ran successfully. The only way to verify is: 1. grep logs 2. Read the diary file manually 3. Hope there is no error This makes it...
open
null
false
2
[]
[]
2026-04-15T06:06:34Z
2026-05-03T11:25:19Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
ttomiczek
265,786,127
U_kgDOD9eTDw
User
false
openclaw/openclaw
4,266,745,361
I_kwDOQb6kR87-UV4R
67,019
https://github.com/openclaw/openclaw/issues/67019
https://api.github.com/repos/openclaw/openclaw/issues/67019
[Bug]: Output returns garbled gibberish text with GLM-4.7 model
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary OpenClaw outputs random garbled/gibberish text for all prompts when using GLM-4 model, and /clear command/reinstallation does not fix it ### Steps to reproduce ### Description When interacting with OpenClaw using the GLM-...
closed
completed
true
4
[ "bug", "regression" ]
[]
2026-04-15T06:28:26Z
2026-05-05T04:26:41Z
2026-05-02T17:34:42Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
xiaomenger123
40,554,741
MDQ6VXNlcjQwNTU0NzQx
User
false
openclaw/openclaw
4,266,746,351
I_kwDOQb6kR87-UWHv
67,020
https://github.com/openclaw/openclaw/issues/67020
https://api.github.com/repos/openclaw/openclaw/issues/67020
Slack: dmHistoryLimit defined in config schema but never wired — DMs lose all channel context
## Summary The `dmHistoryLimit` option is accepted by the Slack provider's config schema but is never read by the prompt-assembly code. As a result, 1-on-1 Slack DM messages always have `inboundHistory` empty/undefined, regardless of how the user configures `dmHistoryLimit`. The model loses all context from prior bot ...
closed
not_planned
true
5
[]
[]
2026-04-15T06:28:38Z
2026-05-02T04:27:09Z
2026-04-29T21:15:55Z
NONE
null
20260502T060142Z
2026-05-02T06:01:42Z
fmanjoo
152,213,869
U_kgDOCRKZbQ
User
false
openclaw/openclaw
4,266,752,293
I_kwDOQb6kR87-UXkl
67,021
https://github.com/openclaw/openclaw/issues/67021
https://api.github.com/repos/openclaw/openclaw/issues/67021
Main workspace excluded from dreaming schedule — silently skipped
Bug: Main workspace silently excluded from dreaming cycles. agents.list includes main agent but dreaming only processes 4 agi-* workspaces, skipping main. Main has 210 short-term recall entries and is active but DREAMS.md is stale (last modified April 13). Should process 5 workspaces total.
closed
completed
true
4
[]
[]
2026-04-15T06:29:53Z
2026-04-28T04:54:04Z
2026-04-25T17:57:56Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ttomiczek
265,786,127
U_kgDOD9eTDw
User
false
openclaw/openclaw
4,266,767,168
I_kwDOQb6kR87-UbNA
67,026
https://github.com/openclaw/openclaw/issues/67026
https://api.github.com/repos/openclaw/openclaw/issues/67026
Plugin loading crashes management commands (e.g. `openclaw cron add`)
## Bug Description Management subcommands like `openclaw cron add` can fail with exit status 1 when a plugin fails to initialize, even though these commands do not need business plugins at all. ## Steps to Reproduce 1. Install a plugin (e.g., `openclaw-cns-plugin`) that requires an `endpoint` configuration 2. Do **n...
closed
completed
true
2
[]
[]
2026-04-15T06:33:06Z
2026-04-28T04:53:59Z
2026-04-25T17:58:59Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
xl0shk
17,348,635
MDQ6VXNlcjE3MzQ4NjM1
User
false
openclaw/openclaw
4,266,798,121
I_kwDOQb6kR87-Uiwp
67,028
https://github.com/openclaw/openclaw/issues/67028
https://api.github.com/repos/openclaw/openclaw/issues/67028
[Bug] WebChat 消息短暂显示后消失(4.14 回归)
**描述:** WebChat 发送消息后,消息短暂出现在聊天区域,随即消失(从输入框和聊天区都消失),等待数秒后消息才重新显示出来。如果是纯文本消息则最终显示正常;如果是触发工具使用的多轮对话,最终消息可能丢失或显示不完整。 **版本:** - OpenClaw 版本:4.14 - 之前版本(4.13 及更早):无此问题 **复现步骤:** 1. 打开 Control UI(http://127.0.0.1:18789/chat) 2. 发送一条会触发工具调用的消息 3. 观察:消息短暂显示 → 消失(pending状态)→ 数秒后重新出现 **环境:** - OS: Windows - Node: v24 - 部署模式:l...
closed
completed
true
2
[]
[]
2026-04-15T06:40:07Z
2026-04-28T04:53:58Z
2026-04-25T17:59:13Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
kinglinjing0999
267,622,985
U_kgDOD_OaSQ
User
false
openclaw/openclaw
4,266,801,411
I_kwDOQb6kR87-UjkD
67,029
https://github.com/openclaw/openclaw/issues/67029
https://api.github.com/repos/openclaw/openclaw/issues/67029
[Bug]: memory-core dreaming: narrative session cleanup fails with missing scope operator.admin
## Bug Report: memory-core Dreaming Cleanup Fails ### Summary The `memory-core` plugin's **dreaming** feature successfully writes dream diary entries, but fails to clean up narrative sessions due to a missing RBAC scope (`operator.admin`). ### Environment - **OpenClaw Version**: 2026.4.14 (commit after 2026.3.31) - *...
closed
not_planned
true
3
[ "clownfish" ]
[]
2026-04-15T06:40:51Z
2026-04-28T04:32:14Z
2026-04-25T19:53:01Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
xiaobu1112
267,266,960
U_kgDOD-4rkA
User
false
openclaw/openclaw
4,266,825,012
I_kwDOQb6kR87-UpU0
67,030
https://github.com/openclaw/openclaw/issues/67030
https://api.github.com/repos/openclaw/openclaw/issues/67030
Heartbeat isolated session relays failed exec notifications and replies in English without SOUL.md persona
## Bug Description When a heartbeat poll creates an isolated session, it can receive async exec completion notifications from a **different** base session. The isolated session lacks the agent's SOUL.md persona, causing it to respond in English with a generic "I don't see any system messages" reply. This reply is then...
closed
completed
true
2
[]
[]
2026-04-15T06:45:49Z
2026-04-28T04:53:58Z
2026-04-25T17:59:20Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
cyrushuang1995-cmyk
227,780,668
U_kgDODZOoPA
User
false
openclaw/openclaw
4,266,825,925
I_kwDOQb6kR87-UpjF
67,031
https://github.com/openclaw/openclaw/issues/67031
https://api.github.com/repos/openclaw/openclaw/issues/67031
media: hardcoded image size limits (bytes/input-pixels) are not user-configurable across sanitize layers
### Bug type Feature request (configurability gap) ### Summary OpenClaw has **at least 10 hardcoded image size limits** scattered across different bundles, and only one of them (`DEFAULT_IMAGE_MAX_DIMENSION_PX` in `src/agents/tool-images.ts`) is user-configurable (via `agents.defaults.imageMaxDimensionPx`). The corr...
open
null
false
3
[]
[]
2026-04-15T06:46:00Z
2026-05-03T08:39:21Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
gucasbrg
3,182,658
MDQ6VXNlcjMxODI2NTg=
User
false
openclaw/openclaw
4,266,849,221
I_kwDOQb6kR87-UvPF
67,032
https://github.com/openclaw/openclaw/issues/67032
https://api.github.com/repos/openclaw/openclaw/issues/67032
[Bug]: webchat Control UI - image upload missing + message display lag
## Bug Report: Webchat Control UI - Image Upload Missing + Message Display Lag ### Summary Two UX issues with the **OpenClaw Control UI (webchat)**: 1. **Image upload not available** - users cannot send images via the webchat interface 2. **Message display lag** - after sending a message, the user's message disappears...
closed
completed
true
1
[ "close:duplicate", "close:already-fixed", "dedupe:child" ]
[ "vincentkoc" ]
2026-04-15T06:50:53Z
2026-04-30T04:46:56Z
2026-04-25T06:09:40Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
xiaobu1112
267,266,960
U_kgDOD-4rkA
User
false
openclaw/openclaw
4,266,872,631
I_kwDOQb6kR87-U083
67,034
https://github.com/openclaw/openclaw/issues/67034
https://api.github.com/repos/openclaw/openclaw/issues/67034
[Bug]: Telegram multi-account polling avalanche - all 16 accounts stall and restart simultaneously
## Bug: Telegram Multi-Account Polling Avalanche - All 16 Accounts Stall Simultaneously ### Summary When running **16 Telegram bot accounts** via long polling, all accounts experience **simultaneous `getUpdates` stalls** (~110-136s timeout), followed by a **cascading restart** that overwhelms the Gateway with 16 concu...
closed
completed
true
1
[]
[]
2026-04-15T06:55:24Z
2026-04-28T04:53:57Z
2026-04-25T17:59:28Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
xiaobu1112
267,266,960
U_kgDOD-4rkA
User
false
openclaw/openclaw
4,266,873,466
I_kwDOQb6kR87-U1J6
67,035
https://github.com/openclaw/openclaw/issues/67035
https://api.github.com/repos/openclaw/openclaw/issues/67035
[Bug]: 2026.4.14 Windows chat UI regression: input text swallowed, streamed replies often invisible until refresh, typing indicator flashes then blanks
## Description After upgrading to OpenClaw 2026.4.14 on Windows, the chat experience regressed badly in the web/dashboard UI. This does **not** look like a simple slow-model issue. The main visible failures are in input rendering and streamed reply rendering: - Typed user input often does not appear immediately in t...
open
null
false
13
[]
[]
2026-04-15T06:55:29Z
2026-05-03T11:25:21Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
q7793527
139,299,979
U_kgDOCE2Miw
User
false
openclaw/openclaw
4,266,888,004
I_kwDOQb6kR87-U4tE
67,038
https://github.com/openclaw/openclaw/issues/67038
https://api.github.com/repos/openclaw/openclaw/issues/67038
Plugin runtime dependencies not properly staged after global npm install
# Issue: Plugin runtime dependencies not properly staged after global npm install **Issue created for tracking - user reported plugin dependency issues with global npm installation** --- ## Summary After installing OpenClaw via global npm (`npm install -g openclaw`), the `openclaw doctor` command reports many bundl...
closed
completed
true
1
[]
[]
2026-04-15T06:58:27Z
2026-04-24T04:25:52Z
2026-04-22T02:28:58Z
NONE
null
20260424T060021Z
2026-04-24T06:00:21Z
JIRBOY
49,422,297
MDQ6VXNlcjQ5NDIyMjk3
User
false
openclaw/openclaw
4,266,935,804
I_kwDOQb6kR87-VEX8
67,040
https://github.com/openclaw/openclaw/issues/67040
https://api.github.com/repos/openclaw/openclaw/issues/67040
Performance: Optimize CLI startup by persisting plugin discovery cache and deferring plugin loading
# OpenClaw Startup Performance Analysis ## Issue: Slow Gateway/CLI Startup After analyzing the OpenClaw source code in `D:/Personal/Github/OpenClaw`, several factors contribute to slow startup times, particularly when running commands like `gateway status`, `status`, or any command that requires plugin loading. ## R...
closed
not_planned
true
2
[]
[]
2026-04-15T07:08:01Z
2026-04-30T04:40:10Z
2026-04-26T05:09:49Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
JIRBOY
49,422,297
MDQ6VXNlcjQ5NDIyMjk3
User
false
openclaw/openclaw
4,266,949,411
I_kwDOQb6kR87-VHsj
67,042
https://github.com/openclaw/openclaw/issues/67042
https://api.github.com/repos/openclaw/openclaw/issues/67042
[BUG] view_image tool fails with local llama.cpp models - returns file path instead of Base64
--- title: "[BUG] view_image tool fails with local llama.cpp models — returns local file path instead of Base64" labels: ["bug", "multimodal", "local-models", "high-priority"] assignees: [] --- ## 🔴 **Issue Summary** The `view_image` built-in tool **completely breaks multimodal functionality** when using loc...
closed
not_planned
true
2
[]
[]
2026-04-15T07:10:40Z
2026-04-28T04:53:56Z
2026-04-25T17:59:35Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
q1023884985
218,366,465
U_kgDODQQCAQ
User
false
openclaw/openclaw
4,266,950,643
I_kwDOQb6kR87-VH_z
67,043
https://github.com/openclaw/openclaw/issues/67043
https://api.github.com/repos/openclaw/openclaw/issues/67043
[Feature]: Skill 依赖自动检测与用户透明提示
### Summary Skill 检测机制不完整 ### Problem to solve 当前 OpenClaw 的 skill 系统存在以下问题: ### 1. Skill 清单不完整 系统启动时只加载了部分 skill 的上下文信息到新会话。当用户问"能读取备忘录吗"时,系统并不知道存在 `apple-notes` 和 `bear-notes` 这两个 skill。 ### 2. 缺少依赖无法感知 安装的 55 个 skill 中,绝大多数依赖外部 CLI 工具(如 `memo`、`grizzly`、`gh`、`himalaya` 等),这些工具在未安装时: - Skill 本身存在但完全不可用 - 新会话无法知道...
closed
completed
true
0
[ "enhancement" ]
[]
2026-04-15T07:10:56Z
2026-04-18T04:14:29Z
2026-04-15T07:18:40Z
NONE
null
20260418T042035Z
2026-04-18T04:20:35Z
ttkkxfkl
141,206,774
U_kgDOCGqk9g
User
false