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,279,359,622
I_kwDOQb6kR87_EdiG
67,869
https://github.com/openclaw/openclaw/issues/67869
https://api.github.com/repos/openclaw/openclaw/issues/67869
[Bug]: Synchronous plugin discovery blocks event loop for minutes on Windows with multiple agents
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary discoverOpenClawPlugins() in discovery-*.js performs ~62,000 synchronous filesystem calls (realpathSync, existsSync, readFileSync) when scanning 102+ bundled extensions. On Windows, each full scan blocks the event loop for ~...
closed
completed
true
0
[ "bug", "regression" ]
[]
2026-04-17T00:36:46Z
2026-04-19T04:22:46Z
2026-04-17T03:25:00Z
NONE
null
20260419T052035Z
2026-04-19T05:20:35Z
karunss
276,783,986
U_kgDOEH9jcg
User
false
openclaw/openclaw
4,279,396,500
I_kwDOQb6kR87_EmiU
67,874
https://github.com/openclaw/openclaw/issues/67874
https://api.github.com/repos/openclaw/openclaw/issues/67874
Remove legacy dedupe file migration code from inbound-dedupe.ts
## Context PR #67426 added a one-time migration in `extensions/bluebubbles/src/inbound-dedupe.ts` to rename the persistent dedupe file from the legacy flat naming (`${safe}.json`) to the hashed naming (`${safe}__${hash}.json`). The hash was added to prevent collisions between accounts with similar sanitized prefixes. ...
open
null
false
0
[ "maintainer" ]
[ "omarshahine" ]
2026-04-17T00:48:58Z
2026-04-17T00:49:07Z
null
CONTRIBUTOR
null
20260417T163222Z
2026-04-17T16:32:22Z
omarshahine
10,343,873
MDQ6VXNlcjEwMzQzODcz
User
false
openclaw/openclaw
4,279,406,319
I_kwDOQb6kR87_Eo7v
67,875
https://github.com/openclaw/openclaw/issues/67875
https://api.github.com/repos/openclaw/openclaw/issues/67875
[Bug]: models.json baseUrl automatically appends "/v1" on restart
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary When editing the models.json file to set provider baseUrls without the "/v1" suffix, the baseUrl automatically gets "/v1" appended after restarting the OpenClaw gateway. ### Steps to reproduce 1. Edit ~/.openclaw/agent...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-04-17T00:51:46Z
2026-04-19T04:22:47Z
2026-04-17T03:02:37Z
NONE
null
20260419T052035Z
2026-04-19T05:20:35Z
wjmcool
31,175,163
MDQ6VXNlcjMxMTc1MTYz
User
false
openclaw/openclaw
4,279,426,754
I_kwDOQb6kR87_Et7C
67,878
https://github.com/openclaw/openclaw/issues/67878
https://api.github.com/repos/openclaw/openclaw/issues/67878
active-memory timeout fires but elapsedMs is 15-20s — abort not terminating embedded run promptly
**Version:** OpenClaw v2026.4.15 **Component:** extensions/active-memory, src/agents/pi-embedded-runner **Description:** active-memory config.timeoutMs fires the AbortController at the configured value, but runRecallSubagent() does not return until ~15-20s later due to the wait-for-idle-before-flush cleanup path not r...
closed
completed
true
3
[]
[]
2026-04-17T00:56:55Z
2026-04-29T04:34:09Z
2026-04-26T05:16:40Z
NONE
null
20260429T060025Z
2026-04-29T06:00:25Z
balaji1968-kingler
268,807,278
U_kgDOEAWsbg
User
false
openclaw/openclaw
4,279,427,497
I_kwDOQb6kR87_EuGp
67,879
https://github.com/openclaw/openclaw/issues/67879
https://api.github.com/repos/openclaw/openclaw/issues/67879
webhooks plugin register() fires 2-3 times per inbound message — unexpected plugin registry reload
**Version:** OpenClaw v2026.4.15 **Component:** extensions/webhooks **Description:** The webhooks plugin register(api) function runs multiple times per inbound message, causing duplicate registered route log entries. replaceExisting: true makes this functionally idempotent but the repeated registration points to unexp...
closed
completed
true
2
[]
[]
2026-04-17T00:57:06Z
2026-04-27T04:48:33Z
2026-04-24T23:21:18Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
balaji1968-kingler
268,807,278
U_kgDOEAWsbg
User
false
openclaw/openclaw
4,279,513,337
I_kwDOQb6kR87_FDD5
67,886
https://github.com/openclaw/openclaw/issues/67886
https://api.github.com/repos/openclaw/openclaw/issues/67886
Gateway crashes with unhandled write EPIPE when CodexAppServerClient receives unparseable stdout
### Environment - **Version**: 2026.4.15 - **OS**: Linux - **Install Method**: script ### Description The `CodexAppServerClient` communicates with the `codex-acp` subprocess over `stdio`. If the subprocess encounters an initialization failure (for instance, an interactive prompt emitted to stdout, or a deprecated conf...
closed
completed
true
0
[]
[]
2026-04-17T01:19:57Z
2026-04-20T04:26:34Z
2026-04-17T15:28:39Z
NONE
null
20260420T060038Z
2026-04-20T06:00:38Z
kai-the-man[bot]
259,478,402
BOT_kgDOD3dTgg
Bot
false
openclaw/openclaw
4,279,516,233
I_kwDOQb6kR87_FDxJ
67,887
https://github.com/openclaw/openclaw/issues/67887
https://api.github.com/repos/openclaw/openclaw/issues/67887
parity gate fails when speech-core runtime public surface cannot be resolved
## Summary The GPT-5.4 / Opus 4.6 parity gate can fail for unrelated PRs because the qa-lab parity run aborts with: `Error: Unable to resolve bundled plugin public surface speech-core/runtime-api.js` This shows up as a red CI check even when the PR diff does not touch speech-core or parity-gate code. ## Evidence O...
closed
completed
true
1
[]
[]
2026-04-17T01:20:55Z
2026-04-28T04:52:14Z
2026-04-25T18:19:25Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
pfrederiksen
908,172
MDQ6VXNlcjkwODE3Mg==
User
false
openclaw/openclaw
4,279,519,122
I_kwDOQb6kR87_FEeS
67,888
https://github.com/openclaw/openclaw/issues/67888
https://api.github.com/repos/openclaw/openclaw/issues/67888
[Bug]: Opus 4.7 forward-compat — supportsAdaptiveThinking() omits opus-4-7, causes every first-turn request to 400+fallback to thinking=off
## Summary On `openclaw@2026.4.15`, every agent turn against `anthropic/claude-opus-4-7` sends `thinking: {type: "enabled", budget_tokens: N}` on the first attempt. Anthropic rejects with `400 "thinking.type.enabled" is not supported for this model. Use "thinking.type.adaptive" and "output_config.effort"`. `pickFallbac...
closed
completed
true
7
[]
[]
2026-04-17T01:21:44Z
2026-04-28T04:52:13Z
2026-04-25T18:19:32Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
tomascupr
201,650,992
U_kgDODATzMA
User
false
openclaw/openclaw
4,279,519,640
I_kwDOQb6kR87_FEmY
67,889
https://github.com/openclaw/openclaw/issues/67889
https://api.github.com/repos/openclaw/openclaw/issues/67889
Image understanding tool has hardcoded 60s timeout, ignoring configured timeoutSeconds
## Description The `image` tool has a hardcoded `AbortSignal.timeout(6e4)` (60 seconds) in the image understanding pipeline that overrides the configured `tools.media.image.timeoutSeconds` value. ## Steps to Reproduce 1. Configure a local Ollama model for image understanding (e.g., `gemma4:26b-a4b-it-q4_K_M`) 2. Set...
closed
completed
true
2
[]
[]
2026-04-17T01:21:56Z
2026-04-30T04:36:32Z
2026-04-27T06:11:22Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
AllenT22
32,110,353
MDQ6VXNlcjMyMTEwMzUz
User
false
openclaw/openclaw
4,279,578,918
I_kwDOQb6kR87_FTEm
67,891
https://github.com/openclaw/openclaw/issues/67891
https://api.github.com/repos/openclaw/openclaw/issues/67891
[Bug] webhooks plugin: async register() causes routes to never be registered
**Bug:** webhooks plugin routes never registered in v2026.4.10+ **Expected:** routes from plugins.entries.webhooks.routes.* are registered and accessible. **Actual:** openclaw doctor shows: WARN webhooks: plugin register returned a promise; async registration is ignored. Routes are silently dropped. **Root cause (in ...
closed
completed
true
1
[]
[]
2026-04-17T01:41:59Z
2026-04-29T04:39:45Z
2026-04-26T09:06:17Z
NONE
null
20260429T060025Z
2026-04-29T06:00:25Z
slideshow-dingo
258,996,445
U_kgDOD2_43Q
User
false
openclaw/openclaw
4,279,600,314
I_kwDOQb6kR87_FYS6
67,896
https://github.com/openclaw/openclaw/issues/67896
https://api.github.com/repos/openclaw/openclaw/issues/67896
[Bug]: exec tool returns "No result provided" starting in 2026.4.14
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary exec and process tools return "No result provided" (empty results) starting in 2026.4.14 while all other tools work correctly; rollback to 2026.4.12 resolves the issue. ### Steps to reproduce npm install -g openclaw@2026.4...
closed
completed
true
1
[ "bug" ]
[]
2026-04-17T01:47:58Z
2026-04-28T04:52:12Z
2026-04-25T18:19:39Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
forcefedglass
3,735,225
MDQ6VXNlcjM3MzUyMjU=
User
false
openclaw/openclaw
4,279,634,834
I_kwDOQb6kR87_FguS
67,899
https://github.com/openclaw/openclaw/issues/67899
https://api.github.com/repos/openclaw/openclaw/issues/67899
plugin: async register() return value is not awaited — routes never registered
## Bug Description When a plugin exports an async `register()` function, OpenClaw calls it synchronously without `await`. The returned Promise is silently dropped and the function's side effects (e.g. route registration) never execute. ## Steps to Reproduce 1. Create or use a plugin that exports `register()` as `asy...
closed
completed
true
1
[]
[]
2026-04-17T01:57:56Z
2026-04-28T04:52:11Z
2026-04-25T18:19:46Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
slideshow-dingo
258,996,445
U_kgDOD2_43Q
User
false
openclaw/openclaw
4,279,635,432
I_kwDOQb6kR87_Fg3o
67,900
https://github.com/openclaw/openclaw/issues/67900
https://api.github.com/repos/openclaw/openclaw/issues/67900
plugin: async register() return value is not awaited — routes never registered
## Bug Description When a plugin exports an async `register()` function, OpenClaw calls it synchronously without `await`. The returned Promise is silently dropped and the function's side effects (e.g. route registration) never execute. ## Steps to Reproduce 1. Create or use a plugin that exports `register()` as `asy...
closed
completed
true
1
[]
[]
2026-04-17T01:58:06Z
2026-04-28T04:52:11Z
2026-04-25T18:19:53Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
slideshow-dingo
258,996,445
U_kgDOD2_43Q
User
false
openclaw/openclaw
4,279,637,312
I_kwDOQb6kR87_FhVA
67,901
https://github.com/openclaw/openclaw/issues/67901
https://api.github.com/repos/openclaw/openclaw/issues/67901
plugins.allow prevents bundled "subagents" CLI command from running
## Bug Description Setting `plugins.allow` to a list of plugin IDs (as required for some configurations) causes the `openclaw subagents` command to fail with: ``` Error: The openclaw subagents command is unavailable because plugins.allow excludes "subagents". Add "subagents" to plugins.allow if you want that bundled ...
closed
duplicate
true
1
[ "duplicate", "dedupe:child" ]
[]
2026-04-17T01:58:43Z
2026-04-28T04:36:35Z
2026-04-26T03:54:54Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
slideshow-dingo
258,996,445
U_kgDOD2_43Q
User
false
openclaw/openclaw
4,279,638,299
I_kwDOQb6kR87_Fhkb
67,902
https://github.com/openclaw/openclaw/issues/67902
https://api.github.com/repos/openclaw/openclaw/issues/67902
subagent sessions left as "running" in sessions.json after crash — no cleanup mechanism
## Bug Description When a subagent process crashes, exits abnormally, or is killed without proper cleanup, its entry in `~/.openclaw/agents/main/sessions/sessions.json` is left with `status: "running"` indefinitely. The entry is never removed automatically. This causes: 1. `sessions.json` to grow unbounded with stale...
closed
completed
true
3
[]
[]
2026-04-17T01:58:58Z
2026-05-01T04:41:45Z
2026-04-28T20:44:40Z
NONE
null
20260501T113057Z
2026-05-01T11:30:57Z
slideshow-dingo
258,996,445
U_kgDOD2_43Q
User
false
openclaw/openclaw
4,279,639,830
I_kwDOQb6kR87_Fh8W
67,903
https://github.com/openclaw/openclaw/issues/67903
https://api.github.com/repos/openclaw/openclaw/issues/67903
plugin config apiKey field rejects boolean false — self-hosted plugins with no API key cannot suppress warning
## Bug Description When a plugin is configured to use local/bearer authentication (no API key required), setting `apiKey: false` in the plugin's `config` block is rejected by the config schema validation. The schema appears to require `apiKey` to be a string if present. This prevents self-hosted plugins (like `opencl...
closed
not_planned
true
1
[]
[]
2026-04-17T01:59:27Z
2026-04-28T04:52:10Z
2026-04-25T18:20:00Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
slideshow-dingo
258,996,445
U_kgDOD2_43Q
User
false
openclaw/openclaw
4,279,662,269
I_kwDOQb6kR87_Fna9
67,907
https://github.com/openclaw/openclaw/issues/67907
https://api.github.com/repos/openclaw/openclaw/issues/67907
[Bug]:OpenRouter probe succeeds, but agent/embedded returns stopReason=stop payloads=0 on 2026.4.14 and 2026.4.15
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary ### Summary After upgrading to OpenClaw 2026.4.14 and then 2026.4.15, OpenRouter-backed runs authenticate successfully but the agent does not return a user-visible response. `openclaw models status --probe` shows OpenRoute...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-04-17T02:05:59Z
2026-04-21T04:21:59Z
2026-04-18T16:02:17Z
NONE
null
20260421T060038Z
2026-04-21T06:00:38Z
MrMortalMonkey
221,890,521
U_kgDODTnH2Q
User
false
openclaw/openclaw
4,279,666,922
I_kwDOQb6kR87_Fojq
67,908
https://github.com/openclaw/openclaw/issues/67908
https://api.github.com/repos/openclaw/openclaw/issues/67908
[Bug]: Docker binary distribution fails to resolve 'openclaw' package for OAuth-token shared modules in v2026.4.15
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After upgrading to `v2026.4.15` via Docker, all plugins requiring `google-oauth-token-shared.js` fail to resolve the core `openclaw` package, blocking image generation and search capabilities. ### Steps to reproduce 1. Dep...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-04-17T02:07:30Z
2026-04-20T04:26:45Z
2026-04-17T06:14:49Z
NONE
null
20260420T060038Z
2026-04-20T06:00:38Z
sofs2005
14,013,284
MDQ6VXNlcjE0MDEzMjg0
User
false
openclaw/openclaw
4,279,677,346
I_kwDOQb6kR87_FrGi
67,911
https://github.com/openclaw/openclaw/issues/67911
https://api.github.com/repos/openclaw/openclaw/issues/67911
[FEATURE] Session End Hook for Automatic Commitment/Memory Capture
### Summary Add a session end hook to automatically capture and save important information (commitments, plans, promises) from conversation history to memory files, preventing trust issues when AI "forgets" what was said. ### Problem to solve **Current Behavior**: When a conversation ends, important information (com...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-04-17T02:10:33Z
2026-04-28T04:52:09Z
2026-04-25T18:20:07Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
A-yi-001
268,899,632
U_kgDOEAcVMA
User
false
openclaw/openclaw
4,279,689,513
I_kwDOQb6kR87_FuEp
67,912
https://github.com/openclaw/openclaw/issues/67912
https://api.github.com/repos/openclaw/openclaw/issues/67912
[Bug]: Dreaming overwrites daily memory files (memory/YYYY-MM-DD.md) instead of only writing to memory/.dreams/
## Describe the bug The Dreaming (memory consolidation) feature incorrectly overwrites the daily conversation log files (`memory/YYYY-MM-DD.md`) with Dreaming output, instead of writing only to its designated directories (`memory/.dreams/` and `DREAMS.md`). This results in the loss of daily conversation logs — the or...
closed
completed
true
1
[]
[]
2026-04-17T02:15:00Z
2026-04-28T04:52:08Z
2026-04-25T18:20:14Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Highsensor
62,579,955
MDQ6VXNlcjYyNTc5OTU1
User
false
openclaw/openclaw
4,279,706,101
I_kwDOQb6kR87_FyH1
67,914
https://github.com/openclaw/openclaw/issues/67914
https://api.github.com/repos/openclaw/openclaw/issues/67914
Bug: Image Cache - Different Images Result in Identical Cached Files (Same MD5)
# Bug Report: Image Cache Bug - Same MD5 for Different Images ## Summary When receiving images via Feishu/WeChat Work/WeChat bots, different images result in identical cached files (same MD5 hash), causing the AI to incorrectly describe images. ## Severity High - Breaks image recognition functionality ## Environment...
closed
completed
true
1
[]
[]
2026-04-17T02:20:15Z
2026-04-30T04:39:37Z
2026-04-26T05:16:45Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
EdyeeBlank
183,996,152
U_kgDOCveO-A
User
false
openclaw/openclaw
4,279,709,520
I_kwDOQb6kR87_Fy9Q
67,915
https://github.com/openclaw/openclaw/issues/67915
https://api.github.com/repos/openclaw/openclaw/issues/67915
[Bug]: Local assistant attachments shown as "Unavailable — Outside allowed folders" despite correct server config
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Local assistant media attachments (e.g. TTS audio in `MEDIA:` lines) render as \"Unavailable — Outside allowed folders\" in Control UI even when the server's `localMediaPreviewRoots` includes the path and the s...
open
null
false
3
[ "bug", "bug:behavior" ]
[]
2026-04-17T02:21:11Z
2026-05-05T02:25:33Z
null
CONTRIBUTOR
null
20260505T030055Z
2026-05-05T03:00:55Z
Conan-Scott
271,909,525
U_kgDOEDUClQ
User
false
openclaw/openclaw
4,279,726,378
I_kwDOQb6kR87_F3Eq
67,917
https://github.com/openclaw/openclaw/issues/67917
https://api.github.com/repos/openclaw/openclaw/issues/67917
[Bug]: openai-codex OAuth precheck fails with TLS error and runtime fetch failures despite valid cert setup
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary openai-codex provider fails in OpenClaw despite valid OAuth and working TLS. OAuth precheck incorrectly reports certificate errors, and runtime requests fail with fetch failed timeouts. ### Steps to reproduce **Configure m...
open
null
false
2
[ "bug", "regression" ]
[]
2026-04-17T02:25:38Z
2026-05-02T21:49:58Z
null
NONE
null
20260503T000641Z
2026-05-03T00:06:41Z
modihimanshu22-eng
276,810,598
U_kgDOEH_LZg
User
false
openclaw/openclaw
4,279,734,915
I_kwDOQb6kR87_F5KD
67,919
https://github.com/openclaw/openclaw/issues/67919
https://api.github.com/repos/openclaw/openclaw/issues/67919
[Bug]: wiki bridge CLI does not load the active memory slot plugin, so bridge mode falsely reports 0 exported artifacts
## Bug type Behavior bug (incorrect output/state without crash) ## Beta release blocker No ## Summary `openclaw wiki status` and `openclaw wiki bridge import` falsely reported `0 exported artifacts` in bridge mode even though the active memory plugin exported 67 public artifacts in the same environment when loaded...
closed
completed
true
1
[]
[]
2026-04-17T02:27:56Z
2026-04-19T04:22:50Z
2026-04-17T02:42:38Z
NONE
null
20260419T052035Z
2026-04-19T05:20:35Z
TheGreenCedar
14,635,636
MDQ6VXNlcjE0NjM1NjM2
User
false
openclaw/openclaw
4,279,737,862
I_kwDOQb6kR87_F54G
67,922
https://github.com/openclaw/openclaw/issues/67922
https://api.github.com/repos/openclaw/openclaw/issues/67922
[Bug] Dream Diary outputs to stdout instead of DREAMS.md
## Bug Description Dreaming feature is enabled and runs at 3 AM, but the Dream Diary (human-readable narrative output) is printed to stdout/terminal instead of being written to DREAMS.md file as documented. ## Environment - OpenClaw version: 2026.4.12 (1c0672b) - OS: Windows - Memory backend: memory-core with dreami...
closed
completed
true
1
[]
[]
2026-04-17T02:28:48Z
2026-04-28T04:52:08Z
2026-04-25T18:20:21Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
changray7
172,724,824
U_kgDOCkuSWA
User
false
openclaw/openclaw
4,279,759,703
I_kwDOQb6kR87_F_NX
67,925
https://github.com/openclaw/openclaw/issues/67925
https://api.github.com/repos/openclaw/openclaw/issues/67925
Security audit reports phantom plugins that are actually installed and loaded (v2026.4.15)
## Bug Description After upgrading to 2026.4.15, running \`openclaw security audit --deep\` reports a new warning: \`\`\` plugins.allow_phantom_entries: The following plugins.allow entries do not correspond to any installed plugin: browser, qqbot, minimax, acpx, active-memory, device-pair, memory-core. \`\`\` Howev...
closed
duplicate
true
2
[ "duplicate", "dedupe:child" ]
[]
2026-04-17T02:35:06Z
2026-04-28T04:37:11Z
2026-04-26T03:49:17Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
drzeast-png
264,975,099
U_kgDOD8sy-w
User
false
openclaw/openclaw
4,279,770,464
I_kwDOQb6kR87_GB1g
67,926
https://github.com/openclaw/openclaw/issues/67926
https://api.github.com/repos/openclaw/openclaw/issues/67926
[Bug]: Control UI Raw mode disabled (snapshot cannot safely round-trip raw text).
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Since version 2026.3.31, the configuration file has been unable to be edited。[#59330](https://github.com/openclaw/openclaw/issues/59330) Someone has already proposed it,Add [#59336](https://github.com/openclaw/openclaw/pull/...
closed
not_planned
true
2
[ "bug", "regression" ]
[]
2026-04-17T02:38:22Z
2026-04-30T04:38:34Z
2026-04-26T05:43:57Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
tc414103685
25,275,402
MDQ6VXNlcjI1Mjc1NDAy
User
false
openclaw/openclaw
4,279,772,388
I_kwDOQb6kR87_GCTk
67,927
https://github.com/openclaw/openclaw/issues/67927
https://api.github.com/repos/openclaw/openclaw/issues/67927
[Bug]: OpenClaw 2026.4.15 Image Upload Bug Report
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary **Control UI image paste/upload functionality is broken in OpenClaw 2026.4.15, but works correctly in 2026.3.13** ## Environment - **OS**: macOS 25.4.0 (arm64) - **Node**: v24.14.0 - **Working Version**: 2026.3.13 (61d171a)...
closed
completed
true
1
[ "bug" ]
[]
2026-04-17T02:39:01Z
2026-04-30T04:39:36Z
2026-04-26T05:18:19Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
2499603447
7,688,114
MDQ6VXNlcjc2ODgxMTQ=
User
false
openclaw/openclaw
4,279,775,782
I_kwDOQb6kR87_GDIm
67,930
https://github.com/openclaw/openclaw/issues/67930
https://api.github.com/repos/openclaw/openclaw/issues/67930
[Feature]: Can the provider support llama.cpp
### Summary We hope to add llama.cpp support ### Problem to solve Currently, the local model frameworks that can be invoked include Ollama, LM Studio, and vLLM, but llama.cpp is not supported. Could it be supported in the future? ### Proposed solution We hope to add llama.cpp support ### Alternatives considered ...
closed
completed
true
1
[ "enhancement" ]
[]
2026-04-17T02:40:12Z
2026-04-28T04:52:07Z
2026-04-25T18:20:28Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Zingsun
25,874,264
MDQ6VXNlcjI1ODc0MjY0
User
false
openclaw/openclaw
4,279,778,233
I_kwDOQb6kR87_GDu5
67,931
https://github.com/openclaw/openclaw/issues/67931
https://api.github.com/repos/openclaw/openclaw/issues/67931
[Feature]: Can the provider support llama.cpp
### Summary We hope to add llama.cpp support ### Problem to solve Currently, the local model frameworks that can be invoked include Ollama, LM Studio, and vLLM, but llama.cpp is not supported. Could it be supported in the future? ### Proposed solution We hope to add llama.cpp support ### Alternatives considered ...
closed
completed
true
1
[ "enhancement" ]
[]
2026-04-17T02:41:12Z
2026-04-28T04:52:06Z
2026-04-25T18:20:35Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Zingsun
25,874,264
MDQ6VXNlcjI1ODc0MjY0
User
false
openclaw/openclaw
4,279,781,814
I_kwDOQb6kR87_GEm2
67,933
https://github.com/openclaw/openclaw/issues/67933
https://api.github.com/repos/openclaw/openclaw/issues/67933
TypeError: assistantMsg.content.flatMap is not a function — MiniMax provider returns string content
## Bug Summary The embedded agent runtime crashes with `TypeError: assistantMsg.content.flatMap is not a function` when using the **MiniMax** provider (`MiniMax-M2.7-highspeed`). MiniMax returns `assistantMsg.content` as a **string**, but the runtime assumes it's always a `ContentBlock[]` and calls `.flatMap()` direct...
closed
completed
true
2
[]
[]
2026-04-17T02:42:29Z
2026-04-28T05:29:13Z
2026-04-25T09:36:18Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
whtoo
909,131
MDQ6VXNlcjkwOTEzMQ==
User
false
openclaw/openclaw
4,279,796,668
I_kwDOQb6kR87_GIO8
67,934
https://github.com/openclaw/openclaw/issues/67934
https://api.github.com/repos/openclaw/openclaw/issues/67934
[feature request] Auto-apply auth.applyConfig at plugin-load time for Category B providers (defineSingleProviderPluginEntry)
## Context Provider plugins split into two registration categories today: - **Category A** — `definePluginEntry` + an explicit `register.runtime.ts` that calls `api.registerProvider` with a fully-built `ProviderPlugin` including its model catalog (anthropic, openai, google, xai, mistral, openrouter, amazon-bedrock). ...
closed
not_planned
true
1
[]
[]
2026-04-17T02:46:42Z
2026-04-19T04:22:48Z
2026-04-17T02:53:17Z
CONTRIBUTOR
null
20260419T052035Z
2026-04-19T05:20:35Z
stainlu
109,842,185
U_kgDOBowPCQ
User
false
openclaw/openclaw
4,279,800,285
I_kwDOQb6kR87_GJHd
67,935
https://github.com/openclaw/openclaw/issues/67935
https://api.github.com/repos/openclaw/openclaw/issues/67935
Control UI: allow customizing chat message max-width via config
## Problem The Control UI hard-codes `.chat-group-messages { max-width: min(900px, 68%) }` in the bundled CSS. On wide monitors (≥1440px), this leaves massive blank space on the right side of the chat area, making the UI feel cramped and wasteful. Every OpenClaw upgrade overwrites the CSS bundle, so any manual patch ...
closed
completed
true
2
[]
[]
2026-04-17T02:47:54Z
2026-05-05T04:27:00Z
2026-05-02T15:18:10Z
NONE
null
20260505T060034Z
2026-05-05T06:00:34Z
xiew4589-lang
254,248,192
U_kgDODyeFAA
User
false
openclaw/openclaw
4,279,817,640
I_kwDOQb6kR87_GNWo
67,936
https://github.com/openclaw/openclaw/issues/67936
https://api.github.com/repos/openclaw/openclaw/issues/67936
[Bug]: Matrix channel cannot start after updated into 2026.04.15
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After upgrade into 2026.04.15, the matrix channel failed to start with: 10:40:08 [matrix] [default] channel exited: Cannot find package 'openclaw' imported from /app/dist/extensions/matrix/env-vars-CpXNsTJq.js ### Steps to ...
closed
completed
true
19
[ "bug", "regression" ]
[]
2026-04-17T02:53:35Z
2026-04-27T05:01:27Z
2026-04-24T15:27:49Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
jerry-yuan
13,380,647
MDQ6VXNlcjEzMzgwNjQ3
User
false
openclaw/openclaw
4,279,824,843
I_kwDOQb6kR87_GPHL
67,937
https://github.com/openclaw/openclaw/issues/67937
https://api.github.com/repos/openclaw/openclaw/issues/67937
[Bug]: channels status --probe always times out with 8+ accounts due to sequential probing
## Bug type Behavior bug (incorrect output/state without crash) ## Beta release blocker No ## Summary `openclaw channels status --probe` always times out at the default 10s limit when multiple channel accounts are configured, because the gateway probes accounts sequentially and the total probe time exceeds the CLI...
closed
completed
true
1
[]
[ "sliverp" ]
2026-04-17T02:55:53Z
2026-04-28T04:52:05Z
2026-04-25T18:20:41Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
victoryangn
31,648,979
MDQ6VXNlcjMxNjQ4OTc5
User
false
openclaw/openclaw
4,279,827,468
I_kwDOQb6kR87_GPwM
67,938
https://github.com/openclaw/openclaw/issues/67938
https://api.github.com/repos/openclaw/openclaw/issues/67938
[Bug]: channels status --probe always times out with 8+ accounts due to sequential probing
## Bug type Behavior bug (incorrect output/state without crash) ## Beta release blocker No ## Summary `openclaw channels status --probe` always times out at the default 10s limit when multiple channel accounts are configured, because the gateway probes accounts sequentially and the total probe time exceeds the CLI...
closed
completed
true
1
[]
[]
2026-04-17T02:56:36Z
2026-04-28T04:52:05Z
2026-04-25T18:20:49Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
victoryangn
31,648,979
MDQ6VXNlcjMxNjQ4OTc5
User
false
openclaw/openclaw
4,279,856,230
I_kwDOQb6kR87_GWxm
67,942
https://github.com/openclaw/openclaw/issues/67942
https://api.github.com/repos/openclaw/openclaw/issues/67942
REM topic extraction produces role-tag / boilerplate "themes" on chat transcripts (frequency-based signal is structurally unsuited to chat corpus)
## Summary On a real personal-assistant chat deployment (heavy Telegram/BlueBubbles/WhatsApp traffic + cron agent turns), REM topic extraction consistently promotes **transcript structural words** (`user`, `assistant`, role tags, boilerplate replies like "好的" / "HEARTBEAT_OK") as top themes, with `confidence=1.00` and...
closed
completed
true
2
[]
[]
2026-04-17T03:06:03Z
2026-04-28T04:52:04Z
2026-04-25T18:20:56Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
zqchris
4,436,110
MDQ6VXNlcjQ0MzYxMTA=
User
false
openclaw/openclaw
4,279,860,987
I_kwDOQb6kR87_GX77
67,943
https://github.com/openclaw/openclaw/issues/67943
https://api.github.com/repos/openclaw/openclaw/issues/67943
Normal sessions can inherit stale subagent lineage and incorrectly hit sessions_spawn depth limits
## Summary Normal top-level sessions can inherit stale subagent lineage metadata, which causes later ordinary runs to be treated as nested child sessions. That can make `sessions_spawn` fail with depth-limit errors like: - `sessions_spawn is not allowed at this depth (current depth: 2, max: 1)` ...even when the visi...
open
null
false
2
[]
[]
2026-04-17T03:07:32Z
2026-05-03T01:22:48Z
null
CONTRIBUTOR
null
20260503T030030Z
2026-05-03T03:00:30Z
pfrederiksen
908,172
MDQ6VXNlcjkwODE3Mg==
User
false
openclaw/openclaw
4,279,861,249
I_kwDOQb6kR87_GYAB
67,944
https://github.com/openclaw/openclaw/issues/67944
https://api.github.com/repos/openclaw/openclaw/issues/67944
Gateway crashes on ENETUNREACH — uncaught network exception kills entire process
## Summary The gateway process exits with code 1 when a single outbound connection hits `ENETUNREACH`. A momentary network unreachability (e.g. Telegram's IP briefly unavailable) causes the entire gateway to crash, disconnecting all agents and sessions. ## Error from log ``` 2026-04-16T18:44:37.946+07:00 [openclaw] ...
closed
completed
true
1
[]
[]
2026-04-17T03:07:38Z
2026-04-28T04:52:03Z
2026-04-25T18:21:03Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
fwends
4,113,483
MDQ6VXNlcjQxMTM0ODM=
User
false
openclaw/openclaw
4,279,951,031
I_kwDOQb6kR87_Gt63
67,949
https://github.com/openclaw/openclaw/issues/67949
https://api.github.com/repos/openclaw/openclaw/issues/67949
[Bug]: OpenClaw infer/web UI fails with ollama/qwen2.5:0.5b, but direct Ollama /api/chat works
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary connecting 2 local machines with openclaw and ollama and using a small model. This is a test scenario. ### Steps to reproduce OpenClaw 2026.4.12 on 192.168.1.101, Ollama on 192.168.1.102:11434. `openclaw in...
closed
completed
true
2
[ "bug", "bug:behavior" ]
[]
2026-04-17T03:38:37Z
2026-04-28T04:52:02Z
2026-04-25T18:21:09Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
SimplyICT
179,420,770
U_kgDOCrG-Yg
User
false
openclaw/openclaw
4,279,976,745
I_kwDOQb6kR87_G0Mp
67,953
https://github.com/openclaw/openclaw/issues/67953
https://api.github.com/repos/openclaw/openclaw/issues/67953
fix(logging): file log writes secrets verbatim — no redaction at transport exit
Sub-issue of #64046 ## Problem File log records are written to disk without redaction. Any secret that reaches the logger as a structured field or message string is persisted verbatim. Redaction already exists on some call-site paths (tool output, error formatting, `ws-log.ts`) but the file transport itself has no p...
closed
completed
true
1
[]
[ "vincentkoc" ]
2026-04-17T03:46:40Z
2026-04-30T04:41:58Z
2026-04-26T04:50:30Z
CONTRIBUTOR
null
20260430T060018Z
2026-04-30T06:00:18Z
Ziy1-Tan
49,604,965
MDQ6VXNlcjQ5NjA0OTY1
User
false
openclaw/openclaw
4,279,982,561
I_kwDOQb6kR87_G1nh
67,955
https://github.com/openclaw/openclaw/issues/67955
https://api.github.com/repos/openclaw/openclaw/issues/67955
[Bug]: Slack HTTP mode logs /slack/events as active, but the route returns 404 in OpenClaw 2026.4.15
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After upgrading to OpenClaw 2026.4.15, Slack HTTP mode appeared to start normally and logged that it was listening on /slack/events. In practice, that route returned 404 Not Found, which broke Slack event delivery for our de...
closed
completed
true
3
[ "bug" ]
[]
2026-04-17T03:48:34Z
2026-04-27T04:55:19Z
2026-04-24T21:41:15Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
saagarvaru
6,741,331
MDQ6VXNlcjY3NDEzMzE=
User
false
openclaw/openclaw
4,279,988,889
I_kwDOQb6kR87_G3KZ
67,956
https://github.com/openclaw/openclaw/issues/67956
https://api.github.com/repos/openclaw/openclaw/issues/67956
CLI backend incremental streaming for channel preview (not final-only buffering)
### Summary Add an optional incremental streaming mode for CLI backends so channels can display progressive reply updates during long runs. ### Problem to solve When using CLI backends (for example Codex CLI wrappers), the user often sees only typing/status for a long time and then one final message. Even if the bac...
open
null
false
1
[ "enhancement" ]
[]
2026-04-17T03:51:10Z
2026-05-02T17:31:31Z
null
NONE
null
20260502T180029Z
2026-05-02T18:00:29Z
aston314
2,224,932
MDQ6VXNlcjIyMjQ5MzI=
User
false
openclaw/openclaw
4,279,995,088
I_kwDOQb6kR87_G4rQ
67,957
https://github.com/openclaw/openclaw/issues/67957
https://api.github.com/repos/openclaw/openclaw/issues/67957
[Bug]: openclaw update force-reinstalls plugins even when plugin version is unchanged, and overwrites config
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Running openclaw update force-reinstalls plugins even when the plugin version has not changed. During this process, the plugin update flow may also overwrite ~/.openclaw/openclaw.json. ### Steps to reproduce ...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-17T03:53:19Z
2026-04-25T04:16:01Z
2026-04-23T00:25:53Z
NONE
null
20260425T060021Z
2026-04-25T06:00:21Z
gmvp3
27,907,782
MDQ6VXNlcjI3OTA3Nzgy
User
false
openclaw/openclaw
4,280,035,784
I_kwDOQb6kR87_HCnI
67,961
https://github.com/openclaw/openclaw/issues/67961
https://api.github.com/repos/openclaw/openclaw/issues/67961
Bug: User messages not displayed immediately in Control UI (optimistic update lost after history reload)
### Bug: User messages not displayed immediately in Control UI **Description:** When a user sends a message in the Control UI (webchat), the message is optimistically added to the local chatMessages state. However, the subsequent WebSocket event triggers `loadChatHistory()` which replaces the entire local `chatMessa...
closed
completed
true
4
[]
[]
2026-04-17T04:04:54Z
2026-04-28T04:52:01Z
2026-04-25T18:21:24Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
njxiaohan
12,640,161
MDQ6VXNlcjEyNjQwMTYx
User
false
openclaw/openclaw
4,280,097,603
I_kwDOQb6kR87_HRtD
67,965
https://github.com/openclaw/openclaw/issues/67965
https://api.github.com/repos/openclaw/openclaw/issues/67965
skills.test.ts: workflows_review command missing in buildWorkspaceSkillCommandSpecs (pre-existing on main)
## Summary `src/agents/skills.test.ts:248` — `buildWorkspaceSkillCommandSpecs > includes enabled Claude bundle markdown commands as native OpenClaw slash commands` — is failing on `main` HEAD. ## Repro - Branch: `main` (commit `dfc3f0b3`) - Shard: `checks-node-agentic-agents-plugins` - Run: https://github.com/opencl...
closed
not_planned
true
0
[]
[]
2026-04-17T04:24:06Z
2026-04-20T04:26:48Z
2026-04-17T04:56:09Z
NONE
null
20260420T060038Z
2026-04-20T06:00:38Z
Sway-Chan
15,033,876
MDQ6VXNlcjE1MDMzODc2
User
false
openclaw/openclaw
4,280,102,467
I_kwDOQb6kR87_HS5D
67,966
https://github.com/openclaw/openclaw/issues/67966
https://api.github.com/repos/openclaw/openclaw/issues/67966
[Feature] Enable Playwright navigation interception for local-managed browser mode
## Summary Local-managed browser mode should use Playwright for navigation interception, just like remote-cdp mode does. This would enable redirect-hop inspection for SSRF policy enforcement, making the browser tool more secure and functional. ## Background Currently, browser profile modes have different capabilitie...
open
null
false
2
[]
[]
2026-04-17T04:25:49Z
2026-05-02T23:12:35Z
null
CONTRIBUTOR
null
20260503T000641Z
2026-05-03T00:06:41Z
kybrcore
1,667,688
MDQ6VXNlcjE2Njc2ODg=
User
false
openclaw/openclaw
4,280,119,946
I_kwDOQb6kR87_HXKK
67,970
https://github.com/openclaw/openclaw/issues/67970
https://api.github.com/repos/openclaw/openclaw/issues/67970
Feature: built-in memory should support automatic context extraction and daily-log writing
## Summary The built-in memory experience should move beyond "remind the model to save important things" and support deterministic context extraction plus automatic daily-log writing. Right now, `memory-core` is capable for indexing, search, promotion, and dreaming, but the actual capture path still depends too much ...
closed
completed
true
2
[]
[]
2026-04-17T04:31:19Z
2026-04-30T04:36:41Z
2026-04-27T05:24:49Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
Lrs-GreenBottle
253,340,193
U_kgDODxmqIQ
User
false
openclaw/openclaw
4,280,131,644
I_kwDOQb6kR87_HaA8
67,971
https://github.com/openclaw/openclaw/issues/67971
https://api.github.com/repos/openclaw/openclaw/issues/67971
Discord startup can fail hard on transient application-id lookup responses
I hit what looks like a real startup bug in the Discord channel path while debugging a bot that briefly went offline during a reconnect wave. The failure surfaced as: `Failed to resolve Discord application id` What seems to be happening: - During Discord startup, OpenClaw fetches `oauth2/applications/@me` to resolv...
closed
completed
true
2
[]
[]
2026-04-17T04:34:33Z
2026-05-02T04:27:48Z
2026-04-29T16:11:28Z
NONE
null
20260502T060142Z
2026-05-02T06:01:42Z
McoreD
48,652
MDQ6VXNlcjQ4NjUy
User
false
openclaw/openclaw
4,280,133,580
I_kwDOQb6kR87_HafM
67,972
https://github.com/openclaw/openclaw/issues/67972
https://api.github.com/repos/openclaw/openclaw/issues/67972
[Bug]: npm install failed for openclaw@latest in v2026.4.15
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary The OpenClaw installation script fails during the npm installation phase on macOS and generates an empty installer log file, preventing error diagnosis. ### Steps to reproduce Run the install command: curl -fsSL https://op...
closed
completed
true
0
[ "bug", "regression" ]
[]
2026-04-17T04:35:05Z
2026-04-20T04:26:48Z
2026-04-17T04:39:25Z
NONE
null
20260420T060038Z
2026-04-20T06:00:38Z
jinho2020
63,597,038
MDQ6VXNlcjYzNTk3MDM4
User
false
openclaw/openclaw
4,280,135,437
I_kwDOQb6kR87_Ha8N
67,973
https://github.com/openclaw/openclaw/issues/67973
https://api.github.com/repos/openclaw/openclaw/issues/67973
semantic-recall hook passes unsanitized message text as shell CLI argument
## Problem The built-in semantic-recall hook constructs a shell command with message text interpolated as a CLI argument to `proactive-recall.py`: ```typescript const escapedMessage = message.replace(/"/g, '\\"').replace(/\$/g, '\\\$').substring(0, 500); const result = execSync( \`\${PYTHON_VENV} \${RECALL_SCRIPT} ...
closed
not_planned
true
1
[]
[]
2026-04-17T04:35:40Z
2026-04-28T04:52:01Z
2026-04-25T18:21:39Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
NOVA-Openclaw
258,138,572
U_kgDOD2LhzA
User
false
openclaw/openclaw
4,280,138,599
I_kwDOQb6kR87_Hbtn
67,974
https://github.com/openclaw/openclaw/issues/67974
https://api.github.com/repos/openclaw/openclaw/issues/67974
[Bug] Config hot-reload loses Feishu account credentials
## Bug Description Config hot-reload mechanism causes Feishu account credentials (`appId`, `appSecret`) to be lost from `channels.feishu.accounts`. ## Steps to Reproduce 1. Configure multiple Feishu accounts with valid `appId` and `appSecret` 2. Trigger a config hot-reload (e.g., modifying `gateway.auth.rateLimit`) ...
closed
completed
true
1
[]
[]
2026-04-17T04:36:19Z
2026-04-28T04:52:00Z
2026-04-25T18:21:46Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
yzh19870715-ux
266,119,539
U_kgDOD9ypcw
User
false
openclaw/openclaw
4,280,153,278
I_kwDOQb6kR87_HfS-
67,975
https://github.com/openclaw/openclaw/issues/67975
https://api.github.com/repos/openclaw/openclaw/issues/67975
[Bug]: ACPX runtime probes for codex on every startup regardless of allowedAgents — causes EPIPE crash
## Bug Description The `acpx` embedded runtime backend unconditionally probes for a `codex` agent on every gateway startup, regardless of the `acp.allowedAgents` config. When the `codex` binary is not installed or broken, the probe fails and the gateway crashes with an uncaught `Error: write EPIPE` exception. This is...
closed
completed
true
2
[]
[]
2026-04-17T04:40:24Z
2026-04-27T04:33:53Z
2026-04-25T04:11:13Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
slideshow-dingo
258,996,445
U_kgDOD2_43Q
User
false
openclaw/openclaw
4,280,156,861
I_kwDOQb6kR87_HgK9
67,976
https://github.com/openclaw/openclaw/issues/67976
https://api.github.com/repos/openclaw/openclaw/issues/67976
[Bug] imageModel调用火山引擎API返回404错误
## 问题描述 OpenClaw配置`imageModel.primary`为`volcengine-plan/doubao-seed-2.0-pro`后,当用户发送图片时,OpenClaw内部的image工具调用火山引擎API返回**404错误**。 ## 环境信息 - OpenClaw版本:2026.4.14 - 配置的imageModel:`volcengine-plan/doubao-seed-2.0-pro` - 火山引擎API:`https://ark.cn-beijing.volces.com/api/coding/v3/chat/completions` ## 问题现象 ### 1. OpenClaw内部调...
open
null
false
2
[]
[]
2026-04-17T04:41:31Z
2026-05-02T21:25:40Z
null
NONE
null
20260503T000641Z
2026-05-03T00:06:41Z
279759781
148,519,015
U_kgDOCNo4Zw
User
false
openclaw/openclaw
4,280,185,426
I_kwDOQb6kR87_HnJS
67,979
https://github.com/openclaw/openclaw/issues/67979
https://api.github.com/repos/openclaw/openclaw/issues/67979
memory-wiki bridge mode not exporting artifacts (memoryPluginState.capability undefined in CLI context)
# OpenClaw Bug Report: memory-wiki bridge mode not exporting artifacts **Date**: 2026-04-17 **OpenClaw Version**: 2026.4.14 (323493f) **Reporter**: 王飞 (via OpenClaw agent) --- ## Issue Summary `memory-wiki` plugin in `bridge` mode fails to export public artifacts from `memory-core` plugin, while `unsafe-local` ...
closed
completed
true
4
[ "dedupe:child" ]
[ "vincentkoc" ]
2026-04-17T04:49:37Z
2026-04-29T04:29:23Z
2026-04-26T05:18:24Z
NONE
null
20260429T060025Z
2026-04-29T06:00:25Z
dandiaochang-afk
268,293,124
U_kgDOD_3UBA
User
false
openclaw/openclaw
4,280,251,519
I_kwDOQb6kR87_H3R_
67,984
https://github.com/openclaw/openclaw/issues/67984
https://api.github.com/repos/openclaw/openclaw/issues/67984
[Bug]: npm install failed for openclaw@latest in v2026.4.15
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary The OpenClaw installation script fails. ### Steps to reproduce Run the install command: curl -fsSL https://openclaw.ai/install.sh | bash ### Expected behavior Installs successfully. ### Actual behavior Installation failed...
closed
completed
true
0
[ "bug", "bug:crash" ]
[]
2026-04-17T05:06:16Z
2026-04-22T04:30:29Z
2026-04-19T22:18:05Z
NONE
null
20260422T060039Z
2026-04-22T06:00:39Z
jinho2020
63,597,038
MDQ6VXNlcjYzNTk3MDM4
User
false
openclaw/openclaw
4,280,262,585
I_kwDOQb6kR87_H5-5
67,985
https://github.com/openclaw/openclaw/issues/67985
https://api.github.com/repos/openclaw/openclaw/issues/67985
[Bug]:
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary **[Bug] CLI gateway timeout after 10000ms despite gateway running and WebSocket responding normally** **OpenClaw version:** 2026.4.15 (041266a) **Platform:** Linux (Ubuntu), Node v24.13.1, systemd user service...
closed
completed
true
1
[ "bug" ]
[]
2026-04-17T05:08:53Z
2026-04-28T04:51:59Z
2026-04-25T18:21:53Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
rw99kpphkg-dotcom
266,580,840
U_kgDOD-OzaA
User
false
openclaw/openclaw
4,280,282,270
I_kwDOQb6kR87_H-ye
67,986
https://github.com/openclaw/openclaw/issues/67986
https://api.github.com/repos/openclaw/openclaw/issues/67986
[Bug]: Gateway wedges silently mid-session after 2026.4.15 — only recovers on WhatsApp 408 + health monitor restart
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary After upgrading to 2026.4.15, the gateway can freeze silently mid-session with no error — webchat and WhatsApp stop responding — and only recovers when WhatsApp emits a 408 and the health monitor restarts the channel. ### Ste...
closed
completed
true
4
[ "bug", "bug:crash" ]
[]
2026-04-17T05:13:38Z
2026-05-01T04:40:28Z
2026-04-29T03:46:57Z
NONE
null
20260501T113057Z
2026-05-01T11:30:57Z
monicamng
276,855,134
U_kgDOEIB5Xg
User
false
openclaw/openclaw
4,280,300,580
I_kwDOQb6kR87_IDQk
67,987
https://github.com/openclaw/openclaw/issues/67987
https://api.github.com/repos/openclaw/openclaw/issues/67987
[Bug]: DM session context missing outbound bot messages even when userToken is configured
# [Bug]: DM session context missing outbound bot messages even when userToken is configured — slack-plugin / session --- ## Summary When a Slack user token (`xoxp-...`) is configured with `userTokenReadOnly: true`, OpenClaw does not use it to hydrate DM session history before processing an inbound reply. As a result...
closed
completed
true
1
[]
[]
2026-04-17T05:16:56Z
2026-04-30T04:39:35Z
2026-04-26T05:18:28Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
brantley-creator
245,261,988
U_kgDODp5mpA
User
false
openclaw/openclaw
4,280,345,105
I_kwDOQb6kR87_IOIR
67,988
https://github.com/openclaw/openclaw/issues/67988
https://api.github.com/repos/openclaw/openclaw/issues/67988
Control UI: Model dropdown shows alias/key instead of display name for Claude Opus 4.7 and Claude Sonnet 4.6
### Description After updating to v2026.4.15, the model selector in the Control UI does not show proper display names for recently added Anthropic models: - `anthropic/claude-opus-4-7` → shown without version number (appears as bare alias `opus`) - `anthropic/claude-sonnet-4-6` → shown without version number (appears...
open
null
false
2
[]
[]
2026-04-17T05:25:46Z
2026-05-02T20:30:49Z
null
NONE
null
20260502T210030Z
2026-05-02T21:00:30Z
Peilsender
269,987,345
U_kgDOEBeuEQ
User
false
openclaw/openclaw
4,280,358,552
I_kwDOQb6kR87_IRaY
67,989
https://github.com/openclaw/openclaw/issues/67989
https://api.github.com/repos/openclaw/openclaw/issues/67989
[Bug]: OpenRouter provider not routing requests to models
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary OpenClaw fails to route requests through the OpenRouter provider and returns blank responses in the chat UI. ### Steps to reproduce 1. Start with OpenClaw 2026.4.14 and use the attached config below. 2. Configure OpenClaw...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-04-17T05:29:15Z
2026-04-21T04:21:16Z
2026-04-18T17:13:03Z
NONE
null
20260421T060038Z
2026-04-21T06:00:38Z
Aaqeb11
85,053,986
MDQ6VXNlcjg1MDUzOTg2
User
false
openclaw/openclaw
4,280,361,399
I_kwDOQb6kR87_ISG3
67,990
https://github.com/openclaw/openclaw/issues/67990
https://api.github.com/repos/openclaw/openclaw/issues/67990
Proposal: Improved Backup Design with Configurable Exclusion Rules and Service-Aware Archiving
## Summary Propose an improved backup architecture for OpenClaw that addresses current issues with file locking, symlink handling, exclusion rule configurability, and backup size optimization. ## Problem Statement The current `openclaw backup create` command has several known issues: - **#67417**: Fails with ENOENT...
open
null
false
2
[]
[]
2026-04-17T05:30:10Z
2026-05-02T21:50:00Z
null
CONTRIBUTOR
null
20260503T000641Z
2026-05-03T00:06:41Z
JIRBOY
49,422,297
MDQ6VXNlcjQ5NDIyMjk3
User
false
openclaw/openclaw
4,280,427,336
I_kwDOQb6kR87_IiNI
67,994
https://github.com/openclaw/openclaw/issues/67994
https://api.github.com/repos/openclaw/openclaw/issues/67994
[Bug]: Configuring the local ollama model does not reply properly after asking a question in tui
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary After configuring the local ollama model for openclaw, entering content in tui, top cannot reply normally after viewing ollama high occupancy, but ollama testing the local model is normal. ### Steps to reprodu...
closed
not_planned
true
0
[ "bug", "bug:behavior" ]
[]
2026-04-17T05:44:27Z
2026-04-20T04:26:45Z
2026-04-17T06:06:36Z
NONE
null
20260420T060038Z
2026-04-20T06:00:38Z
SpringMelon
53,173,831
MDQ6VXNlcjUzMTczODMx
User
false
openclaw/openclaw
4,280,454,021
I_kwDOQb6kR87_IouF
67,996
https://github.com/openclaw/openclaw/issues/67996
https://api.github.com/repos/openclaw/openclaw/issues/67996
Codex harness holds session lane lock after run completes — blocks all subsequent messages
## Summary When using the `codex` provider plugin (Codex CLI app-server via stdio), the session lane lock is never released after a run completes. This means the first message in a session gets a response, but every subsequent message queues indefinitely behind the stale lock. ## Environment - OpenClaw: 2026.4.14 (3...
closed
completed
true
2
[]
[]
2026-04-17T05:49:13Z
2026-04-23T04:22:15Z
2026-04-20T23:49:56Z
NONE
null
20260423T060020Z
2026-04-23T06:00:20Z
Adamf124
38,105,263
MDQ6VXNlcjM4MTA1MjYz
User
false
openclaw/openclaw
4,280,456,580
I_kwDOQb6kR87_IpWE
67,999
https://github.com/openclaw/openclaw/issues/67999
https://api.github.com/repos/openclaw/openclaw/issues/67999
Control UI doesn't render new messages dynamically — requires hard refresh
## Summary When sending a message via the Control UI dashboard (http://127.0.0.1:18888/), the message is submitted to the gateway successfully but does not appear in the chat message list. The assistant's response also does not render. A hard refresh (Cmd+Shift+R) of the page shows both the sent message and the respon...
closed
completed
true
1
[]
[]
2026-04-17T05:49:46Z
2026-04-28T04:51:58Z
2026-04-25T18:22:00Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Adamf124
38,105,263
MDQ6VXNlcjM4MTA1MjYz
User
false
openclaw/openclaw
4,280,505,290
I_kwDOQb6kR87_I1PK
68,001
https://github.com/openclaw/openclaw/issues/68001
https://api.github.com/repos/openclaw/openclaw/issues/68001
[Bug]: Configuring the local ollama model does not reply properly after asking a question in tui
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary After configuring the local ollama model for openclaw, entering content in tui, top cannot reply normally after viewing ollama high occupancy, but ollama testing the local model is normal. ### Steps to repro...
closed
not_planned
true
0
[ "bug", "bug:behavior" ]
[]
2026-04-17T06:01:28Z
2026-04-20T04:26:46Z
2026-04-17T06:08:24Z
NONE
null
20260420T060038Z
2026-04-20T06:00:38Z
SpringMelon
53,173,831
MDQ6VXNlcjUzMTczODMx
User
false
openclaw/openclaw
4,280,530,690
I_kwDOQb6kR87_I7cC
68,002
https://github.com/openclaw/openclaw/issues/68002
https://api.github.com/repos/openclaw/openclaw/issues/68002
[Bug]: Configuring the local ollama model does not reply properly after asking a question in tui
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary After configuring the local ollama model for openclaw, entering content in tui, top cannot reply normally after viewing ollama high occupancy, but ollama testing the local model is normal. ### Steps to repro...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-17T06:06:48Z
2026-04-28T04:51:58Z
2026-04-25T18:22:07Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
SpringMelon
53,173,831
MDQ6VXNlcjUzMTczODMx
User
false
openclaw/openclaw
4,280,560,203
I_kwDOQb6kR87_JCpL
68,003
https://github.com/openclaw/openclaw/issues/68003
https://api.github.com/repos/openclaw/openclaw/issues/68003
[Bug]: Duplicate section title/description appears in Control UI single-section settings pages
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary In the Control UI settings, when opening a single section (for example, Automation), the section title and description are shown twice: once in the top section hero and again inside the nested section card head...
closed
completed
true
0
[ "bug", "bug:behavior" ]
[]
2026-04-17T06:12:09Z
2026-04-28T05:05:27Z
2026-04-25T14:43:52Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
d1rshan
167,102,590
U_kgDOCfXIfg
User
false
openclaw/openclaw
4,280,560,270
I_kwDOQb6kR87_JCqO
68,004
https://github.com/openclaw/openclaw/issues/68004
https://api.github.com/repos/openclaw/openclaw/issues/68004
[Bug]: active-memory sub-agent receives empty tools array, memory_search/memory_get never called
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Active-memory sub-agent's LLM request includes tools=[] instead of [memory_search, memory_get], preventing the model from calling memory tools. ### Steps to reproduce 1. Upgrade from 2026.4.14 to 2026.4.15 2. Enable active...
closed
completed
true
1
[ "bug" ]
[]
2026-04-17T06:12:11Z
2026-04-20T04:26:41Z
2026-04-17T07:59:48Z
NONE
null
20260420T060038Z
2026-04-20T06:00:38Z
parazox
818,934
MDQ6VXNlcjgxODkzNA==
User
false
openclaw/openclaw
4,280,596,208
I_kwDOQb6kR87_JLbw
68,006
https://github.com/openclaw/openclaw/issues/68006
https://api.github.com/repos/openclaw/openclaw/issues/68006
Support Anthropic advisor tool type (advisor_20260301)
## Feature Request Support the new Anthropic [advisor tool](https://claude.com/blog/the-advisor-strategy) (`advisor_20260301`) so users can pair a cost-effective executor model (Haiku/Sonnet) with Opus as an advisor. ## What it does The advisor strategy lets a smaller model drive end-to-end and escalate hard decisio...
closed
not_planned
true
1
[]
[]
2026-04-17T06:19:20Z
2026-04-30T04:39:34Z
2026-04-26T05:18:32Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
Spider333
9,799,780
MDQ6VXNlcjk3OTk3ODA=
User
false
openclaw/openclaw
4,280,606,013
I_kwDOQb6kR87_JN09
68,009
https://github.com/openclaw/openclaw/issues/68009
https://api.github.com/repos/openclaw/openclaw/issues/68009
honcho_search_conclusions always returns empty — wrong SDK method called
## Bug: `honcho_search_conclusions` always returns empty results **Type:** bug **Labels:** bug, plugins **Area:** honcho memory plugin **Version:** OpenClaw 2026.4.15, openclaw-honcho 1.2.2 --- ## Bug Description The `honcho_search_conclusions` tool (registered by `openclaw-honcho`) **always returns "No memor...
closed
not_planned
true
1
[]
[]
2026-04-17T06:21:39Z
2026-04-28T04:51:57Z
2026-04-25T18:22:19Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
slideshow-dingo
258,996,445
U_kgDOD2_43Q
User
false
openclaw/openclaw
4,280,630,867
I_kwDOQb6kR87_JT5T
68,011
https://github.com/openclaw/openclaw/issues/68011
https://api.github.com/repos/openclaw/openclaw/issues/68011
gateway start should check for existing instance before starting
## Issue: gateway start should check for existing instance before starting **Problem**: Running `openclaw gateway start` when an instance is already running will launch a second Gateway process, causing: - CPU and memory to spike (2 instances competing) - Potential disk exhaustion - System instability **Expected beha...
closed
completed
true
2
[]
[]
2026-04-17T06:27:44Z
2026-04-28T04:51:56Z
2026-04-25T18:22:26Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
honstat
13,939,052
MDQ6VXNlcjEzOTM5MDUy
User
false
openclaw/openclaw
4,280,639,804
I_kwDOQb6kR87_JWE8
68,012
https://github.com/openclaw/openclaw/issues/68012
https://api.github.com/repos/openclaw/openclaw/issues/68012
Gateway drops image attachments for custom providers despite image input configured
## Bug Description When sending images in chat, the Gateway drops attachments with log message: ``` parseMessageWithAttachments: 1 attachment(s) dropped — model does not support images ``` This happens even when the custom provider has `"input": ["text", "image"]` explicitly configured in `models.providers`. ## Roo...
closed
completed
true
1
[]
[]
2026-04-17T06:29:48Z
2026-04-28T04:51:55Z
2026-04-25T18:22:33Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Druss520
17,692,767
MDQ6VXNlcjE3NjkyNzY3
User
false
openclaw/openclaw
4,280,661,578
I_kwDOQb6kR87_JbZK
68,013
https://github.com/openclaw/openclaw/issues/68013
https://api.github.com/repos/openclaw/openclaw/issues/68013
[Bug]: `TypeError: Cannot read properties of undefined (reading 'startsWith') in subsystem file after v2026.4.15 update
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Title: `TypeError: Cannot read properties of undefined (reading 'startsWith') in subsystem file after v2026.4.15 update Body: ## Bug Description Cron jobs fail with `TypeError: Cannot read properties of und...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-17T06:34:45Z
2026-04-28T04:51:55Z
2026-04-25T18:22:40Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
kickoman7
90,119,873
MDQ6VXNlcjkwMTE5ODcz
User
false
openclaw/openclaw
4,280,684,076
I_kwDOQb6kR87_Jg4s
68,015
https://github.com/openclaw/openclaw/issues/68015
https://api.github.com/repos/openclaw/openclaw/issues/68015
Operator field report: config enum footgun, runtime fanout observability, and low-cost maintenance pattern
# Field report after multi-host maintenance/dashboard setup A practical operator report from a long homelab session with OpenClaw across multiple machines. ## Environment - OpenClaw running in a multi-host personal setup - Mix of Debian host plus other Linux machines - Heavy use of Control UI, agent sessions, memory,...
open
null
false
2
[]
[]
2026-04-17T06:40:22Z
2026-05-02T23:42:52Z
null
NONE
null
20260503T000641Z
2026-05-03T00:06:41Z
dhewton
157,253,456
U_kgDOCV9_UA
User
false
openclaw/openclaw
4,280,692,092
I_kwDOQb6kR87_Ji18
68,016
https://github.com/openclaw/openclaw/issues/68016
https://api.github.com/repos/openclaw/openclaw/issues/68016
QQ Bot cannot send images saved to media/outbound (Media path must be inside QQ Bot media storage)
## Bug: QQ Bot cannot send locally-generated images ### Description When an AI agent (e.g., kimi-for-coding) takes a screenshot or generates an image, it saves the file to `~/.openclaw/media/outbound/`. However, when the QQ Bot channel tries to send this image, it fails with: ``` sendMedia(auto) error for C:\Users\....
closed
completed
true
1
[]
[]
2026-04-17T06:42:13Z
2026-04-28T04:51:54Z
2026-04-25T18:22:47Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ruji9527
210,522,954
U_kgDODIxTSg
User
false
openclaw/openclaw
4,280,738,375
I_kwDOQb6kR87_JuJH
68,018
https://github.com/openclaw/openclaw/issues/68018
https://api.github.com/repos/openclaw/openclaw/issues/68018
Bug: Subagent deliveryContext does not inherit parent group session — falls back to DM
## Description When a subagent is spawned from a **group chat session**, its `deliveryContext.to` is set to the account owner's DM instead of inheriting the parent group's conversation ID. This causes subagent completion announcements to be delivered to DM instead of the originating group. ## Steps to Reproduce 1. A...
closed
completed
true
1
[]
[]
2026-04-17T06:52:42Z
2026-04-29T04:39:44Z
2026-04-26T09:06:21Z
NONE
null
20260429T060025Z
2026-04-29T06:00:25Z
love1106
7,650,991
MDQ6VXNlcjc2NTA5OTE=
User
false
openclaw/openclaw
4,280,765,665
I_kwDOQb6kR87_J0zh
68,021
https://github.com/openclaw/openclaw/issues/68021
https://api.github.com/repos/openclaw/openclaw/issues/68021
WebChat/Control-UI: Image uploads silently fail — no POST request, no attachments in metadata (2026.4.15)
# WebChat/Control-UI 图片无法上传到后端 — 2026.4.15 仍未修复 ## 问题描述 在 OpenClaw 2026.4.15 版本中,通过 WebChat/Control-UI 发送图片(Ctrl+V 粘贴或点击附件按钮),图片在 UI 中显示缩略图,但实际**没有任何上传请求发出**,Gateway 无法收到附件。 Agent 收到的消息元数据中完全没有 `attachments` 字段: ```json { "label": "openclaw-control-ui", "id": "openclaw-control-ui" } ``` 正常情况下应该包含: ```json { "...
closed
completed
true
2
[ "close:duplicate", "close:already-fixed", "dedupe:child" ]
[ "vincentkoc" ]
2026-04-17T06:58:59Z
2026-04-30T04:47:24Z
2026-04-25T06:07:55Z
NONE
null
20260430T060018Z
2026-04-30T06:00:18Z
dujianxu
171,973,783
U_kgDOCkAclw
User
false
openclaw/openclaw
4,280,793,199
I_kwDOQb6kR87_J7hv
68,024
https://github.com/openclaw/openclaw/issues/68024
https://api.github.com/repos/openclaw/openclaw/issues/68024
Feature Request: Agent file sending via Discord
## Feature Request: Agent file sending via Discord **Is your feature request related to a problem? Please describe.** Currently, agents running in Discord can receive files from users, but the agent cannot proactively send files back to users. There are many use cases where an agent might need to send a file (e.g., ge...
closed
completed
true
3
[]
[]
2026-04-17T07:05:29Z
2026-04-28T04:51:53Z
2026-04-25T18:23:02Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
libozhang03-cyber
269,955,387
U_kgDOEBcxOw
User
false
openclaw/openclaw
4,280,830,309
I_kwDOQb6kR87_KEll
68,026
https://github.com/openclaw/openclaw/issues/68026
https://api.github.com/repos/openclaw/openclaw/issues/68026
[Bug]: 工具参数验证错误触发无限循环(read/web_fetch 等)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary 当工具的参数验证失败时,错误未被标记为 retryable: false,导致 OpenClaw 框架无限重试,形成循环调用。该问题影响多个工具(read、web_fetch 等),造成 API 费用浪费和用户体验灾难。 ## 现象 1. read 工具循环 - 空路径调用 read 时,Missing required parameter: path 错误导致无限重试 2. web_fetch 工具循环 - 无效 URL 调用 web_f...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-04-17T07:13:12Z
2026-04-28T04:51:52Z
2026-04-25T18:23:09Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
larryluozhang
136,110,790
U_kgDOCBzixg
User
false
openclaw/openclaw
4,280,841,512
I_kwDOQb6kR87_KHUo
68,027
https://github.com/openclaw/openclaw/issues/68027
https://api.github.com/repos/openclaw/openclaw/issues/68027
[Bug]: Browser attachOnly fails with "profile openclaw is not running" despite healthy CDP (2026.4.15)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Browser attachOnly mode fails with "profile openclaw is not running" even though Chrome CDP endpoint at ws://127.0.0.1:9222 is alive and reachable. ### Steps to reproduce 1. Configure OpenClaw with: - browser.attachOnly...
closed
completed
true
4
[ "bug", "regression" ]
[ "visionik" ]
2026-04-17T07:15:07Z
2026-04-22T04:31:07Z
2026-04-19T09:43:41Z
NONE
null
20260422T060039Z
2026-04-22T06:00:39Z
KonstantinGlazunov
57,056,648
MDQ6VXNlcjU3MDU2NjQ4
User
false
openclaw/openclaw
4,280,884,269
I_kwDOQb6kR87_KRwt
68,028
https://github.com/openclaw/openclaw/issues/68028
https://api.github.com/repos/openclaw/openclaw/issues/68028
[Bug]: plugins.entries.tavily.config.webSearch.apiKey accepts SecretRef in config validation but fails at runtime
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Bug description `plugins.entries.tavily.config.webSearch.apiKey` accepts `SecretRef `during config validation, but fails at runtime with: `1. plugins.entries.tavily.config.webSearch.apiKey is unresolved in the active runtim...
closed
completed
true
0
[ "bug", "regression" ]
[]
2026-04-17T07:22:24Z
2026-04-23T04:22:11Z
2026-04-21T01:34:26Z
NONE
null
20260423T060020Z
2026-04-23T06:00:20Z
tunanet
23,326,433
MDQ6VXNlcjIzMzI2NDMz
User
false
openclaw/openclaw
4,280,911,478
I_kwDOQb6kR87_KYZ2
68,030
https://github.com/openclaw/openclaw/issues/68030
https://api.github.com/repos/openclaw/openclaw/issues/68030
[Bug]: (payloads=0) when using OpenRouter
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary I just installed Claw, i got my key for OpenRouter but when I try to chat inside the dashboard it does not respond. And on the terminal I get (payload=0). I've tred for hours to "debug" along side Chat and Cla...
closed
completed
true
2
[ "bug", "bug:behavior" ]
[]
2026-04-17T07:26:42Z
2026-04-21T04:22:07Z
2026-04-18T16:02:02Z
NONE
null
20260421T060038Z
2026-04-21T06:00:38Z
graffitero82
138,254,028
U_kgDOCD2WzA
User
false
openclaw/openclaw
4,280,921,450
I_kwDOQb6kR87_Ka1q
68,031
https://github.com/openclaw/openclaw/issues/68031
https://api.github.com/repos/openclaw/openclaw/issues/68031
Add MiniMax music-2.6 model support
Please add support for MiniMax music-2.6 model. Currently OpenClaw's minimax plugin only exposes: - music-2.5+ (default) - music-2.5 - music-2.0 The user has confirmed that their MiniMax API supports music-2.6, but the plugin does not expose this model. Please update the minimax music generation provider to include ...
closed
completed
true
0
[]
[]
2026-04-17T07:28:40Z
2026-04-20T04:26:42Z
2026-04-17T07:40:06Z
NONE
null
20260420T060038Z
2026-04-20T06:00:38Z
raydoomed
57,515,812
MDQ6VXNlcjU3NTE1ODEy
User
false
openclaw/openclaw
4,280,945,019
I_kwDOQb6kR87_Kgl7
68,032
https://github.com/openclaw/openclaw/issues/68032
https://api.github.com/repos/openclaw/openclaw/issues/68032
Bug: SELF_IMPROVEMENT_REMINDER.md duplicated 30+ times on compaction loop, causing context overflow and session reset
## Bug Description When a session hits context overflow on a model, the auto-compaction cycle creates an infinite feedback loop that **duplicates `SELF_IMPROVEMENT_REMINDER.md`** on every iteration. This causes the system prompt itself to exceed the model's context window, making compaction impossible and eventually f...
closed
not_planned
true
1
[]
[]
2026-04-17T07:33:20Z
2026-04-28T04:51:52Z
2026-04-25T18:23:16Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
mmhzlrj
29,726,050
MDQ6VXNlcjI5NzI2MDUw
User
false
openclaw/openclaw
4,280,979,707
I_kwDOQb6kR87_KpD7
68,033
https://github.com/openclaw/openclaw/issues/68033
https://api.github.com/repos/openclaw/openclaw/issues/68033
openai-codex provider broken since 2026.4.5 — Cloudflare challenge + missing OAuth scope
## Bug Description The `openai-codex` provider fails on all models (gpt-5.4, gpt-5.3-codex, gpt-5.2) since approximately version 2026.4.5. Two stacked issues prevent any request from completing. ## Environment - **OpenClaw version**: 2026.4.12 (also tested on 2026.4.14) - **Container**: `ghcr.io/openclaw/openclaw:la...
closed
not_planned
true
4
[]
[ "vincentkoc" ]
2026-04-17T07:40:05Z
2026-05-03T04:34:22Z
2026-05-01T01:27:29Z
NONE
null
20260503T060030Z
2026-05-03T06:00:30Z
apexict245
259,562,333
U_kgDOD3ibXQ
User
false
openclaw/openclaw
4,281,078,955
I_kwDOQb6kR87_LBSr
68,037
https://github.com/openclaw/openclaw/issues/68037
https://api.github.com/repos/openclaw/openclaw/issues/68037
HTTP MCP gateway strips image/audio/resource fields from tool results (normalizeToolCallContent)
### Summary `normalizeToolCallContent` in the HTTP MCP gateway rewrites every content block to `{type, text}` before returning `tools/call` results to the MCP client. For non-text blocks (`image`, `audio`, `resource`, `resource_link`) the payload fields (`data`, `mimeType`, `resource`, `uri`, `name`) are dropped. Downs...
open
null
false
2
[]
[]
2026-04-17T07:58:14Z
2026-05-02T21:25:41Z
null
NONE
null
20260503T000641Z
2026-05-03T00:06:41Z
nullandaemon
269,042,583
U_kgDOEAlDlw
User
false
openclaw/openclaw
4,281,141,541
I_kwDOQb6kR87_LQkl
68,042
https://github.com/openclaw/openclaw/issues/68042
https://api.github.com/repos/openclaw/openclaw/issues/68042
ApiKeyExpiringSoon alert: contradictory '30 days' threshold + no config to disable/adjust
## Environment - OpenClaw version: 2026.4.14 (323493f) - Platform: Linux (local) + Docker on Hetzner - Channel: Telegram (polling mode) ## Description We are receiving a `🟠 ApiKeyExpiringSoon` Telegram notification with the following message: > OpenClaw API keys expire in less than 30 days — expire on **2027-04-16...
closed
not_planned
true
1
[]
[]
2026-04-17T08:12:06Z
2026-04-28T04:51:51Z
2026-04-25T18:23:24Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
NBBorislavMalinov
159,911,558
U_kgDOCYgOhg
User
false
openclaw/openclaw
4,281,165,808
I_kwDOQb6kR87_LWfw
68,044
https://github.com/openclaw/openclaw/issues/68044
https://api.github.com/repos/openclaw/openclaw/issues/68044
claude-opus-4-7 — pasted images silently dropped when using direct Anthropic API
**Version:** 2026.4.15 **Provider/model:** `anthropic` / `claude-opus-4-7` (direct API key auth) --- **What happens** When you paste a screenshot into the webchat composer, the image preview appears correctly above the text box. After sending, the image briefly appears in the chat but then disappears. The message r...
closed
completed
true
1
[]
[]
2026-04-17T08:17:13Z
2026-04-28T04:51:50Z
2026-04-25T18:23:31Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
mtoko
4,711,179
MDQ6VXNlcjQ3MTExNzk=
User
false
openclaw/openclaw
4,281,317,535
I_kwDOQb6kR87_L7if
68,049
https://github.com/openclaw/openclaw/issues/68049
https://api.github.com/repos/openclaw/openclaw/issues/68049
Feishu streaming card creation fails with HTTP 400 - missing update_multi field
# Feishu Streaming Card Creation Fails with HTTP 400 ## Issue Summary Creating a Feishu streaming card fails with `HTTP 400` error due to missing required field `update_multi: true` in the card JSON configuration for JSON 2.0 schema. ## Error Log ``` [feishu] streaming start failed: Error: Create card request faile...
closed
completed
true
0
[]
[]
2026-04-17T08:46:44Z
2026-04-20T04:26:40Z
2026-04-17T09:07:43Z
NONE
null
20260420T060038Z
2026-04-20T06:00:38Z
SiyanPlus
268,700,590
U_kgDOEAQLrg
User
false
openclaw/openclaw
4,281,320,969
I_kwDOQb6kR87_L8YJ
68,050
https://github.com/openclaw/openclaw/issues/68050
https://api.github.com/repos/openclaw/openclaw/issues/68050
Integration: AgentShield runtime security plugin for OpenClaw
## Summary We've built an open-source [AgentShield plugin for OpenClaw](https://github.com/hidearmoon/agentshield/tree/main/packages/integrations/openclaw) that adds runtime security checks to every tool call via the Plugin SDK hooks. ## What it does The plugin registers on three hooks: - **`before_tool_call`** — C...
closed
not_planned
true
1
[]
[]
2026-04-17T08:47:23Z
2026-04-28T04:51:49Z
2026-04-25T18:23:38Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
hidearmoon
268,856,808
U_kgDOEAZt6A
User
false
openclaw/openclaw
4,281,337,921
I_kwDOQb6kR87_MAhB
68,051
https://github.com/openclaw/openclaw/issues/68051
https://api.github.com/repos/openclaw/openclaw/issues/68051
[Feature]: Runtime claim-verification — cross-reference agent success claims against turn tool-call ledger
### Summary Add a runtime check that success-claim verbs in agent output are backed by matching tool invocations in the turn's ledger; warn or block delivery when they aren't. ### Problem to solve OpenClaw's agent loop accepts the final assistant message as the canonical reply regardless of whether its content is ba...
closed
not_planned
true
3
[ "enhancement" ]
[]
2026-04-17T08:50:47Z
2026-04-28T04:51:49Z
2026-04-25T18:23:45Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
apoorv12
36,732,480
MDQ6VXNlcjM2NzMyNDgw
User
false
openclaw/openclaw
4,281,401,999
I_kwDOQb6kR87_MQKP
68,052
https://github.com/openclaw/openclaw/issues/68052
https://api.github.com/repos/openclaw/openclaw/issues/68052
Feishu channel displays thinking while webchat filters it correctly
**Description** When using the same agent (main) with the same workspace, the Feishu channel displays internal thinking/reasoning output in the response, while the webchat channel correctly filters it out. **Expected behavior** - Both channels should filter out thinking output when reasoning is disabled - Webchat wor...
closed
completed
true
3
[]
[]
2026-04-17T09:02:51Z
2026-04-28T04:51:48Z
2026-04-25T18:23:52Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
xiongyuzhen00
126,327,420
U_kgDOB4eafA
User
false
openclaw/openclaw
4,281,423,822
I_kwDOQb6kR87_MVfO
68,054
https://github.com/openclaw/openclaw/issues/68054
https://api.github.com/repos/openclaw/openclaw/issues/68054
Agent sending random pictures in the middle of the day (ghost cron?)
User reported: 'in the past few days this openclaw started to behave differently, cron jobbing to me random pics in the middle of the day!' Investigation results: - `openclaw cron list` reports **No cron jobs**. - `~/.openclaw/cron/jobs.json` is empty. - Looking at `journalctl --user -u openclaw-gateway`, we can see a...
open
null
false
2
[]
[]
2026-04-17T09:06:52Z
2026-05-02T23:12:36Z
null
NONE
null
20260503T000641Z
2026-05-03T00:06:41Z
palladius
132,802
MDQ6VXNlcjEzMjgwMg==
User
false
openclaw/openclaw
4,281,493,669
I_kwDOQb6kR87_Mmil
68,056
https://github.com/openclaw/openclaw/issues/68056
https://api.github.com/repos/openclaw/openclaw/issues/68056
[Bug]: Single WhatsApp media reply is sent twice in 2026.4.15
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary On OpenClaw 2026.4.15, one WhatsApp request that yields one media reply results in two media replies being sent to the same conversation. ### Steps to reproduce 1. Start OpenClaw 2026.4.15 with WhatsApp enabled and `channe...
closed
completed
true
8
[ "bug" ]
[]
2026-04-17T09:19:47Z
2026-04-25T04:17:17Z
2026-04-22T18:02:46Z
NONE
null
20260425T060021Z
2026-04-25T06:00:21Z
Mohamed-HAMMANE
35,642,940
MDQ6VXNlcjM1NjQyOTQw
User
false
openclaw/openclaw
4,281,498,542
I_kwDOQb6kR87_Mnuu
68,057
https://github.com/openclaw/openclaw/issues/68057
https://api.github.com/repos/openclaw/openclaw/issues/68057
[Bug] Custom Telegram commands lost on gateway restart when native commands are enabled
## Bug Description After configuring `customCommands` in `channels.telegram`, the custom command list is lost (reverted to ~17-21 native commands) every time the gateway restarts. ## Environment - OpenClaw version: 2026.4.15 (041266a) - Platform: macOS Darwin 25.4.0 (arm64) - Channel: Telegram ## Steps to Reproduce...
closed
completed
true
1
[]
[]
2026-04-17T09:20:36Z
2026-04-28T04:51:47Z
2026-04-25T18:23:59Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
githubdulong
59,136,159
MDQ6VXNlcjU5MTM2MTU5
User
false
openclaw/openclaw
4,281,507,133
I_kwDOQb6kR87_Mp09
68,059
https://github.com/openclaw/openclaw/issues/68059
https://api.github.com/repos/openclaw/openclaw/issues/68059
[Bug]: browser snapshot refs=aria hard-fails because OpenClaw requires _snapshotForAI, but public Playwright does not provide it
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary `browser snapshot` works, but `browser snapshot` with `refs=aria` fails immediately because OpenClaw hard-requires `page._snapshotForAI`, which is absent from the shipped public `playwright-core` runtime. ### ...
closed
completed
true
4
[]
[]
2026-04-17T09:22:02Z
2026-04-27T04:44:07Z
2026-04-25T00:58:05Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
stemkat100
264,271,658
U_kgDOD8B3Kg
User
false
openclaw/openclaw
4,281,657,723
I_kwDOQb6kR87_NOl7
68,062
https://github.com/openclaw/openclaw/issues/68062
https://api.github.com/repos/openclaw/openclaw/issues/68062
[Bug]: /export sometimes generates HTML that contains session data but renders an empty conversation view
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary ### Summary `/export` can produce an HTML file that clearly contains the exported session data, but when the file is opened in a browser, the conversation area renders empty (or appears blank), even though the...
closed
completed
true
0
[ "bug", "bug:behavior" ]
[]
2026-04-17T09:47:36Z
2026-04-20T04:26:36Z
2026-04-17T12:58:48Z
NONE
null
20260420T060038Z
2026-04-20T06:00:38Z
wzhgba
11,329,382
MDQ6VXNlcjExMzI5Mzgy
User
false
openclaw/openclaw
4,281,678,841
I_kwDOQb6kR87_NTv5
68,064
https://github.com/openclaw/openclaw/issues/68064
https://api.github.com/repos/openclaw/openclaw/issues/68064
Feature request: default responseUsage for new Discord thread sessions
## Summary Add a native way to set the per-response usage footer default for new sessions, especially Discord thread sessions. ## Problem Today, `/usage tokens` is stored per session as `responseUsage`. In practice, each new Discord thread creates a separate session, and the new thread session starts without `respons...
closed
not_planned
true
2
[]
[]
2026-04-17T09:51:15Z
2026-05-02T04:27:47Z
2026-04-29T16:11:44Z
NONE
null
20260502T060142Z
2026-05-02T06:01:42Z
kaletes-dev-oc
272,651,341
U_kgDOEEBUTQ
User
false
openclaw/openclaw
4,281,776,289
I_kwDOQb6kR87_Nrih
68,065
https://github.com/openclaw/openclaw/issues/68065
https://api.github.com/repos/openclaw/openclaw/issues/68065
[Bug]: sessions_send misclassifies first agent.wait timeout as hard send failure
## Problem `sessions_send` with non-zero `timeoutSeconds` misclassifies first `agent.wait` timeout as a hard send failure. When the target session accepts the message and starts processing, but the reply isn't ready within the wait window, the tool returns `status: "timeout"` — indistinguishable from actual delivery f...
open
null
false
2
[]
[]
2026-04-17T10:07:48Z
2026-05-02T20:26:12Z
null
CONTRIBUTOR
null
20260502T210030Z
2026-05-02T21:00:30Z
glfruit
3,939,154
MDQ6VXNlcjM5MzkxNTQ=
User
false