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,383,316,877 | I_kwDOQb6kR88AAAABBUQbjQ | 77,795 | https://github.com/openclaw/openclaw/issues/77795 | https://api.github.com/repos/openclaw/openclaw/issues/77795 | [Bug]: Gateway connection closes with status 408 during WhatsApp session | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
The gateway loses its WhatsApp web connection and closes with status 408 (Request Time-out) during runtime.
### Steps to reproduce
openclaw gateway run
Start the gateway
Wait for WhatsApp provider to initialize
Observe run... | open | null | false | 2 | [
"bug",
"regression"
] | [] | 2026-05-05T10:25:19Z | 2026-05-05T10:38:19Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | alexandre-leng | 72,550,137 | MDQ6VXNlcjcyNTUwMTM3 | User | false |
openclaw/openclaw | 4,383,378,602 | I_kwDOQb6kR88AAAABBUUMqg | 77,800 | https://github.com/openclaw/openclaw/issues/77800 | https://api.github.com/repos/openclaw/openclaw/issues/77800 | [Bug]: Breaking change: api.registerTool() silently fails without contracts.tools since 2026.5.2 | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
In OpenClaw 2026.4.27 and earlier, plugins could dynamically register tools via `api.registerTool()` without declaring them in `contracts.tools`. After upgrading to 2026.5.2+, tool registration is silently rejected if `contr... | open | null | false | 1 | [
"bug"
] | [] | 2026-05-05T10:36:17Z | 2026-05-05T10:44:41Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | lyf571321556 | 2,295,872 | MDQ6VXNlcjIyOTU4NzI= | User | false |
openclaw/openclaw | 4,383,412,152 | I_kwDOQb6kR88AAAABBUWPuA | 77,801 | https://github.com/openclaw/openclaw/issues/77801 | https://api.github.com/repos/openclaw/openclaw/issues/77801 | Tool policy pipeline falsely warns about plugin tools in alsoAllow | ## Description
When a plugin tool (e.g. `llm-task`) is listed in an agent's `tools.alsoAllow` and the plugin is enabled, the tool policy pipeline emits a warning:
```
tools: agents.main.tools.allow allowlist contains unknown entries (llm-task). These entries won't match any tool unless the plugin is enabled.
```
Thi... | open | null | false | 1 | [] | [] | 2026-05-05T10:42:38Z | 2026-05-05T10:49:58Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | xilopaint | 11,052,366 | MDQ6VXNlcjExMDUyMzY2 | User | false |
openclaw/openclaw | 4,383,412,402 | I_kwDOQb6kR88AAAABBUWQsg | 77,802 | https://github.com/openclaw/openclaw/issues/77802 | https://api.github.com/repos/openclaw/openclaw/issues/77802 | doctor --fix fails atomically when config has multiple validation errors, preventing fixes from persisting | ## Bug Description
After upgrading OpenClaw, running `openclaw doctor --fix` enters a broken loop where **no fixes can persist** because the tool fails atomically on any validation error.
### Reproduction Steps
1. Have a config with multiple issues, e.g.:
- `plugins.deny` references a non-existent plugin (`opencl... | open | null | false | 1 | [] | [] | 2026-05-05T10:42:41Z | 2026-05-05T10:50:42Z | null | CONTRIBUTOR | null | 20260505T120033Z | 2026-05-05T12:00:33Z | JIRBOY | 49,422,297 | MDQ6VXNlcjQ5NDIyMjk3 | User | false |
openclaw/openclaw | 4,383,415,052 | I_kwDOQb6kR88AAAABBUWbDA | 77,803 | https://github.com/openclaw/openclaw/issues/77803 | https://api.github.com/repos/openclaw/openclaw/issues/77803 | doctor --fix does not auto-migrate invalid bailian compat.thinkingFormat enum values after upgrade | ## Bug Description
After upgrading OpenClaw, all configured bailian models have an invalid `compat.thinkingFormat` value. `openclaw doctor --fix` does **not** automatically migrate these values to the new allowed enum, causing `--fix` to fail with a config validation error.
### Reproduction Steps
1. Have a pre-upgra... | open | null | false | 1 | [] | [] | 2026-05-05T10:43:11Z | 2026-05-05T10:51:37Z | null | CONTRIBUTOR | null | 20260505T120033Z | 2026-05-05T12:00:33Z | JIRBOY | 49,422,297 | MDQ6VXNlcjQ5NDIyMjk3 | User | false |
openclaw/openclaw | 4,383,419,174 | I_kwDOQb6kR88AAAABBUWrJg | 77,805 | https://github.com/openclaw/openclaw/issues/77805 | https://api.github.com/repos/openclaw/openclaw/issues/77805 | telegram bundled channel setup fails on Windows: plugin module path escapes plugin root or fails alias checks | ## Bug Description
On Windows, loading the bundled telegram channel setup entry fails with a path security error.
### Reproduction Steps
1. Be on Windows 10.
2. Run `openclaw doctor` or `openclaw doctor --fix`.
### Observed Behavior
The following error is printed (with ANSI color codes):
```
[channels] failed to l... | open | null | false | 1 | [] | [] | 2026-05-05T10:43:58Z | 2026-05-05T10:52:31Z | null | CONTRIBUTOR | null | 20260505T120033Z | 2026-05-05T12:00:33Z | JIRBOY | 49,422,297 | MDQ6VXNlcjQ5NDIyMjk3 | User | false |
openclaw/openclaw | 4,383,424,597 | I_kwDOQb6kR88AAAABBUXAVQ | 77,807 | https://github.com/openclaw/openclaw/issues/77807 | https://api.github.com/repos/openclaw/openclaw/issues/77807 | [Bug]: sessions_spawn fails with missing scope operator.write despite full-scope operator token | ## Summary
`sessions_spawn` fails on OpenClaw 2026.5.4 with:
```text
missing scope: operator.write
```
even after the local operator device token and paired-device state have been rotated/synced to include the full operator scope set.
A direct Gateway `agent` RPC using the same operator device token and the same fu... | open | null | false | 1 | [] | [] | 2026-05-05T10:44:56Z | 2026-05-05T10:54:08Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | one-box-u | 200,010,714 | U_kgDOC-vr2g | User | false |
openclaw/openclaw | 4,383,421,810 | I_kwDOQb6kR88AAAABBUW1cg | 77,806 | https://github.com/openclaw/openclaw/issues/77806 | https://api.github.com/repos/openclaw/openclaw/issues/77806 | doctor --fix auto-installing feishu/lark plugins creates duplicate plugin ID conflict | ## Bug Description
`openclaw doctor --fix` automatically installs `@openclaw/feishu` and `@larksuite/openclaw-lark`, but this creates a **duplicate plugin ID conflict** with an existing `feishu-openclaw-plugin` already present in the user's extensions directory.
### Reproduction Steps
1. Have `plugins.entries.feishu... | open | null | false | 1 | [] | [] | 2026-05-05T10:44:25Z | 2026-05-05T10:58:19Z | null | CONTRIBUTOR | null | 20260505T120033Z | 2026-05-05T12:00:33Z | JIRBOY | 49,422,297 | MDQ6VXNlcjQ5NDIyMjk3 | User | false |
openclaw/openclaw | 4,383,487,921 | I_kwDOQb6kR88AAAABBUa3sQ | 77,812 | https://github.com/openclaw/openclaw/issues/77812 | https://api.github.com/repos/openclaw/openclaw/issues/77812 | [Bug]: [Slack] openclaw message send bypasses dmPolicy allowlist for outbound DMs | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
The `openclaw message send` CLI command can send DMs to any user in the Slack workspace, even when `channels.slack.dmPolicy: "allowlist"` is configured with a restricted `allowFrom` list.
**Config**
```json
"c... | open | null | false | 1 | [
"bug"
] | [] | 2026-05-05T10:56:09Z | 2026-05-05T11:04:12Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | dab02 | 281,909,281 | U_kgDOEM2YIQ | User | false |
openclaw/openclaw | 4,383,066,358 | I_kwDOQb6kR88AAAABBUBI9g | 77,783 | https://github.com/openclaw/openclaw/issues/77783 | https://api.github.com/repos/openclaw/openclaw/issues/77783 | [Bug] sessions.json can become 0 bytes (empty), breaking session aggregation with no recovery mechanism | ## Bug Description
`sessions.json` can become corrupted (0 bytes), causing silent session aggregation failures. When this happens, OpenClaw cannot list or manage sessions properly, and there's no automatic recovery mechanism.
## Environment
- **OpenClaw version:** 2026.5.3-1
- **OS:** Linux 6.8.0-110-generic (x64)
-... | open | null | false | 1 | [] | [] | 2026-05-05T09:41:12Z | 2026-05-05T11:10:51Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | slideshow-dingo | 258,996,445 | U_kgDOD2_43Q | User | false |
openclaw/openclaw | 4,383,521,536 | I_kwDOQb6kR88AAAABBUc7AA | 77,814 | https://github.com/openclaw/openclaw/issues/77814 | https://api.github.com/repos/openclaw/openclaw/issues/77814 | [Bug]: Telegram final assistant replies after tool calls are sometimes delivered but not persisted to session JSONL | ## Bug type
Regression / intermittent runtime bug
## Beta release blocker
No
## Summary
Telegram-delivered final assistant replies after tool-calling turns are sometimes absent from the active session JSONL, so the next model turn cannot see the assistant's previous answer.
## Steps to reproduce
1. Use a Telegra... | open | null | false | 1 | [] | [] | 2026-05-05T11:02:12Z | 2026-05-05T11:11:29Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | ChushulSuri | 200,583,013 | U_kgDOC_SnZQ | User | false |
openclaw/openclaw | 4,382,935,445 | I_kwDOQb6kR88AAAABBT5JlQ | 77,779 | https://github.com/openclaw/openclaw/issues/77779 | https://api.github.com/repos/openclaw/openclaw/issues/77779 | [Bug]: WeChat plugin fails to start — api.runtime undefined in 2026.5.4 causes runtime initialization timeout | ## Bug type
Regression (worked before, now fails)
## Beta release blocker
No
## Summary
After upgrading OpenClaw from 2026.3.x to 2026.5.4, the `@tencent-weixin/openclaw-weixin` plugin (v2.4.1) fails to start with `Weixin runtime initialization timeout` and enters an auto-restart crash loop (10 attempts). The root... | open | null | false | 5 | [] | [] | 2026-05-05T09:19:25Z | 2026-05-05T11:25:03Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | php737 | 31,496,660 | MDQ6VXNlcjMxNDk2NjYw | User | false |
openclaw/openclaw | 4,383,417,288 | I_kwDOQb6kR88AAAABBUWjyA | 77,804 | https://github.com/openclaw/openclaw/issues/77804 | https://api.github.com/repos/openclaw/openclaw/issues/77804 | doctor returns exit code 0 despite reporting Invalid config at end of output | ## Bug Description
`openclaw doctor` prints `Invalid config: ...` at the end of its output but returns **exit code 0**, which is misleading for automation and manual users alike.
### Reproduction Steps
1. Have a config with invalid enum values, e.g.:
`models.providers.bailian.models.*.compat.thinkingFormat: Inval... | open | null | false | 2 | [] | [] | 2026-05-05T10:43:37Z | 2026-05-05T11:28:15Z | null | CONTRIBUTOR | null | 20260505T120033Z | 2026-05-05T12:00:33Z | JIRBOY | 49,422,297 | MDQ6VXNlcjQ5NDIyMjk3 | User | false |
openclaw/openclaw | 4,383,487,145 | I_kwDOQb6kR88AAAABBUa0qQ | 77,810 | https://github.com/openclaw/openclaw/issues/77810 | https://api.github.com/repos/openclaw/openclaw/issues/77810 | [Bug]: Skills in Web UI started showing descriptions in Chinese | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
Opening the Web UI and clicking on `Skills` side-tab, give you a list of Skills, but many are showing Chinese descriptions. I don't recall seeing this earlier.
---
<img width="1093" height="1265" alt="Image... | open | null | false | 1 | [
"bug",
"bug:behavior"
] | [] | 2026-05-05T10:56:01Z | 2026-05-05T11:35:51Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | eabase | 52,289,379 | MDQ6VXNlcjUyMjg5Mzc5 | User | false |
openclaw/openclaw | 4,383,629,278 | I_kwDOQb6kR88AAAABBUjf3g | 77,817 | https://github.com/openclaw/openclaw/issues/77817 | https://api.github.com/repos/openclaw/openclaw/issues/77817 | Feature Request: Add TinyFish as a web_search provider | ## Summary
Add [TinyFish](https://www.tinyfish.ai) as a native `web_search` provider, alongside existing providers like Brave Search.
## What is TinyFish?
TinyFish is a search API built specifically for AI agents. It offers:
- **Search API** — structured web search results (title, snippet, URL)
- **Fetch API** — web... | closed | not_planned | false | 1 | [] | [] | 2026-05-05T11:22:02Z | 2026-05-05T11:37:34Z | 2026-05-05T11:37:34Z | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | baptitse-jn | 122,104,854 | U_kgDOB0csFg | User | false |
openclaw/openclaw | 4,383,657,692 | I_kwDOQb6kR88AAAABBUlO3A | 77,819 | https://github.com/openclaw/openclaw/issues/77819 | https://api.github.com/repos/openclaw/openclaw/issues/77819 | WebChat history after session reset hides archived sessions and loses image attachment display | OpenClaw version: 2026.5.3-1
Surface: WebChat / Control UI
Session key: `agent:main:main`
## Issue
After an automatic/session reset, WebChat only shows one current session (`agent:main:main`). Older/reset transcript history is not visible in the Sessions UI, even though transcript/archive files still exist on disk.
... | open | null | false | 2 | [] | [] | 2026-05-05T11:26:54Z | 2026-05-05T11:38:44Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | vampyren | 4,087,127 | MDQ6VXNlcjQwODcxMjc= | User | false |
openclaw/openclaw | 4,383,696,079 | I_kwDOQb6kR88AAAABBUnkzw | 77,820 | https://github.com/openclaw/openclaw/issues/77820 | https://api.github.com/repos/openclaw/openclaw/issues/77820 | [Bug]: 'channels login --channel whatsapp' QR last row malforms due to excessive ANSI escapes (qrcode small=true mode) | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
`renderQrTerminal(qr, { small: true })` in the WhatsApp channel-login flow produces a final QR-pattern row with ~10× the ANSI-escape-code density of every other row, which can break QR scanning on terminals wit... | open | null | false | 1 | [] | [] | 2026-05-05T11:33:55Z | 2026-05-05T11:41:27Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | KrasimirKralev | 263,465,593 | U_kgDOD7QqeQ | User | false |
openclaw/openclaw | 4,383,791,285 | I_kwDOQb6kR88AAAABBUtYtQ | 77,822 | https://github.com/openclaw/openclaw/issues/77822 | https://api.github.com/repos/openclaw/openclaw/issues/77822 | Plugin architecture: register() called multiple times causes closure variables not shared (affects @mem0/openclaw-mem0) | In OpenClaw 5.3+, plugins' `register()` function is called multiple times per conversation, which creates separate closures for each call. This causes module-level variables (like `currentSessionId`) to not be shared across instances.
**Impact on @mem0/openclaw-mem0 plugin (v1.0.11)**:
1. **Agent memory isolation brok... | open | null | false | 1 | [] | [] | 2026-05-05T11:51:05Z | 2026-05-05T11:54:38Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | wanmeime | 29,195,451 | MDQ6VXNlcjI5MTk1NDUx | User | false |
openclaw/openclaw | 4,383,809,191 | I_kwDOQb6kR88AAAABBUuepw | 77,823 | https://github.com/openclaw/openclaw/issues/77823 | https://api.github.com/repos/openclaw/openclaw/issues/77823 | [Bug]: embedded-runtime assistant replies missing from session JSONL — regression in 5.3 and 5.4 | Bug type: Regression
Summary: Assistant visible text responses are not persisted to session transcript JSONL for embedded-runtime (webchat/feishu) sessions. User messages are written correctly but assistant responses appear empty after tool calls, causing model to re-answer old prompts.
Affected: 2026.5.3, 2026.5.4
... | open | null | false | 1 | [] | [] | 2026-05-05T11:54:28Z | 2026-05-05T11:57:59Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | bryan-chx | 260,039,684 | U_kgDOD3_kBA | User | false |
openclaw/openclaw | 4,383,833,874 | I_kwDOQb6kR88AAAABBUv_Eg | 77,825 | https://github.com/openclaw/openclaw/issues/77825 | https://api.github.com/repos/openclaw/openclaw/issues/77825 | [Bug] active-memory plugin causes severe event loop blocking (6853ms max delay) | ## Bug Description
The `active-memory` plugin causes severe event loop blocking in OpenClaw, leading to:
- Event loop delays up to **6853ms** (max) / **430ms** (P99)
- Plugin timeout after **8000ms** (`before_prompt_build handler from active-memory failed: timed out after 8000ms`)
- Model calls triggering **failover**... | open | null | false | 0 | [] | [] | 2026-05-05T11:58:38Z | 2026-05-05T11:58:38Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | zhong18804784882 | 268,618,080 | U_kgDOEALJYA | User | false |
openclaw/openclaw | 4,383,811,012 | I_kwDOQb6kR88AAAABBUulxA | 77,824 | https://github.com/openclaw/openclaw/issues/77824 | https://api.github.com/repos/openclaw/openclaw/issues/77824 | [Bug]: Config write size-drop loop in v2026.5.2 | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
Bug Report: Config write size-drop loop in v2026.5.2
Environment:
OpenClaw: 2026.5.2 (8b2a6e5)
Node.js: v24.15.0
OS: Windows_NT 10.0.26200
Issue:
Gateway tries to persist plugin auto-enable changes → writes a... | open | null | false | 1 | [
"bug",
"bug:behavior"
] | [] | 2026-05-05T11:54:44Z | 2026-05-05T11:58:39Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | Dtcbx | 197,961,638 | U_kgDOC8ynpg | User | false |
openclaw/openclaw | 4,383,836,181 | I_kwDOQb6kR88AAAABBUwIFQ | 77,826 | https://github.com/openclaw/openclaw/issues/77826 | https://api.github.com/repos/openclaw/openclaw/issues/77826 | Runtime drops plugin web tools after config write | Repro:
1. OpenClaw 2026.5.2 (likely affects 2026.4.x as well)
2. Start gateway with `tools.web.search.provider: "brave"` (and/or `openaiCodex.enabled: true`); confirm web tools registered.
3. Trigger one or more config writes (doctor --fix, plugins registry --refresh, third-party agent writing config concurrently).
4. ... | open | null | false | 0 | [] | [] | 2026-05-05T11:59:03Z | 2026-05-05T11:59:03Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | c-g14 | 59,234,834 | MDQ6VXNlcjU5MjM0ODM0 | User | false |
openclaw/openclaw | 4,383,788,207 | I_kwDOQb6kR88AAAABBUtMrw | 77,821 | https://github.com/openclaw/openclaw/issues/77821 | https://api.github.com/repos/openclaw/openclaw/issues/77821 | Agent silently hangs on tool-write rejection instead of surfacing error | # Agent silently hangs on tool-write rejection instead of surfacing error
## Summary
When openclaw's embedded agent calls a restricted tool (e.g., `write` to a path outside the allowed whitelist) during a pre-compaction/memory-flush phase, the agent **silently hangs** instead of reporting the tool failure back in cha... | open | null | false | 1 | [] | [] | 2026-05-05T11:50:33Z | 2026-05-05T11:59:15Z | null | NONE | null | 20260505T120033Z | 2026-05-05T12:00:33Z | praxstack | 73,683,289 | MDQ6VXNlcjczNjgzMjg5 | User | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.