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,095,070,385
I_kwDOQb6kR870FdCx
49,815
https://github.com/openclaw/openclaw/issues/49815
https://api.github.com/repos/openclaw/openclaw/issues/49815
[Bug]: Browserless in same-host Docker setup fails on loopback but works via Docker-network endpoint
### Bug type Behavior bug (incorrect output/state without crash) ### Summary In a same-host setup where OpenClaw runs on the host and Browserless runs in Docker, a Browserless profile configured via loopback fails in different ways depending on profile mode, while the same Browserless instance works when addressed t...
closed
completed
true
6
[ "bug", "bug:behavior" ]
[]
2026-03-18T13:15:43Z
2026-04-28T04:56:41Z
2026-04-25T17:28:11Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
AminZoubaa
2,772,422
MDQ6VXNlcjI3NzI0MjI=
User
false
openclaw/openclaw
4,165,112,896
I_kwDOQb6kR874QpRA
57,179
https://github.com/openclaw/openclaw/issues/57179
https://api.github.com/repos/openclaw/openclaw/issues/57179
[Bug]:Sonnet 4 on Bedrock: thinking block validation error breaks multi-turn tool calls
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Sonnet 4 on AWS Bedrock fails with thinking block validation error on second+ tool call round, making multi-turn tool use impossible. ### Steps to reproduce 1. Configure an agent with model amazon-bedrock/us....
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-03-29T16:57:58Z
2026-04-28T05:19:09Z
2026-04-25T12:02:16Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
BaiLuoYan
8,652,307
MDQ6VXNlcjg2NTIzMDc=
User
false
openclaw/openclaw
4,165,130,300
I_kwDOQb6kR874Qtg8
57,182
https://github.com/openclaw/openclaw/issues/57182
https://api.github.com/repos/openclaw/openclaw/issues/57182
xAI reasoning model IDs accepted in config but not exposed in models list or Control UI picker
## Summary xAI reasoning model IDs such as: - `xai/grok-4-1-fast-reasoning` - `xai/grok-4-fast-reasoning` can be placed in config, but they are **not exposed as distinct live models** in: - `openclaw models list` - the Control UI model picker Instead, the runtime appears to normalize/collapse them to: - `xai/grok-4-...
closed
completed
true
1
[]
[]
2026-03-29T17:02:19Z
2026-04-28T05:19:07Z
2026-04-25T12:02:23Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
lanciter
159,670,295
U_kgDOCYRgFw
User
false
openclaw/openclaw
4,165,175,027
I_kwDOQb6kR874Q4bz
57,188
https://github.com/openclaw/openclaw/issues/57188
https://api.github.com/repos/openclaw/openclaw/issues/57188
[Bug]: 2026.3.28 update breaks gateway on Linux VPS/systemd — recovery fails, required snapshot restore
## Bug type Regression ## Summary Updating from **2026.3.24** to **2026.3.28** on a headless Linux VPS (Ubuntu 24.04, systemd service) renders the gateway unrecoverable. The standard recovery paths (`openclaw doctor --repair`, `openclaw gateway install`) both fail after the update, leaving the gateway dead. ## Envir...
closed
completed
true
2
[]
[]
2026-03-29T17:14:20Z
2026-04-28T05:19:06Z
2026-04-25T12:02:45Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jonathanadams96
254,273,217
U_kgDODyfmwQ
User
false
openclaw/openclaw
4,165,190,772
I_kwDOQb6kR874Q8R0
57,195
https://github.com/openclaw/openclaw/issues/57195
https://api.github.com/repos/openclaw/openclaw/issues/57195
Discord gateway crashes on WS close code 1005 due to race condition in abort/reconnect path
## Bug The Discord gateway crashes every ~35 minutes when the WebSocket connection drops with close code 1005. The process enters a crash loop because the reconnect logic throws an uncaught exception instead of gracefully handling the shutdown race. ## Root Cause In `GatewayPlugin.scheduleReconnect()` (from @buape/c...
closed
completed
true
1
[]
[]
2026-03-29T17:19:44Z
2026-04-28T05:19:05Z
2026-04-25T12:02:59Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
CTsolutionsdev
143,364,806
U_kgDOCIuSxg
User
false
openclaw/openclaw
4,165,194,270
I_kwDOQb6kR874Q9Ie
57,196
https://github.com/openclaw/openclaw/issues/57196
https://api.github.com/repos/openclaw/openclaw/issues/57196
tui: getKeybindings import no longer exported by @mariozechner/pi-tui, breaking pnpm tsgo
## Bug type Code quality / DX regression ## Summary `pnpm tsgo` currently fails on `main` because two TUI components still import `getKeybindings` from `@mariozechner/pi-tui`, but the installed package no longer exports that symbol. ## Steps to reproduce 1. Check out current `main`. 2. Run `pnpm tsgo`. 3. Observe ...
closed
completed
true
1
[]
[]
2026-03-29T17:21:02Z
2026-04-28T05:19:04Z
2026-04-25T12:03:06Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Mist-wu
184,920,539
U_kgDOCwWp2w
User
false
openclaw/openclaw
4,165,259,648
I_kwDOQb6kR874RNGA
57,208
https://github.com/openclaw/openclaw/issues/57208
https://api.github.com/repos/openclaw/openclaw/issues/57208
[Feature]: Support interrupting long-running work so new user messages can preempt queued/background responses
### Summary OpenClaw should support interrupting long-running work so new user messages can preempt queued/background responses and not present what looks like a hung agent. ### Problem to solve When OpenClaw is busy with a long-running blocking operation, incoming chat messages can be delayed until that operation f...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-29T17:42:03Z
2026-04-28T05:19:03Z
2026-04-25T12:03:13Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
rwintle
1,223,747
MDQ6VXNlcjEyMjM3NDc=
User
false
openclaw/openclaw
4,165,314,933
I_kwDOQb6kR874Ral1
57,219
https://github.com/openclaw/openclaw/issues/57219
https://api.github.com/repos/openclaw/openclaw/issues/57219
plugins.allow allowlist silently blocks bundled Telegram channel plugin
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary Setting `plugins.allow` to an explicit list (e.g., `["lossless-claw"]`) silently disables the bundled Telegram channel plugin, causing the Telegram bot to stop responding entirely. ### Steps to reproduce 1. Have a working ...
closed
completed
true
4
[ "bug" ]
[]
2026-03-29T17:54:59Z
2026-04-28T05:19:02Z
2026-04-25T12:03:26Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
glapalo1
169,277,557
U_kgDOChb4dQ
User
false
openclaw/openclaw
4,165,386,664
I_kwDOQb6kR874RsGo
57,230
https://github.com/openclaw/openclaw/issues/57230
https://api.github.com/repos/openclaw/openclaw/issues/57230
[Bug]: sandboxed agents fail file access and file sending for host absolute workspace paths
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary With `agents.defaults.sandbox.mode: "all"` and `agents.defaults.sandbox.workspaceAccess: "rw"`, observed sandboxed agent sessions failed file access against host absolute workspace paths such as `/home/sysadmin...
closed
completed
true
1
[]
[]
2026-03-29T18:14:12Z
2026-04-28T05:19:01Z
2026-04-25T12:03:56Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
carlos-ferreira
472,873
MDQ6VXNlcjQ3Mjg3Mw==
User
false
openclaw/openclaw
4,165,405,999
I_kwDOQb6kR874Rw0v
57,232
https://github.com/openclaw/openclaw/issues/57232
https://api.github.com/repos/openclaw/openclaw/issues/57232
Security: Caller-provided tools can shadow built-in tools, bypassing server-side execution
## Summary When a caller provides tools via \`/v1/responses\` that share names with OpenClaw's built-in agent tools (e.g. \`read\`, \`write\`, \`exec\`), both tools end up in the agent's tool list under the same name. The model resolves the ambiguity non-deterministically: which tool actually executes depends on the m...
closed
completed
true
1
[]
[]
2026-03-29T18:20:38Z
2026-04-28T05:19:00Z
2026-04-25T12:04:03Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
malaiwah
10,375,593
MDQ6VXNlcjEwMzc1NTkz
User
false
openclaw/openclaw
4,165,518,435
I_kwDOQb6kR874SMRj
57,242
https://github.com/openclaw/openclaw/issues/57242
https://api.github.com/repos/openclaw/openclaw/issues/57242
[Bug]: Anthropic Claude reasoning/thinking content leaks to Discord on v2026.3.28
## Summary Reasoning/thinking content from Anthropic Claude models (Opus 4.6, Sonnet 4.6) leaks to Discord as italicized "Reasoning: ..." text blocks. This was originally reported in #6470 and #24929 (both now closed), but the fixes only addressed Ollama/local models - Anthropic models are still affected. ## Steps to...
closed
completed
true
1
[]
[]
2026-03-29T18:57:49Z
2026-04-28T05:19:00Z
2026-04-25T12:04:10Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
marcbal77
8,789,169
MDQ6VXNlcjg3ODkxNjk=
User
false
openclaw/openclaw
4,165,518,591
I_kwDOQb6kR874SMT_
57,243
https://github.com/openclaw/openclaw/issues/57243
https://api.github.com/repos/openclaw/openclaw/issues/57243
[Bug]: macOS companion app node host (openclaw-node) always connects to 127.0.0.1:18789 in remote mode, ignoring gateway.remote.url
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary The macOS companion app's `openclaw-node` subprocess always connects to `127.0.0.1:18789` instead of the configured `gateway.remote.url`, causing the node host to fail with `ECONNREFUSED` when the gateway runs on a different...
closed
completed
true
3
[ "bug" ]
[]
2026-03-29T18:57:54Z
2026-04-28T05:18:59Z
2026-04-25T12:04:18Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
christian-lallo
147,324,086
U_kgDOCMf8tg
User
false
openclaw/openclaw
4,165,563,080
I_kwDOQb6kR874SXLI
57,248
https://github.com/openclaw/openclaw/issues/57248
https://api.github.com/repos/openclaw/openclaw/issues/57248
[BUG] InteractionEventListener stalls up to 78s on Discord
**Describe the bug** On Discord, the InteractionEventListener can stall for up to 78 seconds before responding to interaction events (slash commands, buttons, etc.). This is a significant UX degradation event. **First logged:** 2026-03-24 **Severity:** HIGH **Reproduction:** Observed in production on Discord channel....
closed
completed
true
1
[]
[]
2026-03-29T19:15:51Z
2026-04-28T05:18:58Z
2026-04-25T12:04:25Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ion-ctrl
266,816,281
U_kgDOD-dLGQ
User
false
openclaw/openclaw
4,165,563,762
I_kwDOQb6kR874SXVy
57,249
https://github.com/openclaw/openclaw/issues/57249
https://api.github.com/repos/openclaw/openclaw/issues/57249
[BUG] Gateway drain ignores embedded runs causing 5+ min restart stalls
**Describe the bug** Gateway shutdown should track "embedded runs" (not just operations/replies) in its drain logic. On 2026-03-29, the gateway took over 5 minutes to restart because embedded runs were not being counted in the drain timeout. A proper timeout + force-exit for orphaned embedded runs would prevent future ...
closed
completed
true
1
[]
[]
2026-03-29T19:16:01Z
2026-04-28T05:18:57Z
2026-04-25T12:04:32Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ion-ctrl
266,816,281
U_kgDOD-dLGQ
User
false
openclaw/openclaw
4,165,579,749
I_kwDOQb6kR874SbPl
57,251
https://github.com/openclaw/openclaw/issues/57251
https://api.github.com/repos/openclaw/openclaw/issues/57251
[Bug] Windows: MEMORY.md injected twice due to case-insensitive FS + realpath dedup
## Summary On Windows (NTFS, case-insensitive filesystem), MEMORY.md is injected into the system prompt **twice** on every turn. This happens because esolveMemoryBootstrapEntries() tries both MEMORY.md and memory.md as candidates, and the realpath-based deduplication fails on case-insensitive filesystems. ## Root Ca...
closed
completed
true
1
[]
[]
2026-03-29T19:21:34Z
2026-04-28T05:18:57Z
2026-04-25T12:04:39Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
xLychee
22,141,455
MDQ6VXNlcjIyMTQxNDU1
User
false
openclaw/openclaw
4,165,595,429
I_kwDOQb6kR874SfEl
57,254
https://github.com/openclaw/openclaw/issues/57254
https://api.github.com/repos/openclaw/openclaw/issues/57254
Telegram outbound media exists internally, but agents cannot send files/documents because no public media/message tool is exposed
# Upstream issue — Telegram/media tool exposure to agents ## Title Telegram outbound media exists internally, but agents cannot send files/documents because no public media/message tool is exposed ## Body OpenClaw appears to support outbound Telegram media/documents internally, including local media placeholder han...
closed
completed
true
1
[]
[]
2026-03-29T19:27:18Z
2026-04-28T05:18:56Z
2026-04-25T12:04:46Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
manuek323
99,996,438
U_kgDOBfXTFg
User
false
openclaw/openclaw
4,165,625,418
I_kwDOQb6kR874SmZK
57,261
https://github.com/openclaw/openclaw/issues/57261
https://api.github.com/repos/openclaw/openclaw/issues/57261
gateway install --force fails with file SecretRef on gateway.auth.token
On OpenClaw `2026.3.28` (Linux, user-systemd), I migrated `gateway.auth.token` from a plaintext config string to a documented file SecretRef so I could remove the embedded `OPENCLAW_GATEWAY_TOKEN` from the gateway service. After migration, `openclaw doctor --non-interactive` correctly reports that: - the gateway serv...
closed
completed
true
2
[]
[]
2026-03-29T19:41:02Z
2026-04-28T05:18:55Z
2026-04-25T12:05:00Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ctraupel
10,656,807
MDQ6VXNlcjEwNjU2ODA3
User
false
openclaw/openclaw
4,165,630,177
I_kwDOQb6kR874Snjh
57,263
https://github.com/openclaw/openclaw/issues/57263
https://api.github.com/repos/openclaw/openclaw/issues/57263
[Bug]: Agent enters reply loop: repeatedly acknowledges action requests without executing them
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Agent enters a reply loop where it repeatedly acknowledges action requests (e.g., editing MEMORY.md, spawning a sub-agent) but never executes them; reproduced across 12+ consecutive exchanges on two different m...
closed
completed
true
3
[ "bug", "bug:behavior" ]
[]
2026-03-29T19:43:10Z
2026-04-28T05:18:55Z
2026-04-25T12:05:07Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
shuntera
11,050,796
MDQ6VXNlcjExMDUwNzk2
User
false
openclaw/openclaw
4,165,637,199
I_kwDOQb6kR874SpRP
57,268
https://github.com/openclaw/openclaw/issues/57268
https://api.github.com/repos/openclaw/openclaw/issues/57268
gpt-5.4-pro fails with thinking level 'none' and silent retry failure
## Summary When selecting `openai/gpt-5.4-pro` as the model in the OpenClaw UI, the agent fails with a prominent red error banner: > 400 Unsupported value: 'none' is not supported with the 'gpt-5.4-pro' model. Supported values are: 'medium', 'high', and 'xhigh'. The logs show OpenClaw detects this and attempts a ret...
closed
completed
true
3
[]
[]
2026-03-29T19:46:30Z
2026-04-28T05:18:54Z
2026-04-25T12:05:15Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jwm4
11,746,051
MDQ6VXNlcjExNzQ2MDUx
User
false
openclaw/openclaw
4,165,680,584
I_kwDOQb6kR874Sz3I
57,275
https://github.com/openclaw/openclaw/issues/57275
https://api.github.com/repos/openclaw/openclaw/issues/57275
[Bug]: OAuth login fails with "Failed to extract accountId from token" in TUI (openai-codex)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary ## Description Using OpenClaw with OAuth login (not API key), the TUI fails to send messages and repeatedly outputs: "Failed to extract accountId from token" This happens immediately when attempting to chat. ## Steps to ...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-03-29T20:06:56Z
2026-04-28T05:18:53Z
2026-04-25T12:05:22Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
dbolton08
37,614,438
MDQ6VXNlcjM3NjE0NDM4
User
false
openclaw/openclaw
4,165,753,970
I_kwDOQb6kR874TFxy
57,290
https://github.com/openclaw/openclaw/issues/57290
https://api.github.com/repos/openclaw/openclaw/issues/57290
web_fetch blocked by private IP check when using proxy software (Stash/Clash/Surge)
# Issue: web_fetch blocked when using proxy software (Stash/Clash/Surge) due to private IP check ## Describe the bug When proxy software like Stash, ClashX, or Surge is running on macOS in TUN mode, `web_fetch` consistently fails with: ``` Blocked: resolves to private/internal/special-use IP address ``` These proxy...
closed
completed
true
1
[]
[]
2026-03-29T20:42:28Z
2026-04-28T05:18:52Z
2026-04-25T12:05:29Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
shutdownow
19,905,445
MDQ6VXNlcjE5OTA1NDQ1
User
false
openclaw/openclaw
4,165,762,613
I_kwDOQb6kR874TH41
57,291
https://github.com/openclaw/openclaw/issues/57291
https://api.github.com/repos/openclaw/openclaw/issues/57291
[Bug]: Gateway crashes with uncaught exception on Discord WebSocket stale-socket reconnect (code 1005)
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary The gateway process crashes with an uncaught exception repeatedly (~every 90 minutes) when the internal health monitor detects a stale Discord socket and attempts to restart it. Instead of recovering gracefully, the reconnect f...
closed
completed
true
2
[ "bug", "bug:crash" ]
[]
2026-03-29T20:46:33Z
2026-04-28T05:18:52Z
2026-04-25T12:05:36Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jknau29-creator
272,043,464
U_kgDOEDcNyA
User
false
openclaw/openclaw
4,165,841,060
I_kwDOQb6kR874TbCk
57,303
https://github.com/openclaw/openclaw/issues/57303
https://api.github.com/repos/openclaw/openclaw/issues/57303
[Bug]: Kubernetes gateway regression: `2026.3.28` OOM-crashes on startup while `2026.3.8` passes same canary
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary We are seeing a reproducible regression in our Kubernetes OpenClaw gateway deployment. In the same alpha cluster, with the same deployment shape and same gateway config: 2026.3.8 works and passes our canary 2026.3.28 starts...
closed
completed
true
3
[ "bug", "regression" ]
[]
2026-03-29T21:25:29Z
2026-04-28T05:18:51Z
2026-04-25T12:05:43Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
matthewprotti
212,773,563
U_kgDODK6quw
User
false
openclaw/openclaw
4,165,876,115
I_kwDOQb6kR874TjmT
57,306
https://github.com/openclaw/openclaw/issues/57306
https://api.github.com/repos/openclaw/openclaw/issues/57306
sessions_spawn model parameter triggers LiveSessionModelSwitchError instead of setting initial model
## Bug Description When spawning a subagent via `sessions_spawn` with a `model` parameter (e.g., `model: "opus"`), the subagent does **not** start on the requested model. Instead, it boots on the fallback model (Sonnet), then detects a model mismatch and attempts a live session model switch. This switch throws `LiveSe...
closed
completed
true
1
[]
[]
2026-03-29T21:44:57Z
2026-04-28T05:18:50Z
2026-04-25T12:05:50Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jdaxridley
100,896,280
U_kgDOBgOOGA
User
false
openclaw/openclaw
4,165,945,543
I_kwDOQb6kR874T0jH
57,319
https://github.com/openclaw/openclaw/issues/57319
https://api.github.com/repos/openclaw/openclaw/issues/57319
LCM semantic search: Gemini Embedding 001 integration
## Summary Implement semantic vector search over the LCM summary DAG using Google's Gemini Embedding 001 (3072-dim, Matryoshka, $0.15/M tokens). **Spec:** `docs/specs/lcm-semantic-search-gemini-embeddings.md` ## Phases 1. **Schema + backfill** — `summary_vectors` table, embed 852 existing summaries (~$0.08) 2. **Em...
closed
not_planned
true
1
[]
[]
2026-03-29T22:23:07Z
2026-04-28T05:18:49Z
2026-04-25T12:05:57Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
hilmes
117,973
MDQ6VXNlcjExNzk3Mw==
User
false
openclaw/openclaw
4,165,952,846
I_kwDOQb6kR874T2VO
57,320
https://github.com/openclaw/openclaw/issues/57320
https://api.github.com/repos/openclaw/openclaw/issues/57320
Plugin tools registered via api.registerTool() not available in channel sessions (Telegram)
## Summary Plugin tools registered via api.registerTool() are available in webchat sessions but **not** in channel sessions (e.g., Telegram). The plugin's context engine injection (summaries, system prompt instructions) works correctly in both session types. ## Reproduction 1. Install a plugin that registers tools (...
closed
completed
true
3
[]
[]
2026-03-29T22:27:15Z
2026-04-28T05:18:49Z
2026-04-25T12:06:04Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
tingyiy
3,969,028
MDQ6VXNlcjM5NjkwMjg=
User
false
openclaw/openclaw
4,165,971,223
I_kwDOQb6kR874T60X
57,321
https://github.com/openclaw/openclaw/issues/57321
https://api.github.com/repos/openclaw/openclaw/issues/57321
[Matrix] Lowercased room ID in delivery-recovery causes sync loop crash and permanent message loss
## Summary A failed delivery-recovery entry with a **lowercased Matrix room ID** causes the Matrix sync loop to crash permanently on gateway restart. The gateway stays running but Matrix is completely dead — no inbound messages are processed. The poisoned delivery persists across restarts, causing a crash loop. **Rel...
closed
completed
true
3
[]
[]
2026-03-29T22:36:44Z
2026-04-28T05:18:48Z
2026-04-25T12:06:11Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
dlardo
5,000,601
MDQ6VXNlcjUwMDA2MDE=
User
false
openclaw/openclaw
4,166,030,728
I_kwDOQb6kR874UJWI
57,330
https://github.com/openclaw/openclaw/issues/57330
https://api.github.com/repos/openclaw/openclaw/issues/57330
Add a description to improve Dispatch discoverability
Hi! Your Claude Code skill `openclaw-release-maintainer` has been discovered by [Dispatch](https://dispatch.visionairy.biz) — a Claude Code runtime that proactively recommends tools at task shifts and intercepts when Claude picks something suboptimal — helping developers discover the best plugins, skills, and MCPs for ...
closed
completed
true
1
[]
[]
2026-03-29T23:10:28Z
2026-04-28T05:18:47Z
2026-04-25T12:06:18Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
VisionAIrySE
164,838,211
U_kgDOCdM7Qw
User
false
openclaw/openclaw
4,166,035,434
I_kwDOQb6kR874UKfq
57,331
https://github.com/openclaw/openclaw/issues/57331
https://api.github.com/repos/openclaw/openclaw/issues/57331
[Bug] /v1/responses returns 403 missing scope operator.write with valid JWT
## Bug Description After upgrading to OpenClaw **2026.3.28**, HTTP requests to `POST /v1/responses` and `GET /v1/models` return **HTTP 403** with: ```json { "error": { "type": "forbidden", "message": "missing scope: operator.write" } } ``` The JWT in `Authorization: Bearer <token>` **does contain** `oper...
closed
completed
true
2
[]
[]
2026-03-29T23:12:50Z
2026-04-28T05:18:47Z
2026-04-25T12:06:25Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
filipvalica
111,070,955
U_kgDOBp7O6w
User
false
openclaw/openclaw
4,166,039,795
I_kwDOQb6kR874ULjz
57,333
https://github.com/openclaw/openclaw/issues/57333
https://api.github.com/repos/openclaw/openclaw/issues/57333
[Bug] Webchat messages routed to subagent session instead of main session
# [Bug] Webchat messages routed to subagent session instead of main session **File this at:** https://github.com/openclaw/openclaw/issues/new --- ## Bug Description Messages sent from webchat were incorrectly routed to an active subagent session instead of the main session. The user was **not** replying to a specif...
closed
not_planned
true
1
[]
[]
2026-03-29T23:14:44Z
2026-04-28T05:18:46Z
2026-04-25T12:06:32Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
bgervin
4,786,501
MDQ6VXNlcjQ3ODY1MDE=
User
false
openclaw/openclaw
4,166,103,685
I_kwDOQb6kR874UbKF
57,348
https://github.com/openclaw/openclaw/issues/57348
https://api.github.com/repos/openclaw/openclaw/issues/57348
[Bug]: VS Code ACP prompts hang with OpenClaw on Windows after `sendPrompt`**
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary OpenClaw connects and initializes normally as a VS Code ACP agent on Windows, but ACP prompts hang indefinitely after sendPrompt instead of returning a response. ### Steps to reproduce Run OpenClaw on Windows with the default...
closed
completed
true
1
[ "bug" ]
[]
2026-03-29T23:49:55Z
2026-04-28T05:18:44Z
2026-04-25T12:06:53Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
dsramel
10,797,958
MDQ6VXNlcjEwNzk3OTU4
User
false
openclaw/openclaw
4,166,145,693
I_kwDOQb6kR874Ulad
57,353
https://github.com/openclaw/openclaw/issues/57353
https://api.github.com/repos/openclaw/openclaw/issues/57353
exec: SSH commands SIGKILL'd when stdout exceeds ~1.2KB burst
# GitHub Issue: exec SSH SIGKILL bug **Repo:** https://github.com/openclaw/openclaw/issues/new **Title:** exec: SSH commands SIGKILL'd when stdout exceeds ~1.2KB burst ## Body: ### Summary SSH commands spawned via the `exec` tool are consistently SIGKILL'd when the remote command produces more than ~1,200 bytes of ...
closed
completed
true
1
[]
[]
2026-03-30T00:07:34Z
2026-04-28T05:18:43Z
2026-04-25T12:07:00Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
MHKai85
265,172,270
U_kgDOD841Lg
User
false
openclaw/openclaw
4,166,207,773
I_kwDOQb6kR874U0kd
57,358
https://github.com/openclaw/openclaw/issues/57358
https://api.github.com/repos/openclaw/openclaw/issues/57358
Gateway exec strips Windows drive letter from workspace path
## Environment - **OpenClaw version:** 2026.3.28 - **OS:** Windows 11 - **Gateway mode:** local, loopback - **Exec host:** gateway ## Problem On Windows, gateway exec prepends the workspace path to commands, but the drive letter is stripped. This produces malformed command paths and breaks normal exec. ## Example ...
closed
completed
true
2
[]
[]
2026-03-30T00:26:55Z
2026-04-28T05:18:43Z
2026-04-25T12:07:07Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
yackattack22
179,528,785
U_kgDOCrNkUQ
User
false
openclaw/openclaw
4,166,238,164
I_kwDOQb6kR874U7_U
57,362
https://github.com/openclaw/openclaw/issues/57362
https://api.github.com/repos/openclaw/openclaw/issues/57362
Discord plain-text agent messages can be delivered as interactive modal/form payloads
## Summary On Discord, what should be a plain text agent message can end up being delivered as an interactive modal/form payload instead of a normal text message. I hit this while trying to send a normal supervisory message into a Discord thread. Instead of a plain chat message, Discord rendered an interactive form/mo...
closed
not_planned
true
1
[]
[]
2026-03-30T00:37:53Z
2026-04-28T05:18:42Z
2026-04-25T12:07:14Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Pygmalione
214,871,471
U_kgDODM6trw
User
false
openclaw/openclaw
4,166,295,610
I_kwDOQb6kR874VKA6
57,372
https://github.com/openclaw/openclaw/issues/57372
https://api.github.com/repos/openclaw/openclaw/issues/57372
v2026.3.28: dist/docs/reference/templates/ missing + memory-lancedb fails to load
## Description After installing v2026.3.28 via `npm install -g openclaw`, the gateway crashes on startup with two packaging issues: ### 1. Missing workspace templates in `dist/` The entire `dist/docs/reference/templates/` directory is missing from the published package. Templates exist in `docs/reference/templates/`...
closed
completed
true
1
[]
[]
2026-03-30T00:59:56Z
2026-04-28T05:18:41Z
2026-04-25T12:07:21Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
tgmerritt
1,245,864
MDQ6VXNlcjEyNDU4NjQ=
User
false
openclaw/openclaw
4,166,333,158
I_kwDOQb6kR874VTLm
57,379
https://github.com/openclaw/openclaw/issues/57379
https://api.github.com/repos/openclaw/openclaw/issues/57379
[Bug] Auto-upgrade v2026.3.24→2026.3.28: plist race condition kills gateway for 9+ hours on macOS (KeepAlive not respected)
## Summary After auto-upgrading from v2026.3.24 to v2026.3.28, the gateway received a SIGTERM at 11:35 AM ET, exited with a config validation error, and **never restarted for 9+ hours** despite `KeepAlive: true` in the LaunchAgent plist. Manual intervention was required at 8:51 PM ET. This appears to be a new confirm...
closed
completed
true
1
[]
[]
2026-03-30T01:13:41Z
2026-04-28T05:18:41Z
2026-04-25T12:07:28Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ianandrews
5,860,549
MDQ6VXNlcjU4NjA1NDk=
User
false
openclaw/openclaw
4,166,338,232
I_kwDOQb6kR874VUa4
57,380
https://github.com/openclaw/openclaw/issues/57380
https://api.github.com/repos/openclaw/openclaw/issues/57380
[xai-auth] bootstrap config fallback noise for unconfigured xAI provider
## Description The gateway logs `[xai-auth] bootstrap config fallback: no config-backed key found` on every incoming WhatsApp voice message, even though the `xai` provider is not configured anywhere in `openclaw.json`. The message is gated by `shouldTraceProviderAuth()` which hardcodes `provider === "xai"`. During au...
closed
completed
true
6
[]
[]
2026-03-30T01:15:17Z
2026-04-28T05:18:40Z
2026-04-25T12:07:35Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
tonyyong
25,404,275
MDQ6VXNlcjI1NDA0Mjc1
User
false
openclaw/openclaw
4,166,347,211
I_kwDOQb6kR874VWnL
57,383
https://github.com/openclaw/openclaw/issues/57383
https://api.github.com/repos/openclaw/openclaw/issues/57383
[Bug]: Upgrade to 2026.3.28 leaves assistant runtime unstable until re-onboard / re-add API key
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary After upgrading OpenClaw to 2026.3.28 on macOS, the gateway stayed up and the config still validated, but the assistant runtime became unstable/unusable until I reconfigured the setup and re-added my OpenAI API key. This did...
closed
completed
true
1
[ "bug" ]
[]
2026-03-30T01:18:08Z
2026-04-28T05:18:39Z
2026-04-25T12:07:42Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Manet147-cl
269,991,717
U_kgDOEBe_JQ
User
false
openclaw/openclaw
4,166,351,279
I_kwDOQb6kR874VXmv
57,384
https://github.com/openclaw/openclaw/issues/57384
https://api.github.com/repos/openclaw/openclaw/issues/57384
[Bug]: openclaw-weixin may lose the final reply after multi-tool agent turns
### Summary In `openclaw-weixin`, after an agent turn with many tool calls, the final assistant reply may not be delivered to the WeChat user, even though the run itself completes successfully. This is not just a long-message issue. I reproduced it even when the final reply was short. ### Steps to reproduce 1. Use `o...
closed
completed
true
1
[]
[]
2026-03-30T01:19:24Z
2026-04-28T05:18:38Z
2026-04-25T12:07:49Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Diorser
7,691,045
MDQ6VXNlcjc2OTEwNDU=
User
false
openclaw/openclaw
4,166,418,001
I_kwDOQb6kR874Vn5R
57,391
https://github.com/openclaw/openclaw/issues/57391
https://api.github.com/repos/openclaw/openclaw/issues/57391
Bug: unrecognized key in openclaw.json causes infinite gateway crash loop with no recovery
## Summary Adding an unrecognized key to `openclaw.json` (e.g., inside `agents.list[]`) causes the gateway to enter an infinite crash loop with no self-recovery. The only fix is manual config editing while the gateway is down. The crash loop restarts every ~10 seconds and can run for hours before the user notices (70...
closed
completed
true
1
[]
[]
2026-03-30T01:39:53Z
2026-04-28T05:18:37Z
2026-04-25T12:08:03Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
zeeyuu222
267,768,244
U_kgDOD_XRtA
User
false
openclaw/openclaw
4,166,437,893
I_kwDOQb6kR874VswF
57,393
https://github.com/openclaw/openclaw/issues/57393
https://api.github.com/repos/openclaw/openclaw/issues/57393
Feature Request: before_agent_turn plugin hook for model routing
## Feature Request: `before_agent_turn` Plugin Hook for Model Routing ### Problem There is no plugin hook that fires **before** the model is selected for an agent turn. This means plugins cannot dynamically route messages to different models based on message complexity, cost optimization, or other criteria. ### Curre...
closed
completed
true
1
[]
[]
2026-03-30T01:45:30Z
2026-04-28T05:18:36Z
2026-04-25T12:08:10Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
luminmarketinggroup-sys
242,339,225
U_kgDODnHNmQ
User
false
openclaw/openclaw
4,166,467,055
I_kwDOQb6kR874Vz3v
57,396
https://github.com/openclaw/openclaw/issues/57396
https://api.github.com/repos/openclaw/openclaw/issues/57396
[Bug]: image_generate tool-result auto delivery may miss local media roots for channels that require local file allowlists
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary image_generate returns success and a local generated image path, but automatic tool-result media delivery may fail on channels that require explicit local file allowlists; this is reproduced on Feishu. ### Steps to reproduc...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-03-30T01:54:16Z
2026-04-28T05:18:35Z
2026-04-25T12:08:17Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
sousawen
21,964,331
MDQ6VXNlcjIxOTY0MzMx
User
false
openclaw/openclaw
4,166,474,526
I_kwDOQb6kR874V1se
57,398
https://github.com/openclaw/openclaw/issues/57398
https://api.github.com/repos/openclaw/openclaw/issues/57398
Gateway startup hangs on ARM64 (Raspberry Pi) after plugin runtime decoupling in 2026.3.29
## Summary After upgrading from 2026.3.28 to 2026.3.29, the gateway process on ARM64 (Raspberry Pi 4) fails to reach the listening state. The Node.js process consumes 100% CPU for 10+ minutes without ever binding to the configured port, and produces no log output during this period. On the `imessage` plugin load path,...
closed
completed
true
2
[]
[]
2026-03-30T01:56:30Z
2026-04-28T05:18:35Z
2026-04-25T12:08:25Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
kentaro
3,458
MDQ6VXNlcjM0NTg=
User
false
openclaw/openclaw
4,166,500,165
I_kwDOQb6kR874V79F
57,402
https://github.com/openclaw/openclaw/issues/57402
https://api.github.com/repos/openclaw/openclaw/issues/57402
Feature Request: Feishu plugin support for card.action.trigger event
## Summary The bundled Feishu plugin currently supports `im.message.receive_v1` events via WebSocket but does **not** handle `card.action.trigger` callback events. When a user clicks an interactive card button (e.g., approve/reject/complete), the event arrives at the WebSocket connection but is silently dropped becaus...
closed
completed
true
1
[]
[]
2026-03-30T02:04:17Z
2026-04-28T05:18:34Z
2026-04-25T12:08:32Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
crfzly
205,385,046
U_kgDODD3tVg
User
false
openclaw/openclaw
4,166,507,466
I_kwDOQb6kR874V9vK
57,403
https://github.com/openclaw/openclaw/issues/57403
https://api.github.com/repos/openclaw/openclaw/issues/57403
[Bug]: 429 rate limit causes Telegram Webhook timeout and message re-delivery despite fallback config
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary When Anthropic returns a rate_limit_error (429), the request processing stalls long enough for Telegram's Webhook to time out. Telegram interprets the missing ACK as a delivery failure and retries, causing the ...
closed
completed
true
5
[ "bug", "bug:behavior" ]
[]
2026-03-30T02:06:27Z
2026-04-28T05:18:33Z
2026-04-25T12:08:39Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
bravepg
22,069,371
MDQ6VXNlcjIyMDY5Mzcx
User
false
openclaw/openclaw
4,166,543,827
I_kwDOQb6kR874WGnT
57,409
https://github.com/openclaw/openclaw/issues/57409
https://api.github.com/repos/openclaw/openclaw/issues/57409
Feature Request: Add Exa.ai as a web_search provider
## Feature Request ### Summary Add [Exa.ai](https://exa.ai) as a native `web_search` provider alongside the existing Brave, Gemini, Grok, Kimi, and Perplexity providers. ### Motivation - Exa provides **AI-native semantic search** that returns highly relevant results for technical and research queries - It offers a ge...
closed
completed
true
3
[]
[]
2026-03-30T02:15:52Z
2026-04-28T05:18:32Z
2026-04-25T12:08:46Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
kobewang1234
20,372,811
MDQ6VXNlcjIwMzcyODEx
User
false
openclaw/openclaw
4,166,552,361
I_kwDOQb6kR874WIsp
57,410
https://github.com/openclaw/openclaw/issues/57410
https://api.github.com/repos/openclaw/openclaw/issues/57410
Compaction results in full context reset instead of compression
## Bug Description `/compact` (and automatic compaction when context is full) results in a **full context reset** instead of compressing the conversation history. The agent loses all conversational continuity. ## Expected Behavior When compaction triggers (manually via `/compact` or automatically when context fills ...
closed
completed
true
1
[]
[]
2026-03-30T02:17:47Z
2026-04-28T05:18:32Z
2026-04-25T12:08:53Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
guixiang123124
230,053,968
U_kgDODbZYUA
User
false
openclaw/openclaw
4,166,717,837
I_kwDOQb6kR874WxGN
57,428
https://github.com/openclaw/openclaw/issues/57428
https://api.github.com/repos/openclaw/openclaw/issues/57428
[Bug]: sessions_spawn with runtime="subagent" does not respect agent's model.primary config
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary **Bug Description** When spawning a subagent using `sessions_spawn` with `runtime="subagent"`, the spawned session does not use the agent's configured `model.primary`, instead falling back to the global defau...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-03-30T02:57:46Z
2026-04-28T05:18:31Z
2026-04-25T12:09:00Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Justin-conquer
175,571,244
U_kgDOCncBLA
User
false
openclaw/openclaw
4,166,725,190
I_kwDOQb6kR874Wy5G
57,431
https://github.com/openclaw/openclaw/issues/57431
https://api.github.com/repos/openclaw/openclaw/issues/57431
[Regression] Canvas/Node browser tools broken on macOS after v2026.3.24 → v2026.3.28
## Describe the bug After upgrading to OpenClaw v2026.3.28, Cron jobs using Canvas/Browser tools fail. Rolling back to v2026.3.24 restores normal functionality. ## To Reproduce 1. Install OpenClaw v2026.3.28 2. Configure a Cron job that uses Canvas tool to access web pages 3. Execute the Cron job 4. See error: `node ...
closed
completed
true
1
[]
[]
2026-03-30T02:59:36Z
2026-04-28T05:18:30Z
2026-04-25T12:09:07Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
gsnj
102,915,947
U_kgDOBiJfaw
User
false
openclaw/openclaw
4,166,752,529
I_kwDOQb6kR874W5kR
57,434
https://github.com/openclaw/openclaw/issues/57434
https://api.github.com/repos/openclaw/openclaw/issues/57434
[Bug]: DingTalk connector gets 403 'missing scope: operator.write' when calling gateway API
# [Bug]: DingTalk connector gets 403 "missing scope: operator.write" when calling gateway API ## Bug type Regression (worked before, now fails) / Authentication issue ## Description DingTalk connector successfully connects and creates AI Cards, but fails when calling the gateway streaming API (`/v1/chat/completions`)...
closed
completed
true
2
[]
[]
2026-03-30T03:06:14Z
2026-04-28T05:18:30Z
2026-04-25T12:09:14Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
wushicheng123
58,057,646
MDQ6VXNlcjU4MDU3NjQ2
User
false
openclaw/openclaw
4,166,768,251
I_kwDOQb6kR874W9Z7
57,436
https://github.com/openclaw/openclaw/issues/57436
https://api.github.com/repos/openclaw/openclaw/issues/57436
[Bug]: agent kb returns hallucinated answers / pseudo-tool calls while memory search returns correct docs result
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary ## Summary `memory search` returns the correct local-doc result for my `kb` agent, but `openclaw agent --agent kb` does not reliably use that result. Instead, the live agent turn may: - return `No reply from agent` - emit ...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-03-30T03:09:25Z
2026-04-28T05:18:29Z
2026-04-25T12:09:27Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
yun710126
7,180,179
MDQ6VXNlcjcxODAxNzk=
User
false
openclaw/openclaw
4,166,785,641
I_kwDOQb6kR874XBpp
57,437
https://github.com/openclaw/openclaw/issues/57437
https://api.github.com/repos/openclaw/openclaw/issues/57437
Gateway dashboard UI Save wipes entire openclaw.json config, resetting provider keys, models, channels, and all settings
## Critical Bug: UI Config Save destroys entire configuration **Severity:** Critical / Data loss **Summary:** Pressing Save on the Agents overview page in the gateway dashboard wipes the entire `~/.openclaw/openclaw.json` config, leaving only `meta`, `agents`, `commands`, and `gateway` keys. All other settings are de...
closed
not_planned
true
3
[]
[]
2026-03-30T03:12:45Z
2026-04-28T05:18:28Z
2026-04-25T12:09:34Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
fwends
4,113,483
MDQ6VXNlcjQxMTM0ODM=
User
false
openclaw/openclaw
4,167,011,250
I_kwDOQb6kR874X4uy
57,453
https://github.com/openclaw/openclaw/issues/57453
https://api.github.com/repos/openclaw/openclaw/issues/57453
TUI cannot connect: device identity required but TUI has no localStorage
## Bug Description After upgrading to OpenClaw **2026.3.28 (f9b1079)**, running `openclaw tui` on the **same machine** as the gateway fails with: ``` gateway connect failed: GatewayClientRequestError: control ui requires device identity (use HTTPS or localhost secure context) ``` ## Root Cause TUI is classified as ...
closed
completed
true
1
[]
[]
2026-03-30T03:53:37Z
2026-04-28T05:18:27Z
2026-04-25T12:09:48Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
zjy282
8,154,648
MDQ6VXNlcjgxNTQ2NDg=
User
false
openclaw/openclaw
4,167,392,650
I_kwDOQb6kR874ZV2K
57,489
https://github.com/openclaw/openclaw/issues/57489
https://api.github.com/repos/openclaw/openclaw/issues/57489
[Bug]: modelByChannel override reverted by live session model switch (3.28 regression)
### Bug type Behavior bug (incorrect model selection) ### Summary After upgrading to `2026.3.28`, `channels.modelByChannel` overrides are silently reverted to the agent default model by the new live session model switch mechanism introduced in this release. ### Root Cause The new "live model switch" feature (for `...
closed
completed
true
1
[]
[]
2026-03-30T05:02:13Z
2026-04-28T05:18:27Z
2026-04-25T12:10:10Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Murphisensei
10,097,218
MDQ6VXNlcjEwMDk3MjE4
User
false
openclaw/openclaw
4,167,412,111
I_kwDOQb6kR874ZamP
57,491
https://github.com/openclaw/openclaw/issues/57491
https://api.github.com/repos/openclaw/openclaw/issues/57491
Cron delivery fails with 'Unknown Channel' when multiple channels configured
## Summary Cron jobs with `delivery.mode: announce` fail to deliver results via Discord DM when both Telegram and Discord channels are enabled. ## Environment - OpenClaw version: 2026.3.28 (f9b1079) - macOS, launchd gateway - Channels: Discord + Telegram both enabled ## Reproduction 1. Have both `channels.discord` an...
closed
completed
true
1
[]
[]
2026-03-30T05:05:49Z
2026-04-28T05:18:26Z
2026-04-25T12:10:17Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
hazy2go
126,595,453
U_kgDOB4uxfQ
User
false
openclaw/openclaw
4,167,447,142
I_kwDOQb6kR874ZjJm
57,492
https://github.com/openclaw/openclaw/issues/57492
https://api.github.com/repos/openclaw/openclaw/issues/57492
fix(types): skills.test-helpers.ts references removed createSyntheticSourceInfo export
`src/agents/skills.test-helpers.ts` imports `createSyntheticSourceInfo` from `@mariozechner/pi-coding-agent`, but this function is not exported in v0.63.2. The `Skill` interface also has no `sourceInfo` field, so the type check fails. This causes `pnpm check` to error on a clean checkout of `upstream/main`, which bloc...
closed
completed
true
1
[]
[]
2026-03-30T05:12:42Z
2026-04-28T05:18:25Z
2026-04-25T12:10:24Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
Drickon
41,375,613
MDQ6VXNlcjQxMzc1NjEz
User
false
openclaw/openclaw
4,167,614,954
I_kwDOQb6kR874aMHq
57,504
https://github.com/openclaw/openclaw/issues/57504
https://api.github.com/repos/openclaw/openclaw/issues/57504
[Feature]: Proposal: AuthVault as an official external SecretRef exec resolver
### Summary ## Summary I’d like to propose an upstream-friendly “official integration path” for using AuthVault as an external SecretRef `exec` resolver with OpenClaw. Goal: keep gateway tokens / API keys out of plaintext config by storing them in an isolated vault and letting OpenClaw resolve SecretRefs via the exis...
closed
completed
true
4
[ "enhancement" ]
[]
2026-03-30T05:45:59Z
2026-04-28T05:18:24Z
2026-04-25T12:10:46Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ykopenv
100,276,610
U_kgDOBfoZgg
User
false
openclaw/openclaw
4,167,744,385
I_kwDOQb6kR874aruB
57,512
https://github.com/openclaw/openclaw/issues/57512
https://api.github.com/repos/openclaw/openclaw/issues/57512
[slack] Configurable WebSocket reconnect attempts for socket-mode (code 1005 crash)
## Problem When the Slack WebSocket connection closes with code 1005 (or similar), the `@slack/socket-mode` SDK throws `Max reconnect attempts (0) reached` as an unhandled exception, crashing the gateway process. The reconnect attempt limit appears to be hardcoded to 0 in the Slack channel adapter, meaning **any** ab...
closed
completed
true
1
[]
[]
2026-03-30T06:09:37Z
2026-04-28T05:18:24Z
2026-04-25T12:10:53Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
cinapbot
258,591,357
U_kgDOD2nKfQ
User
false
openclaw/openclaw
4,167,748,667
I_kwDOQb6kR874asw7
57,513
https://github.com/openclaw/openclaw/issues/57513
https://api.github.com/repos/openclaw/openclaw/issues/57513
Bug: agent-level overrides entire tool profile instead of adding to it
## Bug Report **Version:** 2026.3.28 (f9b1079) ### Config ```json { "agents": { "list": [{ "id": "main", "tools": { "profile": "coding", "allow": ["message"] } }] } } ``` ### Expected Behavior Agent gets all tools from the `coding` profile **plus** the `message` tool a...
closed
completed
true
3
[]
[]
2026-03-30T06:10:28Z
2026-04-28T05:18:23Z
2026-04-25T12:11:00Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
zeejaytan
217,020,377
U_kgDODO932Q
User
false
openclaw/openclaw
4,167,846,118
I_kwDOQb6kR874bEjm
57,521
https://github.com/openclaw/openclaw/issues/57521
https://api.github.com/repos/openclaw/openclaw/issues/57521
[Bug]: Heartbeat 触发时会话名称显示为 "heartbeat" 而非 Agent 身份名称
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary 每次 heartbeat 触发后,UI 显示的会话名称会变成 "heartbeat",而不是 Agent 配置的身份名称(如"main")。 ### Steps to reproduce 1. 启动 OpenClaw main agent 2. 等待 heartbeat 触发(或手动触发) 3. 查看当前会话名称 → 显示为 "heartbeat" ### Expected behavior 应显示 Agent 配置中的 identit...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-03-30T06:27:39Z
2026-04-28T05:18:22Z
2026-04-25T12:11:07Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
yanyule-patsnap
134,921,851
U_kgDOCAq-ew
User
false
openclaw/openclaw
4,167,852,923
I_kwDOQb6kR874bGN7
57,522
https://github.com/openclaw/openclaw/issues/57522
https://api.github.com/repos/openclaw/openclaw/issues/57522
[Feature]: Discord: stream tool-call activity as live status updates (edit-in-place or thread events)
## Summary When an agent turn involves multiple tool calls (web fetches, sub-agent spawns, memory searches, etc.), Discord users only see a static typing indicator with no feedback. The OpenClaw dashboard shows a live event stream of tool calls as they fire, but nothing equivalent is available in Discord. ## Desired ...
closed
completed
true
1
[]
[]
2026-03-30T06:28:48Z
2026-04-28T05:18:21Z
2026-04-25T12:11:14Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
bgrubin
10,282,136
MDQ6VXNlcjEwMjgyMTM2
User
false
openclaw/openclaw
4,167,942,019
I_kwDOQb6kR874bb-D
57,532
https://github.com/openclaw/openclaw/issues/57532
https://api.github.com/repos/openclaw/openclaw/issues/57532
sessions_spawn model param does not resolve aliases
## Bug When passing a model alias (e.g. `gpt`, `sonnet`, `gemini-pro`) to `sessions_spawn`'s `model` parameter, the alias is **not resolved** to the full provider/model ref. The subagent silently falls back to the default model. ## Steps to Reproduce 1. Configure aliases in `agents.defaults.models`: ```json "o...
closed
completed
true
1
[]
[]
2026-03-30T06:42:59Z
2026-04-28T05:18:21Z
2026-04-25T12:11:43Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jimmydabot
269,303,508
U_kgDOEA0-1A
User
false
openclaw/openclaw
4,167,942,529
I_kwDOQb6kR874bcGB
57,533
https://github.com/openclaw/openclaw/issues/57533
https://api.github.com/repos/openclaw/openclaw/issues/57533
Proposal: Native Multi-Agent Safety & Orchestration Framework
# Proposal: Native Multi-Agent Safety & Orchestration Framework ## 1. Problem Statement Current multi-agent orchestration in OpenClaw lacks native identity resolution, context isolation boundaries, and system-level observability. In ToG/ToB production environments (17+ agent fleets), this leads to: - **Identity confus...
closed
not_planned
true
6
[]
[]
2026-03-30T06:43:03Z
2026-04-28T05:04:21Z
2026-04-25T12:11:50Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
1052326311
65,798,732
MDQ6VXNlcjY1Nzk4NzMy
User
false
openclaw/openclaw
4,167,946,429
I_kwDOQb6kR874bdC9
57,534
https://github.com/openclaw/openclaw/issues/57534
https://api.github.com/repos/openclaw/openclaw/issues/57534
sessions.list slow due to inline skillsSnapshot bloat in session store
## Problem `sessions.list` RPC takes 3-5 seconds on a gateway with ~180+ Slack DM sessions in the store. This blocks the Node.js event loop long enough to cause Slack WebSocket pong timeouts, leading to gateway instability (disconnects/reconnects). ## Root Cause Every Slack DM session stores a full `skillsSnapshot` ...
closed
completed
true
1
[]
[]
2026-03-30T06:43:40Z
2026-04-28T05:18:20Z
2026-04-25T12:11:57Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
potterdigital
197,414,865
U_kgDOC8RP0Q
User
false
openclaw/openclaw
4,167,999,697
I_kwDOQb6kR874bqDR
57,538
https://github.com/openclaw/openclaw/issues/57538
https://api.github.com/repos/openclaw/openclaw/issues/57538
claude-haiku-4-5 missing from bundled Anthropic model catalog in 2026.3.28 — silent Sonnet fallback on cron runs, no warning logged
## Summary `claude-haiku-4-5` is completely absent from the bundled Anthropic model catalog in OpenClaw 2026.3.28. When a cron job payload specifies `anthropic/claude-haiku-4-5` as the model, the model resolution silently falls back to the agent default (Sonnet) without any warning or error logged anywhere — not in th...
closed
completed
true
1
[]
[]
2026-03-30T06:52:10Z
2026-04-28T05:18:19Z
2026-04-25T12:12:04Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
mingming099
80,340,617
MDQ6VXNlcjgwMzQwNjE3
User
false
openclaw/openclaw
4,168,060,374
I_kwDOQb6kR874b43W
57,543
https://github.com/openclaw/openclaw/issues/57543
https://api.github.com/repos/openclaw/openclaw/issues/57543
[RFC] Cross-session shared daily memory with automatic summarization
## Problem OpenClaw supports multiple concurrent sessions (e.g., TUI, Feishu, Discord, webchat) running simultaneously. Each session maintains its own isolated context window (`.jsonl` transcript) and there is currently **no mechanism for sessions to share a common daily memory log**. Current state: - Each session wr...
closed
not_planned
true
1
[]
[]
2026-03-30T07:01:15Z
2026-04-28T05:18:18Z
2026-04-25T12:12:11Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Angdakun
192,841,683
U_kgDOC36H0w
User
false
openclaw/openclaw
4,168,075,304
I_kwDOQb6kR874b8go
57,547
https://github.com/openclaw/openclaw/issues/57547
https://api.github.com/repos/openclaw/openclaw/issues/57547
webchat cannot display images
QClaw webchat frontend cannot render images even when backend returns image data. Reproduction: Use read tool to read a .jpg file, it returns 'Read image file [image/jpeg]' but no image is displayed. Environment: QClaw 0.1.22, Windows 10, Electron 32.0.0 Tried: sharp reinstall, gateway restart, HTML injection, brows...
closed
completed
true
2
[]
[]
2026-03-30T07:03:35Z
2026-04-28T05:18:17Z
2026-04-25T12:12:19Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
sendletter
86,838,404
MDQ6VXNlcjg2ODM4NDA0
User
false
openclaw/openclaw
4,168,132,952
I_kwDOQb6kR874cKlY
57,551
https://github.com/openclaw/openclaw/issues/57551
https://api.github.com/repos/openclaw/openclaw/issues/57551
[Bug]: kimi无限递归重试,把我模型token都跑光了。
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary 15:04:14 error [tools] edit failed: Missing required parameters: path alias, oldText alias, newText alias. Supply correct parameters before retrying. 15:04:14 error [tools] edit failed: Missing required...
closed
completed
true
13
[ "bug", "regression" ]
[]
2026-03-30T07:12:00Z
2026-04-28T04:57:40Z
2026-04-25T12:12:26Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
xinxi053
8,537,101
MDQ6VXNlcjg1MzcxMDE=
User
false
openclaw/openclaw
4,168,267,123
I_kwDOQb6kR874crVz
57,558
https://github.com/openclaw/openclaw/issues/57558
https://api.github.com/repos/openclaw/openclaw/issues/57558
[Bug] Configuration UI silently reverts changes and ignores API keys in openclaw.json
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary When configuring a custom local provider proxy (such as LiteLLM) via the web UI, OpenClaw silently fails validation and drops the "Model Provider API Adapter" selection upon page reload. Furthermore, bypassing ...
closed
completed
true
1
[ "bug" ]
[]
2026-03-30T07:31:53Z
2026-04-28T05:18:17Z
2026-04-25T12:12:33Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
AyushMhaisane
163,811,609
U_kgDOCcORGQ
User
false
openclaw/openclaw
4,168,335,823
I_kwDOQb6kR874c8HP
57,563
https://github.com/openclaw/openclaw/issues/57563
https://api.github.com/repos/openclaw/openclaw/issues/57563
[Bug]: providers conflict in WebUI,TUI is not affected // WebUI 中的providers 模型之间发生冲突,TUI 不受影响
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary <img width="1709" height="395" alt="Image" src="https://github.com/user-attachments/assets/83cf5087-f094-4736-959e-16db9e63471a" /> ### Steps to reproduce 1.配置openclaw.json 的providers:(Modify the configuration openclaw.jso...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-03-30T07:41:38Z
2026-04-28T05:18:16Z
2026-04-25T12:12:40Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
a849510310a-web
260,217,197
U_kgDOD4KZbQ
User
false
openclaw/openclaw
4,168,516,929
I_kwDOQb6kR874doVB
57,577
https://github.com/openclaw/openclaw/issues/57577
https://api.github.com/repos/openclaw/openclaw/issues/57577
isolatedSession: true on heartbeats does not create fresh sessions — accumulates and compacts
## Summary `heartbeat.isolatedSession: true` is documented to run each heartbeat in a "fresh session with no prior conversation history" using "the same isolation pattern as cron `sessionTarget: isolated`." In practice, the heartbeat session file accumulates messages across multiple runs and eventually triggers auto-...
closed
completed
true
1
[]
[]
2026-03-30T08:08:22Z
2026-04-28T05:18:15Z
2026-04-25T12:12:47Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
MarcoBrozzetti
268,086,171
U_kgDOD_qrmw
User
false
openclaw/openclaw
4,168,528,500
I_kwDOQb6kR874drJ0
57,578
https://github.com/openclaw/openclaw/issues/57578
https://api.github.com/repos/openclaw/openclaw/issues/57578
Docs show incorrect config key paths vs actual Zod schema
## Problem Several configuration keys documented in the official docs don't match the actual Zod schema, causing `Unrecognized key` validation errors when users follow the documentation. ## Examples | Documented Key | Actual Zod Schema Key | Notes | |---|---|---| | `stuckSessionWarningMs` (under logging or gateway) ...
closed
completed
true
1
[]
[]
2026-03-30T08:09:48Z
2026-04-28T05:18:14Z
2026-04-25T12:12:54Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
potterdigital
197,414,865
U_kgDOC8RP0Q
User
false
openclaw/openclaw
4,168,814,185
I_kwDOQb6kR874ew5p
57,593
https://github.com/openclaw/openclaw/issues/57593
https://api.github.com/repos/openclaw/openclaw/issues/57593
Expose recent inter-session activity in session history
## Summary Expose recent inter-session activity as first-class structured data so downstream agents and tooling can detect linked conversations without relying on loose keyword matching. ## Use cases - A parent or peer agent wants to know whether another agent/session has talked to a target since the last user convers...
closed
completed
true
1
[]
[]
2026-03-30T08:46:57Z
2026-04-28T05:18:13Z
2026-04-25T12:13:16Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
tymrtn
4,305,058
MDQ6VXNlcjQzMDUwNTg=
User
false
openclaw/openclaw
4,168,900,371
I_kwDOQb6kR874fF8T
57,601
https://github.com/openclaw/openclaw/issues/57601
https://api.github.com/repos/openclaw/openclaw/issues/57601
[Bug]: Cron jobs created via CLI do not send scheduled messages to Telegram (Tinohost auto-install)
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary **Environment** - Host: Ubuntu 24.04 (Tinohost VPS, auto-install script) - OpenClaw version: 2026.3.28 (f9b1079) - Channel: Telegram bot (works fine for interactive chat) - Install method: Tinohost automated OpenClaw instal...
closed
completed
true
7
[ "bug" ]
[]
2026-03-30T08:58:19Z
2026-04-28T05:18:12Z
2026-04-25T12:13:24Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
thenaynhe
63,272,230
MDQ6VXNlcjYzMjcyMjMw
User
false
openclaw/openclaw
4,169,025,864
I_kwDOQb6kR874fklI
57,606
https://github.com/openclaw/openclaw/issues/57606
https://api.github.com/repos/openclaw/openclaw/issues/57606
Proposal: treat continuity as state recovery, live runtime verification, and a testable property
# Proposal: treat continuity as state recovery, live runtime verification, and a testable property Hi OpenClaw team, I’ve been doing a focused round of real-world continuity work in OpenClaw across reset, new-session, and surface-change scenarios, and I think there is a small but meaningful proposal worth discussing....
closed
completed
true
1
[]
[]
2026-03-30T09:16:23Z
2026-04-28T05:18:12Z
2026-04-25T12:13:38Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
iHow1
250,175,660
U_kgDODulgrA
User
false
openclaw/openclaw
4,169,185,511
I_kwDOQb6kR874gLjn
57,617
https://github.com/openclaw/openclaw/issues/57617
https://api.github.com/repos/openclaw/openclaw/issues/57617
Parent session stuck after subagent prompt-error abort — queued messages not processed
### Description When a subagent encounters a `prompt-error` (abort) during execution, the parent session becomes stuck. Incoming messages to the parent channel are queued with "Queued announce messages while agent was busy" but not processed until the session eventually recovers after a significant delay (~10+ minutes...
closed
completed
true
2
[]
[]
2026-03-30T09:35:48Z
2026-04-28T05:18:11Z
2026-04-25T12:13:45Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
capjason
5,365,501
MDQ6VXNlcjUzNjU1MDE=
User
false
openclaw/openclaw
4,169,226,302
I_kwDOQb6kR874gVg-
57,619
https://github.com/openclaw/openclaw/issues/57619
https://api.github.com/repos/openclaw/openclaw/issues/57619
Bug: Subagent/cron messages not delivered to WeChat (openclaw-weixin)
## Description When a subagent task or cron job tries to deliver a message to the WeChat channel (openclaw-weixin), the message appears to be sent from the agent's perspective but is never received by the user on WeChat. ## Steps to Reproduce 1. Spawn a subagent with a timed task (e.g., wait 10 minutes then send a r...
closed
completed
true
1
[]
[]
2026-03-30T09:40:56Z
2026-04-28T05:18:10Z
2026-04-25T12:13:52Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Roy12568-CYC
268,210,328
U_kgDOD_yQmA
User
false
openclaw/openclaw
4,169,266,821
I_kwDOQb6kR874gfaF
57,620
https://github.com/openclaw/openclaw/issues/57620
https://api.github.com/repos/openclaw/openclaw/issues/57620
deleteAfterRun only disables jobs, doesn't delete them
## Description When creating a cron job with `--delete-after-run`, the job is only disabled (`enabled: false`) after execution, not actually deleted from `jobs.json`. ## Expected behavior Jobs created with `deleteAfterRun: true` should be permanently removed from `jobs.json` after successful execution. ## Actual b...
closed
completed
true
1
[]
[]
2026-03-30T09:46:49Z
2026-04-28T05:18:10Z
2026-04-25T12:13:59Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
tob-kai
267,897,187
U_kgDOD_fJYw
User
false
openclaw/openclaw
4,169,306,702
I_kwDOQb6kR874gpJO
57,622
https://github.com/openclaw/openclaw/issues/57622
https://api.github.com/repos/openclaw/openclaw/issues/57622
Web UI: Chat does not auto-scroll to new messages
# OpenClaw UI Auto-scroll Bug Report ## Bug Description The OpenClaw web UI chat interface does not automatically scroll to new messages when they appear. Users must manually scroll down to see new messages, which disrupts the chat experience. ## Steps to Reproduce 1. Open OpenClaw UI in a browser 2. Start a conversa...
closed
completed
true
2
[]
[]
2026-03-30T09:52:51Z
2026-04-28T05:18:09Z
2026-04-25T12:14:06Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
markiewicz-ct
210,646,233
U_kgDODI402Q
User
false
openclaw/openclaw
4,169,311,794
I_kwDOQb6kR874gqYy
57,623
https://github.com/openclaw/openclaw/issues/57623
https://api.github.com/repos/openclaw/openclaw/issues/57623
[Bug]: memoryFlush context-window lookup ignores modelOverrides on gateway path
### Bug type Behavior bug ### Beta release blocker No ### Summary For gateway-hosted agents, memoryFlush context-window calculation does not see `modelOverrides`, so flush thresholds use stale fallback metadata instead of the effective model window. ### Steps to reproduce 1. Run OpenClaw 2026.3.26 on macOS with the ...
closed
completed
true
1
[]
[]
2026-03-30T09:53:33Z
2026-04-28T05:18:08Z
2026-04-25T12:14:13Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
rbutera
6,047,293
MDQ6VXNlcjYwNDcyOTM=
User
false
openclaw/openclaw
4,169,325,580
I_kwDOQb6kR874gtwM
57,626
https://github.com/openclaw/openclaw/issues/57626
https://api.github.com/repos/openclaw/openclaw/issues/57626
[Bug]: Model switch to unresponsive Ollama model cascades into infinite [object Object] loop, corrupts session
### Bug type Crash (process/app exits or hangs) ### Beta release blocker No ### Summary ## Description Switching the primary model via chat to a local Ollama model that doesn't respond (ollama-dgx/qwen3.5:122b) caused a cascading failure that made the entire system unusable — all responses on all surfaces (Tele...
closed
completed
true
3
[ "bug", "bug:crash" ]
[]
2026-03-30T09:55:30Z
2026-04-28T05:18:07Z
2026-04-25T12:14:20Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
fgomsan
266,442,096
U_kgDOD-GVcA
User
false
openclaw/openclaw
4,169,334,722
I_kwDOQb6kR874gv_C
57,627
https://github.com/openclaw/openclaw/issues/57627
https://api.github.com/repos/openclaw/openclaw/issues/57627
CRITICAL: Web UI chat desynchronization - messages sent to wrong session
# OpenClaw UI Chat Desynchronization Bug ## Bug Description The OpenClaw web UI can display messages from one chat/session while the input field is connected to a different chat. This causes messages to be sent to the wrong recipient/session, creating a critical UX and security issue. ## Steps to Reproduce 1. Open Op...
closed
completed
true
2
[]
[]
2026-03-30T09:56:49Z
2026-04-28T05:18:07Z
2026-04-25T12:14:27Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
markiewicz-ct
210,646,233
U_kgDODI402Q
User
false
openclaw/openclaw
4,169,403,755
I_kwDOQb6kR874hA1r
57,634
https://github.com/openclaw/openclaw/issues/57634
https://api.github.com/repos/openclaw/openclaw/issues/57634
WebChat support for HTML message type to enable rich interactive forms
## Feature Request: WebChat support for HTML message type to enable rich interactive forms ### Description Add support for a new `html` message type in OpenClaw WebChat channel, allowing Agents to embed interactive HTML content (forms, charts, cards, etc.) directly in the conversation flow, without requiring navigati...
closed
completed
true
1
[]
[]
2026-03-30T10:07:16Z
2026-04-28T05:18:05Z
2026-04-25T12:14:41Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
liunan12345678-spec
263,916,003
U_kgDOD7sJ4w
User
false
openclaw/openclaw
4,169,488,437
I_kwDOQb6kR874hVg1
57,642
https://github.com/openclaw/openclaw/issues/57642
https://api.github.com/repos/openclaw/openclaw/issues/57642
Bug: invalid high surrogate in JSON request when Discord channel label contains emoji
## Summary Requests in one Discord channel started failing with: ```text LLM request rejected: The request body is not valid JSON: invalid high surrogate in string ``` The issue was triggered by channel/session metadata containing a non-BMP emoji (`🧬`, U+1F9EC) in the label. After that metadata was persisted and re...
closed
completed
true
1
[]
[]
2026-03-30T10:19:33Z
2026-04-28T05:18:04Z
2026-04-25T12:14:49Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
hnboy2005
3,166,227
MDQ6VXNlcjMxNjYyMjc=
User
false
openclaw/openclaw
4,169,525,027
I_kwDOQb6kR874hecj
57,643
https://github.com/openclaw/openclaw/issues/57643
https://api.github.com/repos/openclaw/openclaw/issues/57643
Bug: normalizeResolvedModel crashes with undefined model (reading 'input')
## Description `normalizeResolvedModel()` in the model resolution pipeline crashes when `params.model` is `undefined`: ``` TypeError: Cannot read properties of undefined (reading 'input') ``` The crash occurs at this pattern in the bundled source: ```js function normalizeResolvedModel(params) { const normalizedI...
closed
not_planned
true
1
[]
[]
2026-03-30T10:24:31Z
2026-04-28T05:18:03Z
2026-04-25T12:14:56Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
mcdoolz
11,405,101
MDQ6VXNlcjExNDA1MTAx
User
false
openclaw/openclaw
4,169,529,608
I_kwDOQb6kR874hfkI
57,645
https://github.com/openclaw/openclaw/issues/57645
https://api.github.com/repos/openclaw/openclaw/issues/57645
[Feature]: Support video file path passing to Agent in Feishu integration
### Summary Agent receives only [Video] tag instead of downloaded video file path, preventing video analysis with summarize skill ### Problem to solve When users send video messages in Feishu, OpenClaw downloads the video successfully but Agent only receives [Video] tag without the actual file path. This prevents Ag...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-30T10:25:11Z
2026-04-28T05:18:03Z
2026-04-25T12:15:10Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
liuyunlei2
228,296,017
U_kgDODZuFUQ
User
false
openclaw/openclaw
4,169,567,125
I_kwDOQb6kR874houV
57,648
https://github.com/openclaw/openclaw/issues/57648
https://api.github.com/repos/openclaw/openclaw/issues/57648
[Bug]: Wrong Model Provider Used in QQ channel during image process
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Description: I encountered an issue while using the QQ plugin as the chat channel. When sending an image for processing, the backend logs indicate that the Model Provider is being parsed incorrectly. Configurat...
closed
completed
true
3
[ "bug", "bug:behavior" ]
[ "sliverp" ]
2026-03-30T10:30:41Z
2026-04-28T04:30:47Z
2026-04-25T12:15:17Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
wangjiandtc
5,978,798
MDQ6VXNlcjU5Nzg3OTg=
User
false
openclaw/openclaw
4,169,692,123
I_kwDOQb6kR874iHPb
57,659
https://github.com/openclaw/openclaw/issues/57659
https://api.github.com/repos/openclaw/openclaw/issues/57659
Bug: Corrupted/oversized session causes infinite WebSocket 500 retry loop
## Bug Description When a session becomes too large or corrupted (e.g., from accumulating 100+ subagent results), the gateway enters an infinite retry loop: ``` [ws-stream] WebSocket connect failed for session=253a03ee-...; falling back to HTTP. error=Error: Unexpected server response: 500 ``` This repeats every 1-2...
closed
completed
true
1
[]
[]
2026-03-30T10:52:00Z
2026-04-28T05:18:02Z
2026-04-25T12:15:30Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
fffchaobu
173,046,355
U_kgDOClB6Uw
User
false
openclaw/openclaw
4,169,756,102
I_kwDOQb6kR874iW3G
57,662
https://github.com/openclaw/openclaw/issues/57662
https://api.github.com/repos/openclaw/openclaw/issues/57662
[Feishu Plugin] Streaming mode footer metrics not displayed for non-default accounts
## Bug Description When using the Feishu plugin (openclaw-lark) with multiple accounts configured, streaming mode footer metrics (tokens, cache, context, model) are not displayed for non-default accounts, even when footer configuration is explicitly set. **Affected:** Non-default Feishu accounts (e.g., surfer account...
closed
not_planned
true
1
[]
[]
2026-03-30T11:02:39Z
2026-04-28T05:18:01Z
2026-04-25T12:15:37Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
imveraswift
269,216,890
U_kgDOEAvseg
User
false
openclaw/openclaw
4,169,776,607
I_kwDOQb6kR874ib3f
57,663
https://github.com/openclaw/openclaw/issues/57663
https://api.github.com/repos/openclaw/openclaw/issues/57663
[Bug]: MiniMax M2.7 persistent 408 timeouts not surfaced to user; fallback chain causes 4+ minute delays per tool call
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary When minimax/MiniMax-M2.7 is active and the MiniMax API times out (HTTP 408), OpenClaw silently retries the full fallback chain on every embedded run. Each candidate also times out, causing ~4.5 minutes of dead time per tool...
closed
completed
true
3
[ "bug", "regression" ]
[]
2026-03-30T11:05:55Z
2026-04-28T05:18:01Z
2026-04-25T12:15:44Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
bobgitmcgrath
10,177,172
MDQ6VXNlcjEwMTc3MTcy
User
false
openclaw/openclaw
4,328,034,439
I_kwDOQb6kR88AAAABAfiQhw
71,569
https://github.com/openclaw/openclaw/issues/71569
https://api.github.com/repos/openclaw/openclaw/issues/71569
Mattermost streaming config: documented but not implemented + notification UX bug
## Summary The Mattermost `streaming` configuration option is **documented but not implemented**. Additionally, the preview streaming behavior that does exist causes notification issues where users are alerted on draft creation but not when the final answer is ready. --- ## Bug 1: `streaming` config key is silently ...
open
null
false
3
[]
[]
2026-04-25T12:03:05Z
2026-05-02T06:31:58Z
null
NONE
null
20260502T090030Z
2026-05-02T09:00:30Z
g0st1n
279,233,793
U_kgDOEKTFAQ
User
false
openclaw/openclaw
4,169,794,375
I_kwDOQb6kR874igNH
57,664
https://github.com/openclaw/openclaw/issues/57664
https://api.github.com/repos/openclaw/openclaw/issues/57664
tools.profile allowlist warning for core tools not available in current runtime
### Environment - OpenClaw version: latest (installed via npm, Windows 11) - OS: Windows NT 10.0.26200 (x64) - Node: v22.22.0 ### Description On startup, OpenClaw logs a warning about unknown entries in `tools.profile` allowlists: ``` [tools] tools.profile (coding) allowlist contains unknown entries (apply_patch, c...
closed
completed
true
1
[]
[]
2026-03-30T11:08:42Z
2026-04-28T05:18:00Z
2026-04-25T12:15:51Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
RAFOLIE
129,680,436
U_kgDOB7rENA
User
false
openclaw/openclaw
4,169,854,444
I_kwDOQb6kR874iu3s
57,666
https://github.com/openclaw/openclaw/issues/57666
https://api.github.com/repos/openclaw/openclaw/issues/57666
Discord SafeGatewayPlugin: uncaught error during health monitor teardown causes gateway crash-loop
## Description The Discord `SafeGatewayPlugin` crashes the gateway process when the health monitor triggers a stale-socket teardown. The abort handler intentionally sets `maxAttempts: 0` before calling `disconnect()`, but the resulting `Error: Max reconnect attempts (0) reached after code 1005` from `handleReconnectio...
closed
completed
true
1
[]
[]
2026-03-30T11:17:37Z
2026-04-28T05:17:59Z
2026-04-25T12:16:06Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
aderius
78,624,045
MDQ6VXNlcjc4NjI0MDQ1
User
false
openclaw/openclaw
4,170,008,171
I_kwDOQb6kR874jUZr
57,670
https://github.com/openclaw/openclaw/issues/57670
https://api.github.com/repos/openclaw/openclaw/issues/57670
[Bug]: SDK multi-turn loop produces echo/duplicate responses on short completions
## Description When using local models (tested with gpt-oss:20b, qwen3:14b, glm-4.7-flash, and even cloud Anthropic Claude Sonnet 4.6), short assistant responses get duplicated/echoed in the delivered message. The SDK appears to run multiple agent turns per single user message, and the content from subsequent turns ge...
closed
completed
true
1
[]
[]
2026-03-30T11:37:46Z
2026-04-28T05:17:58Z
2026-04-25T12:16:13Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
skiboy10
78,267,141
MDQ6VXNlcjc4MjY3MTQx
User
false
openclaw/openclaw
4,170,034,257
I_kwDOQb6kR874jaxR
57,671
https://github.com/openclaw/openclaw/issues/57671
https://api.github.com/repos/openclaw/openclaw/issues/57671
Feature: Add acp:session:complete hook event for spawned agent completion
# PR: Add `acp:session:complete` hook event for spawned agent completion **Target repo:** https://github.com/openclaw/openclaw **Type:** Feature Request / RFC **Priority:** Medium --- ## Summary Add a new lifecycle event `acp:session:complete` that fires when a spawned ACP session (via `sessions_spawn`) finishes. T...
closed
completed
true
1
[]
[]
2026-03-30T11:41:39Z
2026-04-28T05:17:58Z
2026-04-25T12:16:20Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
leccy-ai
263,396,757
U_kgDOD7MdlQ
User
false
openclaw/openclaw
4,170,078,664
I_kwDOQb6kR874jlnI
57,673
https://github.com/openclaw/openclaw/issues/57673
https://api.github.com/repos/openclaw/openclaw/issues/57673
[Feature]: Can you just stop your fucking built-in feishu plugin?
### Summary It fucks up everything, you can't fuckin use every api in fuckin right way. ### Problem to solve It fucks up everything, you can't fuckin use every api in fuckin right way, just keep all the agents work like retards. Can you just leave it alone to official develop team? Can't believe that you fuck up eve...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-30T11:48:36Z
2026-04-28T05:17:57Z
2026-04-25T12:16:27Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
taosiuman
3,102,173
MDQ6VXNlcjMxMDIxNzM=
User
false
openclaw/openclaw
4,170,155,543
I_kwDOQb6kR874j4YX
57,675
https://github.com/openclaw/openclaw/issues/57675
https://api.github.com/repos/openclaw/openclaw/issues/57675
[Bug]: [Bug]: Telegram DM consistently fails with {"detail":{"code":"deactivated_workspace"}} on macOS
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary I’m seeing the same deactivated_workspace symptom, but in a more persistent Telegram DM case. Environment: - macOS - local gateway - Telegram DM affected - WhatsApp and webchat still work What I verified: - Telegram status...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-03-30T12:00:38Z
2026-04-28T05:17:56Z
2026-04-25T12:16:34Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
lalaken
68,361,070
MDQ6VXNlcjY4MzYxMDcw
User
false
openclaw/openclaw
4,170,176,997
I_kwDOQb6kR874j9nl
57,678
https://github.com/openclaw/openclaw/issues/57678
https://api.github.com/repos/openclaw/openclaw/issues/57678
[Bug]: SKILL.md frontmatter YAML parse failure silently drops skill from skills.status
## Bug type Backend / Skills ## Beta release blocker No ## Summary When a SKILL.md frontmatter value contains YAML-ambiguous characters (`: ` in unquoted strings), `skills.status` RPC silently omits the skill with no error or warning, but `loadSkillsFromDir` (external library) may still load it into the system pro...
closed
completed
true
1
[]
[]
2026-03-30T12:03:47Z
2026-04-28T05:17:55Z
2026-04-25T12:16:41Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Schultz-coder
179,487,238
U_kgDOCrLCBg
User
false
openclaw/openclaw
4,170,180,243
I_kwDOQb6kR874j-aT
57,679
https://github.com/openclaw/openclaw/issues/57679
https://api.github.com/repos/openclaw/openclaw/issues/57679
[Feature Request] PPM-Inspired Context Manager: 75% Token Compression & 4x Performance Boost
## Feature Request: PPM-Inspired Context Manager for OpenClaw ### Summary Implement a **PPM (Prediction by Partial Matching)** algorithm-inspired context management system to achieve 75%+ token compression and 4x latency improvement. ### Motivation Current OpenClaw context management faces critical challenges: 1. *...
closed
not_planned
true
1
[]
[]
2026-03-30T12:04:15Z
2026-04-28T05:17:55Z
2026-04-25T12:16:48Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Spongeacer
17,905,927
MDQ6VXNlcjE3OTA1OTI3
User
false
openclaw/openclaw
4,170,194,308
I_kwDOQb6kR874kB2E
57,681
https://github.com/openclaw/openclaw/issues/57681
https://api.github.com/repos/openclaw/openclaw/issues/57681
[Bug]: Noddling forever on macOS with different providers/models
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary OpenClaw randomly switches model, stops responding to requests with the new choice, and reports "noodling…" forever when switching back. ### Steps to reproduce 1. Start "openclaw tui". 2. Set to gemini-3-flash-preview, thi...
closed
completed
true
1
[ "bug" ]
[]
2026-03-30T12:06:19Z
2026-04-28T05:17:54Z
2026-04-25T12:16:55Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Urethramancer
2,459,910
MDQ6VXNlcjI0NTk5MTA=
User
false