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,131,586,870
I_kwDOQb6kR872QwM2
54,109
https://github.com/openclaw/openclaw/issues/54109
https://api.github.com/repos/openclaw/openclaw/issues/54109
[Bug]: Bug Report: Agent Incorrectly Reports Missing exec Tool Despite Correct Configuration
### Bug type Behavior bug (incorrect output/state without crash) ### Summary OpenClaw Version: 2026.3.23 Deployment: Self-hosted (standard Docker Compose setup) Issue Description: The main agent consistently reports that the exec tool is unavailable, even when the tool is explicitly permitted in the global, agent-s...
closed
not_planned
true
2
[ "bug", "bug:behavior" ]
[]
2026-03-25T00:38:44Z
2026-04-28T05:27:18Z
2026-04-25T09:54:19Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
hjpinheiro
7,837,505
MDQ6VXNlcjc4Mzc1MDU=
User
false
openclaw/openclaw
4,131,605,971
I_kwDOQb6kR872Q03T
54,112
https://github.com/openclaw/openclaw/issues/54112
https://api.github.com/repos/openclaw/openclaw/issues/54112
Crash when receiving large Discord image attachments (>8MB)
## Bug Description Receiving large image attachments via Discord (approximately 8MB or larger) causes the OpenClaw agent to crash. The crash leaves the agent unresponsive in that channel until OpenClaw is restarted. **Steps to reproduce:** 1. Send an image attachment larger than ~8MB to a Discord channel where OpenCl...
closed
completed
true
4
[]
[]
2026-03-25T00:44:48Z
2026-04-28T05:27:17Z
2026-04-25T09:54:26Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ion-ctrl
266,816,281
U_kgDOD-dLGQ
User
false
openclaw/openclaw
4,131,618,686
I_kwDOQb6kR872Q39-
54,114
https://github.com/openclaw/openclaw/issues/54114
https://api.github.com/repos/openclaw/openclaw/issues/54114
Bug: message tool intermittently returns 'Unknown channel' for non-default agent (regression in 3.22)
## Bug: `message` tool intermittently returns "Unknown channel: bluebubbles" for non-default agent ### Environment - OpenClaw: 2026.3.22 (4dcc39c) - Node: v24.14.0 - macOS: 26.3.1 (arm64, Apple Silicon) - Channel: BlueBubbles (iMessage plugin) ### Description The `message` tool intermittently fails with `"Unknown ch...
closed
completed
true
1
[]
[]
2026-03-25T00:48:40Z
2026-04-28T05:27:16Z
2026-04-25T09:54:33Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
danielcasta7
38,634,992
MDQ6VXNlcjM4NjM0OTky
User
false
openclaw/openclaw
4,131,652,832
I_kwDOQb6kR872RATg
54,123
https://github.com/openclaw/openclaw/issues/54123
https://api.github.com/repos/openclaw/openclaw/issues/54123
The Session Memory & State Problem — What the Community Is Running Into
**Your agent remembers everything — until it doesn't.** Session persistence is promised. Context loss is delivered. **What the community is running into:** - fix(memory): bootstrap proxy for LanceDB embeddings (h/t @neeravmakwana in #54119) - feat(cli): add migrate export/import for cross-device migration (h/t @shen...
closed
not_planned
true
3
[]
[]
2026-03-25T01:00:03Z
2026-04-28T05:27:16Z
2026-04-25T09:54:40Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ocdlmv1
266,897,137
U_kgDOD-iG8Q
User
false
openclaw/openclaw
4,131,761,091
I_kwDOQb6kR872RavD
54,135
https://github.com/openclaw/openclaw/issues/54135
https://api.github.com/repos/openclaw/openclaw/issues/54135
Marketplace plugin download (downloadUrlToTempFile) has no timeout and no SSRF guard
## Problem `src/plugins/marketplace.ts:590` uses a bare `fetch(url)` call with no timeout, no SSRF policy, and no size limit: ```typescript async function downloadUrlToTempFile(url: string): Promise<...> { const response = await fetch(url); // line 590 // ... await fs.writeFile(targetPath, Buffer.from(await re...
closed
completed
true
1
[]
[]
2026-03-25T01:33:02Z
2026-04-28T05:27:14Z
2026-04-25T09:54:53Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jinduwang1001-max
251,753,350
U_kgDODwFzhg
User
false
openclaw/openclaw
4,131,785,093
I_kwDOQb6kR872RgmF
54,147
https://github.com/openclaw/openclaw/issues/54147
https://api.github.com/repos/openclaw/openclaw/issues/54147
media-understanding attachments.cache.ts calls fetchRemoteMedia without ssrfPolicy
## Problem `src/media-understanding/attachments.cache.ts:136` calls `fetchRemoteMedia` without passing an `ssrfPolicy`: ```typescript const fetched = await fetchRemoteMedia({ url, fetchImpl, maxBytes: params.maxBytes }); // ssrfPolicy is NOT passed ``` The `fetchRemoteMedia` function in `src/media/fetch.ts` accepts ...
closed
not_planned
true
1
[]
[]
2026-03-25T01:40:23Z
2026-04-28T05:27:13Z
2026-04-25T09:54:59Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jinduwang1001-max
251,753,350
U_kgDODwFzhg
User
false
openclaw/openclaw
4,131,831,850
I_kwDOQb6kR872RsAq
54,161
https://github.com/openclaw/openclaw/issues/54161
https://api.github.com/repos/openclaw/openclaw/issues/54161
feat(whatsapp): support outbound reply/quote threading (reply_to tags + message tool replyTo)
## Summary WhatsApp supports native message quoting/reply threading (the green citation bubble above a message), but OpenClaw's WhatsApp channel does not implement outbound reply/quote for bot-sent messages. Telegram, Discord, and Slack channels already support `[[reply_to_current]]` and `[[reply_to:<id>]]` tags for...
closed
completed
true
1
[]
[]
2026-03-25T01:58:15Z
2026-04-28T05:27:13Z
2026-04-25T09:55:06Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ImWally26
260,066,078
U_kgDOD4BLHg
User
false
openclaw/openclaw
4,131,835,296
I_kwDOQb6kR872Rs2g
54,162
https://github.com/openclaw/openclaw/issues/54162
https://api.github.com/repos/openclaw/openclaw/issues/54162
Sub-agent announce timeout — investigation report (2026-03-25)
## Sub-agent announce timeout — investigation report (2026-03-25) **Affected version:** OpenClaw 2026.3.23-2 (7ffe7e4) **Related PR:** #52655 (per-agent queue lanes) **Environment:** Windows 10.0.26200 (x64) · node 24.13.0 · 17 agents · 193 sessions --- ## Summary After testing PR #52655 locally, we found the l...
closed
completed
true
3
[]
[]
2026-03-25T01:59:11Z
2026-04-28T05:27:12Z
2026-04-25T09:55:13Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jlin53882
76,562,059
MDQ6VXNlcjc2NTYyMDU5
User
false
openclaw/openclaw
4,132,019,195
I_kwDOQb6kR872SZv7
54,188
https://github.com/openclaw/openclaw/issues/54188
https://api.github.com/repos/openclaw/openclaw/issues/54188
Cron jobs with delivery.mode='none' get false 'Message failed' errors
## Bug Jobs with `delivery.mode: "none"` are getting `lastError: "⚠️ ✉️ Message failed"` and `lastStatus: "error"`, even though the job itself executed successfully (agent ran, did its work, posted to Slack via message tool). ### Evidence - 15+ jobs affected on my instance - All have `delivery: {"mode": "none"}` - Al...
closed
completed
true
1
[]
[]
2026-03-25T02:56:58Z
2026-04-28T05:27:11Z
2026-04-25T09:55:20Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ChickenEggRoll
181,599,005
U_kgDOCtL7HQ
User
false
openclaw/openclaw
4,132,035,073
I_kwDOQb6kR872SdoB
54,189
https://github.com/openclaw/openclaw/issues/54189
https://api.github.com/repos/openclaw/openclaw/issues/54189
Feishu plugin repeatedly re-registers every 5 seconds (continuous loop)
## Bug Description The Feishu plugin repeatedly re-registers every 5 seconds in the Gateway logs, creating a continuous loop. ## Environment - OpenClaw: v2026.3.23-2 - Platform: Windows (Node 22.22.1) - Channel: Feishu ## Steps to Reproduce 1. Run openclaw gateway 2. Observe logs at C:\tmp\openclaw\openclaw-YYYY-M...
closed
completed
true
3
[]
[]
2026-03-25T03:01:13Z
2026-04-28T05:27:10Z
2026-04-25T09:55:26Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
china-mowen
269,101,191
U_kgDOEAoohw
User
false
openclaw/openclaw
4,132,059,104
I_kwDOQb6kR872Sjfg
54,193
https://github.com/openclaw/openclaw/issues/54193
https://api.github.com/repos/openclaw/openclaw/issues/54193
[Bug]: ACP session partial output never reaches Telegram preview streaming; reply flushes only at turn end
## Summary ACP session output does not stream progressively to Telegram even when Telegram preview streaming is enabled (`channels.telegram.streaming = "partial"`). Instead, the reply appears only once at turn completion. After tracing the current runtime, this looks like an ACP-specific bridging gap: ACP `text_delta...
closed
completed
true
1
[]
[]
2026-03-25T03:08:42Z
2026-04-28T05:27:09Z
2026-04-25T09:55:40Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Proita
210,555,382
U_kgDODIzR9g
User
false
openclaw/openclaw
4,132,061,305
I_kwDOQb6kR872SkB5
54,194
https://github.com/openclaw/openclaw/issues/54194
https://api.github.com/repos/openclaw/openclaw/issues/54194
Add MCP (Model Context Protocol) client support for community server integrations
# MCP Servers Integration - Priority Analysis ## Trending MCP Ecosystem (March 2026) Analysis of top MCP-related repositories shows explosive growth in the MCP server ecosystem: ### Key Players - **punkpeye/awesome-mcp-servers** (84K⭐) - Curated MCP server list - **Model Context Protocol** becoming the standard for ...
closed
completed
true
1
[]
[]
2026-03-25T03:09:21Z
2026-04-28T05:27:08Z
2026-04-25T09:55:47Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
sykp241095
1,237,528
MDQ6VXNlcjEyMzc1Mjg=
User
false
openclaw/openclaw
4,132,094,006
I_kwDOQb6kR872SsA2
54,196
https://github.com/openclaw/openclaw/issues/54196
https://api.github.com/repos/openclaw/openclaw/issues/54196
🐛 Bug: Image Upload Completely Broken in Control UI (drag-and-drop and file button both fail)
## Issue Summary Image upload via drag-and-drop OR file attach button is completely non-functional in the OpenClaw Control UI. Images selected by either method are silently discarded and never sent to the agent. **Affected version:** OpenClaw 2026.3.23-2 (dist build index-sc9GrLxu.js) --- ## Root Cause Analysis Tw...
closed
completed
true
2
[]
[]
2026-03-25T03:20:02Z
2026-04-28T05:27:08Z
2026-04-25T09:55:54Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
476000-source
270,831,120
U_kgDOECSOEA
User
false
openclaw/openclaw
4,132,094,103
I_kwDOQb6kR872SsCX
54,197
https://github.com/openclaw/openclaw/issues/54197
https://api.github.com/repos/openclaw/openclaw/issues/54197
[Bug]: Control UI chat missing message tool even though gateway catalog and Discord CLI actions work
### Bug type Behavior bug (incorrect output/state without crash) ### Summary In the OpenClaw Control UI / webchat session, the assistant only receives a reduced developer tool surface: - `read` - `write` - `edit` - `exec` - `process` - `multi_tool_use.parallel` This happens even though the gateway tool catalog inc...
closed
completed
true
3
[ "bug", "bug:behavior" ]
[]
2026-03-25T03:20:04Z
2026-04-28T05:27:07Z
2026-04-25T09:56:01Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
1nspired
37,117,132
MDQ6VXNlcjM3MTE3MTMy
User
false
openclaw/openclaw
4,132,095,573
I_kwDOQb6kR872SsZV
54,198
https://github.com/openclaw/openclaw/issues/54198
https://api.github.com/repos/openclaw/openclaw/issues/54198
[Feature]:
### Summary ▼ 飞书 (Feishu) ├─ xxx (私聊) └─ 采购项目审核群 (群聊) ▼ 微信 (WeChat) └─ ... ▼ 主会话 (main) └─ main · heartbeat ### Problem to solve ▼ 飞书 (Feishu) ├─ xxx (私聊) └─ 采购项目审核群 (群聊) ▼ 微信 (WeChat) └─ ... ▼ 主会话 (main) └─ main · heartbeat ### Proposed solution 可以合并 ### Alternatives considered _No r...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-25T03:20:32Z
2026-04-28T05:27:06Z
2026-04-25T09:56:07Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
zwwwwh
270,311,639
U_kgDOEByg1w
User
false
openclaw/openclaw
4,132,154,822
I_kwDOQb6kR872S63G
54,201
https://github.com/openclaw/openclaw/issues/54201
https://api.github.com/repos/openclaw/openclaw/issues/54201
Gateway crash-loop error message misleading when config is empty/incomplete after migration
## Summary When the gateway starts with an incomplete or effectively empty config (e.g. after a failed migration), it crash-loops every ~10 seconds with a message that points at a symptom rather than the root cause, making diagnosis very difficult. ## Error message seen ``` Gateway start blocked: set gateway.mode=lo...
closed
completed
true
1
[]
[]
2026-03-25T03:35:45Z
2026-04-28T05:27:05Z
2026-04-25T09:56:14Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
mfbergmann
15,186,732
MDQ6VXNlcjE1MTg2NzMy
User
false
openclaw/openclaw
4,132,193,902
I_kwDOQb6kR872TEZu
54,209
https://github.com/openclaw/openclaw/issues/54209
https://api.github.com/repos/openclaw/openclaw/issues/54209
User-installed skills (openclaw-managed) not injected into agent's available_skills list
### Description User-installed skills (stored in `~/.openclaw/skills/`) are not being included in the `available_skills` list that is injected into the agent's system prompt. ### Steps to Reproduce 1. Install a skill via ClawHub or manually add to `~/.openclaw/skills/` 2. Run `openclaw skills list` - the skill appea...
closed
not_planned
true
1
[]
[]
2026-03-25T03:47:00Z
2026-04-28T05:27:05Z
2026-04-25T09:56:34Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
flyer103
829,039
MDQ6VXNlcjgyOTAzOQ==
User
false
openclaw/openclaw
4,132,237,423
I_kwDOQb6kR872TPBv
54,216
https://github.com/openclaw/openclaw/issues/54216
https://api.github.com/repos/openclaw/openclaw/issues/54216
@openclaw/feishu: message tool schema missing `text` param causes LLM to always attempt `card` construction
**Versions** - `openclaw`: `2026.3.23` - `@openclaw/feishu`: `2026.3.22` ## Describe the bug `describeFeishuMessageTool` in `src/channel.ts` only declares `card` in `schema.properties`: ```ts schema: { properties: { card: createMessageToolCardSchema(), // `text` is absent }, } ``` The `text` parameter i...
closed
not_planned
true
1
[]
[]
2026-03-25T03:58:30Z
2026-04-28T05:27:04Z
2026-04-25T09:56:41Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
whaili
11,846,803
MDQ6VXNlcjExODQ2ODAz
User
false
openclaw/openclaw
4,132,374,523
I_kwDOQb6kR872Twf7
54,230
https://github.com/openclaw/openclaw/issues/54230
https://api.github.com/repos/openclaw/openclaw/issues/54230
Discord health monitor: channel-only reconnect instead of full gateway restart
## Summary The gateway's built-in health monitor restarts the **entire gateway process** when it detects a stale Discord websocket. This causes unnecessary downtime for all other channels (iMessage, Voice, plugins) and creates CPU spikes during reinitialization. ## Current Behavior 1. Discord websocket goes stale (n...
closed
not_planned
true
1
[]
[]
2026-03-25T04:31:13Z
2026-04-28T05:27:03Z
2026-04-25T09:56:48Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
AiAnderson7-agent
258,700,672
U_kgDOD2t1gA
User
false
openclaw/openclaw
4,132,427,815
I_kwDOQb6kR872T9gn
54,236
https://github.com/openclaw/openclaw/issues/54236
https://api.github.com/repos/openclaw/openclaw/issues/54236
PR #341: Notification Template Sharing Mock API
Draft PR ready for Notification Template Sharing API Mock.
closed
not_planned
true
1
[]
[]
2026-03-25T04:43:25Z
2026-04-28T05:27:02Z
2026-04-25T09:56:54Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
JonathanJing
17,068,507
MDQ6VXNlcjE3MDY4NTA3
User
false
openclaw/openclaw
4,132,538,110
I_kwDOQb6kR872UYb-
54,245
https://github.com/openclaw/openclaw/issues/54245
https://api.github.com/repos/openclaw/openclaw/issues/54245
Support acpx.mcpServers in gateway config schema
## Feature Request: Support acpx.mcpServers in gateway config schema ### What Allow MCP server definitions in the gateway config, similar to how Claude Code / Codex support MCP server configuration. ### Use Case MiniMax offers an Image Understanding MCP tool (`minimax-coding-plan-mcp`) that provides `understand_image...
closed
completed
true
1
[]
[]
2026-03-25T05:06:46Z
2026-04-28T05:27:02Z
2026-04-25T09:57:08Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
mattclawcn
267,024,418
U_kgDOD-p4Ig
User
false
openclaw/openclaw
4,132,557,293
I_kwDOQb6kR872UdHt
54,247
https://github.com/openclaw/openclaw/issues/54247
https://api.github.com/repos/openclaw/openclaw/issues/54247
[Bug]: Empty text block serialized as Base64 and sent to Telegram instead of being suppressed
## Description When a tool call completes and the LLM returns an empty text block (`{"type":"text","text":""}`), OpenClaw serializes it as Base64 and sends it to Telegram as a message, instead of suppressing it. The user receives: `eyJ0eXBlIjoidGV4dCIsInRleHQiOiIifQ==` Which decodes to: `{"type":"text","text":""}` #...
closed
completed
true
1
[]
[]
2026-03-25T05:10:47Z
2026-04-28T05:27:00Z
2026-04-25T09:58:39Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
gustavew
6,926,863
MDQ6VXNlcjY5MjY4NjM=
User
false
openclaw/openclaw
4,132,633,961
I_kwDOQb6kR872Uv1p
54,252
https://github.com/openclaw/openclaw/issues/54252
https://api.github.com/repos/openclaw/openclaw/issues/54252
[Bug]: Agents page mis-renders object-shaped agents.defaults.model in Control UI
### Bug type Regression (worked before, now fails) ### Summary When agents.defaults.model is configured as an object like: { "primary": "openai-codex/gpt-5.4" } the Control UI Agents page summary shows the correct model, but the editable form renders the wrong selected model (for example gemini) and blank fallback s...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-03-25T05:26:12Z
2026-04-28T05:26:59Z
2026-04-25T09:58:46Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
satabd
1,293,086
MDQ6VXNlcjEyOTMwODY=
User
false
openclaw/openclaw
4,132,698,911
I_kwDOQb6kR872U_sf
54,256
https://github.com/openclaw/openclaw/issues/54256
https://api.github.com/repos/openclaw/openclaw/issues/54256
System prompt runtime stats (usageLine, cacheLine, contextLine) invalidate Anthropic prompt cache on every turn
## Problem `cacheRetention: "long"` is correctly configured and sent to Anthropic, but prompt cache hits only occur within single agentic tool loops. Any new user message or heartbeat event triggers a full cache miss because the system prompt is rebuilt with updated runtime statistics. The `## Runtime` section of the...
closed
completed
true
2
[]
[]
2026-03-25T05:38:53Z
2026-04-28T05:26:58Z
2026-04-25T09:58:53Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
matthewpoe
28,708,585
MDQ6VXNlcjI4NzA4NTg1
User
false
openclaw/openclaw
4,207,287,932
I_kwDOQb6kR876xh58
61,314
https://github.com/openclaw/openclaw/issues/61314
https://api.github.com/repos/openclaw/openclaw/issues/61314
[Bug]: Discord DM voice messages transcribe but text is not updated in message body
### Bug type Behavior bug (incorrect output/state without crash) ### Beta release blocker No ### Summary Discord DM voice messages are still not transcribed in OpenClaw 2026.4.2, even though issue #30034 was closed by PR #32136. ### Steps to reproduce Configure OpenClaw 2026.4.2 with a working Discord channel. E...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-04-05T11:25:13Z
2026-04-28T05:26:57Z
2026-04-25T09:58:57Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
thelwyn
9,986,007
MDQ6VXNlcjk5ODYwMDc=
User
false
openclaw/openclaw
4,132,761,595
I_kwDOQb6kR872VO_7
54,259
https://github.com/openclaw/openclaw/issues/54259
https://api.github.com/repos/openclaw/openclaw/issues/54259
Feature: Multi-agent group transcript for cross-agent visibility (Telegram, Signal, WhatsApp, and more)
## Problem When multiple AI agents are bound to the same Telegram group chat, they cannot see each other's responses due to the Telegram Bot API limitation (bots cannot read other bot messages). This causes: - Redundant responses (multiple agents answering the same question) - Contradictory information - Poor coordin...
closed
not_planned
true
3
[]
[]
2026-03-25T05:51:08Z
2026-04-28T05:26:57Z
2026-04-25T09:58:59Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jp9573
16,044,885
MDQ6VXNlcjE2MDQ0ODg1
User
false
openclaw/openclaw
4,132,799,049
I_kwDOQb6kR872VYJJ
54,264
https://github.com/openclaw/openclaw/issues/54264
https://api.github.com/repos/openclaw/openclaw/issues/54264
[Bug] iMessage inbound messages not received - watch stream not working
## Bug Description iMessage messages are not being received in real-time by the agent. Messages arrive at Messages.app and are stored in `chat.db`, but the agent does not receive any notification or event. ## Environment - **OpenClaw version:** 2026.3.23-2 (7ffe7e4) - **macOS:** 26.3.1 (arm64) - Mac mini - **Node ve...
closed
completed
true
2
[]
[]
2026-03-25T05:58:48Z
2026-04-28T05:26:55Z
2026-04-25T09:59:13Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ailinal
10,807,188
MDQ6VXNlcjEwODA3MTg4
User
false
openclaw/openclaw
4,132,835,758
I_kwDOQb6kR872VhGu
54,276
https://github.com/openclaw/openclaw/issues/54276
https://api.github.com/repos/openclaw/openclaw/issues/54276
Subagent announce gives up when requester session is busy (direct call timeout → should queue)
### Problem When a subagent completes and tries to announce back to the requester session, it uses a **direct agent call**. If the requester session has an active run, the announce hits a **90s gateway timeout**, retries up to 4 times, and then **gives up entirely** — the announce is lost. ### Logs ``` [warn] Subage...
closed
completed
true
1
[]
[]
2026-03-25T06:05:41Z
2026-04-28T05:26:54Z
2026-04-25T09:59:20Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
RoySRose
20,402,016
MDQ6VXNlcjIwNDAyMDE2
User
false
openclaw/openclaw
4,132,866,845
I_kwDOQb6kR872Vosd
54,277
https://github.com/openclaw/openclaw/issues/54277
https://api.github.com/repos/openclaw/openclaw/issues/54277
bug(discord): unconfigured channels bypass allowlist when channelAllowlistConfigured=true
## Summary When a Discord guild has `groupPolicy: allowlist` and a non-empty `channels` config (so `channelAllowlistConfigured = true`), any channel that is **not listed** in `channels` is incorrectly **allowed through** instead of being blocked. ## Root Cause In `extensions/discord/src/monitor/message-handler.prefl...
closed
not_planned
true
2
[]
[]
2026-03-25T06:12:07Z
2026-04-28T05:26:54Z
2026-04-25T09:59:27Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
supperdsj
10,287,320
MDQ6VXNlcjEwMjg3MzIw
User
false
openclaw/openclaw
4,132,932,352
I_kwDOQb6kR872V4sA
54,293
https://github.com/openclaw/openclaw/issues/54293
https://api.github.com/repos/openclaw/openclaw/issues/54293
Security: Slack OAuth state token uses Math.random() instead of crypto
## Summary The Slack OAuth `FileStateStore` uses `Math.random()` for generating OAuth state tokens via `generateRandomString`. `Math.random()` is not cryptographically secure — its output can be predicted. Additionally, `FileStateStore.deleteFile` has a TOCTOU race (`existsSync` then `unlinkSync`). ## Impact An att...
closed
not_planned
true
1
[]
[]
2026-03-25T06:25:44Z
2026-04-28T05:26:53Z
2026-04-25T09:59:33Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jinduwang1001-max
251,753,350
U_kgDODwFzhg
User
false
openclaw/openclaw
4,132,945,215
I_kwDOQb6kR872V70_
54,301
https://github.com/openclaw/openclaw/issues/54301
https://api.github.com/repos/openclaw/openclaw/issues/54301
Working patch: Proactive compaction via direct filesystem flush (bypasses reactive-only compaction)
## The Problem Safeguard compaction mode is entirely reactive. It only triggers after the model returns a `context_overflow` error. For sessions with heavy tool usage or long collaborative work, the session grows unbounded until it either hangs the model or produces silent empty replies. The `memoryFlush` config is lo...
closed
completed
true
1
[]
[]
2026-03-25T06:28:04Z
2026-04-28T05:26:52Z
2026-04-25T09:59:40Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
logan430
239,471,515
U_kgDODkYLmw
User
false
openclaw/openclaw
4,132,957,176
I_kwDOQb6kR872V-v4
54,303
https://github.com/openclaw/openclaw/issues/54303
https://api.github.com/repos/openclaw/openclaw/issues/54303
[Bug]: 定时任务微信投递失败
### Bug type Regression (worked before, now fails) ### Summary ## 问题描述 OpenClaw 定时任务执行成功,但消息无法推送到微信用户。 ## 环境信息 - 平台:macOS (Darwin 24.1.0 arm64) - OpenClaw 版本:2026.3.13 (61d171a) - 通道:weixin / wechat-access ### Steps to reproduce ## 复现步骤 1. 创建定时任务,设置 delivery 投递到微信 2. 任务按时执行,数据获取成功 3. 系统显示 deliveryStatus: "deliver...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-03-25T06:30:14Z
2026-04-28T05:26:51Z
2026-04-25T09:59:47Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
SunnyLiHY
14,233,439
MDQ6VXNlcjE0MjMzNDM5
User
false
openclaw/openclaw
4,133,040,197
I_kwDOQb6kR872WTBF
54,312
https://github.com/openclaw/openclaw/issues/54312
https://api.github.com/repos/openclaw/openclaw/issues/54312
[Bug]: message tool schema: 'card' required param conflicts with media/filePath on Feishu
## Bug Description When using the `message` tool with `action=send` to send an image or file on Feishu, the tool schema requires the `card` parameter (marked as `required`). However, Feishu send does not support `card` combined with media, resulting in the error: ``` Feishu send does not support card with media. ``` ...
closed
completed
true
1
[]
[]
2026-03-25T06:47:37Z
2026-04-28T05:26:50Z
2026-04-25T10:00:01Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
MoreYogurt
139,109,557
U_kgDOCEqktQ
User
false
openclaw/openclaw
4,133,083,306
I_kwDOQb6kR872Wdiq
54,317
https://github.com/openclaw/openclaw/issues/54317
https://api.github.com/repos/openclaw/openclaw/issues/54317
[Question]: Does the WebSocket Gateway support explicit routing to historical sessions?
### Context: We are integrating OpenClaw into an enterprise AI portal. We have multiple historical sessions stored in our database, and we want users to be able to switch back to a specific session and continue the conversation via the WebSocket Gateway. ### The Problem: According to the documentation for the [OpenRes...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-25T06:55:59Z
2026-04-28T05:26:50Z
2026-04-25T10:00:08Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
winner1207
15,061,547
MDQ6VXNlcjE1MDYxNTQ3
User
false
openclaw/openclaw
4,133,123,453
I_kwDOQb6kR872WnV9
54,320
https://github.com/openclaw/openclaw/issues/54320
https://api.github.com/repos/openclaw/openclaw/issues/54320
cron run: default 30s timeout kills long-running jobs even when job itself is healthy
## Problem `openclaw cron run <id>` has a hardcoded default timeout of **30,000ms** (30 seconds) in the CLI. There is no config flag to override this default. **Impact:** Manually triggering long-running cron jobs via the CLI times out at 30s even when: - The job has `payload.timeoutSeconds` set correctly (e.g. 900s)...
closed
completed
true
2
[]
[]
2026-03-25T07:03:44Z
2026-04-28T05:26:49Z
2026-04-25T10:00:15Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
yanmo96
15,720,572
MDQ6VXNlcjE1NzIwNTcy
User
false
openclaw/openclaw
4,133,171,951
I_kwDOQb6kR872WzLv
54,324
https://github.com/openclaw/openclaw/issues/54324
https://api.github.com/repos/openclaw/openclaw/issues/54324
[Bug] WhatsApp messages have duplicated content (repeated text)
### Bug Description Every message sent via WhatsApp channel has its content duplicated multiple times. The message appears repeated in the chat. **Example:** - Expected: "Hello, how are you?" - Actual: "Hello, how are you? Hello, how are you? Hello, how are you? Hello, how are you?" The pattern shows content being r...
closed
completed
true
2
[]
[]
2026-03-25T07:11:50Z
2026-04-28T05:26:48Z
2026-04-25T10:00:22Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
gzxmren
41,671,592
MDQ6VXNlcjQxNjcxNTky
User
false
openclaw/openclaw
4,133,174,921
I_kwDOQb6kR872Wz6J
54,325
https://github.com/openclaw/openclaw/issues/54325
https://api.github.com/repos/openclaw/openclaw/issues/54325
feat(cron): add skip-if-running / exclusive-run option for cron jobs
## Problem When a cron job takes longer than its schedule interval (e.g., a 30-minute task scheduled every 30 minutes), multiple instances can run concurrently. Each instance reads shared state files before the other has written its updates, causing race conditions. **Observed impact:** Two concurrent ClawInstitute e...
closed
completed
true
1
[]
[]
2026-03-25T07:12:23Z
2026-04-28T05:26:47Z
2026-04-25T10:00:29Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
gasvn
20,515,144
MDQ6VXNlcjIwNTE1MTQ0
User
false
openclaw/openclaw
4,133,242,473
I_kwDOQb6kR872XEZp
54,331
https://github.com/openclaw/openclaw/issues/54331
https://api.github.com/repos/openclaw/openclaw/issues/54331
[Feature]: In the chat interface, the feedback from the assistant tool is not timely
### Summary In the chat interface, the feedback from the assistant tool is not timely. After initiating a conversation and asking a question, I cannot intuitively see the detailed execution process of OpenClaw, which tools are invoked, and when the assistant is executed. Additionally, there is a delay in display. I ne...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-25T07:26:13Z
2026-04-28T05:26:46Z
2026-04-25T10:00:49Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
JasonYangchen
98,630,412
U_kgDOBeD7DA
User
false
openclaw/openclaw
4,133,327,387
I_kwDOQb6kR872XZIb
54,338
https://github.com/openclaw/openclaw/issues/54338
https://api.github.com/repos/openclaw/openclaw/issues/54338
Sandbox mode: cron tool not injected into sandboxed sessions (group chat)
## Description When `sandbox.mode: "all"` is enabled for an agent, the `cron` tool is **not available** (not injected into the model's function/tool list) in sandboxed sessions, even when `cron` is explicitly added to the sandbox tool policy allow list. ## Steps to Reproduce 1. Configure an agent with sandbox enable...
closed
not_planned
true
1
[]
[]
2026-03-25T07:41:38Z
2026-04-28T05:26:45Z
2026-04-25T10:00:56Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
hakimi-agent
259,029,502
U_kgDOD3B5_g
User
false
openclaw/openclaw
4,133,338,512
I_kwDOQb6kR872Xb2Q
54,340
https://github.com/openclaw/openclaw/issues/54340
https://api.github.com/repos/openclaw/openclaw/issues/54340
Feishu streaming card: allow custom header title instead of hardcoded session name
## Problem When using Feishu channel with `renderMode: "card"` (streaming cards), the card header always shows the internal session/agent identifier (e.g., "main") as the title. This is not meaningful to end users and looks like a debug label. ![Screenshot showing "main" as card title](https://github.com/user-attachm...
closed
completed
true
1
[]
[]
2026-03-25T07:44:02Z
2026-04-28T05:26:44Z
2026-04-25T10:01:02Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
AmoryMing
144,475,952
U_kgDOCJyHMA
User
false
openclaw/openclaw
4,133,341,009
I_kwDOQb6kR872XcdR
54,341
https://github.com/openclaw/openclaw/issues/54341
https://api.github.com/repos/openclaw/openclaw/issues/54341
Agent prefers system crontab over built-in cron tool — needs system prompt guidance
## Problem When a user asks an agent to set up a scheduled task (e.g., "remind me every day at 8am"), the agent consistently uses `exec("crontab -e ...")` instead of the built-in `cron.add` tool. This leads to: - **Environment issues**: crontab runs with minimal PATH/HOME, causing `openclaw` CLI commands to fail sile...
closed
completed
true
1
[]
[]
2026-03-25T07:44:30Z
2026-04-28T05:26:43Z
2026-04-25T10:01:09Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
wujiaming88
7,887,545
MDQ6VXNlcjc4ODc1NDU=
User
false
openclaw/openclaw
4,133,443,850
I_kwDOQb6kR872X1kK
54,348
https://github.com/openclaw/openclaw/issues/54348
https://api.github.com/repos/openclaw/openclaw/issues/54348
[Bug]: Insufficient color contrast for chat send button icon in light theme
### Bug type Behavior bug (incorrect output/state without crash) ### Summary The chat send button icon has insufficient color contrast in light theme. The button uses `background: var(--muted-strong)` (#545458, medium gray) and the icon inherits `color: var(--text-strong)` (#1a1a1e, very dark), resulting in a contra...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-03-25T08:04:20Z
2026-04-28T05:26:43Z
2026-04-25T10:01:23Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
littlebearbbb
20,659,577
MDQ6VXNlcjIwNjU5NTc3
User
false
openclaw/openclaw
4,133,567,260
I_kwDOQb6kR872YTsc
54,357
https://github.com/openclaw/openclaw/issues/54357
https://api.github.com/repos/openclaw/openclaw/issues/54357
[Feature]: Automatic post-response skill execution / agent_end hook
### Summary OpenClaw skills are instruction-driven (model reads SKILL.md and follows rules), not automated. Nextsteps only fires if I remember — and I missed some replies in this thread. Tessl.i...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-25T08:26:56Z
2026-04-28T05:26:42Z
2026-04-25T10:01:29Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
cindulasai
236,948,223
U_kgDODh-K_w
User
false
openclaw/openclaw
4,133,593,843
I_kwDOQb6kR872YaLz
54,359
https://github.com/openclaw/openclaw/issues/54359
https://api.github.com/repos/openclaw/openclaw/issues/54359
Isolated cron jobs fail: 'Unable to resolve plugin runtime module' on ARM64 Pi 5
## Summary All isolated cron sessions fail with `Error: Unable to resolve plugin runtime module`, making proactive notifications via cron completely non-functional. ## Environment - **OS:** Linux 6.12.75+rpt-rpi-2712 (ARM64 / Raspberry Pi 5) - **OpenClaw version:** 2026.3.23-2 - **Node (gateway):** v24.14.0 (via fnm...
closed
completed
true
1
[]
[]
2026-03-25T08:31:32Z
2026-04-28T05:26:41Z
2026-04-25T10:01:36Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
thomasmarcel
1,779,231
MDQ6VXNlcjE3NzkyMzE=
User
false
openclaw/openclaw
4,133,662,035
I_kwDOQb6kR872Yq1T
54,366
https://github.com/openclaw/openclaw/issues/54366
https://api.github.com/repos/openclaw/openclaw/issues/54366
工具调用参数解析失败: kimi-coding/k2p5 模型工具参数为空对象
**描述** kimi-coding/k2p5 模型通过 webchat 路由到 kimi-agent 时,工具调用全部失败,报 "missing required property"。 **环境** - OpenClaw 版本: (latest) - 模型: kimi-coding/k2p5 - 渠道: webchat - 复现路径: webchat → kimi-agent → 工具调用(exec/read/edit 等) **日志** ``` read tool called without path: toolCallId=xxx argsType=object read failed: Missing require...
closed
completed
true
3
[]
[]
2026-03-25T08:42:54Z
2026-04-28T05:26:40Z
2026-04-25T10:01:42Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
wj89093
28,821,963
MDQ6VXNlcjI4ODIxOTYz
User
false
openclaw/openclaw
4,133,708,959
I_kwDOQb6kR872Y2Sf
54,372
https://github.com/openclaw/openclaw/issues/54372
https://api.github.com/repos/openclaw/openclaw/issues/54372
UX: Cron session target dropdown should explain why 'main' is disabled
# UX Feedback: Cron Session Target Selection UI ## Issue In the Control UI cron form, when creating/editing a cron job with `payload.kind: "agentTurn"`, the `main` session target option is shown as grayed out (disabled) without any explanation. ## Current Behavior - User sees `main` option in dropdown but cannot sele...
closed
completed
true
1
[]
[]
2026-03-25T08:50:13Z
2026-04-28T05:26:39Z
2026-04-25T10:01:49Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Yanzn
27,145,973
MDQ6VXNlcjI3MTQ1OTcz
User
false
openclaw/openclaw
4,133,779,830
I_kwDOQb6kR872ZHl2
54,379
https://github.com/openclaw/openclaw/issues/54379
https://api.github.com/repos/openclaw/openclaw/issues/54379
Control-UI: heartbeat poll wipes user input mid-composition
## Problem When a heartbeat poll fires while the user is composing a message in control-UI, the incoming heartbeat message triggers a UI refresh that clears the users input field. The partially-composed message is lost with no recovery. ## Steps to Reproduce 1. Open control-UI webchat 2. Start typing a message (do n...
closed
not_planned
true
3
[]
[]
2026-03-25T09:02:42Z
2026-04-28T05:26:39Z
2026-04-25T10:01:55Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
bottenbenny
270,688,955
U_kgDOECJiuw
User
false
openclaw/openclaw
4,133,866,604
I_kwDOQb6kR872Zcxs
54,384
https://github.com/openclaw/openclaw/issues/54384
https://api.github.com/repos/openclaw/openclaw/issues/54384
[Bug]:[UI] Control UI 在 minimax 会话下图片缩略图无法持久化显示,Codex 会话正常
### Bug type Regression (worked before, now fails) ### Summary **复现环境** - OpenClaw 版本:2026.3.23-2 - 系统:Linux 6.6.87.2 (WSL2 Ubuntu 24.04) - Node:24.14.0 - 浏览器:未确认(待补充) - 通道:webchat / Control UI 直连 --- **复现步骤** 1. 打开 Control UI,连接 gateway(当前为 loopback + token 认证) 2. 在默认 minimax 会话下发送图片(任意大小、任意格式) 3. 观察聊天框:发送瞬间显示...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-03-25T09:18:09Z
2026-04-28T05:26:38Z
2026-04-25T10:02:02Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
xwee666
63,925,367
MDQ6VXNlcjYzOTI1MzY3
User
false
openclaw/openclaw
4,133,965,570
I_kwDOQb6kR872Z08C
54,396
https://github.com/openclaw/openclaw/issues/54396
https://api.github.com/repos/openclaw/openclaw/issues/54396
Build missing docs/reference/templates in dist — breaks workspace bootstrap
## Bug The `docs/reference/templates/` directory is not copied into `dist/` during the build. This causes telegram (and likely other providers) to fail at dispatch time with: ``` Error: Missing workspace template: AGENTS.md (C:\Users\jarro\AppData\Roaming\npm\node_modules\openclaw\dist\docs\reference\templates\AGENTS...
closed
completed
true
1
[]
[]
2026-03-25T09:33:10Z
2026-04-28T05:26:37Z
2026-04-25T10:02:16Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
jvpflum
13,372,521
MDQ6VXNlcjEzMzcyNTIx
User
false
openclaw/openclaw
4,134,027,495
I_kwDOQb6kR872aEDn
54,404
https://github.com/openclaw/openclaw/issues/54404
https://api.github.com/repos/openclaw/openclaw/issues/54404
[Bug]: Missing files in npm package: dist/package.json and docs templates missing after npm install -g
### Bug type Regression (worked before, now fails) ### Summary After running `npm install -g openclaw@latest`, the installed npm package is missing critical files: 1. `dist/package.json` - Missing from the installed package 2. `dist/docs/reference/templates/AGENTS.md` - Missing from the installed package ### Steps...
closed
not_planned
true
1
[ "bug", "regression" ]
[]
2026-03-25T09:43:25Z
2026-04-28T05:26:36Z
2026-04-25T10:02:23Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Chujiye
182,488,854
U_kgDOCuCPFg
User
false
openclaw/openclaw
4,134,323,754
I_kwDOQb6kR872bMYq
54,415
https://github.com/openclaw/openclaw/issues/54415
https://api.github.com/repos/openclaw/openclaw/issues/54415
[Linux] Gateway install fails when XDG_RUNTIME_DIR is not set or systemd user session is unavailable
## Describe the bug On Linux systems, `openclaw gateway install` fails with the error: ``` Gateway service install failed: systemctl enable failed: Failed to enable unit: Unit file openclaw-gateway.service does not exist. ``` The root cause is that the systemd user session is not available when `XDG_RUNTIME_DIR` is n...
closed
completed
true
1
[]
[]
2026-03-25T10:32:13Z
2026-04-28T05:26:35Z
2026-04-25T10:02:29Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
43622283
42,956,557
MDQ6VXNlcjQyOTU2NTU3
User
false
openclaw/openclaw
4,134,328,420
I_kwDOQb6kR872bNhk
54,417
https://github.com/openclaw/openclaw/issues/54417
https://api.github.com/repos/openclaw/openclaw/issues/54417
Subagent errors (e.g. 429 Rate Limit) are not surfaced to user, messages appear to be swallowed
## Description When a subagent encounters an error (e.g., 429 Rate Limit), the error is not surfaced to the user in the original chat. Instead: 1. Messages sent to the subagent appear to be "swallowed" (flash and disappear) 2. No error message is shown to the user 3. The subagent appears "stuck" without any feedback ...
closed
completed
true
1
[]
[]
2026-03-25T10:32:56Z
2026-04-28T05:26:34Z
2026-04-25T10:02:36Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
heiying0917
202,723,820
U_kgDODBVR7A
User
false
openclaw/openclaw
4,134,557,429
I_kwDOQb6kR872cFb1
54,430
https://github.com/openclaw/openclaw/issues/54430
https://api.github.com/repos/openclaw/openclaw/issues/54430
[Bug]: Feishu message tool accepts empty card ({}) causing 400 API error - blocks proactive message sending
### Bug type Behavior bug (incorrect output/state without crash) ### Summary ## Bug Summary The Feishu message tool's action handler in OpenClaw core (`channel-1opGQxxp.js`) accepts an empty card object `{}` as valid input, which passes the internal validation check but then causes a 400 error from the Feishu API be...
closed
completed
true
1
[ "bug" ]
[]
2026-03-25T11:08:47Z
2026-04-28T05:26:34Z
2026-04-25T10:02:50Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
RonnyCao0816
18,730,246
MDQ6VXNlcjE4NzMwMjQ2
User
false
openclaw/openclaw
4,134,589,683
I_kwDOQb6kR872cNTz
54,432
https://github.com/openclaw/openclaw/issues/54432
https://api.github.com/repos/openclaw/openclaw/issues/54432
[Bug] Feishu: card and image cannot be sent together (schema conflict)
**Description** Feishu send action cannot send images via the message tool due to a schema vs API conflict. **Problem** - OpenClaw schema requires `card` as a mandatory parameter for the Feishu send action - Feishu API itself does NOT allow `card` and `media` (image) in the same request — they are mutually exclusive -...
closed
completed
true
2
[]
[]
2026-03-25T11:13:25Z
2026-04-28T05:26:33Z
2026-04-25T10:03:09Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
3964tian
200,762,110
U_kgDOC_di_g
User
false
openclaw/openclaw
4,134,713,000
I_kwDOQb6kR872crao
54,437
https://github.com/openclaw/openclaw/issues/54437
https://api.github.com/repos/openclaw/openclaw/issues/54437
[Bug]: Windows 环境下 Playwright CDP 集成的 bug
### Bug type Regression (worked before, now fails) ### Summary 提供信息: Windows 版本 OpenClaw 版本:2026.3.23-2 错误信息:TypeError: undefined is not an object (evaluating 'import_playwright_core.chromium.connectOverCDP') ### Steps to reproduce 复现步骤:openclaw browser snapshot ### Expected behavior browser交互 ### Actual behavi...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-03-25T11:31:53Z
2026-04-28T05:26:32Z
2026-04-25T10:03:16Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
demoolight
239,744,381
U_kgDODko1fQ
User
false
openclaw/openclaw
4,134,790,916
I_kwDOQb6kR872c-cE
54,440
https://github.com/openclaw/openclaw/issues/54440
https://api.github.com/repos/openclaw/openclaw/issues/54440
[Feature]: MCP server integration
### Summary Can we get direct mcp server integration ### Problem to solve Make it easy to add a mcp server to your agent ### Proposed solution Direct mcp server settings ### Alternatives considered _No response_ ### Impact Having direct mcp server settings will open up a lot more features ### Evidence/exa...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-25T11:43:41Z
2026-04-28T05:26:31Z
2026-04-25T10:03:22Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
DragonBtc93
36,767,505
MDQ6VXNlcjM2NzY3NTA1
User
false
openclaw/openclaw
4,134,873,961
I_kwDOQb6kR872dStp
54,444
https://github.com/openclaw/openclaw/issues/54444
https://api.github.com/repos/openclaw/openclaw/issues/54444
[Feature] Add Requesty as a bundled provider plugin
Requesty is a unified AI gateway for 300+ models (OpenAI, Anthropic, Google, etc.) through a single endpoint at `router.requesty.ai/v1`. It's OpenAI compatible (chat completions, responses, messages). Similar to how OpenRouter is already a bundled provider, Requesty fits the same proxy pattern and would benefit from f...
closed
not_planned
true
1
[]
[]
2026-03-25T11:57:52Z
2026-04-28T05:26:31Z
2026-04-25T10:03:29Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Thibault00
84,420,566
MDQ6VXNlcjg0NDIwNTY2
User
false
openclaw/openclaw
4,134,969,188
I_kwDOQb6kR872dp9k
54,451
https://github.com/openclaw/openclaw/issues/54451
https://api.github.com/repos/openclaw/openclaw/issues/54451
模型输出空内容导致假死
使用 MiniMax 模型时,模型大量返回空内容,导致假死需用户唤醒。空回复:198次/天
closed
completed
true
1
[]
[]
2026-03-25T12:14:40Z
2026-04-28T05:26:30Z
2026-04-25T10:03:56Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
serjesty
51,929,391
MDQ6VXNlcjUxOTI5Mzkx
User
false
openclaw/openclaw
4,134,994,031
I_kwDOQb6kR872dwBv
54,454
https://github.com/openclaw/openclaw/issues/54454
https://api.github.com/repos/openclaw/openclaw/issues/54454
模型输出空内容导致假死
使用 MiniMax 模型时,模型大量返回空内容。空回复:198次/天,大间隔:30+次,最长58分钟
closed
completed
true
1
[]
[]
2026-03-25T12:18:37Z
2026-04-28T05:26:29Z
2026-04-25T10:04:03Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
serjesty
51,929,391
MDQ6VXNlcjUxOTI5Mzkx
User
false
openclaw/openclaw
4,134,926,253
I_kwDOQb6kR872dfet
54,446
https://github.com/openclaw/openclaw/issues/54446
https://api.github.com/repos/openclaw/openclaw/issues/54446
[Bug]: ClawHub API 全域 429 Rate limit exceeded 問題回報 無法安裝skills
### Bug type Regression (worked before, now fails) ### Summary 執行 `openclaw skills install <任何技能名稱>` 都會立即失敗,出現以下錯誤: ``` ClawHub /api/v1/skills/weather failed (429): Rate limit exceeded ``` 即使是第一次嘗試安裝也會觸發,看起來全域速率限制的閾值設定得太低。 ### Steps to reproduce 1. 執行 `openclaw skills install weather` 2. 立即得到 429 錯誤 ### Expected...
closed
completed
true
5
[ "bug", "regression" ]
[]
2026-03-25T12:07:10Z
2026-04-28T05:26:28Z
2026-04-25T10:03:35Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
214927681
268,886,269
U_kgDOEAbg_Q
User
false
openclaw/openclaw
4,135,010,479
I_kwDOQb6kR872d0Cv
54,455
https://github.com/openclaw/openclaw/issues/54455
https://api.github.com/repos/openclaw/openclaw/issues/54455
[Bug]: Edit tool false positive 'failed' error in 2026.3.23 despite PR #49639 not merged
## Bug Edit tool reports 'failed' error but file is actually modified successfully. This has been ongoing for multiple versions. ## Steps to reproduce 1. Use edit tool with exact text from file read (verified via grep) 2. Tool returns: '⚠️ 📝 Edit: in ~/.openclaw/workspace/SOUL.md (570 chars) failed' 3. Git diff shows...
closed
completed
true
1
[]
[]
2026-03-25T12:20:59Z
2026-04-28T05:26:27Z
2026-04-25T10:04:10Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
progamman
20,141,330
MDQ6VXNlcjIwMTQxMzMw
User
false
openclaw/openclaw
4,135,063,080
I_kwDOQb6kR872eA4o
54,458
https://github.com/openclaw/openclaw/issues/54458
https://api.github.com/repos/openclaw/openclaw/issues/54458
Token usage shows 0% for Bailian/ModelStudio providers due to missing normalizeUsage() call
# Token usage shows 0% for Bailian/ModelStudio providers due to missing normalizeUsage() call ## Executive Summary **Problem**: Token usage displays as `unknown/?` for all Bailian (ModelStudio) providers despite valid API responses. **Root Cause**: The `normalizeUsage()` function exists but is not invoked in the pro...
closed
completed
true
3
[]
[]
2026-03-25T12:29:04Z
2026-04-28T05:26:27Z
2026-04-25T10:04:16Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
harlanhu
50,979,563
MDQ6VXNlcjUwOTc5NTYz
User
false
openclaw/openclaw
4,135,143,253
I_kwDOQb6kR872eUdV
54,462
https://github.com/openclaw/openclaw/issues/54462
https://api.github.com/repos/openclaw/openclaw/issues/54462
Auto-recovery for tool_use_id session corruption errors
## Problem When the session history becomes corrupted with orphaned `tool_result` blocks (referencing non-existent `tool_use_id`s), the Anthropic API rejects the request with: ``` LLM request rejected: messages.X.content.Y: unexpected `tool_use_id` found in `tool_result` blocks: toolu_XXXX. Each `tool_result` block m...
closed
completed
true
1
[]
[]
2026-03-25T12:42:20Z
2026-04-28T05:26:26Z
2026-04-25T10:04:23Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
eriki-hub
257,638,918
U_kgDOD1tCBg
User
false
openclaw/openclaw
4,135,178,579
I_kwDOQb6kR872edFT
54,466
https://github.com/openclaw/openclaw/issues/54466
https://api.github.com/repos/openclaw/openclaw/issues/54466
Telegram channel fails silently when botToken is at top-level (legacy schema not migrated)
## Bug Report ### Description When `channels.telegram.botToken` is configured at the top level (old/legacy schema), the gateway starts but the Telegram channel never connects. No ERROR is logged — only a WARN: `accounts.default is missing; falling back to "..."`. The polling never starts and no inbound messages are p...
closed
completed
true
1
[]
[]
2026-03-25T12:47:33Z
2026-04-28T05:26:24Z
2026-04-25T10:04:29Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ten-kilo
269,807,982
U_kgDOEBTxbg
User
false
openclaw/openclaw
4,135,234,032
I_kwDOQb6kR872eqnw
54,468
https://github.com/openclaw/openclaw/issues/54468
https://api.github.com/repos/openclaw/openclaw/issues/54468
Plugin warning: kimi-coding directory name doesn't match manifest ID "kimi"
## Description Every config load produces: ``` plugins.entries.kimi: plugin kimi: plugin id mismatch (manifest uses "kimi", entry hints "kimi-coding") ``` The plugin loads correctly — warning is cosmetic but noisy. ## Root Cause `dist/extensions/kimi-coding/` has `openclaw.plugin.json` with `"id": "kimi"`, but no `...
closed
completed
true
1
[]
[]
2026-03-25T12:56:49Z
2026-04-28T05:26:23Z
2026-04-25T10:04:36Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
markthebest12
6,416,874
MDQ6VXNlcjY0MTY4NzQ=
User
false
openclaw/openclaw
4,135,292,958
I_kwDOQb6kR872e5Ae
54,474
https://github.com/openclaw/openclaw/issues/54474
https://api.github.com/repos/openclaw/openclaw/issues/54474
How to use OpenClaw WeChat Mini Program?
Hi, I found an OpenClaw WeChat mini program in WeChat. It shows features like AI Chat, Voice Interaction, etc. How can I connect it to my OpenClaw assistant and start chatting? What are the setup steps? Also, I cannot find the WeChat channel configuration in the docs. Is there a guide for this? Thank you!
closed
completed
true
1
[]
[]
2026-03-25T13:05:04Z
2026-04-28T05:26:22Z
2026-04-25T10:04:43Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
babylightzen
270,925,111
U_kgDOECX9Nw
User
false
openclaw/openclaw
4,135,330,304
I_kwDOQb6kR872fCIA
54,477
https://github.com/openclaw/openclaw/issues/54477
https://api.github.com/repos/openclaw/openclaw/issues/54477
feat: Auto-recall on each Feishu message for cross-session context injection
## Problem - Feishu and Webchat are both routed to the same agent (main) and share the same MemOS database - When a new Feishu message arrives, auto-recall only triggers once at session creation - The agent cannot see the user's recent Webchat context when replying to Feishu messages - This breaks the seamless cross-ch...
closed
completed
true
1
[]
[]
2026-03-25T13:11:02Z
2026-04-28T05:26:21Z
2026-04-25T10:04:56Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Andy283
52,738,901
MDQ6VXNlcjUyNzM4OTAx
User
false
openclaw/openclaw
4,135,405,530
I_kwDOQb6kR872fUfa
54,482
https://github.com/openclaw/openclaw/issues/54482
https://api.github.com/repos/openclaw/openclaw/issues/54482
[Bug] /btw 命令在阿里云 DashScope API 上报错
## 问题描述 使用 `/btw` 命令时,在阿里云 DashScope(通义千问)API 上报错: ``` ⚠️ /btw failed: 400 [] is too short - 'tools' ``` ## 复现步骤 1. 配置 OpenClaw 使用阿里云 DashScope API(qwencode provider) 2. 在会话中使用 `/btw <问题>` 命令 3. 观察错误 ## 根本原因 `/btw` 命令设计为"无工具调用"的临时问题,会发送空的 tools 参数 `[]`。 但阿里云 DashScope API 对 tools 参数校验严格,不接受空数组: - 要么不传 tools 参数 -...
closed
completed
true
1
[]
[]
2026-03-25T13:22:50Z
2026-04-28T05:26:20Z
2026-04-25T10:05:10Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
flowstart
171,299,313
U_kgDOCjXR8Q
User
false
openclaw/openclaw
4,135,429,673
I_kwDOQb6kR872faYp
54,485
https://github.com/openclaw/openclaw/issues/54485
https://api.github.com/repos/openclaw/openclaw/issues/54485
/model picker mismatch after upgrade to 2026.3.23-2: slash session key != channel session key
## Bug Description After upgrading to `2026.3.23-2` (dist files dated 2026-03-24), the `/model` picker shows a persistent mismatch warning even after successfully selecting a model. ## Reproduction Steps 1. Use `/model` picker in a guild channel (non-thread, no ACP binding) 2. Select any model (e.g. `cliproxyapi/gpt...
closed
completed
true
1
[]
[]
2026-03-25T13:26:04Z
2026-04-28T05:26:20Z
2026-04-25T10:05:24Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
doldrums2025
236,311,651
U_kgDODhXUYw
User
false
openclaw/openclaw
4,135,694,131
I_kwDOQb6kR872ga8z
54,497
https://github.com/openclaw/openclaw/issues/54497
https://api.github.com/repos/openclaw/openclaw/issues/54497
[Feature]: Updates are really awkward could we get a prompt and have a smooth restart process
### Summary ## Problem The current update flow can succeed but still feel broken or ambiguous when OpenClaw/Gateway is already running. Observed rough edge: - update succeeds - service restarts - user may still see confusing post-update error/noise - experience feels less trustworthy than the actual result In my ca...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-25T14:02:44Z
2026-04-28T05:26:19Z
2026-04-25T10:05:30Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
morgancmertes-bot
260,557,908
U_kgDOD4fMVA
User
false
openclaw/openclaw
4,135,754,624
I_kwDOQb6kR872gpuA
54,501
https://github.com/openclaw/openclaw/issues/54501
https://api.github.com/repos/openclaw/openclaw/issues/54501
[Feature]: Support Agent-Level Memory Plugin Configuration or Multiple Plugin Instances
### Summary **Affected**: Multi-agent deployments with 8+ specialized agents using memory plugins **Severity**: Medium - causes context confusion and reduced agent effectiveness **Frequency**: Always - every cross-agent interaction **Consequence**: - Agents recall irrelevant memories from other agents' conversations ...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-25T14:11:29Z
2026-04-28T05:26:18Z
2026-04-25T10:05:37Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
haojibb-beep
265,210,968
U_kgDOD87MWA
User
false
openclaw/openclaw
4,135,771,326
I_kwDOQb6kR872gty-
54,502
https://github.com/openclaw/openclaw/issues/54502
https://api.github.com/repos/openclaw/openclaw/issues/54502
WebChat: subagent code output popup takes over the entire page with no way to dismiss it
## Problem When a subagent is running, a popup appears in the WebChat UI showing the code/output it is working on. This popup expands to fill the entire page, making the UI completely unusable while the subagent is active. There is no close or dismiss button visible. The only way to get rid of it is to **refresh the ...
closed
not_planned
true
1
[]
[]
2026-03-25T14:13:42Z
2026-04-28T05:26:17Z
2026-04-25T10:05:44Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
wikydtron
37,087,205
MDQ6VXNlcjM3MDg3MjA1
User
false
openclaw/openclaw
4,135,785,306
I_kwDOQb6kR872gxNa
54,503
https://github.com/openclaw/openclaw/issues/54503
https://api.github.com/repos/openclaw/openclaw/issues/54503
[Bug]: OpenRouter models fail to switch via Control UI — "model not allowed" / "Unknown model"
### Bug type Behavior bug (incorrect output/state without crash) ### Summary ## Environment - OpenClaw version: 2026.3.13 - Platform: Home Assistant OS (amd64) via OpenClawHomeAssistant add-on - Interface: Control UI (webchat) ## Problem When adding an OpenRouter model (e.g. `nvidia/nemotron-3-super-120b-a12b:fre...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-03-25T14:15:30Z
2026-04-28T05:26:17Z
2026-04-25T10:05:50Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
slawa19
11,042,798
MDQ6VXNlcjExMDQyNzk4
User
false
openclaw/openclaw
4,135,855,095
I_kwDOQb6kR872hCP3
54,510
https://github.com/openclaw/openclaw/issues/54510
https://api.github.com/repos/openclaw/openclaw/issues/54510
Context engine assemble/afterTurn not called for group/topic sessions
## Bug Report **OpenClaw version:** 2026.3.22 **Plugin:** @byterover/byterover v1.1.0 (context engine) **Problem:** The ByteRover context engine plugin's `assemble()` and `afterTurn()` methods are called correctly for DM sessions but are **never called for Telegram group/topic sessions**. **Evidence:** - DM session...
closed
completed
true
2
[]
[]
2026-03-25T14:25:48Z
2026-04-28T05:26:16Z
2026-04-25T10:05:57Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
clawdiabotte-tech
266,104,762
U_kgDOD9xvug
User
false
openclaw/openclaw
4,135,925,355
I_kwDOQb6kR872hTZr
54,514
https://github.com/openclaw/openclaw/issues/54514
https://api.github.com/repos/openclaw/openclaw/issues/54514
npm package missing docs/reference/templates (AGENTS.md bootstrap fails)
## Summary The published npm tarball appears to omit `docs/reference/templates/`, but runtime code resolves workspace templates from `${packageRoot}/docs/reference/templates` (see bundled `dist/workspace-*.js` → `loadTemplate` / `resolveWorkspaceTemplateDir`). ## Error ``` Error: Missing workspace template: AGENTS.m...
closed
completed
true
6
[]
[]
2026-03-25T14:35:58Z
2026-04-28T05:26:15Z
2026-04-25T10:06:04Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
chengzi0103
23,193,969
MDQ6VXNlcjIzMTkzOTY5
User
false
openclaw/openclaw
4,136,426,103
I_kwDOQb6kR872jNp3
54,539
https://github.com/openclaw/openclaw/issues/54539
https://api.github.com/repos/openclaw/openclaw/issues/54539
[Feature]: The latest version is so unproductive
### Summary The personality changed dramatically. Openclaw just refuse to do real work. Something broken. ### Problem to solve As I stated, very bad experience with the latest upgrade. ### Proposed solution No time ### Alternatives considered No time ### Impact No time ### Evidence/examples _No response_ ...
closed
not_planned
true
2
[ "enhancement" ]
[]
2026-03-25T15:42:00Z
2026-04-28T05:26:14Z
2026-04-25T10:06:32Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
aifitrading
90,214,072
MDQ6VXNlcjkwMjE0MDcy
User
false
openclaw/openclaw
4,136,438,019
I_kwDOQb6kR872jQkD
54,541
https://github.com/openclaw/openclaw/issues/54541
https://api.github.com/repos/openclaw/openclaw/issues/54541
[Bug]: 🚨 [SECURITY] Malicious Skill: noreplyboter/polymarket-all-in-one - Reverse Shell Backdoor (ClawHavoc Campaign)
### Bug type Regression (worked before, now fails) ### Summary The skill noreplyboter/polymarket-all-in-one contains malicious code in scripts/polymarket.py that executes a reverse shell via curl when main() is called. ### Steps to reproduce 1. Clone or download the skill from https://github.com/openclaw/skills/tr...
closed
not_planned
true
2
[ "bug", "security" ]
[]
2026-03-25T15:43:29Z
2026-04-28T05:26:13Z
2026-04-25T10:06:39Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ink5725
142,818,507
U_kgDOCIM8yw
User
false
openclaw/openclaw
4,136,466,872
I_kwDOQb6kR872jXm4
54,544
https://github.com/openclaw/openclaw/issues/54544
https://api.github.com/repos/openclaw/openclaw/issues/54544
memory_search session indexing should include archived session files (.reset.*, .pruned.*)
## Problem When a session resets, the `session-memory` hook preserves the old JSONL file by renaming it to `UUID.jsonl.reset.TIMESTAMP`. However, `memorySearch.experimental.sessionMemory` only indexes files matching `*.jsonl` exactly. Archived sessions are preserved on disk but invisible to search, creating false nega...
closed
completed
true
1
[]
[]
2026-03-25T15:47:37Z
2026-04-28T05:26:13Z
2026-04-25T10:06:45Z
CONTRIBUTOR
null
20260428T060020Z
2026-04-28T06:00:20Z
TinyTb
5,957,298
MDQ6VXNlcjU5NTcyOTg=
User
false
openclaw/openclaw
4,136,522,238
I_kwDOQb6kR872jlH-
54,545
https://github.com/openclaw/openclaw/issues/54545
https://api.github.com/repos/openclaw/openclaw/issues/54545
[Bug]:I noticed my OpenAI project has 6 active API keys. I understand multiple active keys are allowed, but I suspect OpenClaw may still be using a different older key than the one I exported and relaunched from. Ask them specifically: How do I see which exact API key or credential source OpenClaw is currently using?
### Bug type Behavior bug (incorrect output/state without crash) ### Summary Title OpenClaw on Ubuntu ThinkCentre still returns 401 Incorrect API key after fresh key, billing credit, doctor, and gateway restart Body I am running OpenClaw on a ThinkCentre with Ubuntu/Linux. Current issue: The dashboard opens, but ...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-03-25T15:54:54Z
2026-04-28T05:26:12Z
2026-04-25T10:06:52Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
bosspass-arch
270,731,171
U_kgDOECMHow
User
false
openclaw/openclaw
4,136,536,425
I_kwDOQb6kR872jolp
54,548
https://github.com/openclaw/openclaw/issues/54548
https://api.github.com/repos/openclaw/openclaw/issues/54548
Feature Request: Support inline image/video rendering in Control UI webchat
## Description Currently, the OpenClaw Control UI (webchat) does not support rendering images or videos inline in the chat. When users generate images using CogView or videos using CogVideoX, they only receive a text link rather than seeing the media directly in the chat. ## Expected Behavior Users should be able to...
closed
completed
true
1
[]
[]
2026-03-25T15:56:47Z
2026-04-28T05:26:11Z
2026-04-25T10:06:59Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
OctoberSouth
20,962,468
MDQ6VXNlcjIwOTYyNDY4
User
false
openclaw/openclaw
4,136,672,956
I_kwDOQb6kR872kJ68
54,555
https://github.com/openclaw/openclaw/issues/54555
https://api.github.com/repos/openclaw/openclaw/issues/54555
[Bug]: missing_xai_api_key even if filled in config
### Bug type Regression (worked before, now fails) ### Summary I am getting: ``` { "error": "missing_xai_api_key", "message": "web_search (grok) needs an xAI API key. Set XAI_API_KEY in the Gateway environment, or configure plugins.entries.xai.config.webSearch.apiKey.", "docs": "https://docs.openclaw.ai/tools/...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-03-25T16:16:24Z
2026-04-28T05:26:10Z
2026-04-25T10:07:13Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
waclawthedev
85,483,266
MDQ6VXNlcjg1NDgzMjY2
User
false
openclaw/openclaw
4,327,777,647
I_kwDOQb6kR88AAAABAfSlbw
71,525
https://github.com/openclaw/openclaw/issues/71525
https://api.github.com/repos/openclaw/openclaw/issues/71525
Telegram channel: messages truncated mid-word when default "partial" streaming finaliser doesn't fire
## Summary Telegram-channel outbound messages get permanently truncated mid-word when the default `streaming.mode: "partial"` preview loop terminates without firing a final `editMessageText`. The message is left frozen at whatever the last successful streaming edit captured, with no recovery and no error surfaced to t...
closed
completed
true
0
[]
[]
2026-04-25T10:07:18Z
2026-04-28T05:19:15Z
2026-04-25T12:01:11Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
gru-10k
192,270,487
U_kgDOC3XQlw
User
false
openclaw/openclaw
4,136,753,083
I_kwDOQb6kR872kde7
54,560
https://github.com/openclaw/openclaw/issues/54560
https://api.github.com/repos/openclaw/openclaw/issues/54560
[Bug] Telegram polling unstable on Windows: one allowlisted user may receive replies while another user’s messages appear in updates but are not consistently processed
### Bug type Regression (worked before, now fails) ### Summary Problem: Telegram behavior is unstable. Messages from allowlisted users appear in Telegram Bot API updates, but OpenClaw does not consistently process them into replies. ### Steps to reproduce What I observed: 1. Bot token is valid (`getMe` works). 2. ...
closed
completed
true
1
[ "bug", "regression" ]
[]
2026-03-25T16:27:08Z
2026-04-28T05:26:09Z
2026-04-25T10:07:19Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
can2000can
178,350,438
U_kgDOCqFpZg
User
false
openclaw/openclaw
4,137,034,377
I_kwDOQb6kR872liKJ
54,581
https://github.com/openclaw/openclaw/issues/54581
https://api.github.com/repos/openclaw/openclaw/issues/54581
[Bug]: openrouter/free writes openrouter/auto into json
### Bug type Behavior bug (incorrect output/state without crash) ### Summary During the OpenClaw configuration process (either via config wizard or installation), when a user selects the `openrouter/free` model from the available options, the system incorrectly writes `openrouter/auto> This results in the system us...
closed
completed
true
1
[ "bug", "bug:behavior" ]
[]
2026-03-25T17:07:38Z
2026-04-28T05:26:09Z
2026-04-25T10:07:33Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
muX1337
9,527,130
MDQ6VXNlcjk1MjcxMzA=
User
false
openclaw/openclaw
4,137,220,314
I_kwDOQb6kR872mPja
54,599
https://github.com/openclaw/openclaw/issues/54599
https://api.github.com/repos/openclaw/openclaw/issues/54599
[Bug]: maybeBootstrapChannelPlugin destructively replaces plugin registry, dropping autoStart:false channels
### Describe the bug `maybeBootstrapChannelPlugin()` calls `loadOpenClawPlugins()` with `activate: true` (default), which creates a fresh empty plugin registry and replaces the global active registry via `setActivePluginRegistry()`. Channels configured with `autoStart: false` + `httpUrl` (externally-managed daemons) m...
closed
completed
true
1
[]
[]
2026-03-25T17:36:24Z
2026-04-28T05:26:06Z
2026-04-25T10:08:01Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ecapuano
4,219,694
MDQ6VXNlcjQyMTk2OTQ=
User
false
openclaw/openclaw
4,137,242,345
I_kwDOQb6kR872mU7p
54,601
https://github.com/openclaw/openclaw/issues/54601
https://api.github.com/repos/openclaw/openclaw/issues/54601
Feature Request: Live context snapshot injection for isolated cron/subagent sessions
## Summary Isolated cron jobs and subagents currently load static bootstrap files (AGENTS.md, SOUL.md, etc.) but have no access to decisions, instructions, or understanding that has evolved in the main session. This causes behavioral drift between what the user and main agent have agreed on and what crons actually do....
closed
not_planned
true
1
[]
[]
2026-03-25T17:39:37Z
2026-04-28T05:26:06Z
2026-04-25T10:08:08Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
bo-blue
257,455,029
U_kgDOD1hztQ
User
false
openclaw/openclaw
4,137,328,941
I_kwDOQb6kR872mqEt
54,609
https://github.com/openclaw/openclaw/issues/54609
https://api.github.com/repos/openclaw/openclaw/issues/54609
多飞书账号路由问题:所有消息都被发送到同一个 Agent
### Summary ### 问题描述 我配置了 5 个飞书应用(机器人),每个对应一个 Agent: - dragon-boss(总指挥) - dragon-writer(文案) - dragon-marketer(引流) - dragon-seller(成交) - dragon-coder(代码) 在 `channels.feishu.accounts` 中配置了所有 5 个账号,并为每个 Agent 配置了独立的 `agent/prompt.md`。 但所有飞书消息(无论来自哪个账号)都被路由到了 `dragon-boss`。 ### 日志示例 feishu[dragon-writer]: dispatching ...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-25T17:53:18Z
2026-04-28T05:26:05Z
2026-04-25T10:08:22Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
hontuanma-sys
271,017,124
U_kgDOECdkpA
User
false
openclaw/openclaw
4,137,409,608
I_kwDOQb6kR872m9xI
54,614
https://github.com/openclaw/openclaw/issues/54614
https://api.github.com/repos/openclaw/openclaw/issues/54614
WhatsApp health monitor stale-socket detection causes unnecessary restarts and session conflicts
## Bug Description The channel health monitor treats WhatsApp connections as "stale-socket" after 30 minutes of inactivity (`staleEventThresholdMs: 1,800,000ms`), even when the Baileys WebSocket is perfectly healthy and connected. This triggers unnecessary reconnection cycles that cause **status 440 (session conflict)...
closed
completed
true
1
[]
[]
2026-03-25T18:04:44Z
2026-04-28T05:26:03Z
2026-04-25T10:08:35Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
alimajoray-sudo
246,163,807
U_kgDODqwpXw
User
false
openclaw/openclaw
4,137,450,472
I_kwDOQb6kR872nHvo
54,615
https://github.com/openclaw/openclaw/issues/54615
https://api.github.com/repos/openclaw/openclaw/issues/54615
[Bug]: OpenAI Codex OAuth returning 429 since March 16 — account-level block?
### Bug type Regression (worked before, now fails) ### Summary Since March 16, 2026, all Codex OAuth requests return 429 "You exceeded your current quota" — but my Codex dashboard shows 100% quota remaining. ChatGPT web works fine. Re-authenticated multiple times → new tokens locally but same profile hash sha256:06...
closed
completed
true
2
[ "bug", "regression" ]
[]
2026-03-25T18:09:57Z
2026-04-28T05:26:02Z
2026-04-25T10:08:42Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Salocin1978
271,036,110
U_kgDOECeuzg
User
false
openclaw/openclaw
4,137,470,892
I_kwDOQb6kR872nMus
54,616
https://github.com/openclaw/openclaw/issues/54616
https://api.github.com/repos/openclaw/openclaw/issues/54616
Feature request: configurable WebSocket handshake timeout (DEFAULT_HANDSHAKE_TIMEOUT_MS)
## Problem The gateway's WebSocket handshake timeout is hardcoded to 3000ms (`DEFAULT_HANDSHAKE_TIMEOUT_MS = 3e3`). When the LCM plugin is installed, CLI cold-start takes ~6 seconds (Node.js bundle load + LCM plugin init + SQLite DB open). This causes **every** CLI command to fail with a handshake timeout on loopback ...
closed
completed
true
1
[]
[]
2026-03-25T18:12:46Z
2026-04-28T05:26:02Z
2026-04-25T10:08:54Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
ysfhero
64,870,397
MDQ6VXNlcjY0ODcwMzk3
User
false
openclaw/openclaw
4,137,543,953
I_kwDOQb6kR872nekR
54,620
https://github.com/openclaw/openclaw/issues/54620
https://api.github.com/repos/openclaw/openclaw/issues/54620
[Bug]: Message duplication occurs in Feishu channel when conversation history grows lon
### Bug type Behavior bug (incorrect output/state without crash) ### Summary The AI assistant in OpenClaw's Feishu channel repeats the same response multiple times (2-17 repetitions) when conversation history grows long, likely due to WebSocket timeout and missing message deduplication. ### Steps to reproduce 1. C...
closed
completed
true
1
[ "bug" ]
[]
2026-03-25T18:23:51Z
2026-04-28T05:26:01Z
2026-04-25T10:09:01Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
zeus89757
134,942,867
U_kgDOCAsQkw
User
false
openclaw/openclaw
4,137,547,047
I_kwDOQb6kR872nfUn
54,623
https://github.com/openclaw/openclaw/issues/54623
https://api.github.com/repos/openclaw/openclaw/issues/54623
[Bug]: Workspace bootstrap files silently truncated at 20,000 chars — agent receives incomplete context with no warning
## Summary When workspace bootstrap files (AGENTS.md, SOUL.md, etc.) exceed the 20,000 character bootstrap limit, they are silently truncated in the injected agent context. A WARN is logged internally but nothing is surfaced to the operator. The agent runs with incomplete instructions and the operator has no indicatio...
closed
completed
true
3
[]
[]
2026-03-25T18:24:17Z
2026-04-28T05:26:00Z
2026-04-25T10:09:15Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
billpark88
234,947,759
U_kgDODgEErw
User
false
openclaw/openclaw
4,137,727,302
I_kwDOQb6kR872oLVG
54,632
https://github.com/openclaw/openclaw/issues/54632
https://api.github.com/repos/openclaw/openclaw/issues/54632
[Bug]: Telegram forum topics do not create sessions (2026.3.24)
### Bug type Behavior bug (incorrect output/state without crash) ### Summary Telegram forum-topic messages are successfully delivered to the bot (confirmed via Bot API), but OpenClaw does NOT create any session. • No group session created • No :topic:<threadId> session created • No agent routing triggered ### St...
closed
completed
true
3
[ "bug", "bug:behavior" ]
[]
2026-03-25T18:51:25Z
2026-04-28T05:25:59Z
2026-04-25T10:09:29Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
waygee
945,592
MDQ6VXNlcjk0NTU5Mg==
User
false
openclaw/openclaw
4,137,757,446
I_kwDOQb6kR872oSsG
54,636
https://github.com/openclaw/openclaw/issues/54636
https://api.github.com/repos/openclaw/openclaw/issues/54636
[Bug]: [Bug]: Managed browser fails to attach to Chrome CDP on Ubuntu Desktop even though DevTools is listening on port 18800
### Bug type Regression (worked before, now fails) ### Summary On Ubuntu Desktop 24.04, OpenClaw 2026.3.24 fails to start the managed browser profile `openclaw` even though Chrome successfully starts and exposes CDP on port 18800. OpenClaw reports: `Failed to start Chrome CDP on port 18800 for profile "openclaw"` ...
closed
completed
true
1
[ "bug" ]
[]
2026-03-25T18:56:14Z
2026-04-28T05:25:59Z
2026-04-25T10:09:35Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
Q1491
271,045,830
U_kgDOECfUxg
User
false
openclaw/openclaw
4,137,847,721
I_kwDOQb6kR872ooup
54,645
https://github.com/openclaw/openclaw/issues/54645
https://api.github.com/repos/openclaw/openclaw/issues/54645
400 error after update: 'reasoning' item provided without required following item (azure-openai-responses, gpt-5.3-codex)
### Summary After updating OpenClaw, embedded agent runs fail with a 400 from the Azure OpenAI Responses provider: `Item '<id>' of type 'reasoning' was provided without its required following item.` ### Exact Error ``` 00:43:37 [agent/embedded] embedded run agent end: runId=c79f048b-b5aa-4f4b-8a7d-f49d46b7f364 isErro...
closed
completed
true
1
[]
[]
2026-03-25T19:10:41Z
2026-04-28T05:25:58Z
2026-04-25T10:09:42Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
bibeksah
17,157,164
MDQ6VXNlcjE3MTU3MTY0
User
false
openclaw/openclaw
4,138,063,562
I_kwDOQb6kR872pdbK
54,661
https://github.com/openclaw/openclaw/issues/54661
https://api.github.com/repos/openclaw/openclaw/issues/54661
webchat: main session display name incorrectly overwritten by system event content
## Bug The `main` session display name in the webchat sidebar gets overwritten by the content of system events (e.g. heartbeat polls). After a heartbeat fires, the session shows as "heartbeat" instead of "Main" (or the agent name). ## Expected behavior The main session should always display a stable name — either the...
closed
completed
true
1
[]
[]
2026-03-25T19:46:10Z
2026-04-28T05:25:57Z
2026-04-25T10:09:56Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
dennis-lynch
59,386,026
MDQ6VXNlcjU5Mzg2MDI2
User
false
openclaw/openclaw
4,138,151,649
I_kwDOQb6kR872py7h
54,674
https://github.com/openclaw/openclaw/issues/54674
https://api.github.com/repos/openclaw/openclaw/issues/54674
Bug: [[slack_buttons:]] directive not rendered in monitor DM reply path
## Summary The `[[slack_buttons: ...]]` (and `[[slack_select: ...]]`) interactive reply directives are parsed correctly by `compileSlackInteractiveReplies` but the resulting blocks are never sent to Slack when replying via the monitor DM path. ## Root Cause There are two Slack send paths: **Outbound plugin path** (...
closed
completed
true
2
[]
[]
2026-03-25T20:00:59Z
2026-04-28T05:25:56Z
2026-04-25T10:10:09Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
HangGlidersRule
637,186
MDQ6VXNlcjYzNzE4Ng==
User
false
openclaw/openclaw
4,138,155,329
I_kwDOQb6kR872pz1B
54,675
https://github.com/openclaw/openclaw/issues/54675
https://api.github.com/repos/openclaw/openclaw/issues/54675
[Bug]: Gateway-injected chat.send into a session ignores active fallback runtime — re-resolves from selected provider, fails on auth
## Summary When a session is actively running on a fallback model (e.g. `openai-codex/gpt-5.4` after Anthropic rate-limit fallback), a gateway-injected `chat.send` into that same session fails with: ``` No API key found for provider "anthropic" ``` The injected delivery path resolves provider/model from the session'...
closed
completed
true
1
[]
[]
2026-03-25T20:01:42Z
2026-04-28T05:25:55Z
2026-04-25T10:10:16Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
leftspin
377,231
MDQ6VXNlcjM3NzIzMQ==
User
false
openclaw/openclaw
4,138,160,870
I_kwDOQb6kR872p1Lm
54,676
https://github.com/openclaw/openclaw/issues/54676
https://api.github.com/repos/openclaw/openclaw/issues/54676
Feature request: MAX messenger (max.ru) channel plugin
## Summary MAX (max.ru, formerly VK Teams / ICQ New) is a popular Russian corporate messenger with a public Bot API. We've built a working OpenClaw channel plugin that supports: - Text messages (send/receive) - Media attachments (photos, videos, audio, files) - Inline buttons (callback + link) - Markdown/HTML format...
closed
not_planned
true
1
[]
[]
2026-03-25T20:02:35Z
2026-04-28T05:25:55Z
2026-04-25T10:10:23Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
aspalagin
263,096,044
U_kgDOD66G7A
User
false
openclaw/openclaw
4,138,219,816
I_kwDOQb6kR872qDko
54,681
https://github.com/openclaw/openclaw/issues/54681
https://api.github.com/repos/openclaw/openclaw/issues/54681
Discord /new slash command fails to reset session since Carbon reconcile (v2026.3.22)
## Bug Description The `/new` native Discord slash command acknowledges the interaction and displays "Done." but does **not** actually reset the session. This affects all channels (deal channels, main channels). Text-based `/new` (typed as a plain message) works correctly. ## Environment - **OpenClaw version:** 2026...
closed
completed
true
1
[]
[]
2026-03-25T20:12:20Z
2026-04-28T05:25:54Z
2026-04-25T10:10:29Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
eliana-org
262,800,291
U_kgDOD6oDow
User
false