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,049,294,973
I_kwDOQb6kR87xW1Z9
41,728
https://github.com/openclaw/openclaw/issues/41728
https://api.github.com/repos/openclaw/openclaw/issues/41728
[Feature]: Control UI 工具日志太多,求加个隐藏开关
### Summary Control UI 界面添加隐藏工具日志的设置开关 ### Problem to solve 每次 agent 调用工具(exec、read 等)都会在聊天框里显示大量工具日志输出,严重影响用户翻看聊天记录。普通用户只想看 agent 的回复,不需要看工具调用的详细过程。太多工具输出会让聊天记录变得很乱,难以回溯之前的对话。 ### Proposed solution 在 Control UI 设置中添加一个开关,让用户可以选择隐藏工具调用日志,只显示最终回复内容。或者提供"简洁模式",默认隐藏工具日志,需要时再展开查看。 ### Alternatives considered _No res...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-10T04:19:25Z
2026-04-27T04:55:34Z
2026-04-24T21:23:56Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
282059559donghui-prog
259,023,839
U_kgDOD3Bj3w
User
false
openclaw/openclaw
4,049,325,601
I_kwDOQb6kR87xW84h
41,739
https://github.com/openclaw/openclaw/issues/41739
https://api.github.com/repos/openclaw/openclaw/issues/41739
[Bug]: [Bug] Telegram replies are routed to the Web UI session instead of the source channel
### Bug type Regression (worked before, now fails) ### Summary Agent replies to messages received via the Telegram channel are not being sent back to the original Telegram channel. Instead, they are incorrectly routed to the Web UI session (http://127.0.0.1:18789/chat?session=...). This issue persists despite a corr...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-03-10T04:31:08Z
2026-04-27T04:55:34Z
2026-04-24T21:23:59Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
banyoungkwan
46,808,508
MDQ6VXNlcjQ2ODA4NTA4
User
false
openclaw/openclaw
4,049,341,618
I_kwDOQb6kR87xXAyy
41,746
https://github.com/openclaw/openclaw/issues/41746
https://api.github.com/repos/openclaw/openclaw/issues/41746
[BUG]: 粘贴图片发送后图片数据丢失 Image Data Lost After Sending
## Bug 报告:Control UI 粘贴图片发送后图片数据未传递给 Agent **环境:** - OpenClaw 版本:2026.3.8 - 浏览器:Chrome/Edge(Control UI) - 操作系统:Windows - 当前模型:MiniMax M2.5(纯文本模型,不支持原生图片输入) - MCP:MiniMax Code Plan(通过 MCP 工具提供图像理解能力 `understand_image`) **问题描述:** 1. 在 Control UI(WebChat)中使用 Ctrl+V 粘贴图片时,图片可以正常预览显示 2. 点击发送按钮后,图片从界面消失 3. Agent 收到消息但完全没有收...
closed
completed
true
2
[ "close:duplicate", "close:already-fixed", "dedupe:child" ]
[ "vincentkoc" ]
2026-03-10T04:36:45Z
2026-04-27T04:31:45Z
2026-04-24T21:24:02Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
docXU
11,019,814
MDQ6VXNlcjExMDE5ODE0
User
false
openclaw/openclaw
4,049,347,406
I_kwDOQb6kR87xXCNO
41,749
https://github.com/openclaw/openclaw/issues/41749
https://api.github.com/repos/openclaw/openclaw/issues/41749
[Feature]: External AI Collaboration Framework with Human-Authorized Feedback for Complex Multi-Agent Projects like SkyCetus
### Summary OpenClaw currently excels at internal multi-agent task distribution but lacks standardized collaboration capabilities with external AI systems. For complex projects like SkyCetus (a multi-dimensional AI development project requiring narrative creation, technical implementation, and content distribution), u...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-10T04:38:48Z
2026-04-27T04:55:33Z
2026-04-24T21:24:05Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Robinyves
262,183,440
U_kgDOD6CaEA
User
false
openclaw/openclaw
4,049,388,627
I_kwDOQb6kR87xXMRT
41,757
https://github.com/openclaw/openclaw/issues/41757
https://api.github.com/repos/openclaw/openclaw/issues/41757
[Bug]: Custom plugin tool is not surfaced to sandboxed agent sessions, but appears immediately when sandbox is removed
### Bug type Behavior bug (incorrect output/state without crash) ### Summary A custom plugin tool (`start_task`) loads successfully and is reported by `openclaw plugins info`, but it does not appear in the Main Session tool list while the `main` agent is sandboxed; If I remove the sandbox from `main` and restart the...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-03-10T04:53:43Z
2026-04-27T04:55:32Z
2026-04-24T21:24:10Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
bryce-marshall
29,188,935
MDQ6VXNlcjI5MTg4OTM1
User
false
openclaw/openclaw
4,049,401,566
I_kwDOQb6kR87xXPbe
41,760
https://github.com/openclaw/openclaw/issues/41760
https://api.github.com/repos/openclaw/openclaw/issues/41760
Rusty workstation (PopOS) unreachable via Tailscale
## Summary Overnight infrastructure audit detected Rusty workstation is offline. ## Details - **Timestamp:** 2026-03-10 04:55 UTC - **Node:** rusty (100.66.108.46) - **Status:** offline, last seen 4h ago (per tailscale status) - **Impact:** GUI automation, browser control, video editing unavailable ## Tailscale Statu...
closed
not_planned
true
2
[]
[]
2026-03-10T04:58:04Z
2026-04-27T04:55:31Z
2026-04-24T21:24:14Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
TerminalGravity
15,236,602
MDQ6VXNlcjE1MjM2NjAy
User
false
openclaw/openclaw
4,049,476,340
I_kwDOQb6kR87xXhr0
41,778
https://github.com/openclaw/openclaw/issues/41778
https://api.github.com/repos/openclaw/openclaw/issues/41778
openclaw-message OOM on 4GB servers since v2026.3.7
## Description `openclaw message send` crashes with **JavaScript heap out of memory** on servers with 4GB RAM, starting from v2026.3.7. The `openclaw-message` binary consumes 500MB+ before crashing, even with `NODE_OPTIONS="--max-old-space-size=512"` set. v2026.3.2 works fine on the same server. The regression was in...
closed
not_planned
true
14
[]
[]
2026-03-10T05:22:00Z
2026-04-27T04:55:30Z
2026-04-24T21:27:28Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
huaguihai
44,646,179
MDQ6VXNlcjQ0NjQ2MTc5
User
false
openclaw/openclaw
4,049,499,377
I_kwDOQb6kR87xXnTx
41,785
https://github.com/openclaw/openclaw/issues/41785
https://api.github.com/repos/openclaw/openclaw/issues/41785
Feature Proposal: Native VoiceWake and FaceWake Local Daemon Support
## 背景 我们设计了两个纯本地的静默交互能力(VoiceWake 和 FaceWake),希望探讨能否集成到 OpenClaw 官方生态或作为独立的守护进程插件。 ### 1. VoiceWake (语音唤醒与识别) - **机制**:通过 VAD 监听,截取音频并调用本地 Whisper/系统 STT,转文本后携带特定前缀 `User talked via voice recognition:` 通过 OpenClaw 的 CLI (`openclaw system event` 或 `openclaw message send`) 注入。 - **回复**:借助 `say` 命令等本地 TTS 引擎,当检测到语音上下文时主动...
closed
not_planned
true
1
[]
[]
2026-03-10T05:29:25Z
2026-04-27T04:55:30Z
2026-04-24T21:27:31Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
xiaotouming1011
210,977,921
U_kgDODJNEgQ
User
false
openclaw/openclaw
4,049,509,405
I_kwDOQb6kR87xXpwd
41,789
https://github.com/openclaw/openclaw/issues/41789
https://api.github.com/repos/openclaw/openclaw/issues/41789
Context pruning skips image-containing tool results, causing unrecoverable context overflow in screenshot-heavy sessions
## Bug Description `pruneContextMessages()` in `src/agents/pi-extensions/context-pruning/pruner.ts` explicitly skips any `toolResult` message that contains image blocks: ```typescript if (hasImageBlocks(msg.content)) { continue; // line ~248 } ``` This means tool results with images (e.g. browser screenshots, `rea...
closed
completed
true
1
[]
[]
2026-03-10T05:32:20Z
2026-04-27T04:55:29Z
2026-04-24T21:27:35Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
FoundDream
54,743,551
MDQ6VXNlcjU0NzQzNTUx
User
false
openclaw/openclaw
4,049,510,127
I_kwDOQb6kR87xXp7v
41,791
https://github.com/openclaw/openclaw/issues/41791
https://api.github.com/repos/openclaw/openclaw/issues/41791
Feature Request: Isolated Mode Filesystem Permissions
# Feature Request: Isolated Mode Filesystem Permissions ## Summary Allow isolated mode cron jobs to have controlled filesystem access to specified directories, enabling file creation while maintaining security isolation. ## Problem Currently, isolated mode cron jobs have **read-only** filesystem access, which preve...
closed
completed
true
1
[]
[]
2026-03-10T05:32:32Z
2026-04-27T04:55:28Z
2026-04-24T21:30:48Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
storm0water-alt
244,682,027
U_kgDODpWNKw
User
false
openclaw/openclaw
4,325,704,850
I_kwDOQb6kR88AAAABAdUEkg
71,267
https://github.com/openclaw/openclaw/issues/71267
https://api.github.com/repos/openclaw/openclaw/issues/71267
embeddedHarness.runtime config silently overridden to pi on all calls with session history
## Summary Agents with `embeddedHarness: {runtime: "codex"}` silently get routed through the **pi** harness instead of codex. The selector never reads the agent's configured `embeddedHarness.runtime` because the session is pre-pinned to `"pi"` before `selectAgentHarnessDecision` runs. As a result, codex-wrapped calls ...
closed
completed
true
1
[]
[]
2026-04-24T21:32:41Z
2026-04-27T04:43:10Z
2026-04-25T01:14:40Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
joeykrug
5,925,937
MDQ6VXNlcjU5MjU5Mzc=
User
false
openclaw/openclaw
4,116,494,450
I_kwDOQb6kR871XLhy
52,372
https://github.com/openclaw/openclaw/issues/52372
https://api.github.com/repos/openclaw/openclaw/issues/52372
Discord WSS Gateway never sends Identify after WebSocket opened (Linux)
## Environment - OpenClaw: 2026.3.13 (61d171a) - OS: Debian 12 (bookworm), Linux 6.12.18 x86_64 - Node: 22.16.0 - Discord plugin: bundled, installed via `openclaw plugins install discord` ## Symptoms - REST API works perfectly (fetch-application-id, deploy-commands, fetch-bot-identity all succeed) - `gateway-debug: We...
closed
completed
true
3
[]
[]
2026-03-22T16:44:44Z
2026-04-27T04:55:24Z
2026-04-24T21:39:45Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
laolin5564
158,557,918
U_kgDOCXNm3g
User
false
openclaw/openclaw
4,325,734,644
I_kwDOQb6kR88AAAABAdV49A
71,268
https://github.com/openclaw/openclaw/issues/71268
https://api.github.com/repos/openclaw/openclaw/issues/71268
Support OpenRouter TTS models as TTS provider (GPT-4o Mini TTS, Gemini 3.1 Flash TTS, Voxtral)
## Summary OpenRouter recently added text-to-speech models that could serve as TTS providers alongside ElevenLabs: - **GPT-4o Mini TTS** — $0.60/1M chars, 4K context, OpenAI voices - **Gemini 3.1 Flash TTS** — $1/M input, $20/M output tokens, 8K context, **200+ inline audio tags** (e.g. `[whispers]`, `[laughs]`, `[ex...
closed
completed
true
1
[]
[]
2026-04-24T21:39:57Z
2026-04-27T04:35:48Z
2026-04-25T03:37:09Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
AlexStephenLytton
5,282,456
MDQ6VXNlcjUyODI0NTY=
User
false
openclaw/openclaw
4,164,440,803
I_kwDOQb6kR874OFLj
57,075
https://github.com/openclaw/openclaw/issues/57075
https://api.github.com/repos/openclaw/openclaw/issues/57075
Discord gateway hangs at 'awaiting gateway readiness' on single-account setup (v2026.3.22–v2026.3.28)
## Summary Single-account Discord bot hangs indefinitely at `discord client initialized as <id> (<name>); awaiting gateway readiness` on every start for all versions >= v2026.3.22. The gateway WebSocket never completes the IDENTIFY → READY handshake. v2026.3.13 works reliably with identical configuration. Related to ...
closed
completed
true
2
[ "duplicate" ]
[]
2026-03-29T14:03:38Z
2026-04-27T04:55:23Z
2026-04-24T21:42:56Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
wlcarden
27,224,325
MDQ6VXNlcjI3MjI0MzI1
User
false
openclaw/openclaw
4,177,793,808
I_kwDOQb6kR875BBMQ
58,290
https://github.com/openclaw/openclaw/issues/58290
https://api.github.com/repos/openclaw/openclaw/issues/58290
Discord bot never reaches ready state — stuck at awaiting gateway readiness (v2026.3.28)
## Description Discord bot initializes and authenticates successfully but never completes the gateway lifecycle. The bot shows as **offline** in Discord and never receives inbound messages. WhatsApp channel works fine on the same gateway. ## Environment - **OpenClaw:** v2026.3.28 (f9b1079) - **Platform:** Ubuntu 24....
closed
completed
true
1
[ "duplicate" ]
[]
2026-03-31T10:03:09Z
2026-04-27T04:55:22Z
2026-04-24T21:42:59Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
zach-theochinomona
260,775,119
U_kgDOD4sczw
User
false
openclaw/openclaw
4,208,498,202
I_kwDOQb6kR8762JYa
61,505
https://github.com/openclaw/openclaw/issues/61505
https://api.github.com/repos/openclaw/openclaw/issues/61505
Discord channel handler stuck at 'awaiting gateway readiness' — standalone discord.js works fine
**Version:** OpenClaw 2026.4.4 (0ef2932) **OS:** macOS (Darwin 25.4.0, arm64) **Node:** v25.8.2 ## Summary The Discord channel plugin initializes and logs in successfully, but never progresses past "awaiting gateway readiness". No messages are received or processed. A standalone `discord.js` test with the same bot to...
closed
completed
true
2
[ "duplicate" ]
[]
2026-04-05T20:20:44Z
2026-04-27T04:55:21Z
2026-04-24T21:43:03Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
FriDay026
273,780,127
U_kgDOEFGNnw
User
false
openclaw/openclaw
4,075,952,978
I_kwDOQb6kR87y8htS
46,245
https://github.com/openclaw/openclaw/issues/46245
https://api.github.com/repos/openclaw/openclaw/issues/46245
Slack HTTP webhook mode always returns 404 (split-bundle slackHttpRoutes Map bug)
## Bug: Slack HTTP webhook mode always returns 404 **Version:** 2026.3.13 (61d171a) ### Description When using Slack in HTTP webhook mode (`mode: "http"`), all inbound POST requests to the configured `webhookPath` return 404. Socket Mode is unaffected. ### Root Cause `slackHttpRoutes` (the route registry `Map`) is...
closed
completed
true
1
[]
[]
2026-03-14T14:43:48Z
2026-04-27T04:55:19Z
2026-04-24T21:43:31Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
riverrat234
17,390,773
MDQ6VXNlcjE3MzkwNzcz
User
false
openclaw/openclaw
4,075,953,402
I_kwDOQb6kR87y8hz6
46,246
https://github.com/openclaw/openclaw/issues/46246
https://api.github.com/repos/openclaw/openclaw/issues/46246
Slack HTTP webhook mode always returns 404 (split-bundle slackHttpRoutes Map bug)
## Bug: Slack HTTP webhook mode always returns 404 **Version:** 2026.3.13 (61d171a) ### Description When using Slack in HTTP webhook mode (`mode: "http"`), all inbound POST requests to the configured `webhookPath` return 404. Socket Mode is unaffected. ### Root Cause `slackHttpRoutes` (the route registry `Map`) is...
closed
completed
true
1
[]
[]
2026-03-14T14:44:04Z
2026-04-27T04:55:18Z
2026-04-24T21:43:33Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
riverrat234
17,390,773
MDQ6VXNlcjE3MzkwNzcz
User
false
openclaw/openclaw
4,055,691,100
I_kwDOQb6kR87xvO9c
42,783
https://github.com/openclaw/openclaw/issues/42783
https://api.github.com/repos/openclaw/openclaw/issues/42783
feat(admin): scaffold admin extension with plugin registration
## Summary Create the `extensions/admin/` workspace package — the admin control plane extension for OpenClaw. This extension registers HTTP routes under `/admin/*` on the gateway, providing a web-based admin panel for configuration, channel management, agent management, monitoring, and snapshot save/restore. **Estima...
closed
not_planned
true
2
[]
[]
2026-03-11T04:25:17Z
2026-04-27T04:55:16Z
2026-04-24T21:45:54Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
marcos-f
9,040,318
MDQ6VXNlcjkwNDAzMTg=
User
false
openclaw/openclaw
4,049,632,771
I_kwDOQb6kR87xYH4D
41,821
https://github.com/openclaw/openclaw/issues/41821
https://api.github.com/repos/openclaw/openclaw/issues/41821
[Bug]: Telegram photo download fails — single photo and media group both affected
## Bug Report: Telegram Photo Download Fails **OpenClaw version:** 2026.3.8 (3caab92) **OS:** macOS 26.3 (Build 25D125) **Channel:** Telegram **Provider:** anthropic/claude-sonnet-4-6 ## Summary Telegram photos fail to download. Both single photos AND media groups (multiple photos sent at once) fail intermittently wi...
closed
completed
true
3
[]
[]
2026-03-10T06:05:21Z
2026-04-27T04:55:15Z
2026-04-24T21:45:59Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
coolhouette
265,716,310
U_kgDOD9aCVg
User
false
openclaw/openclaw
4,049,645,331
I_kwDOQb6kR87xYK8T
41,825
https://github.com/openclaw/openclaw/issues/41825
https://api.github.com/repos/openclaw/openclaw/issues/41825
Session reply channel contaminated after compaction — response delivered to wrong Discord channel
## Bug Description After session compaction, a session that received messages from multiple Discord channels loses its correct delivery context. The agent's reply is delivered to the wrong channel. ## What Happened 1. Session `521bad1b` was a continuation (post-compaction) of a `#memory-system` channel session 2. Th...
closed
completed
true
1
[]
[]
2026-03-10T06:08:37Z
2026-04-27T04:55:14Z
2026-04-24T21:46:03Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
farrrr
1,716,558
MDQ6VXNlcjE3MTY1NTg=
User
false
openclaw/openclaw
4,049,672,542
I_kwDOQb6kR87xYRle
41,829
https://github.com/openclaw/openclaw/issues/41829
https://api.github.com/repos/openclaw/openclaw/issues/41829
CLI falsely reports 'Gateway service not loaded' for user LaunchAgents even when running
## Bug Description When using `openclaw gateway restart` via Discord (or any remote channel), the CLI incorrectly reports "Gateway service not loaded" even when the Gateway is actually running. ## Steps to Reproduce 1. Have OpenClaw Gateway installed as a user LaunchAgent (\~/.openclaw/launchd.plist or via `openclaw...
closed
completed
true
2
[]
[]
2026-03-10T06:16:12Z
2026-04-27T04:55:14Z
2026-04-24T21:46:07Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
novuxx888
124,811,531
U_kgDOB3B5Cw
User
false
openclaw/openclaw
4,049,675,335
I_kwDOQb6kR87xYSRH
41,830
https://github.com/openclaw/openclaw/issues/41830
https://api.github.com/repos/openclaw/openclaw/issues/41830
Bug: `openclaw backup create` stalls — produces 10-byte .tmp file and never completes
## Reproduction Run `openclaw backup create --output ~/some-dir` (directory must be outside `~/.openclaw/` or you get a source-path error). **Expected:** A completed `.tar.gz` archive in the output directory. **Actual:** A 10-byte `.tmp` file is created and the process returns with no output and no error. The `.tmp`...
closed
completed
true
3
[]
[]
2026-03-10T06:16:55Z
2026-04-27T04:55:13Z
2026-04-24T21:46:11Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
bo-blue
257,455,029
U_kgDOD1hztQ
User
false
openclaw/openclaw
4,049,676,314
I_kwDOQb6kR87xYSga
41,831
https://github.com/openclaw/openclaw/issues/41831
https://api.github.com/repos/openclaw/openclaw/issues/41831
Bug: macOS companion app does not auto-reconnect after `openclaw gateway restart`
## Reproduction 1. Companion app running on macOS node (bo-mini), connected and healthy. 2. Run `openclaw gateway restart` from the host machine. 3. Gateway comes back up via LaunchAgent. **Expected:** Companion app on connected macOS node detects gateway restart and reconnects automatically within ~10–30 seconds. *...
closed
completed
true
1
[]
[]
2026-03-10T06:17:09Z
2026-04-27T04:55:12Z
2026-04-24T21:46:15Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
bo-blue
257,455,029
U_kgDOD1hztQ
User
false
openclaw/openclaw
4,070,070,193
I_kwDOQb6kR87ymFex
44,948
https://github.com/openclaw/openclaw/issues/44948
https://api.github.com/repos/openclaw/openclaw/issues/44948
Bug: OpenAI websocket tool-result continuation can resume a stale response branch
## Summary In the OpenAI websocket continuation path, a follow-up tool-result turn can sometimes resume an older response branch/topic instead of the latest turn. This showed up in a long Telegram conversation as an answer "snapping back" to a previous topic after a tool call completed. ## Observed behavior A newer...
closed
completed
true
1
[]
[]
2026-03-13T09:53:15Z
2026-04-27T04:55:11Z
2026-04-24T21:47:59Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
sd1114820
50,748,585
MDQ6VXNlcjUwNzQ4NTg1
User
false
openclaw/openclaw
4,325,803,038
I_kwDOQb6kR88AAAABAdaEHg
71,271
https://github.com/openclaw/openclaw/issues/71271
https://api.github.com/repos/openclaw/openclaw/issues/71271
Gateway crashes (WS 1006) on gateway.call with invalid param types
## Summary Calling `openclaw gateway call send` (or any RPC method) with invalid JSON types for required params closes the WebSocket abruptly (`1006 abnormal closure`) instead of returning a structured validation error. The LaunchAgent auto-restarts the gateway, but any in-flight session state is lost. ## Reproductio...
closed
not_planned
true
2
[ "invalid" ]
[]
2026-04-24T21:56:47Z
2026-04-28T04:46:54Z
2026-04-25T19:32:18Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
zote
35,069
MDQ6VXNlcjM1MDY5
User
false
openclaw/openclaw
4,054,556,602
I_kwDOQb6kR87xq5-6
42,541
https://github.com/openclaw/openclaw/issues/42541
https://api.github.com/repos/openclaw/openclaw/issues/42541
Gemini OAuth token auto-refresh silently fails — bare catch {} in dispatch swallows refresh errors
## Bug Gemini CLI OAuth tokens expire after ~60 minutes and are never auto-refreshed, despite valid `refresh_token` and `projectId` being present in `auth-profiles.json`. The gateway silently falls into an unauthenticated state with **zero log output** about the failed refresh. Manual refresh via `curl` to `https://o...
open
null
false
4
[]
[]
2026-03-10T22:27:24Z
2026-05-04T11:27:45Z
null
NONE
null
20260504T180039Z
2026-05-04T18:00:39Z
mySebbe
14,988,278
MDQ6VXNlcjE0OTg4Mjc4
User
false
openclaw/openclaw
4,135,236,145
I_kwDOQb6kR872erIx
54,469
https://github.com/openclaw/openclaw/issues/54469
https://api.github.com/repos/openclaw/openclaw/issues/54469
Slack: stopSlackStream calls startStream on unflushed buffer during teardown
## Description On gateway restart/shutdown while a Slack DM reply is being generated: ``` [slack] slack-stream: failed to stop stream: Error: An API error occurred: missing_recipient_user_id ``` Fires every restart where a DM reply was in-progress. Error is caught and logged — no user impact, but noisy. ## Root Caus...
closed
completed
true
1
[]
[]
2026-03-25T12:57:07Z
2026-04-27T04:55:08Z
2026-04-24T22:02:14Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
markthebest12
6,416,874
MDQ6VXNlcjY0MTY4NzQ=
User
false
openclaw/openclaw
4,325,831,648
I_kwDOQb6kR88AAAABAdbz4A
71,273
https://github.com/openclaw/openclaw/issues/71273
https://api.github.com/repos/openclaw/openclaw/issues/71273
Bug: Kimi Code model enters infinite tool call loop
## Bug Report: Kimi Code Model Infinite Tool Call Loop ### Summary The Kimi Code model (via `kimi-coding` provider) enters an infinite loop when processing tool results, repeatedly calling the same tools with identical parameters instead of generating a final answer. ### Environment - **OpenClaw Version**: 2026.4.22 ...
open
null
false
1
[]
[]
2026-04-24T22:03:37Z
2026-05-03T06:49:46Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
y9c
5,415,510
MDQ6VXNlcjU0MTU1MTA=
User
false
openclaw/openclaw
3,890,753,469
I_kwDOQb6kR87n6C-9
7,957
https://github.com/openclaw/openclaw/issues/7957
https://api.github.com/repos/openclaw/openclaw/issues/7957
[Feature]: Lightweight context mode for heartbeat/cron tasks (cost saving addition)
## Summary Heartbeats and cron jobs currently receive the full agent context (AGENTS.md, SOUL.md, USER.md, TOOLS.md, IDENTITY.md, etc.). For simple automated tasks, this is unnecessary overhead that: - Burns tokens on context that won't be used - Makes local/small models unusable (they truncate and hallucinate) - Slow...
closed
completed
true
4
[ "enhancement" ]
[]
2026-02-03T11:21:22Z
2026-04-27T04:55:07Z
2026-04-24T22:04:55Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
REPTILEHAUS
4,680,621
MDQ6VXNlcjQ2ODA2MjE=
User
false
openclaw/openclaw
3,941,951,352
I_kwDOQb6kR87q9Wd4
16,365
https://github.com/openclaw/openclaw/issues/16365
https://api.github.com/repos/openclaw/openclaw/issues/16365
[Feature]: Extend Pro/Max Subscription Auth to OpenClaw and Personal AI Agents
### Summary Request to extend Pro/Max subscription OAuth authentication (as used by Claude Code) to cover personal AI agents like OpenClaw — enabling rate-limited agent access without separate API billing. ### Problem to solve Problem Statement I was a ChatGPT Pro subscriber when I discovered OpenClaw. Every demo ra...
closed
completed
true
5
[ "enhancement" ]
[]
2026-02-14T17:46:59Z
2026-04-27T04:55:06Z
2026-04-24T22:04:58Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
rpeters511
1,842,514
MDQ6VXNlcjE4NDI1MTQ=
User
false
openclaw/openclaw
4,041,378,103
I_kwDOQb6kR87w4ok3
39,928
https://github.com/openclaw/openclaw/issues/39928
https://api.github.com/repos/openclaw/openclaw/issues/39928
[Bug] Gateway model provider auth state not persisted correctly after OAuth flow
## Summary After completing OpenAI Codex OAuth login, the auth credentials are not properly persisted to the agent's auth-profiles.json, causing subsequent runtime requests to fail with 'No API key found for provider'. ## Problem - User runs `openclaw agents add openai-codex` and completes OAuth login - Gateway restar...
closed
completed
true
2
[]
[]
2026-03-08T14:14:21Z
2026-04-27T04:54:50Z
2026-04-24T22:06:12Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
liangruochong44-ui
229,361,665
U_kgDODavIAQ
User
false
openclaw/openclaw
4,041,527,707
I_kwDOQb6kR87w5NGb
40,015
https://github.com/openclaw/openclaw/issues/40015
https://api.github.com/repos/openclaw/openclaw/issues/40015
[Feature]: Safe OpenClaw Configuration Changes
### Summary Currently when requesting your agent to make changes to openclaws config they will frequently hallucinate configuration that is incorrect for their version or totally made up. This causes problems where the gateway will stop and not restart. And doctor will not fix it. What is needed is a that when the age...
closed
completed
true
4
[ "enhancement" ]
[]
2026-03-08T15:37:44Z
2026-04-27T04:54:49Z
2026-04-24T22:06:15Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
i-am-rad
6,453,614
MDQ6VXNlcjY0NTM2MTQ=
User
false
openclaw/openclaw
4,041,682,111
I_kwDOQb6kR87w5yy_
40,069
https://github.com/openclaw/openclaw/issues/40069
https://api.github.com/repos/openclaw/openclaw/issues/40069
[Bug]: Tool execution fails silently - claims to execute but no actual calls made
### Bug type Regression (worked before, now fails) ### Summary Agent claims to invoke tools (read, write, message, exec) but no tool calls appear in UI. No error messages returned. Tools appear available in schema but fail to execute ### Steps to reproduce Start session with kimi-coding/k2p5 model Request any file...
closed
completed
true
15
[ "bug", "regression" ]
[]
2026-03-08T16:44:39Z
2026-04-27T04:54:48Z
2026-04-24T22:06:18Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
BusInsider
263,771,733
U_kgDOD7jWVQ
User
false
openclaw/openclaw
4,042,107,223
I_kwDOQb6kR87w7alX
40,239
https://github.com/openclaw/openclaw/issues/40239
https://api.github.com/repos/openclaw/openclaw/issues/40239
Clarify 2026.3.2 tool-profile default vs session visibility guidance
The current community guidance around 2026.3.2 seems a little too broad. From the local docs for 2026.3.2: - new local onboarding defaults **unset** local configs to `tools.profile: "coding"` - `tools.profile` is the base tool allowlist before `tools.allow` / `tools.deny` - the correct session visibility key is `tools...
closed
completed
true
1
[]
[]
2026-03-08T20:26:41Z
2026-04-27T04:54:47Z
2026-04-24T22:06:23Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
qpp927
79,176,975
MDQ6VXNlcjc5MTc2OTc1
User
false
openclaw/openclaw
4,042,276,793
I_kwDOQb6kR87w8D-5
40,295
https://github.com/openclaw/openclaw/issues/40295
https://api.github.com/repos/openclaw/openclaw/issues/40295
Compaction deadlock blocks session recovery (/new, /reset queue behind timed-out compaction)
## Summary Compaction timeouts create an unrecoverable deadlock on the main session lane. When compaction fails (timeout at 300s or 600s), recovery commands (`/new`, `/reset`, `--reset-session`) queue behind the compaction in the same session lane and cannot execute. The only recovery path is `kill -9` + manual sessio...
closed
completed
true
9
[]
[]
2026-03-08T22:01:22Z
2026-04-27T04:54:46Z
2026-04-24T22:06:26Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
sene1337
261,265,124
U_kgDOD5KW5A
User
false
openclaw/openclaw
4,042,460,199
I_kwDOQb6kR87w8wwn
40,363
https://github.com/openclaw/openclaw/issues/40363
https://api.github.com/repos/openclaw/openclaw/issues/40363
[Bug]: API key rotation only updates `openclaw.json`, leaving `auth-profiles.json` with stale credentials → silent auth failure cascade
### Bug type Crash (process/app exits or hangs) ### Summary # API key rotation only updates `openclaw.json`, leaving `auth-profiles.json` with stale credentials → silent auth failure cascade ## Summary When an Anthropic API key is rotated (either manually in `openclaw.json` or via key rotation guidance from the ag...
closed
completed
true
2
[ "bug", "bug:crash" ]
[]
2026-03-08T23:43:24Z
2026-04-27T04:54:45Z
2026-04-24T22:06:29Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
dacervera
61,489,385
MDQ6VXNlcjYxNDg5Mzg1
User
false
openclaw/openclaw
4,043,218,318
I_kwDOQb6kR87w_p2O
40,563
https://github.com/openclaw/openclaw/issues/40563
https://api.github.com/repos/openclaw/openclaw/issues/40563
[Bug]: Bug]: [Windows] Agent/auth lookup uses wrong state directory path (missing backslash between username and .openclaw) Agent/auth 查找使用错误的状态目录路径(用户名与 .openclaw 之间缺少反斜杠)
### Bug type Behavior bug (incorrect output/state without crash) ### Summary On Windows, the state directory path used for Agent auth lookup is wrongly concatenated as C:\Users\<username>.openclaw (missing backslash), while the correct directory created at install is C:\Users\<username>\.openclaw, causing “No API ke...
closed
not_planned
true
5
[ "bug", "bug:behavior" ]
[]
2026-03-09T04:06:30Z
2026-04-27T04:54:44Z
2026-04-24T22:06:31Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Codecing
39,358,169
MDQ6VXNlcjM5MzU4MTY5
User
false
openclaw/openclaw
4,043,248,474
I_kwDOQb6kR87w_xNa
40,576
https://github.com/openclaw/openclaw/issues/40576
https://api.github.com/repos/openclaw/openclaw/issues/40576
[Bug]: Critical Error: "Invalid URL" in Chat and Terminal after recent update (v2026.3.7/8)
### Bug type Regression (worked before, now fails) ### Summary Title: Critical Error: "Invalid URL" in Chat and Terminal after recent update (v2026.3.7/8) Description After the recent automated update, the system started returning a red "Invalid URL" message in the Dashboard chat whenever a message is sent. The same...
closed
completed
true
4
[ "bug", "regression" ]
[]
2026-03-09T04:17:46Z
2026-04-27T04:54:44Z
2026-04-24T22:06:34Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
escoladetecnologia
96,396,925
U_kgDOBb7mfQ
User
false
openclaw/openclaw
4,043,399,707
I_kwDOQb6kR87xAWIb
40,617
https://github.com/openclaw/openclaw/issues/40617
https://api.github.com/repos/openclaw/openclaw/issues/40617
[Bug]: OpenClaw 2026.3.7 如何配置阿里云百炼 (DashScope) API Key?
### Bug type Regression (worked before, now fails) ### Summary 问题: - 尝试了 dashscope/bailian/qwen provider - 尝试了 apiKey/api_key 字段名 - 都提示 "Unrecognized key: apiKey" ### Steps to reproduce 环境: - OpenClaw 版本: 2026.3.7 - Node.js 版本: 24.14.0 - 操作系统: Windows ### Expected behavior 需求: - 需要使用中国大陆区域的百炼 API - 有有效的 API Key ...
closed
completed
true
10
[ "bug", "regression" ]
[]
2026-03-09T05:12:50Z
2026-04-27T04:54:43Z
2026-04-24T22:06:37Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
linzhiming7168-source
266,634,966
U_kgDOD-SG1g
User
false
openclaw/openclaw
4,043,427,203
I_kwDOQb6kR87xAc2D
40,630
https://github.com/openclaw/openclaw/issues/40630
https://api.github.com/repos/openclaw/openclaw/issues/40630
Bug: openclaw gateway start fails with not installed error
Bug Report: openclaw gateway start fails with "not installed" error Summary The openclaw gateway start command incorrectly reports "Gateway service not installed" when the service file exists but launchd has unloaded it. However, openclaw doctor can successfully start the gateway in the same situation. Environment O...
closed
completed
true
3
[]
[]
2026-03-09T05:22:14Z
2026-04-27T04:54:42Z
2026-04-24T22:06:39Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
pengpengmaster-collab
266,636,926
U_kgDOD-SOfg
User
false
openclaw/openclaw
4,043,895,471
I_kwDOQb6kR87xCPKv
40,737
https://github.com/openclaw/openclaw/issues/40737
https://api.github.com/repos/openclaw/openclaw/issues/40737
macOS: gateway restart can leave LaunchAgent not loaded; prefer kickstart-first for loaded services
## Summary On macOS LaunchAgent installs, `openclaw gateway restart` can destabilize a healthy Gateway service and leave it `not loaded` instead of performing a safe in-place restart. In practice, a normal config/plugin change followed by restart can fall into a `bootout` / `bootstrap` failure path and require manual ...
closed
completed
true
5
[]
[]
2026-03-09T07:34:56Z
2026-04-27T04:54:41Z
2026-04-24T22:06:42Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
fudujiji
58,880,088
MDQ6VXNlcjU4ODgwMDg4
User
false
openclaw/openclaw
4,043,904,632
I_kwDOQb6kR87xCRZ4
40,739
https://github.com/openclaw/openclaw/issues/40739
https://api.github.com/repos/openclaw/openclaw/issues/40739
[Bug]: No matter which web search skill I replace, my agent still uses Brave, and it requires me to fill in the API key
### Bug type Behavior bug (incorrect output/state without crash) ### Summary No matter which web search skill I replace, my agent still uses Brave, and it requires me to fill in the API key **env** docker image:ghcr.io/openclaw/openclaw:3.2 ### Steps to reproduce 1.install DuckDuckGo Web Search skill or other we...
closed
completed
true
5
[ "bug", "bug:behavior" ]
[]
2026-03-09T07:37:08Z
2026-04-27T04:54:41Z
2026-04-24T22:06:45Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
kcopy
60,604,925
MDQ6VXNlcjYwNjA0OTI1
User
false
openclaw/openclaw
4,044,014,090
I_kwDOQb6kR87xCsIK
40,758
https://github.com/openclaw/openclaw/issues/40758
https://api.github.com/repos/openclaw/openclaw/issues/40758
[Bug]: installation with docker,why it always listening 127.0.0.1,how to listen the other ipaddress。
### Bug type Regression (worked before, now fails) ### Summary installation with docker,why it always listening 127.0.0.1,how to listen the other ipaddress。 ### Steps to reproduce ubuntu@ubuntu:~$ docker run -d \ --name openclaw \ --network host \ -e OPENCLAW_GATEWAY_HOST=0.0.0.0 \ ghcr.io/openclaw/openclaw 5b8bda...
closed
completed
true
8
[ "bug", "regression" ]
[]
2026-03-09T08:01:46Z
2026-04-27T04:54:40Z
2026-04-24T22:06:47Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
wuqiang0720
38,278,356
MDQ6VXNlcjM4Mjc4MzU2
User
false
openclaw/openclaw
4,044,022,425
I_kwDOQb6kR87xCuKZ
40,759
https://github.com/openclaw/openclaw/issues/40759
https://api.github.com/repos/openclaw/openclaw/issues/40759
Gateway restart fails with state_dir migration conflict
### Symptom During scheduled 6-hour restart cycles, the gateway restart occasionally aborts with: ``` State dir migration skipped: target already exists (/home/dockegumi/.openclaw). Remove or merge manually. ``` This was observed on 2026-03-08 during the 49th and 50th restart attempts. The system remained on the previo...
closed
not_planned
true
2
[]
[]
2026-03-09T08:03:30Z
2026-04-27T04:54:39Z
2026-04-24T22:06:50Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
DockeGumi
258,497,605
U_kgDOD2hcRQ
User
false
openclaw/openclaw
4,044,252,730
I_kwDOQb6kR87xDmY6
40,793
https://github.com/openclaw/openclaw/issues/40793
https://api.github.com/repos/openclaw/openclaw/issues/40793
[Bug]: browser tool: attachOnly profile timeout causes LLM to restart gateway in a destructive loop
### Bug type Regression (worked before, now fails) ### Summary Problem When using attachOnly browser profile with cdpUrl pointing to an external Chrome instance, the browser tool frequently returns a timeout error: { "status": "error", "tool": "browser", "error": "timed out. Restart the OpenClaw gateway (Open...
closed
completed
true
4
[ "bug", "regression" ]
[]
2026-03-09T08:52:41Z
2026-04-27T04:54:38Z
2026-04-24T22:06:53Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
TimeCyber
9,687,149
MDQ6VXNlcjk2ODcxNDk=
User
false
openclaw/openclaw
4,044,271,211
I_kwDOQb6kR87xDq5r
40,799
https://github.com/openclaw/openclaw/issues/40799
https://api.github.com/repos/openclaw/openclaw/issues/40799
Tool exec failure triggers gateway restart loop and kills Telegram polling
## Description When the agent attempts to execute a bash tool that references a missing system binary (e.g. `jq`), the tool execution failure causes the entire gateway to restart instead of gracefully returning the error to the model. This restart loop also breaks Telegram long-polling with 409 conflicts. ## Expected...
closed
completed
true
5
[]
[]
2026-03-09T08:56:26Z
2026-04-27T04:54:38Z
2026-04-24T22:06:55Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
kdrendel99
77,035,725
MDQ6VXNlcjc3MDM1NzI1
User
false
openclaw/openclaw
4,044,396,517
I_kwDOQb6kR87xEJfl
40,811
https://github.com/openclaw/openclaw/issues/40811
https://api.github.com/repos/openclaw/openclaw/issues/40811
Gateway entrypoint mismatch after `openclaw update` — plist not reinstalled
## Bug Description After running `openclaw update --yes`, the Gateway LaunchAgent plist retains the **old** entrypoint path while the new version uses a different entrypoint filename. This causes `openclaw doctor` to report an entrypoint mismatch every time. **Example:** After upgrading from 2026.3.7 to 2026.3.8, the...
closed
completed
true
5
[]
[]
2026-03-09T09:21:17Z
2026-04-27T04:54:37Z
2026-04-24T22:06:58Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
smartchainark
213,560,776
U_kgDODLqtyA
User
false
openclaw/openclaw
4,044,402,712
I_kwDOQb6kR87xELAY
40,812
https://github.com/openclaw/openclaw/issues/40812
https://api.github.com/repos/openclaw/openclaw/issues/40812
dangerouslyDisableDeviceAuth broken since v2026.3.7 — Control UI requires device identity despite flag
## Bug Description `gateway.controlUi.dangerouslyDisableDeviceAuth: true` no longer bypasses device identity checks for the Control UI WebSocket connection. The gateway closes the WebSocket with `code=1008 reason=device identity required` before the client can send a connect frame. This is a regression introduced in ...
closed
completed
true
5
[]
[]
2026-03-09T09:22:26Z
2026-04-27T04:54:36Z
2026-04-24T22:07:01Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
yaarcoupa
238,831,081
U_kgDODjxF6Q
User
false
openclaw/openclaw
4,044,438,010
I_kwDOQb6kR87xETn6
40,818
https://github.com/openclaw/openclaw/issues/40818
https://api.github.com/repos/openclaw/openclaw/issues/40818
[Bug]: config.get fails with RangeError: Invalid string length; Agents page breaks on 2026.3.8
### Bug type Regression (worked before, now fails) ### Summary After upgrading to version 2026.3.8 config.get fails with RangeError: Invalid string length, causing the dashboard Agents page to lose model information and controls. ### Steps to reproduce 1. Start the OpenClaw gateway normally. 2. Run the following...
closed
completed
true
8
[ "bug", "regression" ]
[]
2026-03-09T09:29:14Z
2026-04-27T04:54:35Z
2026-04-24T22:07:03Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
francoisharris
66,264,703
MDQ6VXNlcjY2MjY0NzAz
User
false
openclaw/openclaw
4,044,559,524
I_kwDOQb6kR87xExSk
40,836
https://github.com/openclaw/openclaw/issues/40836
https://api.github.com/repos/openclaw/openclaw/issues/40836
[Bug]: 一打开配置项便会卡住 崩溃
### Bug type Crash (process/app exits or hangs) ### Summary <img width="2788" height="1787" alt="Image" src="https://github.com/user-attachments/assets/e5b4aa6d-8dd8-407a-9cba-4cc594256057" /> ### Steps to reproduce 1.点击配置 ### Expected behavior 1.可以正常打开配置 ### Actual behavior 1.配置崩溃 ### OpenClaw version 2026....
closed
completed
true
2
[ "bug", "bug:crash" ]
[]
2026-03-09T09:51:42Z
2026-04-27T04:54:34Z
2026-04-24T22:07:06Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
1090963827
151,716,186
U_kgDOCQsBWg
User
false
openclaw/openclaw
4,044,692,557
I_kwDOQb6kR87xFRxN
40,854
https://github.com/openclaw/openclaw/issues/40854
https://api.github.com/repos/openclaw/openclaw/issues/40854
Feishu channel stops receiving messages after upgrade to v2026.3.7 — persistent duplicate plugin id + long connection not established
**Environment:** - OpenClaw: v2026.3.7 (42a1394) - OS: macOS - Node: v24.13.1 (nvm) → migrated to system Node v25.8.0 (Homebrew) during troubleshooting - Feishu app: cli_a917a9cca5b85bc0, domain: feishu.cn, mode: Persistent Connection --- **Background** Was running v2026.3.1 with Feishu working normally. Upgraded to...
closed
completed
true
5
[]
[]
2026-03-09T10:17:49Z
2026-04-27T04:54:34Z
2026-04-24T22:07:09Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
yushuaibing9084-oss
262,818,327
U_kgDOD6pKFw
User
false
openclaw/openclaw
4,045,056,116
I_kwDOQb6kR87xGqh0
40,929
https://github.com/openclaw/openclaw/issues/40929
https://api.github.com/repos/openclaw/openclaw/issues/40929
Gateway becomes unresponsive after plugin installation, requires 'openclaw doctor --fix' repeatedly
# GitHub Issue Draft ## Title Gateway becomes unresponsive after plugin installation, requires `openclaw doctor --fix` repeatedly ## Description ### Problem Summary After installing or updating plugins (specifically mem9 and feishu-openclaw-plugin), the OpenClaw gateway becomes unresponsive. The agent stops replying...
closed
completed
true
2
[]
[]
2026-03-09T11:33:34Z
2026-04-27T04:54:33Z
2026-04-24T22:07:12Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Johnsonginati
90,295,174
MDQ6VXNlcjkwMjk1MTc0
User
false
openclaw/openclaw
4,045,060,473
I_kwDOQb6kR87xGrl5
40,931
https://github.com/openclaw/openclaw/issues/40931
https://api.github.com/repos/openclaw/openclaw/issues/40931
Gateway becomes unresponsive after plugin installation, requires 'openclaw doctor --fix' repeatedly
# GitHub Issue Draft ## Title Gateway becomes unresponsive after plugin installation, requires `openclaw doctor --fix` repeatedly ## Description ### Problem Summary After installing or updating plugins (specifically mem9 and feishu-openclaw-plugin), the OpenClaw gateway becomes unresponsive. The agent stops replying...
closed
completed
true
6
[]
[]
2026-03-09T11:34:35Z
2026-04-27T04:54:32Z
2026-04-24T22:07:15Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Johnsonginati
90,295,174
MDQ6VXNlcjkwMjk1MTc0
User
false
openclaw/openclaw
4,045,330,729
I_kwDOQb6kR87xHtkp
40,975
https://github.com/openclaw/openclaw/issues/40975
https://api.github.com/repos/openclaw/openclaw/issues/40975
[Bug]: Error: Unsafe fallback OpenClaw temp dir
### Bug type Regression (worked before, now fails) ### Summary file:///opt/homebrew/lib/node_modules/openclaw/dist/subsystem-kzdGVyce.js:286 throw new Error(`Unsafe fallback OpenClaw temp dir: ${fallbackPath}`); ^ Error: Unsafe fallback OpenClaw temp dir: /var/folders/vt/7f__cqp918b1_b925gdwb2kh0000gn/...
closed
completed
true
3
[ "bug", "regression" ]
[]
2026-03-09T12:32:19Z
2026-04-27T04:54:31Z
2026-04-24T22:07:18Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Nnicke1
212,925,542
U_kgDODLD8Zg
User
false
openclaw/openclaw
4,045,337,203
I_kwDOQb6kR87xHvJz
40,977
https://github.com/openclaw/openclaw/issues/40977
https://api.github.com/repos/openclaw/openclaw/issues/40977
[Bug]: Can't use control UI, it said disconnected (4008): connect failed | openclaw version is 2026.3.8
### Bug type Regression (worked before, now fails) ### Summary I Deploy it on a Ubuntu22.04 docker > root@jetson-yahboom:/# cat /etc/os-release > PRETTY_NAME="Ubuntu 22.04.5 LTS" > NAME="Ubuntu" > VERSION_ID="22.04" > VERSION="22.04.5 LTS (Jammy Jellyfish)" > VERSION_CODENAME=jammy > ID=ubuntu > ID_LIKE=debian > HO...
closed
completed
true
11
[ "bug", "regression" ]
[]
2026-03-09T12:33:33Z
2026-04-27T04:54:30Z
2026-04-24T22:07:20Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
zt-x
73,433,437
MDQ6VXNlcjczNDMzNDM3
User
false
openclaw/openclaw
4,045,498,450
I_kwDOQb6kR87xIWhS
41,014
https://github.com/openclaw/openclaw/issues/41014
https://api.github.com/repos/openclaw/openclaw/issues/41014
[Bug] 5-second fixed delay between pressing Enter and sending text to LLM (regression since v2026.2.26)
### Bug type Regression (worked before, now fails) ### Summary After upgrading from v2026.2.26 to newer versions (2026.3.x), there is a consistent ~5 second delay between pressing Enter to send a message and the text actually being sent to the LLM. This delay occurs in Phase 1 (Dispatch/RAG/History) before the model...
closed
not_planned
true
5
[ "bug", "regression" ]
[]
2026-03-09T13:05:43Z
2026-04-27T04:54:30Z
2026-04-24T22:07:23Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Levis-ghub
42,949,472
MDQ6VXNlcjQyOTQ5NDcy
User
false
openclaw/openclaw
4,045,547,881
I_kwDOQb6kR87xIilp
41,043
https://github.com/openclaw/openclaw/issues/41043
https://api.github.com/repos/openclaw/openclaw/issues/41043
dangerouslyDisableDeviceAuth not honored + gateway stop leaves zombie process
## Environment - **OpenClaw version:** 2026.3.7 (upgraded to 2026.3.8 during debug) - **OS:** macOS (Darwin 25.3.0 arm64, Mac mini) - **Node:** v22.22.0 - **Gateway mode:** local, bind=lan, port=19000 ## Bug 1: `dangerouslyDisableDeviceAuth: true` not honored ### Config ```json { "gateway": { "controlUi": { ...
closed
completed
true
3
[]
[]
2026-03-09T13:15:36Z
2026-04-27T04:54:29Z
2026-04-24T22:07:26Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Nino-Polletta
257,915,612
U_kgDOD1963A
User
false
openclaw/openclaw
4,045,775,264
I_kwDOQb6kR87xJaGg
41,091
https://github.com/openclaw/openclaw/issues/41091
https://api.github.com/repos/openclaw/openclaw/issues/41091
[Bug]: he answers but never execute
### Bug type Regression (worked before, now fails) ### Summary <img width="1252" height="136" alt="Image" src="https://github.com/user-attachments/assets/82f40438-86ef-49b7-8e07-0b3efd605684" /> he always say let me do this let me do that, but he never actually did it. it's weird since this morning. I think somethi...
closed
completed
true
5
[ "bug", "regression" ]
[]
2026-03-09T13:59:06Z
2026-04-27T04:54:28Z
2026-04-24T22:07:29Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
ben-xj
34,577,068
MDQ6VXNlcjM0NTc3MDY4
User
false
openclaw/openclaw
4,045,927,640
I_kwDOQb6kR87xJ_TY
41,126
https://github.com/openclaw/openclaw/issues/41126
https://api.github.com/repos/openclaw/openclaw/issues/41126
[Bug]: v2026.3.8 HTTP client does not respect system proxy — causes 403 "This model is not available in your region" on OpenRouter
### Bug type Regression (worked before, now fails) ### Summary After upgrading from v2026.3.2 to v2026.3.8, all OpenRouter Claude model calls return 403 "This model is not available in your region". Downgrading to 3.2 fixes it. Curl through the same proxy works fine. ### Steps to reproduce 1. Running v2026.3.2 wit...
closed
completed
true
5
[ "bug", "regression" ]
[]
2026-03-09T14:26:44Z
2026-04-27T04:54:27Z
2026-04-24T22:07:31Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
qianyangyang-cloud
204,983,524
U_kgDODDfM5A
User
false
openclaw/openclaw
4,046,023,318
I_kwDOQb6kR87xKWqW
41,144
https://github.com/openclaw/openclaw/issues/41144
https://api.github.com/repos/openclaw/openclaw/issues/41144
[Bug]: macOS LaunchAgent still points to old dist/entry.js after upgrading to 2026.3.8, causing Gateway to recover briefly after doctor/install and then drop again
### Bug type Regression (worked before, now fails) ### Summary Environment OpenClaw: 2026.3.8 (3caab92) macOS Installed via Homebrew / global npm path: /opt/homebrew/lib/node_modules/openclaw LaunchAgent: ~/Library/LaunchAgents/ai.openclaw.gateway.plist Problem After upgrading to 2026.3.8, the Gateway repeatedly en...
closed
completed
true
5
[ "bug", "regression" ]
[]
2026-03-09T14:44:14Z
2026-04-27T04:54:26Z
2026-04-24T22:07:34Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
gjxcxj
17,823,837
MDQ6VXNlcjE3ODIzODM3
User
false
openclaw/openclaw
4,046,147,956
I_kwDOQb6kR87xK1F0
41,167
https://github.com/openclaw/openclaw/issues/41167
https://api.github.com/repos/openclaw/openclaw/issues/41167
[Bug]: Web UI显示的版本号不正确
### Bug type Regression (worked before, now fails) ### Summary ## 问题描述 升级到 2026.3.8 后,Web UI (http://127.0.0.1:18789/chat) 仍然显示旧版本号 2026.2.19-2,且提示从3.2升级到3.7。 ## 环境 - OS: macOS - 浏览器: Chrome/Edge/Safari (已测试3个浏览器,均有同样问题) - OpenClaw版本: 2026.3.8 - Gateway版本: 2026.3.8 - Node版本: 2026.3.8 ### Steps to reproduce ## 已尝试...
closed
not_planned
true
3
[ "bug", "regression" ]
[]
2026-03-09T15:06:33Z
2026-04-27T04:54:26Z
2026-04-24T22:07:37Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
juanli199082
222,029,772
U_kgDODTvnzA
User
false
openclaw/openclaw
4,046,248,077
I_kwDOQb6kR87xLNiN
41,179
https://github.com/openclaw/openclaw/issues/41179
https://api.github.com/repos/openclaw/openclaw/issues/41179
Gateway hot-reload crash on config change (still present in 2026.3.8)
## Summary Every time a config file (e.g. `openclaw.json`) is written via `openclaw config set`, the gateway detects the change, attempts a hot-reload, crashes with an abnormal WebSocket closure, and the macOS LaunchAgent service becomes unloaded. The service auto-recovers via LaunchAgent, but the active session is ki...
closed
completed
true
2
[]
[]
2026-03-09T15:25:15Z
2026-04-27T04:54:25Z
2026-04-24T22:07:40Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Zak-neurobit
211,141,578
U_kgDODJXDyg
User
false
openclaw/openclaw
4,046,295,709
I_kwDOQb6kR87xLZKd
41,191
https://github.com/openclaw/openclaw/issues/41191
https://api.github.com/repos/openclaw/openclaw/issues/41191
Gateway crash-loops on 2026.3.8 when legacy session.threadBindings.ttlHours is present (auto-migrate message, but exits status=1)
## Environment - OpenClaw: 2026.3.8 - OS: Ubuntu (systemd managed service) - Service: `openclaw-gateway.service` - Config path: `/home/ubuntu/.openclaw/openclaw.json` ## Steps 1. Upgrade OpenClaw to 2026.3.8. 2. Keep legacy config key: `session.threadBindings.ttlHours` in `openclaw.json`. 3. Start `openclaw-gateway.se...
closed
completed
true
4
[]
[]
2026-03-09T15:33:49Z
2026-04-27T04:54:24Z
2026-04-24T22:07:42Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
luisecab
26,843,994
MDQ6VXNlcjI2ODQzOTk0
User
false
openclaw/openclaw
4,046,350,352
I_kwDOQb6kR87xLmgQ
41,197
https://github.com/openclaw/openclaw/issues/41197
https://api.github.com/repos/openclaw/openclaw/issues/41197
[Bug] openclaw update does not restart gateway automatically
**Description:** Running `openclaw update` sends SIGTERM to the gateway but does not automatically restart it after the update completes. User has to manually run `openclaw gateway start` to bring it back online. **Steps to reproduce:** 1. Run `openclaw update` 2. Gateway receives SIGTERM and shuts down (visible in lo...
closed
completed
true
3
[]
[]
2026-03-09T15:44:17Z
2026-04-27T04:54:23Z
2026-04-24T22:07:45Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
paulomoguerra
20,888,165
MDQ6VXNlcjIwODg4MTY1
User
false
openclaw/openclaw
4,046,351,892
I_kwDOQb6kR87xLm4U
41,198
https://github.com/openclaw/openclaw/issues/41198
https://api.github.com/repos/openclaw/openclaw/issues/41198
Gateway restart from agent exec kills gateway without recovery (bootout before bootstrap)
## Summary When an agent executes `openclaw gateway restart` via the exec tool, the gateway process is killed but never comes back up. The service must be manually recovered with `openclaw doctor` → reinstall gateway service. ## Root Cause `restartLaunchAgent()` performs: 1. `launchctl bootout gui/<uid>/<label>` — ...
closed
completed
true
4
[]
[]
2026-03-09T15:44:33Z
2026-04-27T04:54:21Z
2026-04-24T22:07:47Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
endachao
8,328,651
MDQ6VXNlcjgzMjg2NTE=
User
false
openclaw/openclaw
4,046,396,553
I_kwDOQb6kR87xLxyJ
41,209
https://github.com/openclaw/openclaw/issues/41209
https://api.github.com/repos/openclaw/openclaw/issues/41209
[Bug]: Tool Validation Errors After Upgrading to 2026.3.8 - File Read/Write Broken
### Bug type Regression (worked before, now fails) ### Summary Problem Summary After upgrading from OpenClaw 2026.3.2 to 2026.3.8, the read and write tools fail with validation errors. File system access that worked in 2026.3.2 is now completely broken. Environment OS: macOS 26.3.1 (arm64) Node: v24.14.0 OpenClaw V...
closed
completed
true
5
[ "bug", "regression" ]
[]
2026-03-09T15:53:15Z
2026-04-27T04:54:20Z
2026-04-24T22:07:50Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
AnthonyFrancis
3,010,099
MDQ6VXNlcjMwMTAwOTk=
User
false
openclaw/openclaw
4,046,516,157
I_kwDOQb6kR87xMO-9
41,229
https://github.com/openclaw/openclaw/issues/41229
https://api.github.com/repos/openclaw/openclaw/issues/41229
plugins install fails for local plugins when plugins.allow already exists
Title: plugins install fails for local plugins when plugins.allow already exists ## Summary On Windows with OpenClaw `2026.3.8 (3caab92)`, `plugins install <local-path>` succeeds in a clean profile with no `plugins.allow`, but fails in an otherwise clean profile if `plugins.allow` already contains any entry such as `...
closed
completed
true
2
[]
[]
2026-03-09T16:13:12Z
2026-04-27T04:54:20Z
2026-04-24T22:07:53Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
cnwpdb
20,767,942
MDQ6VXNlcjIwNzY3OTQy
User
false
openclaw/openclaw
4,046,590,230
I_kwDOQb6kR87xMhEW
41,247
https://github.com/openclaw/openclaw/issues/41247
https://api.github.com/repos/openclaw/openclaw/issues/41247
[Bug]: config.get breaks Control UI config editors when redaction sees empty sensitive values
## Summary `config.get` can fail with `RangeError: Invalid string length` when any sensitive config value is an empty string. In practice this breaks Control UI screens that depend on `config.get`, not just the Agents page. In my case it blocked the config editors for plugin-backed channels during a live migration/de...
closed
completed
true
3
[]
[]
2026-03-09T16:27:08Z
2026-04-27T04:54:19Z
2026-04-24T22:07:55Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
constansino
65,108,260
MDQ6VXNlcjY1MTA4MjYw
User
false
openclaw/openclaw
4,046,594,759
I_kwDOQb6kR87xMiLH
41,249
https://github.com/openclaw/openclaw/issues/41249
https://api.github.com/repos/openclaw/openclaw/issues/41249
[Bug]: Google model provider prefix not stripped in 2026.3.8 — causes 404 on all Google model API calls (regression)
### Bug type Regression (worked before, now fails) ### Summary OpenClaw 2026.3.8 sends the full provider/model ref (e.g., google/gemini-2.5-pro) as the model ID to the Google Generative AI API's OpenAI-compatible endpoint. The API expects only gemini-2.5-pro and returns a 404 because models/google/gemini-2.5-pro doe...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-03-09T16:28:03Z
2026-04-27T04:54:18Z
2026-04-24T22:07:58Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
infocarfai-web
240,366,338
U_kgDODlOzAg
User
false
openclaw/openclaw
4,046,613,598
I_kwDOQb6kR87xMmxe
41,251
https://github.com/openclaw/openclaw/issues/41251
https://api.github.com/repos/openclaw/openclaw/issues/41251
gateway restart unloads launchd service and fails to reload
## Bug `openclaw gateway restart` on macOS unloads the LaunchAgent service (`launchctl bootout`) but fails to properly reload it (`launchctl bootstrap`). After restart, `openclaw gateway status` shows "Gateway service not loaded" and the user must manually run `openclaw gateway install` to bring it back. ## Steps to ...
closed
completed
true
2
[]
[]
2026-03-09T16:32:08Z
2026-04-27T04:54:17Z
2026-04-24T22:08:00Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
kkliah
41,046,444
MDQ6VXNlcjQxMDQ2NDQ0
User
false
openclaw/openclaw
4,046,702,982
I_kwDOQb6kR87xM8mG
41,276
https://github.com/openclaw/openclaw/issues/41276
https://api.github.com/repos/openclaw/openclaw/issues/41276
[Bug]: Google baseUrl override without /v1beta breaks embedded Google calls with 404
## Summary After upgrading from OpenClaw 2026.3.2 to 2026.3.7 and then 2026.3.8, Google Gemini model calls could fail in the embedded/probe path with `404 Not Found`, even though the same API key and same host can successfully call Gemini through the lower-level `pi-ai complete()` path. I tracked this down to the con...
closed
completed
true
4
[]
[]
2026-03-09T16:48:48Z
2026-04-27T04:54:17Z
2026-04-24T22:08:03Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
takoii2025
244,258,733
U_kgDODo8XrQ
User
false
openclaw/openclaw
4,046,799,763
I_kwDOQb6kR87xNUOT
41,289
https://github.com/openclaw/openclaw/issues/41289
https://api.github.com/repos/openclaw/openclaw/issues/41289
openclaw-mem0: OSS mode fails in gateway runtime (native bindings, SQLite paths, credentials, non-graceful failure)
## Problem Dashboard chat becomes unstable after enabling `@mem0/openclaw-mem0` in OSS mode. The failure is not a single bug but a chain of runtime/config issues in the gateway path. ### User-Facing Symptoms - Browser dashboard chat hangs after sending a message - Submitted messages can disappear - Mem0 CLI commands...
closed
not_planned
true
2
[]
[]
2026-03-09T17:06:30Z
2026-04-27T04:54:16Z
2026-04-24T22:08:06Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
ajayjagota
130,864,046
U_kgDOB8zTrg
User
false
openclaw/openclaw
4,046,844,721
I_kwDOQb6kR87xNfMx
41,291
https://github.com/openclaw/openclaw/issues/41291
https://api.github.com/repos/openclaw/openclaw/issues/41291
[Bug]: Agent enters infinite retry loop when tool calls fail
### Bug type Regression (worked before, now fails) ### Summary ## Bug Report: Agent enters infinite retry loop when tool calls fail ### Environm...
closed
completed
true
3
[ "bug", "regression" ]
[]
2026-03-09T17:15:00Z
2026-04-27T04:54:15Z
2026-04-24T22:08:09Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
fh5778
236,419,153
U_kgDODhd4UQ
User
false
openclaw/openclaw
4,047,025,405
I_kwDOQb6kR87xOLT9
41,318
https://github.com/openclaw/openclaw/issues/41318
https://api.github.com/repos/openclaw/openclaw/issues/41318
[Bug]: The `openclaw models list` command shows openai-codex gpt-5.4 with a context window of only 266k.
### Bug type Behavior bug (incorrect output/state without crash) ### Summary I've upgraded to the new 2026.3.8 release, which according to the changelog, should support a 1M context window for openai-codex gpt-5.4 (referencing PR: https://github.com/openclaw/openclaw/pull/37876). However, when running 'openclaw mode...
closed
completed
true
2
[ "bug", "bug:behavior" ]
[]
2026-03-09T17:50:57Z
2026-04-27T04:54:14Z
2026-04-24T22:08:12Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Caixiaopig
659,662
MDQ6VXNlcjY1OTY2Mg==
User
false
openclaw/openclaw
4,047,038,571
I_kwDOQb6kR87xOOhr
41,321
https://github.com/openclaw/openclaw/issues/41321
https://api.github.com/repos/openclaw/openclaw/issues/41321
[Bug]: Gateway Dashboard UI duplicates messages and causes API rate limiting
### Bug type Regression (worked before, now fails) ### Summary **Describe the bug** After a recent update, the Gateway Dashboard UI (`openclaw-control-ui`) has started duplicating all messages (both user and agent) multiple times, typically 3 times per message. This is a visual bug in the frontend that causes a seve...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-03-09T17:53:44Z
2026-04-27T04:54:13Z
2026-04-24T22:08:14Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
goxmask
259,103,236
U_kgDOD3GaBA
User
false
openclaw/openclaw
4,047,111,508
I_kwDOQb6kR87xOgVU
41,339
https://github.com/openclaw/openclaw/issues/41339
https://api.github.com/repos/openclaw/openclaw/issues/41339
Discord WebSocket disconnects every 10-35 minutes continuously
## Problem Discord health-monitor restarts due to `disconnected` and `stale-socket` every 10-35 minutes. This has been happening continuously for 24+ hours. ## Evidence - **60 disconnects** between March 8 17:00 and March 9 10:33 CDT - Pattern: reconnects successfully, then drops again 10-35 min later - Health monitor...
closed
completed
true
6
[]
[]
2026-03-09T18:08:16Z
2026-04-27T04:54:13Z
2026-04-24T22:08:17Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
sethschnrt
127,680,441
U_kgDOB5w_uQ
User
false
openclaw/openclaw
4,047,186,924
I_kwDOQb6kR87xOyvs
41,353
https://github.com/openclaw/openclaw/issues/41353
https://api.github.com/repos/openclaw/openclaw/issues/41353
From @Krill: `openclaw gateway restart` should attempt bootstrap when plist exists but service isn’t loaded (macOS launchd)
### Bug type Behavior bug (incorrect output/state without crash) ### Summary When either CLI or agent restarts gateway, launchd removes the ai.openclaw.gateway.plist and the gateway fails silently. This means the gateway will not start after a power failure even though the mac mini reboots. @Krill has verifies the...
closed
completed
true
5
[ "bug", "bug:behavior" ]
[]
2026-03-09T18:24:56Z
2026-04-27T04:54:12Z
2026-04-24T22:08:20Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
ready-1
59,621,869
MDQ6VXNlcjU5NjIxODY5
User
false
openclaw/openclaw
4,047,344,550
I_kwDOQb6kR87xPZOm
41,369
https://github.com/openclaw/openclaw/issues/41369
https://api.github.com/repos/openclaw/openclaw/issues/41369
[Bug]: "Update now" button does not work
### Bug type Behavior bug (incorrect output/state without crash) ### Summary The "Update now" button on the OpenClaw web UI does not work. It appears to be non-functional and does not trigger any update process when clicked. ### Steps to reproduce Click the Update now button in the Web UI ### Expected behavio...
closed
completed
true
3
[ "bug", "bug:behavior" ]
[]
2026-03-09T19:00:33Z
2026-04-27T04:54:11Z
2026-04-24T22:08:22Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
chinar-amrutkar
22,189,135
MDQ6VXNlcjIyMTg5MTM1
User
false
openclaw/openclaw
4,047,739,766
I_kwDOQb6kR87xQ5t2
41,412
https://github.com/openclaw/openclaw/issues/41412
https://api.github.com/repos/openclaw/openclaw/issues/41412
write tool rejects symlinks with 'sandbox root' error even when sandbox: off
## Description When `sandbox.mode` is set to `"off"` in `openclaw.json`, the `write` tool still rejects writes through symlinks with sandbox-related errors: - `Path escapes workspace root` - `Symlink escapes sandbox root` The `exec` tool works fine for the same path — only `write` is affected. ## Expected behavior ...
closed
completed
true
7
[]
[]
2026-03-09T20:26:06Z
2026-04-27T04:54:10Z
2026-04-24T22:08:25Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
yuyanky
207,298,438
U_kgDODFsfhg
User
false
openclaw/openclaw
4,047,825,385
I_kwDOQb6kR87xROnp
41,423
https://github.com/openclaw/openclaw/issues/41423
https://api.github.com/repos/openclaw/openclaw/issues/41423
[Bug]: Network drop leads to cascading sessions, leads to degraded gateway state
### Bug type Crash (process/app exits or hangs) ### Summary Cascading session timeouts leave the gateway's isolated session pool in a degraded state that persists until restart, without surfacing a clear error or self-healing. Manually spawned sessions bypass whatever is stuck; cron-triggered isolated sessions do no...
closed
completed
true
2
[ "bug", "bug:crash" ]
[]
2026-03-09T20:46:12Z
2026-04-27T04:54:10Z
2026-04-24T22:08:27Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
lwbijl
129,153,459
U_kgDOB7K5sw
User
false
openclaw/openclaw
4,048,695,771
I_kwDOQb6kR87xUjHb
41,570
https://github.com/openclaw/openclaw/issues/41570
https://api.github.com/repos/openclaw/openclaw/issues/41570
gateway restart fails - launchd service not found
## Bug Description gateway restart fails after stopping, showing "Service unit not found" or "Service not installed". ## Steps to Reproduce 1. Run `openclaw gateway restart` or `openclaw gateway stop` then `openclaw gateway start` 2. Observe the service fails to start with "Service not installed" error ## Expected ...
closed
completed
true
7
[]
[]
2026-03-10T00:48:18Z
2026-04-27T04:54:09Z
2026-04-24T22:08:31Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
szmickhuang
21,366,071
MDQ6VXNlcjIxMzY2MDcx
User
false
openclaw/openclaw
4,048,931,763
I_kwDOQb6kR87xVcuz
41,620
https://github.com/openclaw/openclaw/issues/41620
https://api.github.com/repos/openclaw/openclaw/issues/41620
[Bug]: Compaction safeguard infinite loop with thinking models (Gemini 2.5 Pro) as primary — agent becomes unresponsive
### Bug type Behavior bug (incorrect output/state without crash) ### Summary When a thinking model (e.g. `google/gemini-2.5-pro`) is set as the primary agent model, the compaction safeguard enters an infinite loop, causing the agent to become completely unresponsive or produce degraded responses on Telegram. The loo...
closed
completed
true
2
[]
[]
2026-03-10T02:13:18Z
2026-04-27T04:54:08Z
2026-04-24T22:08:33Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
sege66
204,534,694
U_kgDODDDzpg
User
false
openclaw/openclaw
4,048,989,768
I_kwDOQb6kR87xVq5I
41,644
https://github.com/openclaw/openclaw/issues/41644
https://api.github.com/repos/openclaw/openclaw/issues/41644
[Bug]: “OpenClaw returns ‘400 Model do not support image input’ for every question, even with text-only messages”
### Bug type Behavior bug (incorrect output/state without crash) ### Summary English Version (Post-ready): I'm currently using OpenClaw with the DingTalk channel. At first, my agent was using the model GLM-4-7, and I kept getting this error: 400 Model do not support image input. Later, I switched to several diffe...
closed
completed
true
5
[ "bug", "bug:behavior" ]
[]
2026-03-10T02:33:20Z
2026-04-27T04:54:07Z
2026-04-24T22:08:36Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
wy060699-falab
265,687,526
U_kgDOD9YR5g
User
false
openclaw/openclaw
4,049,013,248
I_kwDOQb6kR87xVwoA
41,652
https://github.com/openclaw/openclaw/issues/41652
https://api.github.com/repos/openclaw/openclaw/issues/41652
[Bug]: openclaw v2026.2.26 continuously report device-id-mismatch error
### Bug type Behavior bug (incorrect output/state without crash) ### Summary I deployed openclaw on the AliCloud. When I attempt to connect to OpenClaw over WebSocket on my iOS app, I continuously get the device-id-mismatch error during the handshake phase. My OpenClaw version is 2026.2.26. ` { "type": "req", "i...
closed
not_planned
true
6
[ "bug", "bug:behavior" ]
[]
2026-03-10T02:41:55Z
2026-04-27T04:54:06Z
2026-04-24T22:08:39Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
forresthuhu
215,820,417
U_kgDODN0ogQ
User
false
openclaw/openclaw
4,049,097,625
I_kwDOQb6kR87xWFOZ
41,673
https://github.com/openclaw/openclaw/issues/41673
https://api.github.com/repos/openclaw/openclaw/issues/41673
[Bug]: embedded run agent end: runId=xxxxxxxxx isError=true error=LLM request timed out.
### Bug type Behavior bug (incorrect output/state without crash) ### Summary <img width="2586" height="1248" alt="Image" src="https://github.com/user-attachments/assets/c8dbb100-cf32-41cd-b10a-ebe9efdce7b5" /> Dialog box chat, error occurred. ### Steps to reproduce Reinstalling doesn't work either. ### Expected b...
closed
not_planned
true
5
[ "bug", "bug:behavior" ]
[]
2026-03-10T03:12:31Z
2026-04-27T04:54:05Z
2026-04-24T22:08:42Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
lymbjtungirc
139,320,184
U_kgDOCE3beA
User
false
openclaw/openclaw
4,049,223,632
I_kwDOQb6kR87xWj_Q
41,707
https://github.com/openclaw/openclaw/issues/41707
https://api.github.com/repos/openclaw/openclaw/issues/41707
[Bug]: 升级之后只要是用到工具的地方,就无限重复
### Bug type Regression (worked before, now fails) ### Summary <img width="2378" height="1551" alt="Image" src="https://github.com/user-attachments/assets/369f904f-2f59-49e8-a42d-544baf115613" /> openclaw刚上线的时候用到现在,刚开始的时候特别好用,各种配置也很简洁,没有明显的bug。 然后更新几个版本之后开始频繁出现[agent/embedded] embedded run agent end: runId=0cfdb7c3-...
closed
completed
true
5
[ "bug", "regression" ]
[]
2026-03-10T03:53:43Z
2026-04-27T04:54:05Z
2026-04-24T22:08:44Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
xinxi053
8,537,101
MDQ6VXNlcjg1MzcxMDE=
User
false
openclaw/openclaw
4,049,371,716
I_kwDOQb6kR87xXIJE
41,752
https://github.com/openclaw/openclaw/issues/41752
https://api.github.com/repos/openclaw/openclaw/issues/41752
[BUG] gateway restart via exec tool stops Gateway but LaunchAgent does not auto-restart (macOS, v2026.3.7)
## Bug Description When `openclaw gateway restart` is executed via the OpenClaw exec tool (from an agent session), the Gateway process stops correctly, but the LaunchAgent does **not** automatically restart it. Manual intervention is required every time. This is different from #40932 (which reports a command error + ...
closed
completed
true
5
[]
[]
2026-03-10T04:47:10Z
2026-04-27T04:54:04Z
2026-04-24T22:08:47Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
fujiwarakasei
228,265,750
U_kgDODZsPFg
User
false
openclaw/openclaw
4,049,440,692
I_kwDOQb6kR87xXY-0
41,769
https://github.com/openclaw/openclaw/issues/41769
https://api.github.com/repos/openclaw/openclaw/issues/41769
sharp module fails to load on macOS ARM64 (v0.2.14)
## Description Image analysis fails with sharp module loading error on macOS ARM64. The `sharp` package exists at `openclaw/node_modules/sharp` with `@img/sharp-darwin-arm64` present, but the gateway process cannot load it. ## Error ``` Error: Could not load the "sharp" module using the darwin-arm64 runtime Possible s...
closed
completed
true
2
[]
[]
2026-03-10T05:10:37Z
2026-04-27T04:54:03Z
2026-04-24T22:08:49Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
muxuan1978
38,503,222
MDQ6VXNlcjM4NTAzMjIy
User
false
openclaw/openclaw
4,049,459,160
I_kwDOQb6kR87xXdfY
41,773
https://github.com/openclaw/openclaw/issues/41773
https://api.github.com/repos/openclaw/openclaw/issues/41773
OpenClaw Update Failed
### Bug type Regression (worked before, now fails) ### Summary <img width="1990" height="783" alt="Image" src="https://github.com/user-attachments/assets/767d702f-c1a1-4373-9174-70a88810fcb6" /> ### Steps to reproduce openclaw update <img width="1990" height="783" alt="Image" src="https://github.com/user-attachme...
closed
completed
true
5
[ "bug", "regression" ]
[]
2026-03-10T05:16:23Z
2026-04-27T04:54:02Z
2026-04-24T22:08:52Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
StephenJose-Dai
36,736,149
MDQ6VXNlcjM2NzM2MTQ5
User
false
openclaw/openclaw
4,049,702,479
I_kwDOQb6kR87xYY5P
41,843
https://github.com/openclaw/openclaw/issues/41843
https://api.github.com/repos/openclaw/openclaw/issues/41843
[Bug]: Crontab management: openclaw crontab set overwrites existing entries without warning
### Bug type Behavior bug (incorrect output/state without crash) ### Summary When using openclaw crontab set or related commands to configure crontab, the tool directly overwrites the user's entire crontab content instead of appending or merging. This results in accidental deletion of existing scheduled tasks. While...
closed
not_planned
true
1
[ "bug", "bug:behavior" ]
[]
2026-03-10T06:25:06Z
2026-04-27T04:54:02Z
2026-04-24T22:08:59Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
minerior
81,233,750
MDQ6VXNlcjgxMjMzNzUw
User
false
openclaw/openclaw
4,049,704,873
I_kwDOQb6kR87xYZep
41,844
https://github.com/openclaw/openclaw/issues/41844
https://api.github.com/repos/openclaw/openclaw/issues/41844
[Bug]: Discord leaks raw `to=cron` tool-call text instead of executing cron scheduling
### Bug type Behavior bug (incorrect output/state without crash) ### Summary When asking OpenClaw from Discord to schedule a cron reminder, the bot sometimes replies with raw tool-call-looking text like: ```text to=cron ... {"action":"create","schedule":"in 2 minutes",...} ``` instead of executing the cron to...
closed
completed
true
5
[ "bug", "bug:behavior" ]
[]
2026-03-10T06:25:53Z
2026-04-27T04:54:01Z
2026-04-24T22:09:01Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
fuyangliu
10,148,983
MDQ6VXNlcjEwMTQ4OTgz
User
false
openclaw/openclaw
4,049,848,912
I_kwDOQb6kR87xY8pQ
41,870
https://github.com/openclaw/openclaw/issues/41870
https://api.github.com/repos/openclaw/openclaw/issues/41870
PI SDK ModelRegistry ignores env vars for Kilocode provider — all models show configured,missing
## Summary The PI SDK `ModelRegistry` fails to resolve credentials for the `kilocode` provider when building the model catalog, causing all Kilocode models to register as `configured,missing`. Direct HTTP passthrough requests to the same models succeed because the HTTP code path resolves API keys from environment vari...
closed
completed
true
2
[]
[]
2026-03-10T07:02:06Z
2026-04-27T04:54:00Z
2026-04-24T22:09:04Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
ChristianAlmurr
27,358,857
MDQ6VXNlcjI3MzU4ODU3
User
false
openclaw/openclaw
4,049,854,357
I_kwDOQb6kR87xY9-V
41,871
https://github.com/openclaw/openclaw/issues/41871
https://api.github.com/repos/openclaw/openclaw/issues/41871
Local Ollama models still hang in OpenClaw 2026.3.8 (retest of #31399)
## Summary Local Ollama models (e.g., llama3.1, llama3.2) hang indefinitely in OpenClaw sessions after update to 2026.3.8. Direct Ollama API/chat works fine, but OpenClaw sessions timeout with zero tokens generated. This is a retest of closed #31399, which was marked as potentially fixed but still reproduces. ## Envi...
closed
completed
true
6
[]
[]
2026-03-10T07:03:21Z
2026-04-27T04:53:59Z
2026-04-24T22:09:07Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
joemcurry
1,192,832
MDQ6VXNlcjExOTI4MzI=
User
false
openclaw/openclaw
4,049,861,655
I_kwDOQb6kR87xY_wX
41,874
https://github.com/openclaw/openclaw/issues/41874
https://api.github.com/repos/openclaw/openclaw/issues/41874
openclaw models status --probe returns LLM request timed out on 2026.3.8
$### Version\n- OpenClaw: 2026.3.8 (3caab92)\n- Install method: npm reinstall/upgrade (user report: upgraded to 3.8 had issues and rolled back manually)\n\n### Command\n```bash\nopenclaw models status --agent main --probe\n```\n\n### Observed\n- Warning:\n - tools.profile (coding) allowlist contains unknown entries (a...
closed
completed
true
7
[]
[]
2026-03-10T07:05:11Z
2026-04-27T04:53:59Z
2026-04-24T22:09:10Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
BigApple12138
147,795,970
U_kgDOCM8wAg
User
false
openclaw/openclaw
4,049,868,675
I_kwDOQb6kR87xZBeD
41,877
https://github.com/openclaw/openclaw/issues/41877
https://api.github.com/repos/openclaw/openclaw/issues/41877
TUI Model Display Not Updating After session_status Switch in 2026.3.8
## Summary In OpenClaw TUI (gateway-client UI), the model display does not update after switching models via the session_status tool. The backend confirms the switch, but the UI remains stuck on the old model (e.g., showing "Grok-4" after switching to "glm-5:cloud"). ## Environment - **OpenClaw:** 2026.3.8 (3caab92)...
closed
completed
true
2
[]
[]
2026-03-10T07:07:02Z
2026-04-27T04:53:58Z
2026-04-24T22:09:12Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
joemcurry
1,192,832
MDQ6VXNlcjExOTI4MzI=
User
false
openclaw/openclaw
4,049,895,332
I_kwDOQb6kR87xZH-k
41,885
https://github.com/openclaw/openclaw/issues/41885
https://api.github.com/repos/openclaw/openclaw/issues/41885
OpenAI Codex remote OAuth hangs after pasting redirect URL in VPS/SSH flow
## Summary `openclaw models auth login --provider openai-codex` works up to printing the OAuth URL in a remote/VPS shell, but after pasting the final redirect URL back into the terminal, the flow hangs and never completes. This reproduces both: - inside ClawSimple's runner-managed PTY flow - and in a plain manual SSH...
closed
completed
true
10
[]
[]
2026-03-10T07:14:21Z
2026-04-27T04:53:57Z
2026-04-24T22:09:15Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
jinzheio
1,428,947
MDQ6VXNlcjE0Mjg5NDc=
User
false
openclaw/openclaw
4,049,977,125
I_kwDOQb6kR87xZb8l
41,905
https://github.com/openclaw/openclaw/issues/41905
https://api.github.com/repos/openclaw/openclaw/issues/41905
Streaming usage not captured for Bailian/OpenAI-compatible providers — token counter stuck at 0
## Bug Description The token counter (`/status` showing `Context: 0/200k`) is stuck at 0 for sessions using Bailian (DashScope) provider, even though the API correctly returns usage data in streaming responses. ## Evidence ### API Returns Usage Correctly Tested with direct curl to Bailian API: **Non-streaming:** \...
closed
completed
true
7
[]
[]
2026-03-10T07:30:49Z
2026-04-27T04:53:56Z
2026-04-24T22:09:17Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
horse-ai-openclaw
264,527,486
U_kgDOD8Refg
User
false
openclaw/openclaw
4,049,999,446
I_kwDOQb6kR87xZhZW
41,909
https://github.com/openclaw/openclaw/issues/41909
https://api.github.com/repos/openclaw/openclaw/issues/41909
HTTP 400: thinking/redacted_thinking blocks modified when subagent completion event is injected
## Description When a subagent (`sessions_spawn`, `runtime=subagent`, `mode=run`) completes and its completion event is injected into the parent session as a user message, the subsequent Anthropic API call fails with HTTP 400: > `messages.N.content.X: thinking or redacted_thinking blocks in the latest assistant messa...
closed
completed
true
1
[]
[]
2026-03-10T07:36:09Z
2026-04-27T04:53:56Z
2026-04-24T22:09:20Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
stefankargl
89,059,266
MDQ6VXNlcjg5MDU5MjY2
User
false
openclaw/openclaw
4,050,011,169
I_kwDOQb6kR87xZkQh
41,911
https://github.com/openclaw/openclaw/issues/41911
https://api.github.com/repos/openclaw/openclaw/issues/41911
[Bug] memory_search returns empty for freshly indexed chunks
## Bug Description After running `openclaw memory index --force` or deleting the SQLite database and rebuilding, `memory search` still returns no results despite chunks being indexed. ## Environment - OpenClaw version: 2026.3.8 - OS: Linux (WSL2) - Memory plugin: memory-core (default) ## Steps to Reproduce 1. Run ...
closed
completed
true
1
[]
[]
2026-03-10T07:39:30Z
2026-04-27T04:53:55Z
2026-04-24T22:09:22Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
ninghonggang
128,009,974
U_kgDOB6FG9g
User
false