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
3,983,640,766
I_kwDOQb6kR87tcYi-
25,423
https://github.com/openclaw/openclaw/issues/25423
https://api.github.com/repos/openclaw/openclaw/issues/25423
Security: Prompt injection content injected into message pipeline between Telegram and agent
## Summary A prompt injection string appeared in the agent's received message content that was **not present** in the original user's Telegram message. The user confirmed via screenshot that they only sent an image + a short Chinese caption — no system message text was included. ## What the agent received The agent'...
closed
completed
true
2
[ "security", "stale" ]
[]
2026-02-24T13:07:40Z
2026-04-27T05:04:10Z
2026-04-24T19:07:52Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
randie3503
251,124,608
U_kgDODvfbgA
User
false
openclaw/openclaw
3,983,858,330
I_kwDOQb6kR87tdNqa
25,466
https://github.com/openclaw/openclaw/issues/25466
https://api.github.com/repos/openclaw/openclaw/issues/25466
**Feature Request: 模型切换通知**
### Summary **描述** 当配置了 `model.fallbacks` 后,如果主模型失败(rate limit、超时、auth 错误等),OpenClaw 会静默切换到后备模型。用户在对话中不知道当前使用的是哪个模型。 ### Problem to solve 用户想知道当前消耗的是哪个 API 的额度 后备模型能力不同,用户需要知道回答来自哪个模型 调试和监控 API 稳定性 ### Proposed solution **建议** 增加模型切换时的通知机制,可选方案: 1. **消息通知** — 在切换时发送一条系统消息告知用户: > ⚠️ 模型已从 GLM-5 切换到 Kimi (原因: r...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-24T13:53:41Z
2026-04-27T05:04:09Z
2026-04-24T19:07:55Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
davncl-star
224,428,048
U_kgDODWCAEA
User
false
openclaw/openclaw
3,893,111,468
I_kwDOQb6kR87oDCqs
8,266
https://github.com/openclaw/openclaw/issues/8266
https://api.github.com/repos/openclaw/openclaw/issues/8266
Feature Request: Log tool call arguments in debug logs
## Summary Would be great to have tool call arguments logged in the debug logs for building external monitoring/observability tools. ## Current Behavior The logs at `/tmp/openclaw/openclaw-YYYY-MM-DD.log` only show: ``` embedded run tool start: runId=xxx tool=exec toolCallId=xxx embedded run tool end: runId=xxx tool=e...
closed
not_planned
true
5
[ "enhancement" ]
[]
2026-02-03T20:38:32Z
2026-04-27T05:04:08Z
2026-04-24T18:04:09Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
realsamrat
59,194,708
MDQ6VXNlcjU5MTk0NzA4
User
false
openclaw/openclaw
3,985,236,204
I_kwDOQb6kR87tieDs
25,693
https://github.com/openclaw/openclaw/issues/25693
https://api.github.com/repos/openclaw/openclaw/issues/25693
[Feature]: Alternative to docker setup script (basic compose + dockerhub image + .env file)
### Summary Simple docker compose and docker image variants instead of lengthly setup script ### Problem to solve The docker compose / setup flow, while easy for first timers is annoying for homelabbers / sysadmins and self hosters. Some issues I see: - Replicated truth: Another source of truth for env var and nami...
closed
completed
true
4
[ "enhancement" ]
[]
2026-02-24T18:37:51Z
2026-04-27T05:04:07Z
2026-04-24T19:07:58Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
tkodev
4,338,187
MDQ6VXNlcjQzMzgxODc=
User
false
openclaw/openclaw
3,986,544,352
I_kwDOQb6kR87tndbg
25,929
https://github.com/openclaw/openclaw/issues/25929
https://api.github.com/repos/openclaw/openclaw/issues/25929
[Feature]: Configuration rollback protection mechanism
### Summary Add configuration backup and automatic rollback mechanism to prevent AI assistant disconnection after failed gateway restart. ### Problem to solve When users modify OpenClaw configuration via AI chat and execute gateway restart, any misconfiguration causes gateway startup failure. This results in complet...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-25T00:52:49Z
2026-04-27T05:04:06Z
2026-04-24T19:08:02Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
czd99053
36,181,614
MDQ6VXNlcjM2MTgxNjE0
User
false
openclaw/openclaw
3,986,689,393
I_kwDOQb6kR87toA1x
25,963
https://github.com/openclaw/openclaw/issues/25963
https://api.github.com/repos/openclaw/openclaw/issues/25963
[Feature] Missing agent access control in group chats
### Summary No mechanism exists to restrict full-permission agents from responding in group chats; users can bypass restricted-agent policies by mentioning unrestricted agents directly. ### Steps to reproduce 1. Configure full-access agent 'lobby' and restricted agent 'lobby-lite' with minimal tools 2. Set group cha...
closed
completed
true
3
[ "bug", "security" ]
[]
2026-02-25T01:43:32Z
2026-04-27T05:04:06Z
2026-04-24T19:08:05Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
ony-assistant
262,897,795
U_kgDOD6uAgw
User
false
openclaw/openclaw
3,987,836,162
I_kwDOQb6kR87tsY0C
26,277
https://github.com/openclaw/openclaw/issues/26277
https://api.github.com/repos/openclaw/openclaw/issues/26277
[Feature]: Change the default context window for Custom Provider option
### Summary The defalut context window of 4096 dose not meet the request. ### Problem to solve If I chose CustomProvide + OpenAI-compatible, the defalut context window is 4096, smaller than the min request 16k. Then AI said > ⚠️ Agent failed before reply: Model context window too small (4096 tokens). Minimum is 1...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-25T08:00:59Z
2026-04-27T05:04:05Z
2026-04-24T19:08:13Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
JiuBeixin
84,398,846
MDQ6VXNlcjg0Mzk4ODQ2
User
false
openclaw/openclaw
3,989,345,111
I_kwDOQb6kR87tyJNX
26,495
https://github.com/openclaw/openclaw/issues/26495
https://api.github.com/repos/openclaw/openclaw/issues/26495
[Feature]: Intel AI Super Builder support
### Summary I'd like OpenClaw to natively integrate with Intel's AI Super Builder (https://github.com/intel/intel-ai-super-builder), their platform for building hybrid local/cloud AI agents optimized for Intel AI PCs. Intel has already optimized OpenClaw for secure, cost-efficient runs on Core Ultra hardware, and they...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-02-25T12:58:37Z
2026-04-27T05:04:04Z
2026-04-24T19:08:16Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
DealsBeam
17,716,841
MDQ6VXNlcjE3NzE2ODQx
User
false
openclaw/openclaw
3,990,842,829
I_kwDOQb6kR87t323N
26,750
https://github.com/openclaw/openclaw/issues/26750
https://api.github.com/repos/openclaw/openclaw/issues/26750
[Feature]: Prompt Caching Optimization - Move Dynamic Info Out of System Prompt
### Summary Optimize prompt caching by moving dynamic information (time, runtime) from system prompt to conversation messages, following Claude Code team's best practices. ### Problem to solve Current system prompt contains dynamic info that changes every request: - `## Current Date & Time` - changes every minute - ...
closed
completed
true
2
[ "enhancement" ]
[]
2026-02-25T17:49:23Z
2026-04-27T05:04:03Z
2026-04-24T19:08:22Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
tggpt01
166,689,186
U_kgDOCe95og
User
false
openclaw/openclaw
3,991,465,199
I_kwDOQb6kR87t6Ozv
26,830
https://github.com/openclaw/openclaw/issues/26830
https://api.github.com/repos/openclaw/openclaw/issues/26830
[Feature]: Display active model name in chat responses
### Summary Allow the model to respond in chats with some kind of tag or detail indicating which model is answering. Since the chat consumes our tokens and fallbacks are frequently triggered, I have often found myself talking to a model without knowing which one it was, which makes transparency difficult. It would be ...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-25T19:56:29Z
2026-04-27T05:04:02Z
2026-04-24T19:08:25Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
xicaooo
743,943
MDQ6VXNlcjc0Mzk0Mw==
User
false
openclaw/openclaw
3,994,473,661
I_kwDOQb6kR87uFtS9
27,396
https://github.com/openclaw/openclaw/issues/27396
https://api.github.com/repos/openclaw/openclaw/issues/27396
[Feature]: TTS "Read Aloud" button on each message in WebChat
### Summary Add a 🔊 (Read Aloud) button to each assistant message in the WebChat UI, allowing users to on-demand trigger TTS synthesis and play audio inline. ### Problem to solve OpenClaw has a robust TTS pipeline (ElevenLabs / OpenAI / Edge TTS), but in WebChat there's no UI-level way for users to selectively list...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-26T09:50:38Z
2026-04-27T05:04:01Z
2026-04-24T19:08:28Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
sean-root
107,789,932
U_kgDOBmy-bA
User
false
openclaw/openclaw
3,997,218,991
I_kwDOQb6kR87uQLiv
27,848
https://github.com/openclaw/openclaw/issues/27848
https://api.github.com/repos/openclaw/openclaw/issues/27848
[Feature]: Scheduled Agent Memory Indexing for RAG-Optimized Context Retrieval
### Summary Implement automated nightly indexing of agent memories to build a RAG (Retrieval-Augmented Generation) layer that enables efficient semantic search before LLM context injection, significantly reducing token consumption as agents accumulate user knowledge over time. ### Problem to solve As agents learn mo...
closed
completed
true
3
[ "enhancement" ]
[]
2026-02-26T18:55:13Z
2026-04-27T05:04:01Z
2026-04-24T19:08:31Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
jmfraga
183,401,729
U_kgDOCu59AQ
User
false
openclaw/openclaw
3,997,771,760
I_kwDOQb6kR87uSSfw
27,925
https://github.com/openclaw/openclaw/issues/27925
https://api.github.com/repos/openclaw/openclaw/issues/27925
[Feature]: Context Tier Slash Commands
### Summary Depending on how personal or aware I need a response to be, the full context (up to 200k tokens) is not necessarily needed in every API call. For simple queries like: ``` "What's 2+2?" "Search for the weather in Denver" "Who wrote Paradise Lost?" ``` This wastes tokens and increases costs signi...
closed
not_planned
true
2
[ "enhancement" ]
[]
2026-02-26T21:11:03Z
2026-04-27T05:03:59Z
2026-04-24T19:08:37Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
nickrose
5,486,921
MDQ6VXNlcjU0ODY5MjE=
User
false
openclaw/openclaw
3,998,854,506
I_kwDOQb6kR87uWa1q
28,230
https://github.com/openclaw/openclaw/issues/28230
https://api.github.com/repos/openclaw/openclaw/issues/28230
[Feature]: 1006:no reason
### Summary 关闭启动网关的powershell之后,就会报错1006:no reason,是不是必须要保留这个powershell,windows系统,我新增了计划任务程序,但是没有用,一关掉就无法在webchat对话 ### Problem to solve 关闭启动网关的powershell之后,就会报错1006:no reason,是不是必须要保留这个powershell,windows系统,我新增了计划任务程序,但是没有用,一关掉就无法在webchat对话 ### Proposed solution 关闭启动网关的powershell之后,就会报错1006:no reason,是不是必须要保留这个pow...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-27T03:30:10Z
2026-04-27T05:03:58Z
2026-04-24T19:08:46Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
lby-1
84,302,620
MDQ6VXNlcjg0MzAyNjIw
User
false
openclaw/openclaw
4,000,270,656
I_kwDOQb6kR87ub0lA
28,580
https://github.com/openclaw/openclaw/issues/28580
https://api.github.com/repos/openclaw/openclaw/issues/28580
[Feature]: [Channel Plugin] NapCat (OneBot v11) — China's leading QQ bot backend
### Summary I've built a NapCat channel plugin for OpenClaw and would like to contribute it upstream. Before opening a PR, I wanted to check whether this is the right approach and if there are any contribution guidelines specific to channel plugins. **Repo:** https://github.com/Daiyimo/openclaw-napcat **Tes...
closed
not_planned
true
3
[ "enhancement" ]
[]
2026-02-27T10:19:02Z
2026-04-27T05:03:57Z
2026-04-24T19:08:54Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Daiyimo
79,914,355
MDQ6VXNlcjc5OTE0MzU1
User
false
openclaw/openclaw
4,001,127,197
I_kwDOQb6kR87ufFsd
28,753
https://github.com/openclaw/openclaw/issues/28753
https://api.github.com/repos/openclaw/openclaw/issues/28753
[Feature]: Route approval prompts to the originating channel (Discord/Telegram/Slack)
### Summary Approval prompts for tools like `exec` should appear in the same channel where the request originated, not just in Web UI. ### Problem to solve Currently, when a user triggers a tool that requires approval (such as running a shell command) from Discord, Telegram, or Slack, the approval prompt with Approv...
closed
completed
true
7
[ "enhancement" ]
[]
2026-02-27T13:48:22Z
2026-04-27T05:03:56Z
2026-04-24T19:08:58Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Dahgoth
1,629,256
MDQ6VXNlcjE2MjkyNTY=
User
false
openclaw/openclaw
4,001,330,312
I_kwDOQb6kR87uf3SI
28,797
https://github.com/openclaw/openclaw/issues/28797
https://api.github.com/repos/openclaw/openclaw/issues/28797
[Feature]: Tool lifecycle hooks (tool.start/tool.end/tool.progress)
### Summary tools lifecycle hooks can be an extension point for checklist enforcements, and updating the same message for "live progress" in telegram/discord/slack. ### Problem to solve - Typing indicators aren’t sufficient for long tool runs (exec/browser/etc.). - Failure modes (agent restart, empty provider respon...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-27T14:36:07Z
2026-04-27T05:03:55Z
2026-04-24T19:09:01Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
vicary
85,772
MDQ6VXNlcjg1Nzcy
User
false
openclaw/openclaw
4,001,385,618
I_kwDOQb6kR87ugEyS
28,814
https://github.com/openclaw/openclaw/issues/28814
https://api.github.com/repos/openclaw/openclaw/issues/28814
[Feature]: Default Cron Job Staggering to Avoid Rate Limits at :00 hourly time
### Summary # Problem Statement Large Language Model (LLM) providers typically implement rate limiting mechanisms that can be triggered when multiple cron jobs or automated tasks hit their APIs simultaneously. ### Problem to solve This is particularly problematic when: 1. **Hourly boundaries**: Many users natural...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-27T14:48:18Z
2026-04-27T05:03:55Z
2026-04-24T19:09:05Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
newtontech
45,420,372
MDQ6VXNlcjQ1NDIwMzcy
User
false
openclaw/openclaw
4,002,146,790
I_kwDOQb6kR87ui-nm
29,012
https://github.com/openclaw/openclaw/issues/29012
https://api.github.com/repos/openclaw/openclaw/issues/29012
[Feature Request] Per-agent or per-channel slash command configuration
### Summary Summary Allow configuring slash commands (commands.native) at the agent or channel level, not just globally. Use Case I run a multi-agent setup where: • Main agent (Telegram) — I need full slash command access (/stop, /reset, /status, etc.) • SDR agent (WhatsApp) — talks to external leads/customers. Sl...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-27T17:45:31Z
2026-04-27T05:03:54Z
2026-04-24T19:09:07Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
vidadefreesider
129,129,265
U_kgDOB7JbMQ
User
false
openclaw/openclaw
4,002,395,384
I_kwDOQb6kR87uj7T4
29,054
https://github.com/openclaw/openclaw/issues/29054
https://api.github.com/repos/openclaw/openclaw/issues/29054
[Feature]: Add drag-and-drop image upload to chat composer
### Summary Allow users to attach images to chat messages by dragging them directly onto the chat composer row. ### Problem to solve Currently, attaching images requires manually finding and pasting files or using native dialogs. Users naturally try to drag screenshots or files onto the chat interface, which current...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-27T18:50:49Z
2026-04-27T05:03:52Z
2026-04-24T19:09:14Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Anuj-verse
182,001,728
U_kgDOCtkgQA
User
false
openclaw/openclaw
4,002,532,777
I_kwDOQb6kR87ukc2p
29,076
https://github.com/openclaw/openclaw/issues/29076
https://api.github.com/repos/openclaw/openclaw/issues/29076
Add Replicate Provider
### Summary add replicate provider ### Problem to solve add replicate provider ### Proposed solution add replicate provider ### Alternatives considered add replicate provider ### Impact add replicate provider ### Evidence/examples _No response_ ### Additional information _No response_
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-02-27T19:27:25Z
2026-04-27T05:03:52Z
2026-04-24T19:09:17Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
hidagans
58,388,773
MDQ6VXNlcjU4Mzg4Nzcz
User
false
openclaw/openclaw
4,003,230,929
I_kwDOQb6kR87unHTR
29,196
https://github.com/openclaw/openclaw/issues/29196
https://api.github.com/repos/openclaw/openclaw/issues/29196
[Feature]: Feature Request: Agent Rules/Constraints (铁律)
### Summary ## Feature Request: Agent Rules/Constraints (铁律) ### Use Case 在执行敏感或有风险操作时,系统可以根据预设规则约束自身行为 ### Proposed Solution - 引入 `RULES.md` 作为新的 bootstrap 文件 - 支持类似 JSON Schema 的规则定义 - 工具调用前自动检查规则合规性 ### Examples - "不执行删除操作除非用户明确确认" - "不发送外部消息除非在白名单" - "敏感文件读取前提示用户" ### Priority Nice to have / Medium ### Contex...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-02-27T23:04:48Z
2026-04-27T05:03:51Z
2026-04-24T19:09:20Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Samvortex
40,196,592
MDQ6VXNlcjQwMTk2NTky
User
false
openclaw/openclaw
4,004,066,422
I_kwDOQb6kR87uqTR2
29,529
https://github.com/openclaw/openclaw/issues/29529
https://api.github.com/repos/openclaw/openclaw/issues/29529
[Feature]: p2p网络能力遗传继承功能
### Summary 实现DNA遗传模块,开放openclaw某端口可公开(自由选择),通过类似与区块链的p2p节点一样的网络模型,在附近或配置的openclaw节点中寻找已完成问题的解决方案,迅速的解决问题,而无需重复解决,浪费tokens资源。 ### Problem to solve 1、解决各agent独立解决问题而不能共享经验的苦恼; 2、解决tokens资源浪费问题; 3、解决Evomap.ai中心服务器压力过载和信任问题; ### Proposed solution 1、实现DNA遗传库,将实现的功能,解决的问题等成功经验记录下来,排除隐私机密等信息; 2、开放某个p2p互联端口,实现查询经验,转发经验等接...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-02-28T06:50:03Z
2026-04-27T05:03:49Z
2026-04-24T19:09:32Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
lonelybeanz
34,127,680
MDQ6VXNlcjM0MTI3Njgw
User
false
openclaw/openclaw
4,004,203,706
I_kwDOQb6kR87uq0y6
29,592
https://github.com/openclaw/openclaw/issues/29592
https://api.github.com/repos/openclaw/openclaw/issues/29592
[feishu] `POST /open-apis/im/v3/messages/:message_id/reactions` called every 3 seconds, exhausting API quota
### Summary The Feishu plugin sends a `POST /open-apis/im/v1/messages/:message_id/reactions` API call **every 3 seconds** while processing a message, and continues indefinitely under a race condition. This behavior exhausts the Feishu API quota rapidly — ~30,000 calls over 3 days in my case, causing HTTP 429 errors th...
closed
completed
true
2
[ "enhancement" ]
[]
2026-02-28T08:19:16Z
2026-04-27T05:03:48Z
2026-04-24T19:09:34Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
chenxiao90312
18,637,642
MDQ6VXNlcjE4NjM3NjQy
User
false
openclaw/openclaw
4,004,592,497
I_kwDOQb6kR87usTtx
29,745
https://github.com/openclaw/openclaw/issues/29745
https://api.github.com/repos/openclaw/openclaw/issues/29745
[Bug]: Config validation error causes infinite retry loop with no backoff — 1GB error log from single invalid key
## Summary When `openclaw.json` contains an unrecognized config key (e.g., `channels.whatsapp.groups.*.groupPolicy`), the gateway enters an infinite config validation retry loop with **zero backoff**. The same error message is written to `gateway.err.log` on every cycle, causing the log file to grow to **~1GB** within...
closed
completed
true
3
[]
[ "vincentkoc" ]
2026-02-28T12:39:05Z
2026-04-27T05:03:48Z
2026-04-24T19:09:39Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
JoyaWang
13,715,852
MDQ6VXNlcjEzNzE1ODUy
User
false
openclaw/openclaw
4,004,890,996
I_kwDOQb6kR87utcl0
29,878
https://github.com/openclaw/openclaw/issues/29878
https://api.github.com/repos/openclaw/openclaw/issues/29878
[Feature]: enable markdown I-R for googlechat
### Summary Googlechat supports markdown natively, enable in openclaw ### Problem to solve As per https://docs.openclaw.ai/concepts/markdown-formatting, we currently enable markdown for telegram and signal. As per https://support.google.com/chat/answer/7649118, googel chat supports markdown. ### Proposed solution...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-28T15:58:25Z
2026-04-27T05:03:47Z
2026-04-24T19:09:43Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
donbowman
5,131,923
MDQ6VXNlcjUxMzE5MjM=
User
false
openclaw/openclaw
4,004,903,017
I_kwDOQb6kR87utfhp
29,889
https://github.com/openclaw/openclaw/issues/29889
https://api.github.com/repos/openclaw/openclaw/issues/29889
[Feature]: Adding Groups tag for channel Signal
### Summary Currently, the Signal channels doesn't support the group tag. So, that means structure like this wouldn't work "groups": { "*": { "requireMention": true } }, The requireMention is already implemented, but the groups tag is missing for signal at this moment. ### Problem to solve Because groups tag is ...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-28T16:06:28Z
2026-04-27T05:03:46Z
2026-04-24T19:09:46Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
KritBlade
256,668,062
U_kgDOD0xxng
User
false
openclaw/openclaw
4,004,940,766
I_kwDOQb6kR87utove
29,906
https://github.com/openclaw/openclaw/issues/29906
https://api.github.com/repos/openclaw/openclaw/issues/29906
[Feature]: Add configurable token threshold for proactive session compaction
### Summary Add a configurable token threshold to trigger session compaction proactively, before the model context limit is reached. ### Problem to solve Current compaction behavior is reactive, not proactive. The session compaction triggers at ~205K tokens, but the model input limit may be only 60K tokens. This mis...
closed
completed
true
1
[ "enhancement" ]
[]
2026-02-28T16:31:44Z
2026-04-27T05:03:45Z
2026-04-24T19:09:49Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Jvr-jw
118,046,234
U_kgDOBwk-Gg
User
false
openclaw/openclaw
4,005,351,605
I_kwDOQb6kR87uvNC1
30,062
https://github.com/openclaw/openclaw/issues/30062
https://api.github.com/repos/openclaw/openclaw/issues/30062
[Feature]: Native GitHub Channel for OpenClaw
## Summary Add a first-class GitHub channel to OpenClaw so an agent can observe and react to repository activity in real time, and take actions via GitHub App (OAuth install) or Personal Access Token (PAT) auth. ## Problem to solve Today, OpenClaw lacks GitHub as a native channel, which blocks “agent-as-a-collaborat...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-02-28T20:39:43Z
2026-04-27T05:03:45Z
2026-04-24T19:09:57Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
mits87
605,186
MDQ6VXNlcjYwNTE4Ng==
User
false
openclaw/openclaw
4,006,770,185
I_kwDOQb6kR87u0nYJ
30,517
https://github.com/openclaw/openclaw/issues/30517
https://api.github.com/repos/openclaw/openclaw/issues/30517
[Feature Request] Agent proactive status report after Gateway startup
### Summary Allow agents to proactively notify users after Gateway startup with context summary and status report ### Problem to solve Currently, when the Gateway restarts (due to updates or crashes), Agents do not proactively notify users. Users have to send a message first to discover that the system has recovered...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-01T09:39:44Z
2026-04-27T05:03:44Z
2026-04-24T19:10:00Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
gonemini88-blip
259,800,092
U_kgDOD3w8HA
User
false
openclaw/openclaw
4,006,810,458
I_kwDOQb6kR87u0xNa
30,531
https://github.com/openclaw/openclaw/issues/30531
https://api.github.com/repos/openclaw/openclaw/issues/30531
[Feature]: Implement Proxy Auto-Failover (Handover) to Resolve Discord Gateway Disruptions and WebSocket Timeouts[代理抖动智能切换]
### Summary Implement a url-test based proxy auto-handover mechanism to ensure Discord Gateway stability and prevent WebSocket closures (Codes 1006/1005) caused by node instability in restrictive network environments. ### Problem to solve Description: Users in Mainland China frequently encounter Discord connection d...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-01T10:01:23Z
2026-04-27T05:03:43Z
2026-04-24T19:10:03Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
smartlijingyang-sudo
257,266,346
U_kgDOD1WSqg
User
false
openclaw/openclaw
4,007,056,523
I_kwDOQb6kR87u1tSL
30,622
https://github.com/openclaw/openclaw/issues/30622
https://api.github.com/repos/openclaw/openclaw/issues/30622
[Feature]:Rename and delete chat sessions
### Summary Thank you for creating the amazing clawx launcher—would it be possible to add a feature to rename and delete chat sessions to help keep the sidebar organized? ### Problem to solve Thank you for creating the amazing clawx launcher—would it be possible to add a feature to rename and delete chat sessions to...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-01T12:19:07Z
2026-04-27T05:03:42Z
2026-04-24T19:10:07Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
shinekf
54,693,369
MDQ6VXNlcjU0NjkzMzY5
User
false
openclaw/openclaw
4,008,120,531
I_kwDOQb6kR87u5xDT
30,929
https://github.com/openclaw/openclaw/issues/30929
https://api.github.com/repos/openclaw/openclaw/issues/30929
[Feature]: Add Open WebUI Channels extension
### Summary Add a bidirectional Open WebUI Channels extension to OpenClaw as a new plugin under `extensions/openwebui/`. ### Problem to solve Users running Open WebUI instances cannot use OWUI Channels as a messaging channel in OpenClaw. The only existing wrapper (owui_client) is Python, which OpenClaw cannot consum...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-01T19:46:31Z
2026-04-27T05:03:41Z
2026-04-24T19:10:13Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
adaofeliz
1,571,265
MDQ6VXNlcjE1NzEyNjU=
User
false
openclaw/openclaw
4,008,334,739
I_kwDOQb6kR87u6lWT
30,992
https://github.com/openclaw/openclaw/issues/30992
https://api.github.com/repos/openclaw/openclaw/issues/30992
[Feature]: Allowlist additional directories for file-tool writes
### Summary Add a config option to allow `read/write/edit` in specific directories outside the workspace root. ### Problem to solve `read/write/edit` currently fail outside `agents.defaults.workspace`. In real workflows, users often keep one main workspace plus one or more external collaboration repos. Current wor...
closed
not_planned
true
2
[ "enhancement" ]
[]
2026-03-01T21:39:03Z
2026-04-27T05:03:40Z
2026-04-24T19:10:21Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
kucharskim
4,342,029
MDQ6VXNlcjQzNDIwMjk=
User
false
openclaw/openclaw
4,008,348,293
I_kwDOQb6kR87u6oqF
30,995
https://github.com/openclaw/openclaw/issues/30995
https://api.github.com/repos/openclaw/openclaw/issues/30995
Feature: adopt existing local Codex session into OpenClaw (handoff loop)
## Summary Add a first-class handoff flow so a user can continue an existing local Codex session inside OpenClaw, then let OpenClaw keep driving it (including async follow-ups/pings) after the user disconnects. ## Problem Today we can spawn ACP sessions from OpenClaw, but we cannot cleanly "adopt" an already-running l...
closed
completed
true
2
[]
[ "osolmaz" ]
2026-03-01T21:46:01Z
2026-04-27T05:03:39Z
2026-04-24T19:10:24Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
dutifulbob
261,991,368
U_kgDOD52ryA
User
false
openclaw/openclaw
4,009,474,861
I_kwDOQb6kR87u-7st
31,345
https://github.com/openclaw/openclaw/issues/31345
https://api.github.com/repos/openclaw/openclaw/issues/31345
[Feature]: channel to wechat
### Summary link to wechat ,https://github.com/lovezm/iopenclawwx ,I developed a plugin for junior high school level, which enables OpenClaw to connect with WeChat mini-programs. I hope this can be helpful to the developers and users in need. Could you please integrate this plugin into the default channel? ### Probl...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-02T06:06:48Z
2026-04-27T05:03:38Z
2026-04-24T19:10:31Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
lovezm
10,624,938
MDQ6VXNlcjEwNjI0OTM4
User
false
openclaw/openclaw
4,011,581,661
I_kwDOQb6kR87vG-Dd
31,774
https://github.com/openclaw/openclaw/issues/31774
https://api.github.com/repos/openclaw/openclaw/issues/31774
[Feature]: Automatic Reconnect Notification
### Summary After a Gateway restart/reconnect, the agent should automatically send a notification message (e.g., "I´m back!" or "Back online!") on all active channels to inform users that the connection has been restored. ### Problem to solve Currently, when the OpenClaw Gateway restarts (e.g., for updates, maint...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-02T14:29:14Z
2026-04-27T05:03:36Z
2026-04-24T19:10:39Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
harrungx
262,008,476
U_kgDOD53unA
User
false
openclaw/openclaw
4,012,425,034
I_kwDOQb6kR87vKL9K
31,970
https://github.com/openclaw/openclaw/issues/31970
https://api.github.com/repos/openclaw/openclaw/issues/31970
Control UI: schema renderer shows 'Unsupported schema node' for Telegram fields
### Summary ## Summary Control UI shows red "Unsupported schema node" for multiple Telegram channel fields (Accounts, Capabilities, Custom Commands, etc.) even when config is valid. This appears to be a renderer limitation for certain schema node shapes (attrsOf / oneOf / complex submodules). ## Repro 1. Open Control...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-02T17:28:31Z
2026-04-27T05:03:35Z
2026-04-24T19:10:42Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
cdenneen
720,097
MDQ6VXNlcjcyMDA5Nw==
User
false
openclaw/openclaw
4,012,481,989
I_kwDOQb6kR87vKZ3F
31,980
https://github.com/openclaw/openclaw/issues/31980
https://api.github.com/repos/openclaw/openclaw/issues/31980
[Bug]: [WSL2 Mirrored Mode] Gateway fails to start with "another gateway instance is already listening" error
### Bug type Regression (worked before, now fails) ### Summary After switching to WSL2 Mirrored mode, gateway systemd service fails to start with "another gateway instance is already listening" error, but port is actually free. ### Steps to reproduce 1. Configure WSL2 with networkingMode=mirrored in .wslconfig 2. ...
closed
completed
true
2
[ "bug", "regression" ]
[ "vincentkoc" ]
2026-03-02T17:40:24Z
2026-04-27T05:03:35Z
2026-04-24T19:10:46Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Chuosen
260,250,392
U_kgDOD4MbGA
User
false
openclaw/openclaw
4,013,718,130
I_kwDOQb6kR87vPHpy
32,264
https://github.com/openclaw/openclaw/issues/32264
https://api.github.com/repos/openclaw/openclaw/issues/32264
[Feature]: Added a close button to update notifications
### Summary The update reminder at the top of the OPENCLAW Gateway Dashboard interface saying 'Update available: v2026.3.1 (running v2026.2.26). Update now' takes up space and blocks the view. It is hoped to add a close button. The display area for chats is already limited on laptops with low resolution. It is also ...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-02T22:49:36Z
2026-04-27T05:03:34Z
2026-04-24T19:10:49Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
deciia
5,261,656
MDQ6VXNlcjUyNjE2NTY=
User
false
openclaw/openclaw
4,014,102,254
I_kwDOQb6kR87vQlbu
32,369
https://github.com/openclaw/openclaw/issues/32369
https://api.github.com/repos/openclaw/openclaw/issues/32369
[Feature]: Set models without retyping api key
### Summary When using openclaw config to set models, you have to retype the API key each time that you want to change the models for that provider. It would be nice if we checked if there are any valid API keys already so that the user can skip that step and just set which models they want to use from the list so tha...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-03T00:59:18Z
2026-04-27T05:03:33Z
2026-04-24T19:10:52Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
addlightness
62,038,173
MDQ6VXNlcjYyMDM4MTcz
User
false
openclaw/openclaw
4,014,408,781
I_kwDOQb6kR87vRwRN
32,451
https://github.com/openclaw/openclaw/issues/32451
https://api.github.com/repos/openclaw/openclaw/issues/32451
[Feature]: 请求提供 x86_64 或 Universal Binary 版本
### Summary 请求提供 x86_64 或 Universal Binary 版本 ### Problem to solve 请求提供 x86_64 或 Universal Binary 版本 ### Proposed solution 请求提供 x86_64 或 Universal Binary 版本 ### Alternatives considered _No response_ ### Impact 请求提供 x86_64 或 Universal Binary 版本 ### Evidence/examples _No response_ ### Additional information ...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-03T03:01:30Z
2026-04-27T05:03:32Z
2026-04-24T19:10:55Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
jyl4944204
40,823,666
MDQ6VXNlcjQwODIzNjY2
User
false
openclaw/openclaw
4,014,433,407
I_kwDOQb6kR87vR2R_
32,460
https://github.com/openclaw/openclaw/issues/32460
https://api.github.com/repos/openclaw/openclaw/issues/32460
[Feature]: Plugin API: emit tool:before for embedded agent native tools
### Summary The registerHook("tool:before", …) plugin hook does not fire for native tools executed by the embedded conversational agent (e.g., run/exec/read/process). It appears to only trigger for tools registered via the ACP tool registry. This prevents plugins from consistently observing or intercepting tool execu...
closed
completed
true
4
[ "enhancement" ]
[]
2026-03-03T03:10:54Z
2026-04-27T04:29:32Z
2026-04-24T19:10:58Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
lilotito2025
200,846,816
U_kgDOC_it4A
User
false
openclaw/openclaw
4,014,787,915
I_kwDOQb6kR87vTM1L
32,603
https://github.com/openclaw/openclaw/issues/32603
https://api.github.com/repos/openclaw/openclaw/issues/32603
[Feature]: Set environment before /ace launch Claude Code
### Summary Before launch Claude Code, I should set the environment `HTTP_PROXY` and `HTTPS_PROXY`. If not, the claude code can not usable. ### Problem to solve /acp launch Claude Code directly without set the proxy env, so the cc is not usable. ### Proposed solution Give me some place to set the environment, so t...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-03T05:29:00Z
2026-04-27T05:03:31Z
2026-04-24T19:11:01Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
qkxie
134,578,340
U_kgDOCAWApA
User
false
openclaw/openclaw
4,014,809,919
I_kwDOQb6kR87vTSM_
32,607
https://github.com/openclaw/openclaw/issues/32607
https://api.github.com/repos/openclaw/openclaw/issues/32607
[Bug]: Moonshot CN users get 401 after onboard — models.json uses api.moonshot.ai instead of api.moonshot.cn
### Bug type Behavior bug (incorrect output/state without crash) ### Summary Hi~ After running openclaw setup and choosing Moonshot CN as the provider, the agent immediately fails with HTTP 401: Invalid Authentication. I Tried to find the reason, the root cause: openclaw.json correctly stores baseUrl: "https://api....
closed
completed
true
2
[ "bug", "bug:behavior" ]
[ "vincentkoc" ]
2026-03-03T05:37:30Z
2026-04-27T05:03:30Z
2026-04-24T19:11:04Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
xww0911
12,655,632
MDQ6VXNlcjEyNjU1NjMy
User
false
openclaw/openclaw
4,015,152,519
I_kwDOQb6kR87vUl2H
32,694
https://github.com/openclaw/openclaw/issues/32694
https://api.github.com/repos/openclaw/openclaw/issues/32694
[Feature]: Reformate it's setting UI 🫥
### Summary Please restructure or redesign the setting's ui of openclaw it's so hecky and confusable. ### Problem to solve Setting UI desing restructure ### Proposed solution update ui ### Alternatives considered _No response_ ### Impact the normal user is affected and face issue when they want to configure o...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-03T07:22:31Z
2026-04-27T05:03:29Z
2026-04-24T19:11:07Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
sjanaX01
112,236,564
U_kgDOBrCYFA
User
false
openclaw/openclaw
4,015,740,244
I_kwDOQb6kR87vW1VU
32,864
https://github.com/openclaw/openclaw/issues/32864
https://api.github.com/repos/openclaw/openclaw/issues/32864
🔥🔥🔥 Enhanced LanceDB memory plugin for OpenClaw
### Summary Enhanced LanceDB memory plugin for OpenClaw — Hybrid Retrieval (Vector + BM25), Cross-Encoder Rerank, Multi-Scope Isolation, Management CLI https://github.com/win4r/memory-lancedb-pro ### Problem to solve https://github.com/win4r/memory-lancedb-pro ### Proposed solution https://github.com/win4r/memory...
closed
not_planned
true
2
[ "enhancement" ]
[]
2026-03-03T09:54:42Z
2026-04-27T05:03:29Z
2026-04-24T19:11:10Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
stoeng
129,583,294
U_kgDOB7lIvg
User
false
openclaw/openclaw
4,016,557,792
I_kwDOQb6kR87vZ87g
33,017
https://github.com/openclaw/openclaw/issues/33017
https://api.github.com/repos/openclaw/openclaw/issues/33017
[Feature]: Plugin API for Dynamic Context Pruning
### Summary Plugin hooks to access and modify message context before LLM requests, enabling surgical removal of duplicate tool results, superseded writes, and error payloads. ### Problem to solve Long sessions burn tokens on redundant content: - Repeated file reads — same file read 5 times, all 5 copies sit in con...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-03T13:01:32Z
2026-04-27T05:03:28Z
2026-04-24T19:11:14Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
AlexKucera
898,340
MDQ6VXNlcjg5ODM0MA==
User
false
openclaw/openclaw
4,016,750,321
I_kwDOQb6kR87var7x
33,063
https://github.com/openclaw/openclaw/issues/33063
https://api.github.com/repos/openclaw/openclaw/issues/33063
[Feature]: Add agent memory-related functionality
### Summary Add agent memory capabilities including /learn slash command for active key issue/solution memorization, and auto-triggered memory logic during new session creation/context compression to retain core interaction information. ### Problem to solve The agent currently lacks memory capabilities to retain key...
closed
completed
true
3
[ "enhancement" ]
[]
2026-03-03T13:43:23Z
2026-04-27T05:03:27Z
2026-04-24T19:11:17Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Aobing-code
163,701,194
U_kgDOCcHhyg
User
false
openclaw/openclaw
4,019,092,319
I_kwDOQb6kR87vjntf
33,585
https://github.com/openclaw/openclaw/issues/33585
https://api.github.com/repos/openclaw/openclaw/issues/33585
memory-core file watcher does not detect new files (chokidar v5 glob incompatibility)
## Description The memory-core plugin's file watcher (`ensureWatcher()`) passes glob patterns like `memory/**/*.md` to chokidar v5. However, chokidar v5 removed built-in glob support (no picomatch/anymatch dependency). The path is treated as a literal file path, `stat()` fails silently, and the watcher never registers...
closed
completed
true
5
[]
[ "vincentkoc" ]
2026-03-03T22:50:17Z
2026-04-27T05:03:24Z
2026-04-24T19:11:35Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
tijun97
262,526,432
U_kgDOD6XV4A
User
false
openclaw/openclaw
4,019,128,960
I_kwDOQb6kR87vjwqA
33,597
https://github.com/openclaw/openclaw/issues/33597
https://api.github.com/repos/openclaw/openclaw/issues/33597
[Feature]:
### Summary Integration with MapleAI ### Problem to solve Integration and/or support for use with MapleAI (https://trymaple.ai) would be wonderful. I can't figure out how to configure this with the current iteration. ### Proposed solution Offer integration through either <openclaw configure> or <openclaw onboard...
closed
not_planned
true
5
[ "enhancement" ]
[]
2026-03-03T23:01:54Z
2026-04-27T05:03:23Z
2026-04-24T19:11:38Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
taplummer
86,198,355
MDQ6VXNlcjg2MTk4MzU1
User
false
openclaw/openclaw
4,019,592,351
I_kwDOQb6kR87vlhyf
33,750
https://github.com/openclaw/openclaw/issues/33750
https://api.github.com/repos/openclaw/openclaw/issues/33750
🔥[Plugin] memory-lancedb-pro — Production-Grade Long-Term Memory for OpenClaw (Hybrid Retrieval + Rerank)
### Summary Hi OpenClaw team 👋 I'd like to introduce **memory-lancedb-pro**, an enhanced drop-in replacement for the built-in `memory-lancedb` plugin, and I'd love to see it considered for official inclusion. 👉 **Repo: https://github.com/win4r/memory-lancedb-pro** **Why it goes beyond the built-in plugin:** The n...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-04T01:51:25Z
2026-04-27T05:03:22Z
2026-04-24T19:11:41Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
stoeng
129,583,294
U_kgDOB7lIvg
User
false
openclaw/openclaw
4,021,003,567
I_kwDOQb6kR87vq6Uv
34,239
https://github.com/openclaw/openclaw/issues/34239
https://api.github.com/repos/openclaw/openclaw/issues/34239
[Feature]: windows 11 wsl ubtu
### Summary <img width="777" height="255" alt="Image" src="https://github.com/user-attachments/assets/549359fe-0061-402f-a909-308e1930dba3" /> ### Problem to solve <img width="777" height="255" alt="Image" src="https://github.com/user-attachments/assets/c73e6400-a214-4917-a9c6-77d70623de39" /> ### Proposed solution...
closed
not_planned
true
2
[ "enhancement" ]
[]
2026-03-04T09:30:03Z
2026-04-27T05:03:19Z
2026-04-24T19:21:50Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
jet-789
63,886,028
MDQ6VXNlcjYzODg2MDI4
User
false
openclaw/openclaw
4,022,164,224
I_kwDOQb6kR87vvVsA
34,507
https://github.com/openclaw/openclaw/issues/34507
https://api.github.com/repos/openclaw/openclaw/issues/34507
[Feature]: Normalize Brave web search key path to tools.web.search.brave.apiKey (with backward-compatible alias)
### Summary Make Brave search key config symmetric with other providers by using tools.web.search.brave.apiKey as the primary path, while keeping tools.web.search.apiKey as a backward-compatible alias - src/agents/tools/web-search.ts: resolveSearchApiKey should read `search.brave.apiKey` first, then alias fallback - ...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-04T14:00:12Z
2026-04-27T05:03:17Z
2026-04-24T19:22:10Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
kesku
62,210,496
MDQ6VXNlcjYyMjEwNDk2
User
false
openclaw/openclaw
4,022,661,262
I_kwDOQb6kR87vxPCO
34,626
https://github.com/openclaw/openclaw/issues/34626
https://api.github.com/repos/openclaw/openclaw/issues/34626
[Feature]: ACP/ACPX Megathread
### Summary Thread for planning ACP and ACPX related issues - [ ] Make sure /acp slash commands work and are consistent - [ ] queue system messages in acp, showing number of messages and such - [x] ACP in telegram topics and discord channels directly (bind to channel mode) - [ ] Attach an existing codex session - [ ]...
closed
completed
true
1
[ "enhancement", "maintainer" ]
[ "osolmaz" ]
2026-03-04T15:41:05Z
2026-04-27T05:03:16Z
2026-04-24T19:22:20Z
MEMBER
null
20260427T090020Z
2026-04-27T09:00:20Z
osolmaz
2,453,968
MDQ6VXNlcjI0NTM5Njg=
User
false
openclaw/openclaw
4,024,723,062
I_kwDOQb6kR87v5GZ2
35,059
https://github.com/openclaw/openclaw/issues/35059
https://api.github.com/repos/openclaw/openclaw/issues/35059
[Feature]: [Security Tool] openclaw-audit — Pre-install skill malware scanner
### Summary ## What A free, zero-dependency security scanner for OpenClaw installations. Focuses on detecting malicious skills before they execute. ## Why - 800+ malicious skills detected in ClawHub (~20% of registry) - CVE-2026-25253 WebSocket hijack still affects unpatched instances - Existing tools (SecureClaw, ...
closed
not_planned
true
1
[ "enhancement", "security" ]
[]
2026-03-04T23:31:05Z
2026-04-27T05:03:15Z
2026-04-24T19:22:28Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
bidaiAI
259,248,595
U_kgDOD3PR0w
User
false
openclaw/openclaw
4,025,327,216
I_kwDOQb6kR87v7Z5w
35,262
https://github.com/openclaw/openclaw/issues/35262
https://api.github.com/repos/openclaw/openclaw/issues/35262
[Feature Request] Support `/v1/responses` API Format as Client
### Summary Add support for the `/v1/responses` API format (OpenResponses) as a client-side provider type. This would allow OpenClaw to connect to self-hosted API services that use the OpenResponses format, such as those built with [sub2api](https://github.com/Wei-Shaw/sub2api) and similar open-source projects. ### P...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-05T02:39:35Z
2026-04-27T05:03:14Z
2026-04-24T19:22:43Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
beetleplan
203,493,993
U_kgDODCESaQ
User
false
openclaw/openclaw
4,025,545,183
I_kwDOQb6kR87v8PHf
35,377
https://github.com/openclaw/openclaw/issues/35377
https://api.github.com/repos/openclaw/openclaw/issues/35377
[Feature] Speech-to-Text (STT) integration for voice messages (e.g., iFlytek, Whisper)
### Summary Add automatic speech-to-text transcription for incoming voice messages across all chat channels. ### Problem to solve Currently, when users send voice messages through chat channels (especially Feishu/Lark), the agent receives the audio file but cannot understand its content. The user has to manually tra...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-05T03:52:52Z
2026-04-27T05:03:13Z
2026-04-24T19:23:04Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Wen-Vortex
213,997,131
U_kgDODMFWSw
User
false
openclaw/openclaw
4,025,758,123
I_kwDOQb6kR87v9DGr
35,466
https://github.com/openclaw/openclaw/issues/35466
https://api.github.com/repos/openclaw/openclaw/issues/35466
fix(telegram): enforce single streamed reply per turn and prevent duplicate final resend
### Summary <div align="center"> <img width="1500" height="500" alt="Image" src="https://github.com/user-attachments/assets/4ae57dfb-4f18-4677-9136-43bf93017250" /> <br/> <br/> <strong>探索人们如何真正在日常生活中使用 OpenClaw(前身为 ClawdBot、MoltBot)。 </strong> <br /> <br /> [![Awesome](https://awesome.re/badge.svg)](...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-05T04:53:41Z
2026-04-27T05:03:12Z
2026-04-24T19:23:15Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
xxxxxwater
48,395,094
MDQ6VXNlcjQ4Mzk1MDk0
User
false
openclaw/openclaw
4,025,966,504
I_kwDOQb6kR87v91-o
35,532
https://github.com/openclaw/openclaw/issues/35532
https://api.github.com/repos/openclaw/openclaw/issues/35532
[Feature]: Health monitor stale-socket threshold should be configurable (gateway.staleEventThresholdMinutes)
### Summary Expose the hardcoded `DEFAULT_STALE_EVENT_THRESHOLD_MS` (30 minutes) in the channel health monitor as a user-configurable option `gateway.staleEventThresholdMinutes`, with hot-reload support. This allows operators to tune or disable the stale-socket detection for low-traffic channels that are falsely flagg...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-05T05:46:39Z
2026-04-27T05:03:12Z
2026-04-24T19:23:19Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
shejianmin
12,389,268
MDQ6VXNlcjEyMzg5MjY4
User
false
openclaw/openclaw
4,026,329,361
I_kwDOQb6kR87v_OkR
35,653
https://github.com/openclaw/openclaw/issues/35653
https://api.github.com/repos/openclaw/openclaw/issues/35653
[Feature]: 添加文件系统操作工具权限给AI助手
### Summary ## 📋 功能描述 希望为AI助手添加文件系统操作工具权限,包括: - create_file - 创建文件 - read_file - 读取文件 - write_file - 写入文件 - copy_file - 拷贝文件 - mkdir - 创建目录 - exec - 执行系统命令 ### Problem to solve ## 🎯 使用场景 1. **自动化备份** - AI助手可以直接创建备份文件 2. **移动部署** - 创建可移动的小助理版本 3. **系统维护** - 自动整理文件和清理 4. **技能开发** - AI助手可以创建和修改技能文件 ### Proposed so...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-05T07:11:31Z
2026-04-27T05:03:11Z
2026-04-24T19:23:23Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Aaron0496
263,282,537
U_kgDOD7FfaQ
User
false
openclaw/openclaw
3,920,750,317
I_kwDOQb6kR87psebt
13,329
https://github.com/openclaw/openclaw/issues/13329
https://api.github.com/repos/openclaw/openclaw/issues/13329
[Feature]: Add optional integration with mem for deterministic local memory
## Summary I’d like to propose support for [`mem`](https://github.com/amcbstudio/mem) as an optional memory sidecar for OpenClaw/Clawdbot workflows. `mem` is a deterministic, CLI-first memory tool that stores append-only JSONL events and compacts them into stable artifacts (`state.json` + `MEMORY.md`). This could b...
closed
not_planned
true
2
[ "enhancement" ]
[]
2026-02-10T10:44:41Z
2026-04-27T05:03:08Z
2026-04-24T18:58:44Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
arthurborgesdev
38,326,017
MDQ6VXNlcjM4MzI2MDE3
User
false
openclaw/openclaw
4,027,656,760
I_kwDOQb6kR87wESo4
36,012
https://github.com/openclaw/openclaw/issues/36012
https://api.github.com/repos/openclaw/openclaw/issues/36012
[Feature]: Join the OpenClaw WhatsApp discussion group (Q&A / troubleshooting / ideas)
### Summary ![Image](https://github.com/user-attachments/assets/09db94b8-5133-4051-97b8-bf3db357cdd3) ### Problem to solve Hi OpenClaw maintainers & community 👋 To make it easier for users to ask quick questions, share troubleshooting tips, and discuss roadmap ideas, I created a WhatsApp discussion group for OpenC...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-05T11:31:37Z
2026-04-27T05:03:07Z
2026-04-24T19:23:54Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
zhpd
11,941,825
MDQ6VXNlcjExOTQxODI1
User
false
openclaw/openclaw
4,027,693,210
I_kwDOQb6kR87wEbia
36,025
https://github.com/openclaw/openclaw/issues/36025
https://api.github.com/repos/openclaw/openclaw/issues/36025
[Feature]: how to add a hook when user input special word, then call http request and return result directly(without request llm)
### Summary when you input contain: open tv or open light call a http request, such as: http://127.0.0.1/operate then return "i will open tv for you, thanks" (showing the result in im output box) how to write the hook. and how to use the hook? thanks ### Problem to solve FYI ### Proposed solution FYI ### Alterna...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-05T11:39:45Z
2026-04-27T05:03:06Z
2026-04-24T19:23:58Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
whk6688
17,873,056
MDQ6VXNlcjE3ODczMDU2
User
false
openclaw/openclaw
4,027,971,801
I_kwDOQb6kR87wFfjZ
36,109
https://github.com/openclaw/openclaw/issues/36109
https://api.github.com/repos/openclaw/openclaw/issues/36109
feat(feishu): Support adding edit permission when creating documents
### Summary When using feishu_doc to create documents, the robot-created documents only have read permission by default. Users cannot edit and need to manually set permissions in Feishu. This feature request is to add automatic permission granting. ### Problem to solve When users ask AI to generate articles and the ...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-05T12:38:07Z
2026-04-27T05:03:06Z
2026-04-24T19:24:02Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
edmond-ai
39,846,680
MDQ6VXNlcjM5ODQ2Njgw
User
false
openclaw/openclaw
4,028,129,061
I_kwDOQb6kR87wGF8l
36,163
https://github.com/openclaw/openclaw/issues/36163
https://api.github.com/repos/openclaw/openclaw/issues/36163
[Feature Request] Add DingTalk (钉钉) channel support
### Summary Add official DingTalk (钉钉) channel support for Chinese users ### Problem to solve Currently, OpenClaw supports many messaging platforms like WhatsApp, Telegram, Discord, Slack, etc., but does not support DingTalk (钉钉), which is one of the most popular business communication platforms in China with over 6...
closed
not_planned
true
1
[ "enhancement" ]
[]
2026-03-05T13:08:48Z
2026-04-27T05:03:05Z
2026-04-24T19:24:06Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
lily021466
265,805,812
U_kgDOD9ff9A
User
false
openclaw/openclaw
4,029,354,012
I_kwDOQb6kR87wKxAc
36,440
https://github.com/openclaw/openclaw/issues/36440
https://api.github.com/repos/openclaw/openclaw/issues/36440
[Feature]: Add image upload support to Control UI / WebChat
### Summary Add image upload support (clipboard paste, drag-and-drop, file picker) to Control UI / WebChat for vision-capable models. ### Problem to solve Control UI / WebChat does not support image uploads. Users cannot send images to vision-capable models (GLM-4.6V, GPT-4o, Claude) through the web interface. ### ...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-05T16:32:18Z
2026-04-27T05:03:03Z
2026-04-24T19:24:21Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
guozc007-ux
257,751,738
U_kgDOD1z6ug
User
false
openclaw/openclaw
4,029,432,807
I_kwDOQb6kR87wLEPn
36,458
https://github.com/openclaw/openclaw/issues/36458
https://api.github.com/repos/openclaw/openclaw/issues/36458
[Feature]: Feature Request: Native Local Embedding Support for Restricted Networks
### Summary **Feature Request: Native Local Embedding Support for Restricted Networks** **Error observed:** ### Problem to solve In regions with restricted internet access (Some corporate networks), Google AI Studio and OpenAI embedding APIs are blocked. This renders `memory_search` completely non-functional despi...
closed
completed
true
3
[ "enhancement" ]
[]
2026-03-05T16:48:49Z
2026-04-27T05:03:02Z
2026-04-24T19:24:25Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Daimonsept
263,491,991
U_kgDOD7SRlw
User
false
openclaw/openclaw
4,030,246,021
I_kwDOQb6kR87wOKyF
36,640
https://github.com/openclaw/openclaw/issues/36640
https://api.github.com/repos/openclaw/openclaw/issues/36640
Bidirectional message relay between Telegram and WebChat (Control UI)
### Summary When using both Telegram and the WebChat simultaneously, only the agent's responses are visible in the Control UI. Messages sent by the user from Telegram are not mirrored, making the conversation appear one-sided and preventing seamless cross-channel follow-up. ### Problem to solve Users who switch betw...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-05T19:49:03Z
2026-04-27T05:03:01Z
2026-04-24T19:24:29Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
josepray
260,514,339
U_kgDOD4ciIw
User
false
openclaw/openclaw
4,031,319,150
I_kwDOQb6kR87wSQxu
36,881
https://github.com/openclaw/openclaw/issues/36881
https://api.github.com/repos/openclaw/openclaw/issues/36881
nano-banana-pro: explicit --resolution 1K can be overridden by auto-detection
## Summary When editing images with `skills/nano-banana-pro/scripts/generate_image.py`, the script may auto-upgrade resolution from `1K` to `2K/4K` even when the user explicitly passes `--resolution 1K`. ## Problem The implementation used `1K` as both: - the parser default value, and - an explicit user-provided value....
closed
completed
true
2
[]
[ "vincentkoc" ]
2026-03-05T23:53:45Z
2026-04-27T05:03:00Z
2026-04-24T19:24:34Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
shuofengzhang
24,763,026
MDQ6VXNlcjI0NzYzMDI2
User
false
openclaw/openclaw
4,031,719,073
I_kwDOQb6kR87wTyah
36,990
https://github.com/openclaw/openclaw/issues/36990
https://api.github.com/repos/openclaw/openclaw/issues/36990
[Security] Clawguard: OpenClaw skills/plugins scanner & guard (open-source)
### Summary Hi OpenClaw team/community — I built an open-source tool called Clawguard to help scan OpenClaw skills/plugins for risky patterns and block high‑risk runs before the gateway starts. Repo: https://github.com/jiangmuran/clawguard Website: https://clawguard.muran.tech I’d love feedback on the approach, rul...
closed
not_planned
true
1
[ "enhancement", "security" ]
[]
2026-03-06T01:51:48Z
2026-04-27T05:03:00Z
2026-04-24T19:24:38Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
jiangmuran
72,869,031
MDQ6VXNlcjcyODY5MDMx
User
false
openclaw/openclaw
4,031,788,971
I_kwDOQb6kR87wUDer
37,022
https://github.com/openclaw/openclaw/issues/37022
https://api.github.com/repos/openclaw/openclaw/issues/37022
[Feature]: Add recursion_limit to prevent infinite agent loops
### Summary Add a configurable `recursion_limit` (or `max_steps`) parameter to limit the number of reasoning / tool execution cycles in a single agent run. This prevents agents from entering infinite reasoning loops when they fail to reach a final answer. ### Problem to solve In real-world usage of agent systems, L...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-06T02:12:06Z
2026-04-27T05:02:59Z
2026-04-24T19:24:42Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
the-yex
124,665,918
U_kgDOB25APg
User
false
openclaw/openclaw
4,031,985,960
I_kwDOQb6kR87wUzko
37,094
https://github.com/openclaw/openclaw/issues/37094
https://api.github.com/repos/openclaw/openclaw/issues/37094
[Feature]:Add clipboard image paste support in Webchat
### Summary Support pasting images directly in Webchat UI (auto-upload to backend) ### Problem to solve Currently, when users paste images from clipboard into the Webchat input field, nothing happens — the image is not uploaded or processed. This breaks the expected behavior for users who frequently share screenshot...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-06T03:22:24Z
2026-04-27T05:02:57Z
2026-04-24T19:24:51Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
whom22
90,920,585
MDQ6VXNlcjkwOTIwNTg1
User
false
openclaw/openclaw
4,032,038,830
I_kwDOQb6kR87wVAeu
37,118
https://github.com/openclaw/openclaw/issues/37118
https://api.github.com/repos/openclaw/openclaw/issues/37118
[Feature]: openclaw不知道自己json文件的规范
### Summary openclaw修改自身的配置文件经常挂掉 ### Problem to solve 希望openclaw每次升级后都有自己的使用手册,会根据自己的版本查找对应的openclaw.json规范,避免每次自己修改一些配置就会挂掉的问题。 ### Proposed solution 希望openclaw每次升级后都有自己的使用手册,会根据自己的版本查找对应的openclaw.json规范,避免每次自己修改一些配置就会挂掉的问题。 ### Alternatives considered _No response_ ### Impact openclaw修改自身的配置文件经常挂掉 ### Evid...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-06T03:42:19Z
2026-04-27T05:02:57Z
2026-04-24T19:24:55Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
Qjzn
186,138,445
U_kgDOCxg_TQ
User
false
openclaw/openclaw
4,032,428,670
I_kwDOQb6kR87wWfp-
37,258
https://github.com/openclaw/openclaw/issues/37258
https://api.github.com/repos/openclaw/openclaw/issues/37258
[Feature]: Point agents to agent-friendly version of docs.openclaw.ai
### Summary Prepend agent-oriented instructions (header?) to each docs page pointing to .md version of page and llms.txt. ### Problem to solve Users point their agents (e.g. openclaw) at openclaw docs without necessarily knowing that there are .md versions of each page. Parsing the html app's version of the page was...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-06T06:03:45Z
2026-04-27T05:02:49Z
2026-04-24T19:25:38Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
adellhk
9,361,067
MDQ6VXNlcjkzNjEwNjc=
User
false
openclaw/openclaw
4,032,954,341
I_kwDOQb6kR87wYf_l
37,463
https://github.com/openclaw/openclaw/issues/37463
https://api.github.com/repos/openclaw/openclaw/issues/37463
[Feature]: we need dashscope provider support when onboarding
### Summary Currently, integrating DashScope models into OpenClaw has a steep learning curve for new users. The onboarding process requires understanding and configuring three separate concepts — Agent, Provider, and Model — before getting started, which creates unnecessary friction and increases the barrier to entry....
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-06T08:31:39Z
2026-04-27T05:02:40Z
2026-04-24T19:26:30Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
RupengWang
9,884,693
MDQ6VXNlcjk4ODQ2OTM=
User
false
openclaw/openclaw
4,033,005,568
I_kwDOQb6kR87wYsgA
37,476
https://github.com/openclaw/openclaw/issues/37476
https://api.github.com/repos/openclaw/openclaw/issues/37476
[Feature]: Troubles with Permissions in OpenClaw 3.2 — Can’t Disable Popups, Commands Broken
### Summary I’m having serious issues with permissions in OpenClaw 3.2. There seems to be no way to fully disable permission popups in the real sense. I cannot find any OpenClaw 3.2 documentation or resources online at all, which makes it impossible to send complex remote commands. The differences between OpenClaw 3.2...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-06T08:45:39Z
2026-04-27T05:02:39Z
2026-04-24T19:26:38Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
lucianoooo0126-cloud
265,272,412
U_kgDOD8-8XA
User
false
openclaw/openclaw
4,033,183,780
I_kwDOQb6kR87wZYAk
37,553
https://github.com/openclaw/openclaw/issues/37553
https://api.github.com/repos/openclaw/openclaw/issues/37553
[Feature]: How to automatically designate bot replies based on "@" in content in openclaw
### Summary In openclaw, how can replies be automatically assigned to a bot when the content contains "@" symbols? This feature is needed for efficient bot management and response handling. ### Problem to solve In openclaw, how can replies be automatically assigned to a bot when the content contains "@" symbols? Th...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-06T09:28:27Z
2026-04-27T05:02:35Z
2026-04-24T19:27:01Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
zhaozhiwei1992
16,487,273
MDQ6VXNlcjE2NDg3Mjcz
User
false
openclaw/openclaw
4,033,593,423
I_kwDOQb6kR87wa8BP
37,672
https://github.com/openclaw/openclaw/issues/37672
https://api.github.com/repos/openclaw/openclaw/issues/37672
[Feature]: Add Next Run Time to Editing Cron Tasks Output in Human-Readable Date Time Format
### Summary It's hard to understand the next run times of cron tasks as a human. ### Problem to solve Sometimes, I have to debug my OpenClaw cron tasks. ``` $ openclaw cron edit 1b46291a-7f87-421b-b0bf-e74aee74d4b6 { "id": "1b46291a-7f87-421b-b0bf-e74aee74d4b6", "agentId": "main", "name": "Daily March date-se...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-06T11:03:32Z
2026-04-27T05:02:29Z
2026-04-24T19:27:56Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
arjunaskykok
32,124,593
MDQ6VXNlcjMyMTI0NTkz
User
false
openclaw/openclaw
4,324,767,305
I_kwDOQb6kR88AAAABAca2SQ
71,195
https://github.com/openclaw/openclaw/issues/71195
https://api.github.com/repos/openclaw/openclaw/issues/71195
feat(talk/macOS): add OpenAI Realtime (speech-to-speech) path for Talk Mode — parity with the voice-call plugin's phone experience
## Summary Mac Talk Mode today runs a classic STT → chat → `talk.speak` TTS chain. Observed turn latency is ~1.7–4.9 s depending on agent model and TTS provider. The `voice-call` plugin, by contrast, routes Twilio audio through `RealtimeVoiceBridge` → `gpt-realtime` and achieves sub-second turns with native barge-in v...
open
null
false
5
[ "enhancement", "app: macos" ]
[]
2026-04-24T18:13:38Z
2026-05-03T06:07:27Z
null
NONE
null
20260503T090142Z
2026-05-03T09:01:42Z
ThoroughWorks
32,154,209
MDQ6VXNlcjMyMTU0MjA5
User
false
openclaw/openclaw
4,324,814,605
I_kwDOQb6kR88AAAABAcdvDQ
71,199
https://github.com/openclaw/openclaw/issues/71199
https://api.github.com/repos/openclaw/openclaw/issues/71199
Adaptive thinking not supported/exposed for openai-codex/gpt-5.5 despite gpt-5.4 support
## Summary After upgrading to OpenClaw `2026.4.23` and switching the default model from `openai-codex/gpt-5.4` to `openai-codex/gpt-5.5` via Codex OAuth, `adaptive` thinking is no longer supported/exposed the same way it was with `openai-codex/gpt-5.4`. This looks like a regression or provider capability/profile mism...
closed
not_planned
true
1
[]
[]
2026-04-24T18:23:53Z
2026-04-27T05:02:20Z
2026-04-24T19:28:35Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
jonathanadams96
254,273,217
U_kgDODyfmwQ
User
false
openclaw/openclaw
4,324,944,100
I_kwDOQb6kR88AAAABAclo5A
71,215
https://github.com/openclaw/openclaw/issues/71215
https://api.github.com/repos/openclaw/openclaw/issues/71215
Config schema rejects plugins.entries.*.hooks.allowConversationAccess required by plugin loader
## Summary `plugins.entries.<pluginId>.hooks.allowConversationAccess` is required by the plugin loader for non-bundled typed hooks that need conversation access, but the generated config schema rejects that key as unknown. This creates a mismatch where OpenClaw logs tell users to set `plugins.entries.<pluginId>.hooks...
closed
completed
true
2
[]
[]
2026-04-24T18:51:06Z
2026-04-27T05:02:18Z
2026-04-24T19:28:43Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
BillChirico
13,951,316
MDQ6VXNlcjEzOTUxMzE2
User
false
openclaw/openclaw
4,034,321,058
I_kwDOQb6kR87wdtqi
37,869
https://github.com/openclaw/openclaw/issues/37869
https://api.github.com/repos/openclaw/openclaw/issues/37869
[Bug] ACP/acpx session accepted but never closes the loop; no history, no announce, no stream log
# [Bug] ACP/acpx session accepted but never closes the loop; no history, no announce, no stream log ## Summary Using `runtime: "acp"` with `opencode`, the spawned ACP session is accepted but does not close the loop. Observed behavior: - `sessions_spawn` returns `status: "accepted"` - child `sessionKey` is created - `...
closed
completed
true
7
[]
[ "vincentkoc" ]
2026-03-06T13:48:14Z
2026-04-27T05:02:11Z
2026-04-24T19:29:21Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
williamli20140605
176,786,502
U_kgDOComMRg
User
false
openclaw/openclaw
4,325,131,080
I_kwDOQb6kR88AAAABAcxDSA
71,227
https://github.com/openclaw/openclaw/issues/71227
https://api.github.com/repos/openclaw/openclaw/issues/71227
sessions.json parse+write blows past 60s run budget → agents silently return 'No reply from agent'
## TL;DR Once per-agent `sessions.json` crosses ~5 MB, runs routinely exceed the 60 s run budget during the synchronous read-modify-write of that file, and the run dies with `No reply from agent`. The user sees total silence from the agent. Other agents on the same gateway with small stores respond normally — which ma...
closed
not_planned
true
1
[]
[]
2026-04-24T19:31:37Z
2026-05-03T04:34:37Z
2026-04-30T23:51:23Z
NONE
null
20260503T060030Z
2026-05-03T06:00:30Z
nsollazzo
20,994,605
MDQ6VXNlcjIwOTk0NjA1
User
false
openclaw/openclaw
4,035,978,949
I_kwDOQb6kR87wkCbF
38,313
https://github.com/openclaw/openclaw/issues/38313
https://api.github.com/repos/openclaw/openclaw/issues/38313
[Feature]: Can I set multiple LLM model under Openclaw
### Summary Hi guys, right now, my openclaw was linked to OpenAI, but while I'm OpenAI plus membership, the API limit burnout out so quickly. I'm wondering can I link to Gemini and Claude at the same time, and Openclaw can check which has limit budget if one burns out. I'm also a pro member for Gemini, so wanna utiliz...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-06T20:15:43Z
2026-04-27T05:01:47Z
2026-04-24T19:32:37Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
monkeyjack123
40,495,855
MDQ6VXNlcjQwNDk1ODU1
User
false
openclaw/openclaw
4,036,755,476
I_kwDOQb6kR87wnAAU
38,417
https://github.com/openclaw/openclaw/issues/38417
https://api.github.com/repos/openclaw/openclaw/issues/38417
[Feature]: openclaw-mem0: support per-agent memory isolation via {agentId} templating
### Summary When using multiple agents with `openclaw-mem0`, all memories are stored under a single `userId` (e.g., "jorge"), causing memory bleed between unrelated contexts. ### Problem to solve ### Current Behavior ```json { "plugins": { "entries": { "openclaw-mem0": { "config": { "u...
closed
not_planned
true
3
[ "enhancement" ]
[]
2026-03-07T00:18:45Z
2026-04-27T05:01:36Z
2026-04-24T19:34:34Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
jorgermp
1,401,249
MDQ6VXNlcjE0MDEyNDk=
User
false
openclaw/openclaw
4,037,362,178
I_kwDOQb6kR87wpUIC
38,577
https://github.com/openclaw/openclaw/issues/38577
https://api.github.com/repos/openclaw/openclaw/issues/38577
[Feature]: Plugin Router Middleware - Allow non-AI slash commands for allowlisted users
### Summary Problem: I want to share my WhatsApp number with friends so they can use plugin services (like document conversion) via slash commands, without those messages hitting the AI gateway. Currently, all messages go to the AI, which wastes tokens and isn't needed for deterministic plugin tasks. Proposed Solutio...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-07T04:49:36Z
2026-04-27T05:01:21Z
2026-04-24T19:37:39Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
muradtariq-tk
5,235,089
MDQ6VXNlcjUyMzUwODk=
User
false
openclaw/openclaw
4,037,744,094
I_kwDOQb6kR87wqxXe
38,665
https://github.com/openclaw/openclaw/issues/38665
https://api.github.com/repos/openclaw/openclaw/issues/38665
[Feature]: Feature Request: Add Copy Button to Code Blocks in WebChat
### Summary Add copy button to code blocks in WebChat ### Problem to solve When using WebChat, users often need to copy code blocks (commands, scripts, etc.). Currently, users must manually select text and copy it, which is inconvenient especially for long commands like SCP paths. This is a common feature in modern...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-07T07:27:52Z
2026-04-27T05:01:16Z
2026-04-24T19:38:43Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
nihaoluohua
8,818,544
MDQ6VXNlcjg4MTg1NDQ=
User
false
openclaw/openclaw
4,037,889,509
I_kwDOQb6kR87wrU3l
38,694
https://github.com/openclaw/openclaw/issues/38694
https://api.github.com/repos/openclaw/openclaw/issues/38694
Include current date in System Prompt "Current Date & Time" section
### Summary The System Prompt's "Current Date & Time" section only provides timezone but not the actual date (YYYY-MM-DD). This requires agents to call session_status() just to get the current date for tasks like reading daily memory files. ### Problem to solve Currently, the system prompt provides: ``` ## Current D...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-07T08:34:00Z
2026-04-27T05:01:12Z
2026-04-24T19:39:20Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
saulgoodmanngabriel
260,240,674
U_kgDOD4L1Ig
User
false
openclaw/openclaw
4,037,957,239
I_kwDOQb6kR87wrlZ3
38,704
https://github.com/openclaw/openclaw/issues/38704
https://api.github.com/repos/openclaw/openclaw/issues/38704
[Feature]:Feature Request: Add exec plugin for terminal command execution
### Summary ## Feature Request: exec plugin ### What Add a plugin that allows the agent to execute terminal commands. ### Why Useful for running system commands, checking status, managing services, etc. ### Example use cases - Run `openclaw gateway restart` - Check system status with `top` or `htop` - Execute custo...
closed
completed
true
2
[ "enhancement" ]
[]
2026-03-07T09:00:03Z
2026-04-27T05:01:10Z
2026-04-24T19:39:29Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
895772188-pixel
266,256,532
U_kgDOD97AlA
User
false
openclaw/openclaw
3,943,826,217
I_kwDOQb6kR87rEgMp
17,072
https://github.com/openclaw/openclaw/issues/17072
https://api.github.com/repos/openclaw/openclaw/issues/17072
Execution Routing + Tool Permission Telemetry Hooks
### Summary Expose structured hooks for external execution routers to enforce tool permissions and capture fallback/receipt telemetry. ### Problem to solve Agent frameworks execute tools internally without standardized permission gating or signed execution receipts, making governance, fallback auditing, and external...
closed
not_planned
true
2
[ "enhancement" ]
[]
2026-02-15T11:08:48Z
2026-04-27T05:00:54Z
2026-04-24T19:03:09Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
walkojas-boop
261,247,722
U_kgDOD5JS6g
User
false
openclaw/openclaw
4,038,453,658
I_kwDOQb6kR87wtema
38,872
https://github.com/openclaw/openclaw/issues/38872
https://api.github.com/repos/openclaw/openclaw/issues/38872
[Feishu] delivery-mirror causes duplicate message sends
## Problem When using OpenClaw with Feishu channel, messages are being sent twice within ~0.6 seconds. The duplicate message comes from the `delivery-mirror` internal mechanism. ## Evidence From session logs: ``` [09:59:38] glm-5 (stop=stop): **当前测试状态:**... [09:59:39] delivery-mirror (stop=stop): **当前测试状态:**... 时间...
closed
completed
true
1
[]
[ "vincentkoc" ]
2026-03-07T13:11:28Z
2026-04-27T05:00:52Z
2026-04-24T19:42:05Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
tplucky
8,242,264
MDQ6VXNlcjgyNDIyNjQ=
User
false
openclaw/openclaw
4,038,461,688
I_kwDOQb6kR87wtgj4
38,874
https://github.com/openclaw/openclaw/issues/38874
https://api.github.com/repos/openclaw/openclaw/issues/38874
Feature Request: Support for supplementary/additive memory plugins alongside the primary memory slot
### Summary I'm running a multi-agent setup (7 agents) with memory-lancedb as my primary memory plugin. I also have a knowledge graph layer (Cognee) that provides graph-based retrieval — entity relationships, multi-hop reasoning across projects, and temporal context that vector search can't do. The problem: cognee-ope...
closed
completed
true
6
[ "enhancement" ]
[]
2026-03-07T13:15:24Z
2026-04-27T05:00:51Z
2026-04-24T19:42:10Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
BKF-Gitty
263,413,630
U_kgDOD7Nffg
User
false
openclaw/openclaw
4,324,869,295
I_kwDOQb6kR88AAAABAchErw
71,210
https://github.com/openclaw/openclaw/issues/71210
https://api.github.com/repos/openclaw/openclaw/issues/71210
[Bug]: openclaw memory status fails with 'Unknown memory embedding provider: local'
**Bug type:** Behavior bug (incorrect output/state without crash) **Beta release blocker:** No **Summary:** The \openclaw memory status\ CLI command fails with "Unknown memory embedding provider: local" even when node-llama-cpp is properly installed and the memory_search tool works correctly in the gateway runtime. ...
closed
completed
true
4
[]
[]
2026-04-24T18:35:01Z
2026-04-28T04:32:41Z
2026-04-25T19:32:05Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
welselay-5
270,687,271
U_kgDOECJcJw
User
false
openclaw/openclaw
4,325,190,135
I_kwDOQb6kR88AAAABAc0p9w
71,231
https://github.com/openclaw/openclaw/issues/71231
https://api.github.com/repos/openclaw/openclaw/issues/71231
image_generate list shows stale OPENAI_API_KEY hint for gpt-image-2 when Codex OAuth works
`image_generate list` still reports `OPENAI_API_KEY` as required for `openai/gpt-image-2` even when Codex OAuth routing is configured and generation succeeds. ## Environment - OpenClaw: 2026.4.23 (stable/prod) - Install: pnpm package install - Provider/model tested: `openai/gpt-image-2` - Codex OAuth is configured an...
closed
completed
true
1
[]
[]
2026-04-24T19:45:17Z
2026-04-27T04:47:37Z
2026-04-24T23:39:29Z
CONTRIBUTOR
null
20260427T090020Z
2026-04-27T09:00:20Z
barronlroth
5,567,884
MDQ6VXNlcjU1Njc4ODQ=
User
false
openclaw/openclaw
4,325,241,750
I_kwDOQb6kR88AAAABAc3zlg
71,233
https://github.com/openclaw/openclaw/issues/71233
https://api.github.com/repos/openclaw/openclaw/issues/71233
[Bug]: jiti plugin loader fails to resolve typebox barrel re-exports ('./else.mjs', './el_GR.mjs') — breaks anthropic/google/lmstudio/xai/memory-core on 2026.4.22/4.23 Linux
## Bug Report **OpenClaw version:** `2026.4.22` (also reproduces on `2026.4.23`) **Node:** `22.22.0` **npm:** `10.9.4` **OS:** Ubuntu 24.04.3 LTS (Linux 6.8.0-107-generic, x86_64) **jiti:** `2.6.1` (bundled in `openclaw/node_modules/jiti`) **Install path:** `/usr/lib/node_modules/openclaw` (via `sudo npm install -g op...
closed
completed
true
1
[]
[ "vincentkoc" ]
2026-04-24T19:56:44Z
2026-04-28T04:38:55Z
2026-04-26T03:23:59Z
NONE
null
20260428T060020Z
2026-04-28T06:00:20Z
fjbotti
63,299,604
MDQ6VXNlcjYzMjk5NjA0
User
false
openclaw/openclaw
4,325,243,767
I_kwDOQb6kR88AAAABAc37dw
71,234
https://github.com/openclaw/openclaw/issues/71234
https://api.github.com/repos/openclaw/openclaw/issues/71234
Gateway OOM crash: sessions.json (31MB / 1,407 sessions) causes heap exhaustion during every sessions.list/chat.history poll
## Problem The OpenClaw gateway repeatedly crashes with `FATAL ERROR: Reached heap limit Allocation failed - JavaScript heap out of memory`. The crash occurs during the webchat control UI's periodic polling of `sessions.list` and `chat.history`. ## Environment - **OpenClaw version**: 2026.4.12 (config reports 2026.4...
closed
not_planned
true
1
[]
[]
2026-04-24T19:57:09Z
2026-04-29T04:41:39Z
2026-04-26T07:28:10Z
NONE
null
20260429T060025Z
2026-04-29T06:00:25Z
TradingData684
86,187,960
MDQ6VXNlcjg2MTg3OTYw
User
false
openclaw/openclaw
4,325,376,038
I_kwDOQb6kR88AAAABAdAAJg
71,246
https://github.com/openclaw/openclaw/issues/71246
https://api.github.com/repos/openclaw/openclaw/issues/71246
Openclaw no funciona el chat del panel con modelo local pero si funciona con modelo cloud
### Bug type Regression (worked before, now fails) ### Beta release blocker No ### Summary **Version:** 2026.4.23 **OS:** Ubuntu (Linux x86_64) **Hardware:** Intel Core i7, 32GB RAM, no GPU ...
closed
not_planned
true
1
[ "bug" ]
[]
2026-04-24T20:21:55Z
2026-04-29T04:41:39Z
2026-04-26T07:28:15Z
NONE
null
20260429T060025Z
2026-04-29T06:00:25Z
sapientia32026-alt
279,110,618
U_kgDOEKLj2g
User
false
openclaw/openclaw
4,325,362,360
I_kwDOQb6kR88AAAABAc_KuA
71,244
https://github.com/openclaw/openclaw/issues/71244
https://api.github.com/repos/openclaw/openclaw/issues/71244
[Bug]: v2026.4.23 first gateway start after upgrade from v2026.4.22 — acpx fails with ENOTEMPTY on bare-os/prebuilds
## Summary On Linux, upgrading from `v2026.4.22` to `v2026.4.23` and starting the gateway for the first time causes the `acpx` plugin to fail initialization with a `npm ENOTEMPTY` error on `node_modules/bare-os/prebuilds`. Wiping `~/.openclaw/plugin-runtime-deps/openclaw-2026.4.23-*` and restarting heals the state. Th...
closed
completed
true
2
[]
[]
2026-04-24T20:19:38Z
2026-04-27T04:44:40Z
2026-04-25T00:47:08Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
MotherSphere
235,695,427
U_kgDODgxtQw
User
false
openclaw/openclaw
4,039,848,338
I_kwDOQb6kR87wyzGS
39,259
https://github.com/openclaw/openclaw/issues/39259
https://api.github.com/repos/openclaw/openclaw/issues/39259
[Feature]: add gpt 5.4 in github copilot provider
### Summary gpt 5.4 released in copilot but openclaw not update copilot providers ### Problem to solve Add gpt 5.4 in copilot provider’s model list ### Proposed solution Use /models can find gpt 5.4 in copilot model list ### Alternatives considered _No response_ ### Impact Model select ### Evidence/example...
closed
completed
true
1
[ "enhancement" ]
[]
2026-03-07T23:21:40Z
2026-04-27T05:00:06Z
2026-04-24T20:29:35Z
NONE
null
20260427T090020Z
2026-04-27T09:00:20Z
zhangmaosen
1,047,603
MDQ6VXNlcjEwNDc2MDM=
User
false