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,362,293,439
I_kwDOQb6kR88AAAABBANQvw
75,340
https://github.com/openclaw/openclaw/issues/75340
https://api.github.com/repos/openclaw/openclaw/issues/75340
openclaw status packaged CLI misses bundled runtime deps before loading channel status modules
## Environment - OpenClaw: `2026.4.29 (a448042)` - Install mode: global packaged install (`/usr/lib/node_modules/openclaw`, npm/pnpm update path) - OS: Ubuntu/Linux `6.8.0-110-generic` x64 - Node: `v22.22.2` - Gateway: systemd user service, app reports `2026.4.29` ## Summary After upgrading from `2026.4.27` to `2026.4...
closed
completed
true
3
[]
[]
2026-05-01T01:29:31Z
2026-05-04T04:35:31Z
2026-05-01T20:50:23Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
tasi333
7,864,516
MDQ6VXNlcjc4NjQ1MTY=
User
false
openclaw/openclaw
4,362,343,511
I_kwDOQb6kR88AAAABBAQUVw
75,352
https://github.com/openclaw/openclaw/issues/75352
https://api.github.com/repos/openclaw/openclaw/issues/75352
LSP servers fail on Windows with ENOENT: uv_spawn cannot resolve .cmd shims
## Problem On Windows, any LSP plugin server fails on startup with: ``` ENOENT: no such file or directory, uv_spawn 'typescript-language-server' ``` This affects all LSP plugins (typescript-lsp, pyright-lsp, etc.) on Windows. ## Root Cause `spawnLspServerProcess()` in `src/agents/pi-bundle-lsp-runtime.ts` calls `c...
closed
completed
false
1
[]
[]
2026-05-01T01:47:16Z
2026-05-05T01:08:02Z
2026-05-05T01:08:02Z
CONTRIBUTOR
null
20260505T030055Z
2026-05-05T03:00:55Z
ElliotDrel
156,480,527
U_kgDOCVO0Dw
User
false
openclaw/openclaw
4,362,491,875
I_kwDOQb6kR88AAAABBAZX4w
75,374
https://github.com/openclaw/openclaw/issues/75374
https://api.github.com/repos/openclaw/openclaw/issues/75374
service-env regenerator lists OPENCLAW_SERVICE_MANAGED_ENV_KEYS but does not export the actual values (gateway boots without auth token)
## Summary The service-env regenerator (LaunchAgent gateway env loader) writes `OPENCLAW_SERVICE_MANAGED_ENV_KEYS='KEY1,KEY2,...'` listing keys that are *supposed* to be managed/exported, but the resulting `ai.openclaw.gateway.env` file does **not** contain the actual `export FOO='value'` lines for those keys. Result:...
closed
completed
false
3
[]
[]
2026-05-01T02:38:40Z
2026-05-04T01:49:55Z
2026-05-04T01:49:55Z
CONTRIBUTOR
null
20260504T030031Z
2026-05-04T03:00:31Z
adzendo
246,828,680
U_kgDODrZOiA
User
false
openclaw/openclaw
4,359,892,122
I_kwDOQb6kR88AAAABA96smg
75,171
https://github.com/openclaw/openclaw/issues/75171
https://api.github.com/repos/openclaw/openclaw/issues/75171
[Bug]: TypeError: (0, _pluginSdk.createReplyPrefixContext) is not a function after update
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary 00:48:51 [gateway] loading configuration… 00:48:52 [gateway] resolving authentication… 00:48:52 [gateway] starting... 00:48:53 [plugins] plugins.allow is empty; discovered non-bundled plugins may auto-load: feishu (C:\Users\...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-04-30T17:02:37Z
2026-05-04T04:36:05Z
2026-05-01T14:51:50Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
zhangxiliang
4,599,342
MDQ6VXNlcjQ1OTkzNDI=
User
false
openclaw/openclaw
4,362,492,636
I_kwDOQb6kR88AAAABBAZa3A
75,375
https://github.com/openclaw/openclaw/issues/75375
https://api.github.com/repos/openclaw/openclaw/issues/75375
boot-md startup hook blocks gateway event loop, causing apparent outage on every restart
## Summary The bundled `boot-md` startup hook runs the configured agent synchronously during `gateway:startup`, which **blocks the gateway's Node.js event loop for the entire duration of the agent run**. While the hook is running: - Telegram/UI/SSE clients can't connect or receive replies - The gateway looks completely...
closed
completed
false
1
[]
[]
2026-05-01T02:39:00Z
2026-05-04T07:35:41Z
2026-05-04T07:35:41Z
CONTRIBUTOR
null
20260504T090105Z
2026-05-04T09:01:05Z
adzendo
246,828,680
U_kgDODrZOiA
User
false
openclaw/openclaw
4,362,516,773
I_kwDOQb6kR88AAAABBAa5JQ
75,377
https://github.com/openclaw/openclaw/issues/75377
https://api.github.com/repos/openclaw/openclaw/issues/75377
[Bug]: Telegram polling stall + web_fetch timeouts still broken on 4.29 (Windows) — mitigations found but HTTP/2 dispatcher fix still needed
### Bug type Regression (still present in 4.29) ### Summary Telegram polling stalls and web_fetch timeouts persist on Windows after upgrading to 4.29. Both #66885 and #59198 are closed but the underlying issue is not fixed. Rolled back to 4.23. Two config-level mitigations were found that improve stability but do no...
closed
completed
true
2
[]
[]
2026-05-01T02:47:45Z
2026-05-05T04:25:44Z
2026-05-03T02:11:09Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
comment23
48,815,678
MDQ6VXNlcjQ4ODE1Njc4
User
false
openclaw/openclaw
4,362,533,022
I_kwDOQb6kR88AAAABBAb4ng
75,378
https://github.com/openclaw/openclaw/issues/75378
https://api.github.com/repos/openclaw/openclaw/issues/75378
[Bug] Gateway event loop saturation during parallel subagent spawn causes 1012 restart (v2026.4.29)
## Summary When spawning 3 subagents simultaneously using heavy models (deepseek-v4-pro:cloud, 204K context window), the gateway event loop blocks for 5+ seconds, triggering liveness warnings and a 1012 service restart. All subagents timeout and crash. ## Version OpenClaw 2026.4.29 (a448042) ## Expected Behavior P...
open
null
false
3
[]
[]
2026-05-01T02:53:25Z
2026-05-05T09:33:07Z
null
NONE
null
20260505T120033Z
2026-05-05T12:00:33Z
kai-the-man[bot]
259,478,402
BOT_kgDOD3dTgg
Bot
false
openclaw/openclaw
4,364,626,809
I_kwDOQb6kR88AAAABBCbreQ
75,660
https://github.com/openclaw/openclaw/issues/75660
https://api.github.com/repos/openclaw/openclaw/issues/75660
Discord WebSocket silently drops — messages not delivered to gateway
## Summary The Discord WebSocket connection silently disconnects, causing the gateway to stop receiving inbound messages (including @mentions). No error is logged, no reconnect is triggered — the connection just goes dead. ## Environment - OpenClaw version: 2026.4.15 (041266a) - OS: macOS (Apple Silicon), residentia...
closed
completed
true
1
[]
[]
2026-05-01T13:32:37Z
2026-05-04T04:36:04Z
2026-05-01T14:51:57Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
smallbussinessrisk
267,375,572
U_kgDOD-_T1A
User
false
openclaw/openclaw
4,362,641,663
I_kwDOQb6kR88AAAABBAig_w
75,398
https://github.com/openclaw/openclaw/issues/75398
https://api.github.com/repos/openclaw/openclaw/issues/75398
[v29] CLI commands trigger gateway restart — "wait 5s and retry" takes over running gateway port
## Environment - OpenClaw: 2026.4.29 (a448042) - Node.js: 22.22.2 - OS: Linux (Ubuntu/Debian) - Gateway mode: local systemd service (`openclaw-gateway.service`) ## Summary In v29, running **any** `openclaw` CLI command (e.g. `openclaw health --json`, `openclaw cron list --json`, `openclaw tasks list`) causes the runni...
open
null
false
1
[]
[]
2026-05-01T03:32:33Z
2026-05-03T06:50:58Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
mbckassistente
277,346,228
U_kgDOEIf3tA
User
false
openclaw/openclaw
4,363,658,116
I_kwDOQb6kR88AAAABBBgjhA
75,551
https://github.com/openclaw/openclaw/issues/75551
https://api.github.com/repos/openclaw/openclaw/issues/75551
[Bug]: Discord channel WebSocket fails TLS hostname check when proxy.enabled is set (validates against localhost instead of gateway.discord.gg)
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary On 2026.4.29, configuring `proxy.enabled: true` + `proxy.proxyUrl: "http://127.0.0.1:6152"` (the operator-managed outbound HTTP proxy added in 2026.4.27) breaks all Discord channels: the Discord plugin's WebSoc...
closed
not_planned
true
1
[]
[]
2026-05-01T09:01:37Z
2026-05-04T04:35:50Z
2026-05-01T18:09:18Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Alex-wangyang
155,510,959
U_kgDOCUTorw
User
false
openclaw/openclaw
4,363,708,099
I_kwDOQb6kR88AAAABBBjmww
75,555
https://github.com/openclaw/openclaw/issues/75555
https://api.github.com/repos/openclaw/openclaw/issues/75555
Bug: Feishu channel blockStreaming config not in schema — cannot be enabled
## Bug Report: Feishu channel `blockStreaming` config not in schema — cannot be enabled ### Bug Description The official documentation (`docs/channels/feishu.md` and `docs/gateway/config-agents.md`) states that for non-Telegram channels, block streaming must be explicitly enabled via: ```json "channels": { "feishu...
closed
completed
false
2
[]
[ "vincentkoc" ]
2026-05-01T09:16:31Z
2026-05-03T18:42:43Z
2026-05-03T18:42:43Z
NONE
null
20260503T210034Z
2026-05-03T21:00:34Z
luomeng119
164,113,631
U_kgDOCcgs3w
User
false
openclaw/openclaw
4,363,840,300
I_kwDOQb6kR88AAAABBBrrLA
75,575
https://github.com/openclaw/openclaw/issues/75575
https://api.github.com/repos/openclaw/openclaw/issues/75575
[Feature]: Honor plugins.allow on runtime provider paths (currently force-loaded) — propose plugins.bundledMode opt-in
### Summary Make the runtime tool registration paths for web-search, web-fetch, and LLM providers honor plugins.allow and plugins.entries.<id>.enabled instead of force-loading every bundled plugin that declares the contract. Expose this behavior as an opt-in setting, plugins.bundledMode: "respect-allow", so existing ...
closed
completed
false
3
[ "enhancement" ]
[]
2026-05-01T09:53:14Z
2026-05-04T22:50:06Z
2026-05-04T22:50:06Z
NONE
null
20260505T000034Z
2026-05-05T00:00:34Z
sergeyksv
1,007,040
MDQ6VXNlcjEwMDcwNDA=
User
false
openclaw/openclaw
4,364,756,966
I_kwDOQb6kR88AAAABBCjn5g
75,674
https://github.com/openclaw/openclaw/issues/75674
https://api.github.com/repos/openclaw/openclaw/issues/75674
MCP tool result with type: "resource" is converted to "(see attached image)" placeholder
## Bug Description When an MCP tool returns `type: "resource"` in its `content` array, OpenClaw incorrectly converts it to a `(see attached image)` placeholder instead of extracting the `resource.text` field. ## Reproduction Steps 1. Configure QMD as the memory backend (`"memory": { "backend": "qmd" }`) 2. Call the ...
open
null
false
1
[]
[]
2026-05-01T14:02:25Z
2026-05-03T06:08:21Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
Jedi-Pz
56,713,765
MDQ6VXNlcjU2NzEzNzY1
User
false
openclaw/openclaw
4,364,826,858
I_kwDOQb6kR88AAAABBCn46g
75,685
https://github.com/openclaw/openclaw/issues/75685
https://api.github.com/repos/openclaw/openclaw/issues/75685
openclaw 2026.4.29 packaged Discord/Telegram bundled channels miss runtime deps
## Environment - OpenClaw: `2026.4.29 (a448042)` - Install mode: global npm package under `~/.npm-global/lib/node_modules/openclaw` - OS: macOS (Apple Silicon), gateway via LaunchAgent - Node used by service: `/opt/homebrew/opt/node/bin/node` - Gateway: local loopback on `127.0.0.1:18789` ## Summary After upgrading ...
closed
completed
true
3
[]
[]
2026-05-01T14:18:50Z
2026-05-04T04:35:34Z
2026-05-01T20:43:12Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
lamkan0210
65,824,253
MDQ6VXNlcjY1ODI0MjUz
User
false
openclaw/openclaw
4,364,841,887
I_kwDOQb6kR88AAAABBCoznw
75,687
https://github.com/openclaw/openclaw/issues/75687
https://api.github.com/repos/openclaw/openclaw/issues/75687
Windows: Telegram unusable from .24 through .29 — event loop saturation, polling stalls, bonjour crash
## Summary Every OpenClaw release from `2026.4.24` through `2026.4.29` is broken on Windows with multi-bot Telegram setups. Each version introduces or retains different regressions that prevent Telegram agents from functioning. Last known good: **`2026.4.23`**. Setup: 8 Telegram bots, 9 plugins, Windows 11 Pro N, Nod...
closed
completed
true
4
[]
[]
2026-05-01T14:22:31Z
2026-05-05T04:26:43Z
2026-05-02T14:49:57Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
vdruts
20,264,016
MDQ6VXNlcjIwMjY0MDE2
User
false
openclaw/openclaw
4,364,990,873
I_kwDOQb6kR88AAAABBCx5mQ
75,700
https://github.com/openclaw/openclaw/issues/75700
https://api.github.com/repos/openclaw/openclaw/issues/75700
[Feature]: iOS TestFlight Invite
### Summary iOS TestFlight Invite ### Problem to solve I have an iPhone 14 Pro Max (China mainland) wanting to pair as iOS node with my Mac Mini via Tailscale. The iOS app is internal preview via TestFlight only. ### Proposed solution Add zousheng1107@163.com to the TestFlight beta for iOS. ### Alternatives consi...
closed
completed
true
2
[ "enhancement", "r: testflight" ]
[]
2026-05-01T14:54:56Z
2026-05-04T04:36:04Z
2026-05-01T14:55:25Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
zousheng1107
129,469,560
U_kgDOB7eMeA
User
false
openclaw/openclaw
4,364,525,942
I_kwDOQb6kR88AAAABBCVhdg
75,651
https://github.com/openclaw/openclaw/issues/75651
https://api.github.com/repos/openclaw/openclaw/issues/75651
This issue is raised to flag critical structural and architectural conflicts in PR #75441 that prevent it from being a viable path for main stability.
1. Scope Mismatch with Issue #63423 PR #75441 is currently tagged with Fixes #63423. However, a file-diff audit shows that the PR does not address the required changes in: src/pairing/ src/infra/ The current implementation is restricted to src/config/io.observe-recovery.ts. Claiming full resolution of #63423 ...
closed
not_planned
true
2
[]
[]
2026-05-01T13:11:28Z
2026-05-04T04:36:03Z
2026-05-01T13:15:41Z
CONTRIBUTOR
null
20260504T060031Z
2026-05-04T06:00:31Z
davidangularme
18,486,579
MDQ6VXNlcjE4NDg2NTc5
User
false
openclaw/openclaw
4,364,975,178
I_kwDOQb6kR88AAAABBCw8Sg
75,699
https://github.com/openclaw/openclaw/issues/75699
https://api.github.com/repos/openclaw/openclaw/issues/75699
Feature request: native config-backed automatic context rollover with durable handoff for Telegram/direct sessions
## Summary Please add native, config-backed automatic context/session rollover for long-running channel sessions, especially Telegram direct sessions. OpenClaw already supports session reset triggers like `/new` and `/reset`, plus lazy reset policy via `session.reset`. However, long-running owner/operator sessions ca...
open
null
false
1
[]
[]
2026-05-01T14:51:59Z
2026-05-03T10:42:03Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
Mak9177
244,537,341
U_kgDODpNX_Q
User
false
openclaw/openclaw
4,362,162,074
I_kwDOQb6kR88AAAABBAFPmg
75,322
https://github.com/openclaw/openclaw/issues/75322
https://api.github.com/repos/openclaw/openclaw/issues/75322
buildExecEventPrompt: 'user delivery disabled' branch races runtime silent-reply detection, causes incomplete-turn errors
## Summary When `buildExecEventPrompt` runs with `deliverToUser=false`, the system message asks the agent to "reply HEARTBEAT_OK only." Capable models that have learned OpenClaw's silent-reply convention often substitute the runtime's actual silent-reply sentinel `NO_REPLY` — but emit it **without `<final>...</final>`...
open
null
false
4
[]
[]
2026-05-01T00:45:54Z
2026-05-03T06:08:15Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
mbrya859-byte
271,882,553
U_kgDOEDSZOQ
User
false
openclaw/openclaw
4,365,009,364
I_kwDOQb6kR88AAAABBCzB1A
75,701
https://github.com/openclaw/openclaw/issues/75701
https://api.github.com/repos/openclaw/openclaw/issues/75701
[Bug]: Dockerfile HEALTHCHECK --start-period=15s flips containers to (unhealthy) during legitimate cold start
### Bug type Behavior bug (incorrect output/state without crash) — Dockerfile config ### Beta release blocker No ### Summary The image's built-in `HEALTHCHECK` directive in `Dockerfile` uses `--start-period=15s`. Verified still present on `main` and at tag `v2026.4.29`: ``` HEALTHCHECK --interval=3m --timeout=10s...
open
null
false
1
[]
[]
2026-05-01T14:58:32Z
2026-05-03T01:23:36Z
null
NONE
null
20260503T030030Z
2026-05-03T03:00:30Z
inxaos
10,542,202
MDQ6VXNlcjEwNTQyMjAy
User
false
openclaw/openclaw
4,359,586,048
I_kwDOQb6kR88AAAABA9oBAA
75,156
https://github.com/openclaw/openclaw/issues/75156
https://api.github.com/repos/openclaw/openclaw/issues/75156
[Bug]: Telegram first assistant reply can deliver text but drop attachment when reply contains text + MEDIA:
# [Bug]: Telegram first assistant reply can deliver text but drop attachment when reply contains text + `MEDIA:` ## Version - OpenClaw `2026.4.25` ## Affected surface - Telegram direct chat ## Summary When an assistant reply contains both visible text and a `MEDIA:` attachment, Telegram can receive the text but not ...
open
null
false
2
[]
[]
2026-04-30T16:13:29Z
2026-05-03T03:38:07Z
null
NONE
null
20260503T060030Z
2026-05-03T06:00:30Z
cslash-zz
674,096
MDQ6VXNlcjY3NDA5Ng==
User
false
openclaw/openclaw
4,359,779,838
I_kwDOQb6kR88AAAABA9z1_g
75,168
https://github.com/openclaw/openclaw/issues/75168
https://api.github.com/repos/openclaw/openclaw/issues/75168
Gateway crashes: log undefined in channel error handler (server.impl line 2047)
## Bug The gateway process crashes repeatedly (~every 5 minutes) with: ``` [openclaw] Unhandled promise rejection: TypeError: Cannot read properties of undefined (reading 'error') at file:///usr/local/lib/node_modules/openclaw/dist/server.impl-BoLlD_Zm.js:2047:10 ``` ## Root Cause In `server.impl-BoLlD_Zm.js`, ...
closed
completed
true
2
[]
[]
2026-04-30T16:43:52Z
2026-05-05T04:28:46Z
2026-05-02T05:12:46Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
halton
433,218
MDQ6VXNlcjQzMzIxOA==
User
false
openclaw/openclaw
4,365,145,364
I_kwDOQb6kR88AAAABBC7VFA
75,708
https://github.com/openclaw/openclaw/issues/75708
https://api.github.com/repos/openclaw/openclaw/issues/75708
Task registry maintenance can burn CPU quadratically with many tasks
## Summary OpenClaw 2026.4.29 can spend sustained CPU in task registry maintenance when the task registry contains many records. ## What I observed While validating an owned 2026.4.29 build on macOS, the gateway process repeatedly hit about one core of CPU during startup/maintenance. A V8 profile pointed at: - `run...
closed
completed
true
3
[]
[]
2026-05-01T15:23:00Z
2026-05-05T04:27:24Z
2026-05-02T12:04:06Z
CONTRIBUTOR
null
20260505T060034Z
2026-05-05T06:00:34Z
glfruit
3,939,154
MDQ6VXNlcjM5MzkxNTQ=
User
false
openclaw/openclaw
4,362,325,769
I_kwDOQb6kR88AAAABBAPPCQ
75,346
https://github.com/openclaw/openclaw/issues/75346
https://api.github.com/repos/openclaw/openclaw/issues/75346
Discord inbound messages not reaching agent after gateway reconnects
## Summary Discord inbound delivery appears unreliable on Ben's Mac Studio OpenClaw gateway. User reports Q is not receiving Discord messages. Local WebChat is working. ## Environment - Host: Mac-Studio - OpenClaw: 2026.4.25 (gateway log reports update available 2026.4.29) - Runtime node: Darwin arm64 / Node v22.22....
closed
completed
true
4
[]
[]
2026-05-01T01:41:12Z
2026-05-05T04:25:35Z
2026-05-03T03:33:20Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
bennettroller
44,779,890
MDQ6VXNlcjQ0Nzc5ODkw
User
false
openclaw/openclaw
4,362,331,615
I_kwDOQb6kR88AAAABBAPl3w
75,349
https://github.com/openclaw/openclaw/issues/75349
https://api.github.com/repos/openclaw/openclaw/issues/75349
github-copilot: claude-opus-4.6 in DEFAULT_MODEL_IDS triggers 400 model_not_supported and cooldowns the entire provider
## Bug `claude-opus-4.6` is listed in `DEFAULT_MODEL_IDS` in `extensions/github-copilot/models-defaults.js` (v2026.4.29), but GitHub Copilot's API has dropped the model from its supported list. Any request to `github-copilot/claude-opus-4.6` returns: ```json { \"error\": { \"message\": \"The requested model is ...
open
null
false
1
[]
[]
2026-05-01T01:43:31Z
2026-05-03T06:08:17Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
finchinslc
257,902,139
U_kgDOD19GOw
User
false
openclaw/openclaw
4,362,431,372
I_kwDOQb6kR88AAAABBAVrjA
75,362
https://github.com/openclaw/openclaw/issues/75362
https://api.github.com/repos/openclaw/openclaw/issues/75362
[Bug]: Regression: openai/gpt-5.4 rejects parameter-free MCP tool schemas again in v2026.4.27
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After upgrading to OpenClaw v2026.4.27, the parameter-free MCP tool schema issue from #60158 appears to be back: `openai/gpt-5.4` rejects `flux-mcp__get_flux_instance` with `object schema missing properties`. ### Steps to r...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-05-01T02:15:25Z
2026-05-04T04:34:10Z
2026-05-02T03:44:59Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
tolkonepiu
5,084,395
MDQ6VXNlcjUwODQzOTU=
User
false
openclaw/openclaw
4,362,618,830
I_kwDOQb6kR88AAAABBAhHzg
75,390
https://github.com/openclaw/openclaw/issues/75390
https://api.github.com/repos/openclaw/openclaw/issues/75390
fix: visibleReplies boolean value silently kills all channels
## Summary Setting `messages.groupChat.visibleReplies` (or `messages.visibleReplies`) to a boolean (`true` or `false`) causes a silent all-channels-down failure. The Channels table in `openclaw status` goes empty with no indication that a config validation error is the cause. ## Severity **High.** Every channel (Mat...
closed
completed
false
2
[]
[ "vincentkoc" ]
2026-05-01T03:23:38Z
2026-05-03T18:54:32Z
2026-05-03T18:54:32Z
CONTRIBUTOR
null
20260503T210034Z
2026-05-03T21:00:34Z
scottgl9
10,623,288
MDQ6VXNlcjEwNjIzMjg4
User
false
openclaw/openclaw
4,363,990,036
I_kwDOQb6kR88AAAABBB00FA
75,593
https://github.com/openclaw/openclaw/issues/75593
https://api.github.com/repos/openclaw/openclaw/issues/75593
[Bug]: subagents list still empty after spawn on v2026.4.29
## Summary `/subagents list` (and the agent-facing `subagents(action="list")` tool surface) still returns an empty list on **v2026.4.29**, even immediately after a subagent has been spawned and a `childSessionKey` was returned. This appears to be a continuation of #71495, which was closed as fixed after the v2026.4.2...
open
null
false
2
[]
[]
2026-05-01T10:40:09Z
2026-05-03T11:50:44Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
aaajiao
49,885
MDQ6VXNlcjQ5ODg1
User
false
openclaw/openclaw
4,364,040,824
I_kwDOQb6kR88AAAABBB36eA
75,607
https://github.com/openclaw/openclaw/issues/75607
https://api.github.com/repos/openclaw/openclaw/issues/75607
feat(active-memory): make recall budget split configurable (maxMemoryResults, snippet length, wiki max chars)
## Problem The active-memory recall budget (`maxSummaryChars`, default 1000) is shared between memory search and wiki (vectordb) search results. Currently the allocation is **hardcoded** in the recall function: - `maxMemoryResults = 5` × 400 char snippets → memory consumes ~997 of 1000 chars - `wikiTopK = 3` × 2500 c...
open
null
false
1
[]
[]
2026-05-01T10:56:27Z
2026-05-03T08:40:28Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
kiagentkronos-cell
269,010,453
U_kgDOEAjGFQ
User
false
openclaw/openclaw
4,365,116,015
I_kwDOQb6kR88AAAABBC5ibw
75,706
https://github.com/openclaw/openclaw/issues/75706
https://api.github.com/repos/openclaw/openclaw/issues/75706
DeepSeek V4-Pro reasoning_effort benchmark: xhigh vs medium/high token consumption
## Experiment Testing `reasoning_effort` levels on DeepSeek V4-Pro via OpenClaw 4.29. Two rounds of controlled experiments. ### Phase 1 · Capped (max_tokens=500) — Raft consensus question | effort | total tokens | reasoning tokens | time | |---|---|---|---| | low | 330 | 193 | 10.8s | | medium | **504** | **333** | ...
closed
not_planned
true
1
[]
[]
2026-05-01T15:17:21Z
2026-05-04T04:36:02Z
2026-05-01T15:31:27Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
17329971
83,849,762
MDQ6VXNlcjgzODQ5NzYy
User
false
openclaw/openclaw
4,365,211,067
I_kwDOQb6kR88AAAABBC_Vuw
75,718
https://github.com/openclaw/openclaw/issues/75718
https://api.github.com/repos/openclaw/openclaw/issues/75718
Plugin bundled runtime deps re-staged on every restart, causing 100% CPU and event loop saturation
## Description Every gateway restart triggers synchronous "staging bundled runtime deps" for ALL enabled plugins, even when the `plugin-runtime-deps` directory already exists and is complete. This causes: 1. **100% CPU / event loop saturation** — `eventLoopUtilization=1`, `cpuCoreRatio=1.0` for 3-5 minutes after each...
closed
completed
true
1
[]
[]
2026-05-01T15:36:28Z
2026-05-04T04:36:01Z
2026-05-01T15:40:46Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
redpiggy-cyber
264,555,338
U_kgDOD8TLSg
User
false
openclaw/openclaw
4,365,217,791
I_kwDOQb6kR88AAAABBC_v_w
75,719
https://github.com/openclaw/openclaw/issues/75719
https://api.github.com/repos/openclaw/openclaw/issues/75719
[Bug] Discord reconnect drops inbound messages on v2026.4.26 — MESSAGE_CREATE listeners lost after hot-reload
## Description On OpenClaw v2026.4.26 (`be8c246`), inbound Discord messages are silently dropped during normal WebSocket reconnect cycles (Discord code 1000, occurring every ~10 minutes). ## Behavior - Discord.js receives the message (👀 reaction is placed by the bot) - But OpenClaw never routes it to the session — ...
closed
not_planned
true
1
[]
[]
2026-05-01T15:37:56Z
2026-05-04T04:36:00Z
2026-05-01T15:42:14Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
dravenvtuberassistant-oss
267,354,530
U_kgDOD--Bog
User
false
openclaw/openclaw
4,365,310,970
I_kwDOQb6kR88AAAABBDFb-g
75,726
https://github.com/openclaw/openclaw/issues/75726
https://api.github.com/repos/openclaw/openclaw/issues/75726
Sanitizer misses modern `OpenClaw runtime context for the immediately preceding user message` wrapper variant — leaks to Discord/Slack outputs when model echoes scaffolding
## Summary `stripInternalRuntimeContext` in `src/agents/internal-runtime-context.ts` only recognizes two scaffolding patterns: 1. `<<<BEGIN_OPENCLAW_INTERNAL_CONTEXT>>>` ... `<<<END_OPENCLAW_INTERNAL_CONTEXT>>>` delimited blocks 2. `LEGACY_INTERNAL_CONTEXT_HEADER`: literal `"OpenClaw runtime context (internal):"` (wi...
open
null
false
3
[]
[]
2026-05-01T15:57:03Z
2026-05-04T15:30:58Z
null
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
gabrielexito-stack
263,964,070
U_kgDOD7vFpg
User
false
openclaw/openclaw
4,365,349,346
I_kwDOQb6kR88AAAABBDHx4g
75,733
https://github.com/openclaw/openclaw/issues/75733
https://api.github.com/repos/openclaw/openclaw/issues/75733
2026.4.29: Telegram bundled channel loader warns missing grammy despite runtime deps staging it
## Summary After updating to OpenClaw `2026.4.29`, Telegram is operational again, but the gateway logs still show a bundled channel loader warning for Telegram because `grammy` is resolved from the global OpenClaw package context instead of the staged plugin runtime-deps context. This looks like a dependency loader/c...
closed
completed
true
2
[]
[]
2026-05-01T16:04:54Z
2026-05-04T04:35:37Z
2026-05-01T20:42:28Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
coolmanns
117,685,070
U_kgDOBwO7Tg
User
false
openclaw/openclaw
4,365,369,355
I_kwDOQb6kR88AAAABBDJACw
75,734
https://github.com/openclaw/openclaw/issues/75734
https://api.github.com/repos/openclaw/openclaw/issues/75734
[2026.4.29] Channel plugins crash with "Cannot find package 'json5'" — missing from plugin-runtime-deps install
After upgrading to `2026.4.29`, the Telegram channel (and any plugin path that hits `dist/frontmatter-Cc-V8aI2.js`) enters an exponential-backoff crashloop: ``` [default] channel exited: Cannot find package 'json5' imported from /Users/<user>/.openclaw/plugin-runtime-deps/openclaw-2026.4.29-da6bdffc3d96/dist/frontma...
closed
completed
true
1
[]
[]
2026-05-01T16:09:00Z
2026-05-04T04:35:59Z
2026-05-01T16:12:59Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Frank683456
49,425,469
MDQ6VXNlcjQ5NDI1NDY5
User
false
openclaw/openclaw
4,365,370,992
I_kwDOQb6kR88AAAABBDJGcA
75,735
https://github.com/openclaw/openclaw/issues/75735
https://api.github.com/repos/openclaw/openclaw/issues/75735
[2026.4.29] Bundled runtime deps staging fails under launchd/systemd: ERR_PNPM_ABORTED_REMOVE_MODULES_DIR_NO_TTY
When the gateway is run via launchd (or any non-TTY service manager), `prestageGatewayBundledRuntimeDeps` and the per-plugin staging step both fail immediately: ``` [plugins] failed to stage bundled runtime deps before gateway startup after 181ms; gateway startup will continue with per-plugin runtime-deps installs: ...
closed
completed
true
2
[]
[]
2026-05-01T16:09:18Z
2026-05-04T04:35:36Z
2026-05-01T20:42:57Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Frank683456
49,425,469
MDQ6VXNlcjQ5NDI1NDY5
User
false
openclaw/openclaw
4,362,306,201
I_kwDOQb6kR88AAAABBAOCmQ
75,341
https://github.com/openclaw/openclaw/issues/75341
https://api.github.com/repos/openclaw/openclaw/issues/75341
[Discord] v2026.4.29 regression: OAuth @me fetch-timeout + native slash command deploy PATCH hits 429 during startup
### What happened After upgrading to **OpenClaw v2026.4.29**, Discord integration became unreliable: during gateway startup the Discord provider repeatedly hits - `fetch-timeout` for `https://discord.com/api/v10/oauth2/applications/@me` (and `https://discord.com/api/v10/users/@me`) - `native-slash-command-deploy-rest:...
closed
completed
true
4
[]
[]
2026-05-01T01:34:25Z
2026-05-04T04:34:15Z
2026-05-02T03:19:43Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
PrinceOfEgypt
2,649,235
MDQ6VXNlcjI2NDkyMzU=
User
false
openclaw/openclaw
4,362,330,488
I_kwDOQb6kR88AAAABBAPheA
75,348
https://github.com/openclaw/openclaw/issues/75348
https://api.github.com/repos/openclaw/openclaw/issues/75348
github-copilot: tools[].eager_input_streaming still rejected on v2026.4.29 (re: #72183)
## Bug `#72183` was auto-closed on 2026-04-26 with a verdict that v2026.4.24 fixed the `eager_input_streaming` schema rejection on `github-copilot/claude-*`. **It did not.** The bug is 100% reproducible on **v2026.4.29**. I'm filing this as a new issue because #72183 is locked. ## Reproduction ``` $ openclaw --vers...
open
null
false
1
[]
[]
2026-05-01T01:43:04Z
2026-05-03T08:40:22Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
finchinslc
257,902,139
U_kgDOD19GOw
User
false
openclaw/openclaw
4,362,386,780
I_kwDOQb6kR88AAAABBAS9XA
75,358
https://github.com/openclaw/openclaw/issues/75358
https://api.github.com/repos/openclaw/openclaw/issues/75358
[Bug]: PDF page image extraction silently fails when @napi-rs/canvas is not installed — no fallback to pdftoppm
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary When processing PDFs with vision models on headless Linux servers where @napi-rs/canvas is not installed, the document-extract plugin silently fails to render page images. Only text extraction works. The [docs ...
open
null
false
2
[ "bug", "bug:behavior" ]
[]
2026-05-01T02:02:30Z
2026-05-03T08:26:39Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
trevenag
18,563,066
MDQ6VXNlcjE4NTYzMDY2
User
false
openclaw/openclaw
4,365,379,203
I_kwDOQb6kR88AAAABBDJmgw
75,736
https://github.com/openclaw/openclaw/issues/75736
https://api.github.com/repos/openclaw/openclaw/issues/75736
[Bug]: gateway/channels/whatsapp ⁠ — channel exited with HTTP 428 Precondition Required
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary after upgrade to 2026.4.29, The WhatsApp channel exits with a ⁠ 428 Precondition Required ⁠ error (message: "Connection Terminated") at 04:00 UTC. This appears to be a recurring scheduled failure — likely the WhatsApp Busine...
open
null
false
2
[ "bug", "regression" ]
[]
2026-05-01T16:10:57Z
2026-05-03T11:25:59Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
joseph118789-max
279,361,834
U_kgDOEKa5Kg
User
false
openclaw/openclaw
4,362,552,762
I_kwDOQb6kR88AAAABBAdFug
75,379
https://github.com/openclaw/openclaw/issues/75379
https://api.github.com/repos/openclaw/openclaw/issues/75379
TUI fully unresponsive to Ctrl+C / Ctrl+D / SIGINT after gateway WebSocket close
## Summary When the gateway WebSocket closes mid-session (e.g. gateway restart, stale build mismatch, or any 1000 close), the TUI enters a "gateway disconnected: closed" state and **stops responding to Ctrl+C, Ctrl+D, and SIGINT**. The only way out is `kill -9` from another terminal. This is distinct from #38501 (whi...
open
null
false
1
[]
[]
2026-05-01T03:00:18Z
2026-05-03T08:26:41Z
null
CONTRIBUTOR
null
20260503T090142Z
2026-05-03T09:01:42Z
hexsprite
23,538
MDQ6VXNlcjIzNTM4
User
false
openclaw/openclaw
4,362,570,127
I_kwDOQb6kR88AAAABBAeJjw
75,380
https://github.com/openclaw/openclaw/issues/75380
https://api.github.com/repos/openclaw/openclaw/issues/75380
provider-payload.jsonl and cache-trace.jsonl grow unbounded — no rotation/max-size policy
## Summary Two diagnostic JSONL outputs in `~/.openclaw/logs/` grow without bound and have no documented or configurable rotation/max-size policy: - `provider-payload.jsonl` — provider request/response payload dumps - `cache-trace.jsonl` — prompt-cache trace events (configured via `cacheTrace.filePath`) Both are app...
open
null
false
2
[]
[]
2026-05-01T03:06:40Z
2026-05-03T11:50:36Z
null
CONTRIBUTOR
null
20260503T120038Z
2026-05-03T12:00:38Z
hexsprite
23,538
MDQ6VXNlcjIzNTM4
User
false
openclaw/openclaw
4,363,447,158
I_kwDOQb6kR88AAAABBBTrdg
75,517
https://github.com/openclaw/openclaw/issues/75517
https://api.github.com/repos/openclaw/openclaw/issues/75517
[Bug]: --provider flag for models list is empty
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Hi, before last update this command returned list of models, now it returns empty (No models found.) ```openclaw models list --provider google``` ### Steps to reproduce 1. in terminal past the openclaw models list --provid...
closed
completed
true
3
[ "bug", "regression" ]
[]
2026-05-01T07:53:12Z
2026-05-05T04:27:42Z
2026-05-02T10:37:40Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
lotsoftick
24,815,689
MDQ6VXNlcjI0ODE1Njg5
User
false
openclaw/openclaw
4,363,760,441
I_kwDOQb6kR88AAAABBBmzOQ
75,562
https://github.com/openclaw/openclaw/issues/75562
https://api.github.com/repos/openclaw/openclaw/issues/75562
[Feature]: Per-provider proxy configuration for web search (like Telegram's proxy setting)
## Problem In regions where certain web search APIs are blocked (e.g., Brave Search from China), a per-provider HTTP proxy is needed. Currently: - **Global `HTTP_PROXY`/`HTTPS_PROXY` env vars** affect **all 10 web search providers** and the entire web tools stack — too broad - **`OPENCLAW_PROXY_URL` / `proxy.proxyUrl...
open
null
false
1
[]
[]
2026-05-01T09:31:38Z
2026-05-03T10:42:01Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
pata00
1,174,163
MDQ6VXNlcjExNzQxNjM=
User
false
openclaw/openclaw
4,363,768,461
I_kwDOQb6kR88AAAABBBnSjQ
75,564
https://github.com/openclaw/openclaw/issues/75564
https://api.github.com/repos/openclaw/openclaw/issues/75564
[Bug] v2026.4.29 codex catalog fallback triggers full provider scan, causing event loop stall and slow startup
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Describe the bug 升级到 v2026.4.29 后,即使 openclaw.json 中已经配置了自定义模型 (models.providers),启动时遇到 [codex/catalog] codex model discovery failed,随后降级扫描全部内置 provider 镜像(49 个),导致事件循环延迟超 100 秒,models.list 响应耗时 80–120 秒。 Afte...
closed
completed
false
4
[ "bug", "bug:behavior" ]
[]
2026-05-01T09:33:34Z
2026-05-04T14:19:56Z
2026-05-04T14:19:56Z
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
momori777
182,220,722
U_kgDOCtx3sg
User
false
openclaw/openclaw
4,365,208,306
I_kwDOQb6kR88AAAABBC_K8g
75,717
https://github.com/openclaw/openclaw/issues/75717
https://api.github.com/repos/openclaw/openclaw/issues/75717
openclaw tui hangs on all agents after upgrading to 2026.4.29 — WebSocket handshake timeout, missing dist file
## Summary Upgrading from `2026.4.11` to `2026.4.29` via `openclaw gateway update.run` causes all `openclaw tui` sessions to hang indefinitely for **all agents**. TUI never completes the WebSocket handshake. Processes spin at 50–92% CPU until killed. Only fix was downgrading to `2026.4.11`. ## Environment - **Before...
closed
completed
false
2
[]
[]
2026-05-01T15:35:55Z
2026-05-03T15:06:44Z
2026-05-03T15:06:44Z
NONE
null
20260503T180029Z
2026-05-03T18:00:29Z
bryanbaer
22,436,505
MDQ6VXNlcjIyNDM2NTA1
User
false
openclaw/openclaw
4,365,219,296
I_kwDOQb6kR88AAAABBC_14A
75,720
https://github.com/openclaw/openclaw/issues/75720
https://api.github.com/repos/openclaw/openclaw/issues/75720
[Bug]: Auto-onboard / plugin presets unconditionally overwrite user-set agents.defaults.model.primary
## Summary When OpenClaw auto-updates and the new release ships new provider plugins, the auto-onboarder runs each plugin's preset applier on first load. Each preset applier unconditionally writes its own `primaryModelRef` into `agents.defaults.model.primary`, **overwriting an existing user-set primary with no check**...
open
null
false
2
[]
[]
2026-05-01T15:38:15Z
2026-05-03T09:50:06Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
shandutta
8,773,397
MDQ6VXNlcjg3NzMzOTc=
User
false
openclaw/openclaw
4,365,412,486
I_kwDOQb6kR88AAAABBDLohg
75,737
https://github.com/openclaw/openclaw/issues/75737
https://api.github.com/repos/openclaw/openclaw/issues/75737
[Bug] WebChat / Control UI repeatedly dispatches agent:main:main, causing repeated provider initialization and very slow replies
## Summary After upgrading to OpenClaw 2026.4.29, WebChat / Control UI can repeatedly dispatch `agent:main:main`, causing repeated provider initialization (`loaded 49 plugin(s)`), very slow replies, and sometimes the impression of an infinite loop. This is not just one slow response: - the same `agent:main:main` sess...
closed
completed
false
3
[]
[]
2026-05-01T16:18:07Z
2026-05-03T21:30:19Z
2026-05-03T21:30:19Z
NONE
null
20260504T000036Z
2026-05-04T00:00:36Z
dsdsddd1
130,032,607
U_kgDOB8Aj3w
User
false
openclaw/openclaw
4,365,434,087
I_kwDOQb6kR88AAAABBDM85w
75,739
https://github.com/openclaw/openclaw/issues/75739
https://api.github.com/repos/openclaw/openclaw/issues/75739
Codex harness migration: agentRuntime.fallback="none" doesn't keep non-codex fallbacks off codex; canonical openai/* ref doesn't broker openai-codex OAuth profile
## Summary When migrating to the canonical codex-harness setup documented at https://docs.openclaw.ai/plugins/codex-harness, two related runtime-routing bugs surface together on `2026.4.29`: 1. **Primary `openai/gpt-5.5` + `agentRuntime: { id: "codex" }` does not broker an existing `openai-codex:<email>` OAuth profil...
open
null
false
1
[]
[]
2026-05-01T16:22:33Z
2026-05-03T01:23:39Z
null
NONE
null
20260503T030030Z
2026-05-03T03:00:30Z
mogglemoss
10,966,195
MDQ6VXNlcjEwOTY2MTk1
User
false
openclaw/openclaw
4,365,455,383
I_kwDOQb6kR88AAAABBDOQFw
75,742
https://github.com/openclaw/openclaw/issues/75742
https://api.github.com/repos/openclaw/openclaw/issues/75742
image tool: 'Failed to optimize image' on valid JPEG exceeding imageMaxDimensionPx default (1200px)
## Summary The `image` tool fails with `Failed to optimize image` when processing a valid JPEG whose dimensions exceed the `imageMaxDimensionPx` default of 1200px. The image itself is well-formed and small in file size — the failure occurs in the resize/optimization pipeline, not during ingestion. ## Steps to Reprodu...
closed
not_planned
true
1
[]
[]
2026-05-01T16:26:02Z
2026-05-04T04:35:58Z
2026-05-01T16:30:32Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
PrinceOfEgypt
2,649,235
MDQ6VXNlcjI2NDkyMzU=
User
false
openclaw/openclaw
4,365,483,978
I_kwDOQb6kR88AAAABBDP_yg
75,743
https://github.com/openclaw/openclaw/issues/75743
https://api.github.com/repos/openclaw/openclaw/issues/75743
[Bug]: 2026.4.29 gateway consumes 100% CPU on one core due to ~50 setInterval timers
## Description After upgrading to 2026.4.29, the gateway Node.js process continuously consumes ~100% CPU on one core, causing sustained heat on Mac mini (M4). This did not occur on 2026.4.23. ## Sampling evidence (macOS `sample`) 97% of CPU time is spent in a repeating timer loop: ``` 4085 Thread DispatchQueue_1: ...
closed
not_planned
true
3
[]
[]
2026-05-01T16:30:48Z
2026-05-04T04:35:29Z
2026-05-01T21:08:23Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
loyur
8,509,039
MDQ6VXNlcjg1MDkwMzk=
User
false
openclaw/openclaw
4,365,503,322
I_kwDOQb6kR88AAAABBDRLWg
75,744
https://github.com/openclaw/openclaw/issues/75744
https://api.github.com/repos/openclaw/openclaw/issues/75744
Wizard: un-selecting the primary model leaves provider models: [] while keeping primary pointing at it
### Summary In `openclaw configure` (local mode), the model-selection step lets you un-check a model that is currently set as `agents.defaults.model.primary` and then confirm. The wizard writes the resulting (empty) selection to `agents/main/agent/models.json` as `"models": []` for that provider, but **does not** clea...
closed
not_planned
true
2
[]
[]
2026-05-01T16:34:43Z
2026-05-04T04:35:57Z
2026-05-01T16:39:37Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
khaledmbot
267,334,447
U_kgDOD-8zLw
User
false
openclaw/openclaw
4,365,537,968
I_kwDOQb6kR88AAAABBDTSsA
75,747
https://github.com/openclaw/openclaw/issues/75747
https://api.github.com/repos/openclaw/openclaw/issues/75747
[Bug] v2026.4.29 — Three compounding regressions on Linux: startup event-loop block, embedded-agent RSS spike → ERR_MODULE_NOT_FOUND crash, orphaned child processes after restart
## Environment - **OpenClaw:** `2026.4.29` (regression from `2026.2.26`) - **Node:** `v24.15.0` - **Platform:** Linux x86_64 (Debian 13), systemd user service via `openclaw gateway install` - **Provider:** OpenRouter (`openrouter/moonshotai/kimi-k2.6` as primary) - **Channels:** Telegram, Slack, webchat ## Summary Th...
closed
completed
true
3
[]
[]
2026-05-01T16:41:52Z
2026-05-04T04:35:02Z
2026-05-01T22:34:26Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
mdxwired
185,713,330
U_kgDOCxHCsg
User
false
openclaw/openclaw
4,365,118,757
I_kwDOQb6kR88AAAABBC5tJQ
75,707
https://github.com/openclaw/openclaw/issues/75707
https://api.github.com/repos/openclaw/openclaw/issues/75707
[Bug]: Gateway CPU pinned at 100%: root causes & workarounds (complements #75688)
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary # Gateway CPU 100-130% idle — root causes identified & workarounds (v2026.4.29) Related to #75688 — same version, same symptoms (100% CPU from startup, ~724MB RAM, `node.list` 20s+ latency). This issue provide...
closed
completed
false
12
[ "bug", "bug:behavior" ]
[ "vincentkoc" ]
2026-05-01T15:17:54Z
2026-05-03T14:28:21Z
2026-05-03T14:28:21Z
NONE
null
20260503T150031Z
2026-05-03T15:00:31Z
AnathemaOfficial
244,251,055
U_kgDODo75rw
User
false
openclaw/openclaw
4,365,060,946
I_kwDOQb6kR88AAAABBC2LUg
75,703
https://github.com/openclaw/openclaw/issues/75703
https://api.github.com/repos/openclaw/openclaw/issues/75703
Gateway WS handler CPU-spin starvation reproduces on Raspberry Pi 5 / ARM64 across 4.26 → 4.29; clean rollback to 4.23 every time
## Summary Every release of OpenClaw since `2026.4.24` produces the same boot-time WebSocket handler starvation on a Raspberry Pi 5 / ARM64 native systemd install. The gateway's `[gateway] ready` line fires, plugin/channel providers register, but the gateway pegs ~100% on a single CPU core and the WS handler on `127.0...
closed
completed
true
8
[]
[]
2026-05-01T15:08:07Z
2026-05-05T04:25:17Z
2026-05-02T13:52:18Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
jsc2304
181,968,212
U_kgDOCtidVA
User
false
openclaw/openclaw
4,365,114,897
I_kwDOQb6kR88AAAABBC5eEQ
75,705
https://github.com/openclaw/openclaw/issues/75705
https://api.github.com/repos/openclaw/openclaw/issues/75705
[Bug]: [Bug Report] Performance regression in 4.10+: ~60s fixed overhead per request
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary [Bug Report] Performance regression in 4.10+: ~60s fixed overhead per request#75290 修复仍在 Unreleased,未发布 ### Steps to reproduce [OpenClaw_Bug_Feedback.md](https://github.com/user-attachments/files/27279251/OpenClaw_Bug_Feed...
closed
not_planned
true
3
[ "bug", "regression" ]
[]
2026-05-01T15:17:07Z
2026-05-04T04:35:56Z
2026-05-01T16:51:41Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
caozili
280,980,106
U_kgDOEL9qig
User
false
openclaw/openclaw
4,365,628,150
I_kwDOQb6kR88AAAABBDYy9g
75,750
https://github.com/openclaw/openclaw/issues/75750
https://api.github.com/repos/openclaw/openclaw/issues/75750
[Show and Tell] canon-guardian: selective workspace canon re-injection on model switch / native fallback / restart
# [Show and Tell] canon-guardian: selective workspace canon re-injection on model switch / native fallback / restart **Author:** @smonett (intensive daily user since 2026.2) **Audited against:** OpenClaw 2026.4.27 (verified against `dist/` package internals — line refs below) **Companion to:** #65824 item 1 ("Silent m...
closed
not_planned
true
2
[]
[]
2026-05-01T17:00:59Z
2026-05-04T04:35:55Z
2026-05-01T17:04:40Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
smonett
50,761,481
MDQ6VXNlcjUwNzYxNDgx
User
false
openclaw/openclaw
4,365,301,877
I_kwDOQb6kR88AAAABBDE4dQ
75,725
https://github.com/openclaw/openclaw/issues/75725
https://api.github.com/repos/openclaw/openclaw/issues/75725
Telegram direct chat replies spend ~25–31s in embedded agent startup/prep before streaming
## Summary Telegram direct-chat replies are consistently slow because every normal message appears to pay ~25–31s of embedded agent startup/prep overhead before model streaming begins. This happens even for trivial messages like `ping` → `pong`. This looks like a runtime/performance issue rather than model generation...
closed
duplicate
true
3
[]
[]
2026-05-01T15:54:52Z
2026-05-04T04:35:09Z
2026-05-01T22:26:23Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
Xiezhi1981
184,280,288
U_kgDOCvvk4A
User
false
openclaw/openclaw
4,365,624,739
I_kwDOQb6kR88AAAABBDYlow
75,749
https://github.com/openclaw/openclaw/issues/75749
https://api.github.com/repos/openclaw/openclaw/issues/75749
[Bug]: Plugin approval delivers duplicate messages on Telegram — forwarder fallback and native runtime both send when turnSourceChannel is null
## Bug Description When a plugin approval request is created without `turnSourceChannel` set (or set to `null`), **two identical approval messages** are delivered to the Telegram chat — one from the forwarding fallback path and one from the Telegram native approval runtime. This happens consistently: every plugin app...
open
null
false
1
[]
[]
2026-05-01T17:00:14Z
2026-05-03T05:00:51Z
null
NONE
null
20260503T060030Z
2026-05-03T06:00:30Z
choury
4,332,542
MDQ6VXNlcjQzMzI1NDI=
User
false
openclaw/openclaw
4,365,438,935
I_kwDOQb6kR88AAAABBDNP1w
75,740
https://github.com/openclaw/openclaw/issues/75740
https://api.github.com/repos/openclaw/openclaw/issues/75740
Embedded agent auto-compaction retries without reducing 873k-token Paperclip prompt
## Summary A long-running embedded/Paperclip agent session reached context overflow, auto-compaction retried three times, but the estimated prompt size did not decrease at all. The run remained at ~873k estimated prompt tokens against a ~242k prompt budget. This looks like auto-compaction reporting attempts without a...
open
null
false
1
[]
[]
2026-05-01T16:23:19Z
2026-05-03T10:42:12Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
coolmanns
117,685,070
U_kgDOBwO7Tg
User
false
openclaw/openclaw
4,365,668,283
I_kwDOQb6kR88AAAABBDbPuw
75,752
https://github.com/openclaw/openclaw/issues/75752
https://api.github.com/repos/openclaw/openclaw/issues/75752
Regression: 2026.4.29 adds 30-100s pre-response latency for simple replies/heartbeats
## Summary After updating from `2026.4.27` to `2026.4.29`, simple direct replies and heartbeat replies started paying a large pre-response latency tax. Before the update, simple replies were typically ~3s. On `2026.4.29`, the user-visible behavior is often ~30s and sometimes close to ~100s before the assistant/model r...
closed
not_planned
true
1
[]
[]
2026-05-01T17:10:31Z
2026-05-04T04:35:55Z
2026-05-01T17:13:46Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
goslingmanagment
220,680,726
U_kgDODSdSFg
User
false
openclaw/openclaw
4,362,379,905
I_kwDOQb6kR88AAAABBASigQ
75,357
https://github.com/openclaw/openclaw/issues/75357
https://api.github.com/repos/openclaw/openclaw/issues/75357
openai-completions simple sessions log zero token usage despite endpoint returning streaming usage
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary `openai-completions` sessions can still write zero token usage to session JSONL for llama.cpp/OpenAI-compatible endpo ints, even though the endpoint returns valid usage when streaming requests include `stre...
closed
completed
true
7
[ "bug", "bug:behavior" ]
[]
2026-05-01T02:00:26Z
2026-05-05T04:25:08Z
2026-05-02T11:05:26Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
khaney64
13,684,640
MDQ6VXNlcjEzNjg0NjQw
User
false
openclaw/openclaw
4,365,686,148
I_kwDOQb6kR88AAAABBDcVhA
75,757
https://github.com/openclaw/openclaw/issues/75757
https://api.github.com/repos/openclaw/openclaw/issues/75757
Feishu streaming card duplicates on long responses (飞书流式卡片长回复重复)
## Problem When using Feishu (飞书) as the chat channel, long AI responses produce **two streaming cards** instead of one. Short single-stream responses work fine, but any response that triggers multiple stream blocks + final delivery always creates a duplicate card. ## Root Cause The issue is in the Feishu integratio...
closed
completed
true
2
[]
[]
2026-05-01T17:14:28Z
2026-05-04T04:35:54Z
2026-05-01T17:16:01Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
sg1416-zg
259,938,361
U_kgDOD35YOQ
User
false
openclaw/openclaw
4,365,684,124
I_kwDOQb6kR88AAAABBDcNnA
75,756
https://github.com/openclaw/openclaw/issues/75756
https://api.github.com/repos/openclaw/openclaw/issues/75756
[Bug]: 2026.4.29 embedded runner auth/dispatch latency causes restart loop on Synology NAS (Docker + QQ bot)
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary ### Bug type Regression (worked before, now fails) ### Summary After auto-updating to OpenClaw 2026.4.29, the gateway enters a restart loop on a Synology NAS (Docker container). Each incoming message triggers auth:14s + dispat...
closed
not_planned
true
1
[ "bug" ]
[]
2026-05-01T17:13:59Z
2026-05-04T04:35:53Z
2026-05-01T17:19:20Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
comewithdatang-ui
281,002,343
U_kgDOEL_BZw
User
false
openclaw/openclaw
4,365,693,723
I_kwDOQb6kR88AAAABBDczGw
75,758
https://github.com/openclaw/openclaw/issues/75758
https://api.github.com/repos/openclaw/openclaw/issues/75758
Feishu streaming card timeout: final result not updated on card after 10+ min (飞书流式卡片超时,最终结果不更新)
## Problem When using Feishu streaming card, after 10+ minutes of processing time, the streaming card session times out. When this happens, the **final result** is never updated onto the card, leaving the user with an incomplete/hanging card. ## Expected Behavior The streaming card should: 1. Handle the timeout grac...
open
null
false
1
[]
[]
2026-05-01T17:16:14Z
2026-05-03T01:23:41Z
null
NONE
null
20260503T030030Z
2026-05-03T03:00:30Z
sg1416-zg
259,938,361
U_kgDOD35YOQ
User
false
openclaw/openclaw
4,365,720,182
I_kwDOQb6kR88AAAABBDeadg
75,759
https://github.com/openclaw/openclaw/issues/75759
https://api.github.com/repos/openclaw/openclaw/issues/75759
v2026.4.29: idle gateway burns 14% CPU, causes Telegram timeouts and event loop delays
## Description After upgrading from v2026.4.15 to v2026.4.29, the gateway burns **14% CPU constantly** on its main event loop thread even when completely idle (zero active agent runs). ## Symptoms - Main thread (LWP == PID) consumes 14% CPU 24/7 - Event loop delays spike to 7-9 seconds (logged as `liveness warning: ...
closed
completed
true
3
[]
[]
2026-05-01T17:22:38Z
2026-05-05T04:27:04Z
2026-05-02T14:28:50Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
davidvv
11,057,344
MDQ6VXNlcjExMDU3MzQ0
User
false
openclaw/openclaw
4,365,669,096
I_kwDOQb6kR88AAAABBDbS6A
75,753
https://github.com/openclaw/openclaw/issues/75753
https://api.github.com/repos/openclaw/openclaw/issues/75753
[Bug]: 2026.4.29 silently drops claude-cli/* entries from agents.defaults.models, breaking every cron with payload.model: "claude-cli/..."
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After updating from 2026.4.27 → 2026.4.29, every cron job with `payload.model: "claude-cli/<model>"` fails with: ``` cron payload.model 'claude-cli/claude-sonnet-4-6' rejected by agents.defaults.models allowlist: claude-cli...
closed
completed
true
3
[]
[]
2026-05-01T17:10:44Z
2026-05-05T04:28:39Z
2026-05-02T05:43:10Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
RyanSandoval
7,387,444
MDQ6VXNlcjczODc0NDQ=
User
false
openclaw/openclaw
4,365,767,696
I_kwDOQb6kR88AAAABBDhUEA
75,763
https://github.com/openclaw/openclaw/issues/75763
https://api.github.com/repos/openclaw/openclaw/issues/75763
[Bug]: 2026.4.29 silently drops exec/process from "messaging" tool profile, breaking isolated cron agent turns; cron run reports status: ok with error string as delivered output
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After updating from 2026.4.27 → 2026.4.29, every cron job whose isolated session resolves the `messaging` tool profile silently loses access to the `exec` and `process` tools mid-turn. The agent runs, the cron is "delivered"...
open
null
false
1
[]
[]
2026-05-01T17:33:37Z
2026-05-03T09:50:07Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
RyanSandoval
7,387,444
MDQ6VXNlcjczODc0NDQ=
User
false
openclaw/openclaw
4,365,780,380
I_kwDOQb6kR88AAAABBDiFnA
75,764
https://github.com/openclaw/openclaw/issues/75764
https://api.github.com/repos/openclaw/openclaw/issues/75764
BUG: gateway config.patch blocks documented subagent thinking default path
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary The gateway config tool rejects changes to the documented `agents.defaults.subagents.thinking` path even though the schema exposes it and the subagents documentation says it can be used to set default subagent ...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-05-01T17:36:24Z
2026-05-04T04:35:35Z
2026-05-01T20:43:01Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
kAIborg24
261,855,322
U_kgDOD5uYWg
User
false
openclaw/openclaw
4,365,885,399
I_kwDOQb6kR88AAAABBDof1w
75,767
https://github.com/openclaw/openclaw/issues/75767
https://api.github.com/repos/openclaw/openclaw/issues/75767
openclaw gateway restart hangs on macOS with SMB-mounted volumes (lsof stat() timeout)
## Description ### Environment - **OS**: macOS 15.x (Darwin 25.4.0, arm64) - **Node**: v25.8.2 - **OpenClaw**: 2026.4.26 (be8c246) - **Network mounts**: Synology DS224plus via SMB, used for Time Machine backup - Mount path: `/Volumes/.timemachine/DS224plus._smb._tcp.local./.../Mac_backup` ### Symptoms Running `ope...
open
null
false
1
[]
[]
2026-05-01T18:01:23Z
2026-05-03T11:26:01Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
Enominera
10,228,818
MDQ6VXNlcjEwMjI4ODE4
User
false
openclaw/openclaw
4,365,905,207
I_kwDOQb6kR88AAAABBDptNw
75,769
https://github.com/openclaw/openclaw/issues/75769
https://api.github.com/repos/openclaw/openclaw/issues/75769
Discord WebSocket heartbeat ACK timeout caused by agent startup blocking Node.js event loop
## Problem When a Discord message triggers an agent run, the startup phases block the Node.js event loop for ~33–47 seconds. Since Discord requires WebSocket heartbeats every ~41.25s, the heartbeat ACK times out during startup, dropping the Discord connection. The reply is then lost with `AbortError: This operation wa...
closed
completed
true
1
[]
[]
2026-05-01T18:06:16Z
2026-05-04T04:35:49Z
2026-05-01T18:11:21Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
eliasopolski-integru
274,635,086
U_kgDOEF6ZTg
User
false
openclaw/openclaw
4,365,917,664
I_kwDOQb6kR88AAAABBDqd4A
75,771
https://github.com/openclaw/openclaw/issues/75771
https://api.github.com/repos/openclaw/openclaw/issues/75771
[Bug]: openclaw-weixin outbound rejects every target (including filehelper) — host resolver requires directory or messagingTarget hook plugin doesn't expose
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary On 2026.4.29, `openclaw message send --channel openclaw-weixin --target <any>` rejects every target form with `Unknown target "<value>" for openclaw-weixin.` The plugin (`@tencent-weixin/openclaw-weixin@2.3.1`)...
closed
not_planned
true
1
[]
[]
2026-05-01T18:09:00Z
2026-05-04T04:35:00Z
2026-05-01T22:37:54Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
lawong888
45,689,065
MDQ6VXNlcjQ1Njg5MDY1
User
false
openclaw/openclaw
4,365,917,479
I_kwDOQb6kR88AAAABBDqdJw
75,770
https://github.com/openclaw/openclaw/issues/75770
https://api.github.com/repos/openclaw/openclaw/issues/75770
[Bug]: directory peers list --channel openclaw-weixin prompts to install an already-installed plugin on 2026.4.29
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary On 2026.4.29, `openclaw directory peers list --channel openclaw-weixin` interactively prompts to install the `openclaw-weixin` plugin even though the plugin is installed, enabled, and actively running (verified...
closed
completed
true
2
[]
[]
2026-05-01T18:08:58Z
2026-05-05T04:28:44Z
2026-05-02T05:14:49Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
lawong888
45,689,065
MDQ6VXNlcjQ1Njg5MDY1
User
false
openclaw/openclaw
4,365,976,133
I_kwDOQb6kR88AAAABBDuCRQ
75,774
https://github.com/openclaw/openclaw/issues/75774
https://api.github.com/repos/openclaw/openclaw/issues/75774
[Bug]: OpenClaw repeatedly spawns duplicate link-cli --mcp child processes and leaks memory
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary # Bug report draft: OpenClaw repeatedly spawns duplicate `link-cli --mcp` child processes and leaks memory ## Summary When `mcp.servers.link-cli` is enabled in `openclaw.json`, `openclaw-gateway` repeatedly accumulates dup...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-05-01T18:22:39Z
2026-05-04T04:35:00Z
2026-05-01T22:38:00Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
andrew-t-james
13,269,277
MDQ6VXNlcjEzMjY5Mjc3
User
false
openclaw/openclaw
4,365,955,175
I_kwDOQb6kR88AAAABBDswZw
75,772
https://github.com/openclaw/openclaw/issues/75772
https://api.github.com/repos/openclaw/openclaw/issues/75772
[RFC] Bundled payment plugin: agent-driven Stripe Link virtual cards + HTTP 402 machine-payment
### Summary Proposing a new bundled `payment` plugin for OpenClaw that lets agents pay for things across two complementary rails: 1. **`virtual_card`** — agent issues a one-time-use Stripe Link virtual card and fills it into a browser checkout form via **sentinel substitution**. Raw PAN/CVV never reach the LLM transc...
closed
not_planned
true
1
[]
[]
2026-05-01T18:18:19Z
2026-05-04T04:35:48Z
2026-05-01T18:36:41Z
CONTRIBUTOR
null
20260504T060031Z
2026-05-04T06:00:31Z
pejmanjohn
481,729
MDQ6VXNlcjQ4MTcyOQ==
User
false
openclaw/openclaw
4,366,071,701
I_kwDOQb6kR88AAAABBDz3lQ
75,778
https://github.com/openclaw/openclaw/issues/75778
https://api.github.com/repos/openclaw/openclaw/issues/75778
[Bug]: Severe event loop block (150s+) and delayed IPv4 fallback in Telegram plugin on IPv6-disabled networks
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Severe Node.js Event Loop block (150s+) and delayed IPv4 fallback in Telegram plugin on IPv6-disabled/unroutable networks. ### Steps to reproduce Run OpenClaw on a host/network where IPv6 is present but unrou...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-05-01T18:42:05Z
2026-05-04T04:35:48Z
2026-05-01T18:47:34Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
slawa19
11,042,798
MDQ6VXNlcjExMDQyNzk4
User
false
openclaw/openclaw
4,366,095,660
I_kwDOQb6kR88AAAABBD1VLA
75,780
https://github.com/openclaw/openclaw/issues/75780
https://api.github.com/repos/openclaw/openclaw/issues/75780
Bug: gateway.auth.mode "none" breaks subagent spawning with "device identity required"
## Summary When `gateway.auth.mode` is set to `"none"` (a documented, valid configuration for trusted local loopback setups), all internal backend RPC connections fail with WebSocket close code 1008: `"device identity required"`. This silently breaks: - `sessions_spawn` / subagent spawning from within agent sessions ...
open
null
false
1
[]
[]
2026-05-01T18:46:36Z
2026-05-03T09:50:08Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
yozakura-ava
280,745,628
U_kgDOELvWnA
User
false
openclaw/openclaw
4,366,122,073
I_kwDOQb6kR88AAAABBD28WQ
75,782
https://github.com/openclaw/openclaw/issues/75782
https://api.github.com/repos/openclaw/openclaw/issues/75782
Embedded-run "auth" stage takes 10–15s synchronously regardless of model auth profile state
# Embedded-run "auth" stage takes 10–15s synchronously regardless of model auth profile state ## Summary In every `[trace:embedded-run] startup stages`, the `auth:` stage consistently takes **10–15 seconds**, blocking the event loop synchronously. This persists after deleting all OAuth-typed `auth-profiles.json` entr...
open
null
false
2
[]
[]
2026-05-01T18:51:44Z
2026-05-03T11:26:02Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
ArthurNie
264,332,276
U_kgDOD8Fj9A
User
false
openclaw/openclaw
4,366,123,141
I_kwDOQb6kR88AAAABBD3AhQ
75,783
https://github.com/openclaw/openclaw/issues/75783
https://api.github.com/repos/openclaw/openclaw/issues/75783
[Bug]: {"subsystem":"fetch-timeout"}
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary OpenClaw Version: 2026.4.29 (a448042) Node.js Version: 22.22.2 OS: Linux 5.15.0-303.171.5.2.1.el8uek.x86_64 (Oracle Cloud Infrastructure) Installation: npm (sudo npm install -g openclaw) Gateway Port: 18789 Runtime: runni...
closed
completed
true
2
[ "bug" ]
[]
2026-05-01T18:52:03Z
2026-05-05T04:28:18Z
2026-05-02T07:39:40Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
tankotan
268,500,030
U_kgDOEAD8Pg
User
false
openclaw/openclaw
3,886,636,780
I_kwDOQb6kR87nqV7s
7,227
https://github.com/openclaw/openclaw/issues/7227
https://api.github.com/repos/openclaw/openclaw/issues/7227
[Security] Accessibility permissions requested for 'node' exposes all npm packages to GUI automation
## Summary OpenClaw's Peekaboo skill (and potentially other macOS GUI automation features) triggers macOS to request **Accessibility permissions for the `node` executable itself**, not for a specific OpenClaw app bundle. This is a significant security risk. ## The Problem When a user grants Accessibility permissions...
open
null
false
7
[ "bug", "security", "stale" ]
[]
2026-02-02T15:43:46Z
2026-05-01T21:01:19Z
null
NONE
null
20260502T000037Z
2026-05-02T00:00:37Z
scottrich
2,446,432
MDQ6VXNlcjI0NDY0MzI=
User
false
openclaw/openclaw
4,366,249,135
I_kwDOQb6kR88AAAABBD-srw
75,785
https://github.com/openclaw/openclaw/issues/75785
https://api.github.com/repos/openclaw/openclaw/issues/75785
[Bug]: Subagent completion can be announced as timed out even when the child run finished successfully
## Summary A subagent completion can be announced to the parent as timed out with a partial-progress stub even when the child run itself finished successfully. ## Steps to reproduce 1. Run OpenClaw 2026.4.25. 2. Spawn a subagent that performs many tool calls and produces a large completion artifact. 3. Let the child...
open
null
false
1
[]
[]
2026-05-01T19:22:12Z
2026-05-03T04:44:41Z
null
NONE
null
20260503T060030Z
2026-05-03T06:00:30Z
carlos-443-diaz
89,645,337
MDQ6VXNlcjg5NjQ1MzM3
User
false
openclaw/openclaw
4,366,261,709
I_kwDOQb6kR88AAAABBD_dzQ
75,795
https://github.com/openclaw/openclaw/issues/75795
https://api.github.com/repos/openclaw/openclaw/issues/75795
Document `agentRuntime.fallback` valid values in the agent runtime reference
Setting `agentRuntime.fallback: "claude-cli"` produces: ``` Config invalid - agents.defaults.agentRuntime.fallback: Invalid option: expected one of "pi"|"none" ``` The error message is great, but the docs at docs.openclaw.ai (e.g. agent runtime configuration) don't mention the valid set. Add a documented enum to t...
closed
completed
true
1
[]
[]
2026-05-01T19:25:18Z
2026-05-04T04:35:46Z
2026-05-01T19:28:45Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
JosephMatsiko
103,938,351
U_kgDOBjH5Lw
User
false
openclaw/openclaw
4,366,333,501
I_kwDOQb6kR88AAAABBED2PQ
75,798
https://github.com/openclaw/openclaw/issues/75798
https://api.github.com/repos/openclaw/openclaw/issues/75798
sessions_spawn fails: Context engine "legacy" is not registered. Available engines: (none)
## Summary Every `sessions_spawn` (runtime=subagent, mode=run) call fails with: ``` Context engine subagent preparation failed: Context engine "legacy" is not registered. Available engines: (none) ``` Reproducible across **2026.4.23 → 2026.4.29** (npm `openclaw@latest`), surviving multiple gateway restarts and a fre...
closed
not_planned
true
1
[]
[]
2026-05-01T19:43:49Z
2026-05-04T04:35:45Z
2026-05-01T19:46:53Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
oscarsixsecllc
260,559,804
U_kgDOD4fTvA
User
false
openclaw/openclaw
4,366,364,734
I_kwDOQb6kR88AAAABBEFwPg
75,799
https://github.com/openclaw/openclaw/issues/75799
https://api.github.com/repos/openclaw/openclaw/issues/75799
[Bug]: OpenAI-compatible provider request is sent with only the current message
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary OpenClaw records full session context, but the actual OpenAI-compatible provider request is sent with only the current message. This is not model-gateway, not Ollama Cloud, not the model “forgetting”. The prior messages ...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-05-01T19:51:12Z
2026-05-05T04:26:46Z
2026-05-02T16:31:53Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
richbeales
1,500,012
MDQ6VXNlcjE1MDAwMTI=
User
false
openclaw/openclaw
4,366,399,671
I_kwDOQb6kR88AAAABBEH4tw
75,800
https://github.com/openclaw/openclaw/issues/75800
https://api.github.com/repos/openclaw/openclaw/issues/75800
2026.4.29 TUI stays on connecting and spins CPU while gateway is healthy
## Summary After upgrading OpenClaw to `2026.4.29` on macOS, `openclaw tui --session main` stayed visually stuck on `connecting | idle` even though the gateway was healthy and the TUI process had an established WebSocket connection. The `openclaw-tui` child process burned about 100% CPU until killed. Rolling back to `...
closed
not_planned
true
1
[]
[]
2026-05-01T19:59:03Z
2026-05-04T04:35:45Z
2026-05-01T20:02:59Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
editbyjunior
4,683,787
MDQ6VXNlcjQ2ODM3ODc=
User
false
openclaw/openclaw
4,366,411,856
I_kwDOQb6kR88AAAABBEIoUA
75,801
https://github.com/openclaw/openclaw/issues/75801
https://api.github.com/repos/openclaw/openclaw/issues/75801
[Bug]: DeepInfra provider not functional across OpenClaw versions (.23 and .29)
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary DeepInfra provider fails to discover or route models correctly; channel modules missing in .29, model discovery broken in .23. ### Steps to reproduce **For .29 (channel modules missing):** 1. Install or upgrade to OpenClaw...
closed
completed
true
1
[ "bug", "bug:crash" ]
[]
2026-05-01T20:01:33Z
2026-05-04T04:35:44Z
2026-05-01T20:07:47Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
alyssonlago
208,375,574
U_kgDODGuPFg
User
false
openclaw/openclaw
4,366,261,236
I_kwDOQb6kR88AAAABBD_b9A
75,787
https://github.com/openclaw/openclaw/issues/75787
https://api.github.com/repos/openclaw/openclaw/issues/75787
RFC: `@openclaw/skill-panel-ask` — broadcast a single intent across multiple AI voices in parallel with cross-family discipline
OpenClaw today is one provider at a time. Most multi-agent frameworks treat the model layer the same way. But the moment a user has multiple subscriptions (Anthropic Max, ChatGPT Plus, Google AI Pro, Perplexity Pro, xAI), they have a **panel** — independent priors, different RLHF reward shapes, different refusal polic...
closed
not_planned
true
1
[]
[]
2026-05-01T19:25:10Z
2026-05-04T04:35:43Z
2026-05-01T20:11:51Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
JosephMatsiko
103,938,351
U_kgDOBjH5Lw
User
false
openclaw/openclaw
4,366,261,296
I_kwDOQb6kR88AAAABBD_cMA
75,788
https://github.com/openclaw/openclaw/issues/75788
https://api.github.com/repos/openclaw/openclaw/issues/75788
RFC: `@openclaw/plugin-fleet-bridge` — typed dissent-preserving prior contract for multi-agent openclaw
This is the substrate for `skill-panel-ask` (Issue 1) and arguably the most upstream-worthy piece of work on this fork. It encodes a typed, append-only, dissent-preserving contract on top of the existing `memory-graph` plugin's SQLite store at `~/.openclaw/memory/graph.sqlite`. ### What it adds Two new node types (a...
closed
not_planned
true
1
[]
[]
2026-05-01T19:25:11Z
2026-05-04T04:35:42Z
2026-05-01T20:11:56Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
JosephMatsiko
103,938,351
U_kgDOBjH5Lw
User
false
openclaw/openclaw
4,366,261,352
I_kwDOQb6kR88AAAABBD_caA
75,789
https://github.com/openclaw/openclaw/issues/75789
https://api.github.com/repos/openclaw/openclaw/issues/75789
RFC: `@openclaw/plugin-web-voices` — replace bespoke UI-intercept scripts with a contract-bound web-voice provider plugin
Today, anyone wanting to use ChatGPT-web, Gemini-web, Grok-web, Perplexity-web, or claude.ai-web from their existing subscriptions writes their own bespoke DOM-intercept scripts. The fragility is well-known: vendor changes a CSS class, the user's automation breaks. Gemini's own analysis flagged this as "technical debt...
closed
not_planned
true
1
[]
[]
2026-05-01T19:25:12Z
2026-05-04T04:35:41Z
2026-05-01T20:12:02Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
JosephMatsiko
103,938,351
U_kgDOBjH5Lw
User
false
openclaw/openclaw
4,366,177,857
I_kwDOQb6kR88AAAABBD6WQQ
75,784
https://github.com/openclaw/openclaw/issues/75784
https://api.github.com/repos/openclaw/openclaw/issues/75784
Phantom user messages appear in webchat after heartbeat wakes / gateway restart / session repair
## Environment - OpenClaw: 2026.4.29 (commit a448042) - OS: WSL2 (Linux 6.6.87.2-microsoft-standard-WSL2, x86_64) - Node: v22.22.2 - Channel: webchat ## Description Three phantom user messages appeared in webchat that the user did NOT send. ### Phantom 1 - Context bleed from tool call After assistant ran a curl API t...
open
null
false
1
[]
[]
2026-05-01T19:05:36Z
2026-05-03T11:26:03Z
null
NONE
null
20260503T120038Z
2026-05-03T12:00:38Z
maxbreaker1983
55,550,779
MDQ6VXNlcjU1NTUwNzc5
User
false
openclaw/openclaw
4,366,261,413
I_kwDOQb6kR88AAAABBD_cpQ
75,790
https://github.com/openclaw/openclaw/issues/75790
https://api.github.com/repos/openclaw/openclaw/issues/75790
Bug: gateway boot loads stale OAuth tokens on macOS; doesn't re-read keychain for `anthropic:claude-cli` profile (follow-up to #71026)
This is a macOS-keychain analog of the recently-closed #71026 ("Auth token sync: claude-cli OAuth token not refreshed in auth-profiles.json"). The fix for #71026 covers Linux's `~/.claude/.credentials.json` but the identical symptom still reproduces on macOS where Claude CLI stores the OAuth refresh-token in the macOS...
closed
completed
true
2
[]
[]
2026-05-01T19:25:13Z
2026-05-04T04:35:24Z
2026-05-01T21:39:13Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
JosephMatsiko
103,938,351
U_kgDOBjH5Lw
User
false
openclaw/openclaw
4,366,261,456
I_kwDOQb6kR88AAAABBD_c0A
75,791
https://github.com/openclaw/openclaw/issues/75791
https://api.github.com/repos/openclaw/openclaw/issues/75791
Make `PRIMARY_MODEL_PREWARM_TIMEOUT_MS` configurable via env or config (follow-up to #74776)
This is a follow-up to recently-closed #74776 ("gateway: prewarmConfiguredPrimaryModel blocks channel startup for ~4 minutes on every restart"). That issue addressed the structural problem (channels should not block on prewarm); this one addresses the still-cosmetic but persistent boot-time warning caused by the inner...
closed
completed
true
2
[]
[]
2026-05-01T19:25:14Z
2026-05-04T04:35:23Z
2026-05-01T21:39:15Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
JosephMatsiko
103,938,351
U_kgDOBjH5Lw
User
false
openclaw/openclaw
4,366,261,521
I_kwDOQb6kR88AAAABBD_dEQ
75,792
https://github.com/openclaw/openclaw/issues/75792
https://api.github.com/repos/openclaw/openclaw/issues/75792
iMessage subsystem auto-restarts in 5s loop on large `chat.db` (chats.list timeout)
On a Mac with a 94 MB `chat.db` (~years of iMessage history), the openclaw iMessage subsystem cannot complete `chats.list` RPC within the 14.8s window before timeout. Pattern in gateway.err.log: ``` [imessage] [default] starting provider (/opt/homebrew/bin/imsg db=/Users/.../chat.db) [imessage] imsg rpc not ready aft...
closed
completed
true
2
[]
[]
2026-05-01T19:25:15Z
2026-05-04T04:35:22Z
2026-05-01T21:39:17Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
JosephMatsiko
103,938,351
U_kgDOBjH5Lw
User
false
openclaw/openclaw
4,366,261,587
I_kwDOQb6kR88AAAABBD_dUw
75,793
https://github.com/openclaw/openclaw/issues/75793
https://api.github.com/repos/openclaw/openclaw/issues/75793
`openclaw models auth login` requires TTY; can't be scripted
For users wanting to provision providers via Ansible, scripts, or remote provisioning, the auth-login flow requires interactive TTY: ``` $ echo "AIzaSyC..." | openclaw models auth login --provider google --method api-key --set-default Error: models auth login requires an interactive TTY. ``` This forces hand-editing...
closed
completed
true
2
[]
[]
2026-05-01T19:25:16Z
2026-05-04T04:35:22Z
2026-05-01T21:39:19Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
JosephMatsiko
103,938,351
U_kgDOBjH5Lw
User
false
openclaw/openclaw
4,366,261,660
I_kwDOQb6kR88AAAABBD_dnA
75,794
https://github.com/openclaw/openclaw/issues/75794
https://api.github.com/repos/openclaw/openclaw/issues/75794
`openclaw cron` subcommands hang when gateway is busy or degraded; should read local store directly
`openclaw cron list / add / rm` all proxy through the gateway via WebSocket. When the gateway is busy (high `eventLoopDelayMaxMs`, plugin warmup, channel auto-restart loop, MCP server initialization), every cron subcommand hangs indefinitely waiting for the round-trip. **Reproduce**: 1. Configure 16+ MCP servers in `...
closed
completed
true
2
[]
[]
2026-05-01T19:25:17Z
2026-05-04T04:35:21Z
2026-05-01T21:39:21Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
JosephMatsiko
103,938,351
U_kgDOBjH5Lw
User
false
openclaw/openclaw
4,366,332,404
I_kwDOQb6kR88AAAABBEDx9A
75,797
https://github.com/openclaw/openclaw/issues/75797
https://api.github.com/repos/openclaw/openclaw/issues/75797
[v29] Google secrets reloader crash-loop: Unable to open bundled plugin public surface google/web-search-contract-api.js
## Summary After upgrading from OpenClaw `2026.4.26` to `2026.4.29`, the gateway successfully started once, then after a later SIGTERM it entered a cold-start crash loop. Every subsequent startup failed with a Google plugin / secrets-reloader error: ```text [secrets] [SECRETS_RELOADER_DEGRADED] Error: Unable to open ...
open
null
false
1
[]
[]
2026-05-01T19:43:32Z
2026-05-03T08:40:32Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
ymebosma
57,662,356
MDQ6VXNlcjU3NjYyMzU2
User
false
openclaw/openclaw
4,366,526,099
I_kwDOQb6kR88AAAABBEPmkw
75,804
https://github.com/openclaw/openclaw/issues/75804
https://api.github.com/repos/openclaw/openclaw/issues/75804
[Bug]: WhatsApp QR fails to render on 2026.4.29 — `qrcode` missing from plugin-runtime-deps
### Bug type Behavior bug (channel pairing flow blocked, no crash) ### Summary On openclaw `2026.4.29` (installed via `npm install -g openclaw@2026.4.29`), opening the WhatsApp pairing QR in the Control UI fails with: ``` Failed to render the WhatsApp QR: Cannot find package 'qrcode' imported from /home/openclaw/.o...
closed
completed
true
1
[]
[]
2026-05-01T20:29:14Z
2026-05-04T04:35:39Z
2026-05-01T20:33:25Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
microblue
1,555,783
MDQ6VXNlcjE1NTU3ODM=
User
false
openclaw/openclaw
4,366,525,437
I_kwDOQb6kR88AAAABBEPj_Q
75,803
https://github.com/openclaw/openclaw/issues/75803
https://api.github.com/repos/openclaw/openclaw/issues/75803
Gateway: redundant per-plugin dep-resolution saturates event loop in embedded-fallback path
## Summary - Every `openclaw agent --local` (embedded-fallback) invocation triggers a full bundled-runtime-dep resolution pass for **every loaded plugin** — 33 passes against an identical 41-spec list per run. - All 33 plugins share the same spec list (`~/.openclaw/plugin-runtime-deps/openclaw-<version>/`); no per-plu...
closed
completed
true
1
[]
[]
2026-05-01T20:29:05Z
2026-05-04T04:35:38Z
2026-05-01T20:33:26Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
sycamoregroupltd
58,149,681
MDQ6VXNlcjU4MTQ5Njgx
User
false
openclaw/openclaw
4,366,526,190
I_kwDOQb6kR88AAAABBEPm7g
75,805
https://github.com/openclaw/openclaw/issues/75805
https://api.github.com/repos/openclaw/openclaw/issues/75805
[Bug]: Session lock file not released on graceful shutdown, causes 50%+ CPU in busy-wait loop
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary OpenClaw gateway leaves session lock files in a stuck state after restart, causing a busy-wait loop that consumes 50%+ CPU until the lock file is manually deleted. ### Steps to reproduce 1. Run OpenClaw gateway for extende...
closed
completed
true
1
[ "bug" ]
[]
2026-05-01T20:29:15Z
2026-05-04T04:34:19Z
2026-05-02T03:07:21Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
keldmex
72,273,591
MDQ6VXNlcjcyMjczNTkx
User
false
openclaw/openclaw
4,366,551,593
I_kwDOQb6kR88AAAABBERKKQ
75,806
https://github.com/openclaw/openclaw/issues/75806
https://api.github.com/repos/openclaw/openclaw/issues/75806
TUI: stuck on 'connecting | idle', spins at ~98% CPU, never establishes session
## Summary TUI gets stuck on `connecting | idle` indefinitely and never establishes a session, even when the gateway is healthy and responding normally on other surfaces (webchat, Telegram). --- ## Steps to Reproduce 1. Gateway is running and healthy (`openclaw gateway status` ok, webchat responding) 2. Run `opencl...
closed
not_planned
true
2
[]
[]
2026-05-01T20:34:32Z
2026-05-04T04:35:28Z
2026-05-01T21:08:30Z
NONE
null
20260504T060031Z
2026-05-04T06:00:31Z
idanshimon
3,396,189
MDQ6VXNlcjMzOTYxODk=
User
false