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,035,434,087 | I_kwDOQb6kR87wh9Zn | 38,244 | https://github.com/openclaw/openclaw/issues/38244 | https://api.github.com/repos/openclaw/openclaw/issues/38244 | Bug: Isolated Session Cron Job Delivery Fails with 'not-delivered' Status | # Bug Report: Isolated Session Cron Job Delivery Fails with `not-delivered`
## Description
Cron jobs configured with `sessionTarget: "isolated"` fail to deliver messages to Feishu (Lark), even when all delivery configuration is correct (`channel`, `accountId`, `to` are all properly set).
The cron job shows:
- `lastR... | closed | completed | true | 3 | [
"stale"
] | [] | 2026-03-06T17:58:30Z | 2026-04-27T05:01:57Z | 2026-04-24T19:31:26Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | dylan-myks | 242,733,924 | U_kgDODnfTZA | User | false |
openclaw/openclaw | 4,035,460,590 | I_kwDOQb6kR87wiD3u | 38,246 | https://github.com/openclaw/openclaw/issues/38246 | https://api.github.com/repos/openclaw/openclaw/issues/38246 | Feature Request: Prevent accidental message routing to wrong recipient in DM sessions | ## Problem
When an AI agent receives a message from a third-party contact (e.g. another AI agent or person), the agent's plain text reply is automatically routed back to that sender. If the agent intends to inform the **owner** about the third-party message, it must explicitly use the `message` tool with the owner's t... | closed | completed | false | 2 | [] | [] | 2026-03-06T18:05:21Z | 2026-05-03T23:32:50Z | 2026-05-03T23:32:50Z | NONE | null | 20260504T000036Z | 2026-05-04T00:00:36Z | sreinhei | 87,299,916 | MDQ6VXNlcjg3Mjk5OTE2 | User | false |
openclaw/openclaw | 4,035,496,271 | I_kwDOQb6kR87wiMlP | 38,248 | https://github.com/openclaw/openclaw/issues/38248 | https://api.github.com/repos/openclaw/openclaw/issues/38248 | Feature: Per-hour spending ceiling to prevent runaway failover costs | ## Problem
When a primary model hits a rate limit, the failover chain retries with full conversation context on increasingly expensive fallback models. There is currently **no cost-based kill switch** — the system keeps retrying until either the balance is drained or all providers are exhausted.
### Real-world impact... | closed | not_planned | false | 8 | [] | [] | 2026-03-06T18:14:04Z | 2026-05-04T07:20:59Z | 2026-05-04T07:20:59Z | NONE | null | 20260504T090105Z | 2026-05-04T09:01:05Z | shawny011717 | 222,604,378 | U_kgDODUSsWg | User | false |
openclaw/openclaw | 4,035,498,447 | I_kwDOQb6kR87wiNHP | 38,249 | https://github.com/openclaw/openclaw/issues/38249 | https://api.github.com/repos/openclaw/openclaw/issues/38249 | Feature: `openclaw doctor --config-diff` for upgrade-safe config migration | ## Problem
After upgrading OpenClaw across minor versions, **community-recommended config patterns silently become invalid** — they don't crash the gateway, but they don't work either. The user has no way to know which config keys from a previous version are still supported, which are renamed, and which are removed.
... | open | null | false | 2 | [] | [] | 2026-03-06T18:14:42Z | 2026-05-04T06:15:19Z | null | NONE | null | 20260504T090105Z | 2026-05-04T09:01:05Z | shawny011717 | 222,604,378 | U_kgDODUSsWg | User | false |
openclaw/openclaw | 4,035,527,799 | I_kwDOQb6kR87wiUR3 | 38,256 | https://github.com/openclaw/openclaw/issues/38256 | https://api.github.com/repos/openclaw/openclaw/issues/38256 | [Bug]: Model ID resolution discrepancy: Documentation suggests provider/model format but NVIDIA NIM requires bare model ID | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
According to the official OpenClaw documentation for [Model Providers](https://docs.openclaw.ai/providers) and [NVIDIA Provider](https://docs.openclaw.ai/providers/nvidia), the recommended format for referencing models in agents.defaults.mo... | closed | completed | true | 3 | [
"bug",
"bug:behavior"
] | [] | 2026-03-06T18:21:45Z | 2026-04-27T05:01:56Z | 2026-04-24T19:31:30Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | cyberic68 | 2,744,709 | MDQ6VXNlcjI3NDQ3MDk= | User | false |
openclaw/openclaw | 4,035,538,013 | I_kwDOQb6kR87wiWxd | 38,259 | https://github.com/openclaw/openclaw/issues/38259 | https://api.github.com/repos/openclaw/openclaw/issues/38259 | dotenv loader does not expand env references in .env files | ## Summary
OpenClaw auto-loads project and global `.env` files, but values like `OPENAI_TRANSCRIPTION_API_KEY=${OPENAI_API_KEY}` are loaded literally instead of being expanded.
## Repro
1. Set `OPENAI_API_KEY=sk-test` in `~/.openclaw/.env` or the project `.env`.
2. Set `OPENAI_TRANSCRIPTION_API_KEY=${OPENAI_API_KEY}` ... | open | null | false | 2 | [] | [] | 2026-03-06T18:24:40Z | 2026-05-04T09:03:07Z | null | CONTRIBUTOR | null | 20260504T180039Z | 2026-05-04T18:00:39Z | AytuncYildizli | 47,717,026 | MDQ6VXNlcjQ3NzE3MDI2 | User | false |
openclaw/openclaw | 4,035,542,843 | I_kwDOQb6kR87wiX87 | 38,260 | https://github.com/openclaw/openclaw/issues/38260 | https://api.github.com/repos/openclaw/openclaw/issues/38260 | [Bug]: openclaw-gateway crashes with SIGILL (invalid opcode) in libvips-cpp during webchat image-flow repro | ### Bug type
Crash (process/app exits or hangs)
### Summary
## Summary
`openclaw-gateway` crashed hard (core dump), not just a websocket disconnect.
Crash happened during a reproducible webchat scenario involving image message flow.
### Steps to reproduce
## Reproduction scenario
At ~19:10 CET, we used this sequen... | open | null | false | 2 | [
"bug",
"bug:crash"
] | [] | 2026-03-06T18:26:05Z | 2026-05-04T06:03:55Z | null | NONE | null | 20260504T090105Z | 2026-05-04T09:01:05Z | webaloman-dev | 234,261,527 | U_kgDODfaMFw | User | false |
openclaw/openclaw | 4,035,581,315 | I_kwDOQb6kR87wihWD | 38,262 | https://github.com/openclaw/openclaw/issues/38262 | https://api.github.com/repos/openclaw/openclaw/issues/38262 | [Bug]: session.resetByChannel does not reset Discord channel sessions (updatedAt pre-bumped before freshness check) | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
## Environment
- openclaw version: 2026.3.2
- Channel: Discord
- Config: `session.resetByChannel.discord = { mode: "daily", atHour: 4 }`
## Problem
`session.resetByChannel` is configured for Discord with daily reset at 4 AM, but Discord c... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-06T18:35:32Z | 2026-04-27T05:01:55Z | 2026-04-24T19:31:34Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | Erik-Huang | 41,610,851 | MDQ6VXNlcjQxNjEwODUx | User | false |
openclaw/openclaw | 4,035,637,675 | I_kwDOQb6kR87wivGr | 38,270 | https://github.com/openclaw/openclaw/issues/38270 | https://api.github.com/repos/openclaw/openclaw/issues/38270 | Feature: Allow configuring FTS5 tokenizer for CJK language support | ## Problem
OpenClaw's memory search uses SQLite FTS5 with the default `unicode61` tokenizer. This tokenizer **concatenates consecutive CJK (Chinese/Japanese/Korean) characters into a single token**, making substring search impossible for Chinese text.
### Evidence
```sql
-- "老婆刚怀孕" (wife just got pregnant) is indexe... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-06T18:47:30Z | 2026-04-27T05:01:54Z | 2026-04-24T19:31:45Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | abczsl520 | 65,114,094 | MDQ6VXNlcjY1MTE0MDk0 | User | false |
openclaw/openclaw | 4,035,688,956 | I_kwDOQb6kR87wi7n8 | 38,272 | https://github.com/openclaw/openclaw/issues/38272 | https://api.github.com/repos/openclaw/openclaw/issues/38272 | Discord Thread Session Binding Not Working | # Discord Thread Session Binding Not Working
## Environment
- OpenClaw Version: 2026.3.2 (85377a2)
- OS: Linux (Ubuntu)
- Node: v22.22.1
- Channel: Discord
## Issue Description
When spawning an ACP session with `thread: true` parameter, the session is created successfully but messages sent in the Discord thread are n... | closed | completed | true | 3 | [
"stale"
] | [] | 2026-03-06T19:00:10Z | 2026-04-27T05:01:54Z | 2026-04-24T19:31:49Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | cyandddd | 109,906,409 | U_kgDOBo0J6Q | User | false |
openclaw/openclaw | 4,035,691,633 | I_kwDOQb6kR87wi8Rx | 38,273 | https://github.com/openclaw/openclaw/issues/38273 | https://api.github.com/repos/openclaw/openclaw/issues/38273 | [Bug] Gemini 3.1-pro-preview returns "Unknown model" / 404 in 2026.3.2 | ### Bug type
Regression (worked before, now fails)
### Summary
Gemini 3.1-pro-preview model is not recognized in 2026.3.2 (Unknown model / 404), although it worked fine in 2026.2.26.
### Steps to reproduce
1. "model": {
"primary": "google-vertex/gemini-3.1-pro-preview"
}
Restart service (systemctl restart openc... | closed | completed | true | 5 | [
"bug",
"stale",
"regression"
] | [] | 2026-03-06T19:00:50Z | 2026-04-27T05:01:53Z | 2026-04-24T19:31:54Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | wrx861 | 56,321,354 | MDQ6VXNlcjU2MzIxMzU0 | User | false |
openclaw/openclaw | 4,035,698,450 | I_kwDOQb6kR87wi98S | 38,275 | https://github.com/openclaw/openclaw/issues/38275 | https://api.github.com/repos/openclaw/openclaw/issues/38275 | Feature: per-topic model overrides in channels.telegram.groups.*.topics.* | ## Bug / Feature Request
### What happened
When setting `"model"` at the topic level (`channels.telegram.groups.<id>.topics.<id>.model`) or group level (`channels.telegram.groups.<id>.model`), the config validator throws **"Unrecognized key"** errors.
### Expected behavior
Per-topic model overrides should be supporte... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-06T19:02:37Z | 2026-04-27T05:01:52Z | 2026-04-24T19:32:05Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | bugbabacodes | 258,873,553 | U_kgDOD24Y0Q | User | false |
openclaw/openclaw | 4,035,760,496 | I_kwDOQb6kR87wjNFw | 38,280 | https://github.com/openclaw/openclaw/issues/38280 | https://api.github.com/repos/openclaw/openclaw/issues/38280 | Feature Request: Programmatic tool calling from workspace scripts | ## Feature Request
**Is your feature request related to a problem?**
Fleet operators managing multi-agent deployments need workspace scripts (bash, Node.js) to be able to invoke OpenClaw tools programmatically — without going through the LLM gateway. Currently, the only way to use tools (file operations, web search, ... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-06T19:18:49Z | 2026-04-27T05:01:51Z | 2026-04-24T19:32:15Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | GusevV1987 | 99,960,782 | U_kgDOBfVHzg | User | false |
openclaw/openclaw | 4,035,835,039 | I_kwDOQb6kR87wjfSf | 38,291 | https://github.com/openclaw/openclaw/issues/38291 | https://api.github.com/repos/openclaw/openclaw/issues/38291 | bug(gemini/replies): user-visible paths can leak raw reasoning/tagged text after tool use; cleaned final payload and stored transcript diverge | **Summary**
With `google/gemini-3.1-pro-preview` on OpenClaw `2026.3.2`, I observed a mismatch between:
- raw model stream
- final cleaned payload returned by `openclaw agent --json`
- persisted assistant text in the session JSONL
In the diagnostic run, the final payload is clean user-facing text, but the persisted ... | closed | completed | true | 4 | [
"stale"
] | [] | 2026-03-06T19:36:04Z | 2026-04-28T04:43:38Z | 2026-04-26T01:34:20Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | Sapientropic | 194,952,804 | U_kgDOC56-ZA | User | false |
openclaw/openclaw | 4,035,890,285 | I_kwDOQb6kR87wjsxt | 38,298 | https://github.com/openclaw/openclaw/issues/38298 | https://api.github.com/repos/openclaw/openclaw/issues/38298 | [Bug]: Config hot-reload corrupts provider adapter state — persistent 404 until gateway restart | ### Summary
Changing a custom provider's `api` field (e.g. `openai-completions` to `anthropic-messages`) or `baseUrl` via config hot-reload causes **persistent 404 errors** for all agents using that provider. The gateway logs the reload as applied, but requests hit the wrong endpoint. A full `systemctl restart` is req... | closed | not_planned | true | 2 | [
"stale"
] | [] | 2026-03-06T19:50:22Z | 2026-04-27T05:01:50Z | 2026-04-24T19:32:20Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | hikmetgulsesli | 233,828,610 | U_kgDODe_xAg | User | false |
openclaw/openclaw | 4,035,908,006 | I_kwDOQb6kR87wjxGm | 38,302 | https://github.com/openclaw/openclaw/issues/38302 | https://api.github.com/repos/openclaw/openclaw/issues/38302 | Per-account native command prefix for multi-agent slash commands | ## Problem
In a multi-agent setup (e.g. 4 agents, each with their own Slack app), slash commands like `/reset`, `/compact`, `/stop` can't be targeted to a specific agent in group channels. Slack only allows one app to own a given command name — if all 4 apps register `/reset`, Slack routes it to one alphabetically.
#... | open | null | false | 3 | [] | [] | 2026-03-06T19:55:36Z | 2026-05-04T06:03:58Z | null | NONE | null | 20260504T090105Z | 2026-05-04T09:01:05Z | unboxed-ai | 253,808,488 | U_kgDODyDPaA | User | false |
openclaw/openclaw | 4,035,955,327 | I_kwDOQb6kR87wj8p_ | 38,309 | https://github.com/openclaw/openclaw/issues/38309 | https://api.github.com/repos/openclaw/openclaw/issues/38309 | feat: support SecretRef in sandbox.docker.env | ## Problem
Sandbox docker containers receive environment variables via `sandbox.docker.env` in the OpenClaw config, but currently only plain strings are supported. Users who want to pass secrets (API keys, database passwords, etc.) into sandbox containers must either:
1. Store secrets as plain text in `openclaw.json`... | open | null | false | 3 | [] | [] | 2026-03-06T20:09:08Z | 2026-05-04T06:15:22Z | null | CONTRIBUTOR | null | 20260504T090105Z | 2026-05-04T09:01:05Z | mathiasnagler | 9,951,231 | MDQ6VXNlcjk5NTEyMzE= | User | false |
openclaw/openclaw | 4,035,977,433 | I_kwDOQb6kR87wkCDZ | 38,312 | https://github.com/openclaw/openclaw/issues/38312 | https://api.github.com/repos/openclaw/openclaw/issues/38312 | Model alias defaults: bump gemini → 3.1-pro-preview (March 9 deprecation) and gpt → 5.4 | ## Summary
Two default model aliases in `src/config/defaults.ts` are stale and need urgent updates:
### 1. Gemini 3 Pro deprecation — March 9 deadline (3 days away)
**Line 31**: `gemini: "google/gemini-3-pro-preview"` → should be `"google/gemini-3.1-pro-preview"`
Google is shutting down `gemini-3-pro-preview` on **... | closed | completed | true | 5 | [
"stale"
] | [] | 2026-03-06T20:15:21Z | 2026-04-27T05:01:48Z | 2026-04-24T19:32:33Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | mariodelgado | 460,190 | MDQ6VXNlcjQ2MDE5MA== | User | false |
openclaw/openclaw | 4,036,025,167 | I_kwDOQb6kR87wkNtP | 38,321 | https://github.com/openclaw/openclaw/issues/38321 | https://api.github.com/repos/openclaw/openclaw/issues/38321 | agents.list[].runtime rejected by schema validation despite being documented (ACP, v2026.3.2) | ## Bug Report
**Version:** 2026.3.2
**Component:** Config schema / ACP runtime
**Date verified:** March 6, 2026
## Description
The `runtime` key inside `agents.list[]` entries (e.g. `agents.list[].runtime.type = "acp"`) is documented in the current ACP Agents web docs as a supported per-agent configuration, but ... | closed | completed | true | 5 | [
"stale"
] | [] | 2026-03-06T20:27:09Z | 2026-04-27T05:01:47Z | 2026-04-24T19:32:41Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | cgaravitoq | 78,033,285 | MDQ6VXNlcjc4MDMzMjg1 | User | false |
openclaw/openclaw | 4,036,040,171 | I_kwDOQb6kR87wkRXr | 38,327 | https://github.com/openclaw/openclaw/issues/38327 | https://api.github.com/repos/openclaw/openclaw/issues/38327 | [Bug] "Cannot convert undefined or null to object" in 2026.3.2 with google-vertex/gemini-3.1-pro-preview | ### Bug type
Regression (worked before, now fails)
### Summary
After updating to 2026.3.2, any message causes embedded agent to fail with "Cannot convert undefined or null to object".
### Steps to reproduce
Update to 2026.3.2 (npm install -g openclaw@latest)
Set model to google-vertex/gemini-3.1-pro-preview
Send a... | open | null | false | 7 | [
"bug",
"regression"
] | [] | 2026-03-06T20:30:59Z | 2026-05-04T06:04:01Z | null | NONE | null | 20260504T090105Z | 2026-05-04T09:01:05Z | wrx861 | 56,321,354 | MDQ6VXNlcjU2MzIxMzU0 | User | false |
openclaw/openclaw | 4,036,162,557 | I_kwDOQb6kR87wkvP9 | 38,335 | https://github.com/openclaw/openclaw/issues/38335 | https://api.github.com/repos/openclaw/openclaw/issues/38335 | Auth profile failover: no retry/backoff for recovered profiles | ## Problem
When an auth profile fails (rate limit, timeout, etc.), OpenClaw moves down the `auth.order` list — which works correctly. But there is no mechanism to retry higher-priority profiles after a cooldown period. Once OC settles on a working fallback profile, it stays there indefinitely until that profile also f... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-06T21:03:34Z | 2026-04-27T05:01:46Z | 2026-04-24T19:32:53Z | CONTRIBUTOR | null | 20260427T090020Z | 2026-04-27T09:00:20Z | haynzz | 1,236,319 | MDQ6VXNlcjEyMzYzMTk= | User | false |
openclaw/openclaw | 4,036,167,901 | I_kwDOQb6kR87wkwjd | 38,336 | https://github.com/openclaw/openclaw/issues/38336 | https://api.github.com/repos/openclaw/openclaw/issues/38336 | OAuth renewal doesn't update auth-profiles.provisioned.json, causing recovery loops | ## Summary
When OAuth tokens are renewed via `openclaw onboard`, the token is saved to `auth-profiles.json` (live copy) but NOT to `auth-profiles.provisioned.json` (golden copy). This causes safe-mode recovery to repeatedly fail because it reads from the golden copy.
## The Architecture
```
~/.openclaw/agents/main/a... | closed | not_planned | true | 5 | [
"stale"
] | [] | 2026-03-06T21:05:11Z | 2026-04-27T05:01:45Z | 2026-04-24T19:32:57Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | dfrysinger | 1,424,648 | MDQ6VXNlcjE0MjQ2NDg= | User | false |
openclaw/openclaw | 4,036,231,703 | I_kwDOQb6kR87wlAIX | 38,339 | https://github.com/openclaw/openclaw/issues/38339 | https://api.github.com/repos/openclaw/openclaw/issues/38339 | RFC: MCP Clients Hub-first routing policy (with client-install fallback) | ## Summary
Propose an optional **MCP Clients Hub-first routing policy** for OpenClaw.
## Problem
Current MCP efforts largely solve connectivity (how to connect MCP servers), but operators still face routing fragmentation in practice:
- multiple MCP entrypoints
- inconsistent behavior across sessions
- harder debugging... | closed | not_planned | true | 2 | [
"stale"
] | [] | 2026-03-06T21:22:58Z | 2026-04-27T05:01:44Z | 2026-04-24T19:33:02Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | shaunz-block | 171,199,318 | U_kgDOCjRLVg | User | false |
openclaw/openclaw | 4,036,250,751 | I_kwDOQb6kR87wlEx_ | 38,342 | https://github.com/openclaw/openclaw/issues/38342 | https://api.github.com/repos/openclaw/openclaw/issues/38342 | Feature: gateway:shutdown / gateway:pre-restart hook event | ## Problem
When the gateway restarts (e.g. config change, update, manual restart), any in-progress agent work is silently dropped. The agent has no opportunity to checkpoint its state before shutdown, and no mechanism to know it was interrupted.
## Current State
The hooks system supports `gateway:startup` events (us... | closed | not_planned | true | 2 | [
"stale"
] | [] | 2026-03-06T21:28:46Z | 2026-04-27T05:01:43Z | 2026-04-24T19:33:06Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | patrick-vibe-marketing | 258,275,783 | U_kgDOD2T5xw | User | false |
openclaw/openclaw | 4,036,273,556 | I_kwDOQb6kR87wlKWU | 38,345 | https://github.com/openclaw/openclaw/issues/38345 | https://api.github.com/repos/openclaw/openclaw/issues/38345 | Feature: origin-only response delivery for shared sessions (dmScope=main) | ## Problem
When `session.dmScope` is set to `"main"`, all connected surfaces (e.g., Telegram + webchat TUI) share a single session — which is great for context continuity. However, **responses are delivered to ALL connected surfaces simultaneously**, causing duplicate messages.
## Current behavior
1. User messages o... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-06T21:35:35Z | 2026-04-27T05:01:43Z | 2026-04-24T19:33:10Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | Adam-Researchh | 261,827,313 | U_kgDOD5sq8Q | User | false |
openclaw/openclaw | 4,036,293,719 | I_kwDOQb6kR87wlPRX | 38,349 | https://github.com/openclaw/openclaw/issues/38349 | https://api.github.com/repos/openclaw/openclaw/issues/38349 | feat: contextual group activation — LLM-driven peeking/engaged state machine | ## Summary
Add a **contextual activation** mode for group chats (WhatsApp + Telegram) that uses a lightweight decision model to determine whether the bot should participate — without requiring explicit @mentions.
Inspired by [MaiBot's HeartFlow](https://github.com/MaiM-with-u/MaiBot) approach, but with a simpler **pe... | open | null | false | 2 | [] | [] | 2026-03-06T21:40:46Z | 2026-05-04T06:15:23Z | null | NONE | null | 20260504T090105Z | 2026-05-04T09:01:05Z | chalawbot | 202,879,235 | U_kgDODBexAw | User | false |
openclaw/openclaw | 4,036,314,974 | I_kwDOQb6kR87wlUde | 38,352 | https://github.com/openclaw/openclaw/issues/38352 | https://api.github.com/repos/openclaw/openclaw/issues/38352 | Feature: Add CLI command to inject messages into agent sessions | ## Feature Request
Add `openclaw sessions send` command to inject messages into specific agent sessions from external services.
## Use Case
External services (like ClawVault) need to send notifications to specific agent sessions when asynchronous events occur. Example:
- Agent requests a secret via one-time link
- U... | closed | completed | true | 3 | [
"stale"
] | [] | 2026-03-06T21:47:21Z | 2026-04-28T04:43:36Z | 2026-04-26T01:34:35Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | KHAEntertainment | 43,256,680 | MDQ6VXNlcjQzMjU2Njgw | User | false |
openclaw/openclaw | 4,036,425,198 | I_kwDOQb6kR87wlvXu | 38,364 | https://github.com/openclaw/openclaw/issues/38364 | https://api.github.com/repos/openclaw/openclaw/issues/38364 | control-ui: expose reply-to metadata to agent sessions and avoid confusing no-output completion notices | ## Summary
There are two related UX / observability issues in the Control UI / chat session flow:
1. reply-to metadata from the chat surface is not reliably exposed to the agent session
2. users can sometimes see a generic completion notice like `✅ 任务执行完成(无文本输出)` / "task completed (no text output)" even when there was... | open | null | false | 2 | [] | [] | 2026-03-06T22:20:58Z | 2026-05-04T06:15:25Z | null | NONE | null | 20260504T090105Z | 2026-05-04T09:01:05Z | aliramw | 8,380,339 | MDQ6VXNlcjgzODAzMzk= | User | false |
openclaw/openclaw | 4,036,427,723 | I_kwDOQb6kR87wlv_L | 38,367 | https://github.com/openclaw/openclaw/issues/38367 | https://api.github.com/repos/openclaw/openclaw/issues/38367 | Telegram native command menu not visible despite commands.native=true | OpenClaw version: `v2026.3.2`
Telegram native commands appear enabled in config, but the Telegram command menu is not showing up in the client.
Observed config context
- `channels.telegram.commands.native: true`
- `channels.telegram.commands.nativeSkills: true`
Observed behavior
- The Telegram bot works and replies ... | closed | completed | true | 3 | [
"stale"
] | [] | 2026-03-06T22:21:39Z | 2026-04-28T04:43:36Z | 2026-04-26T01:34:44Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | JithendraNara | 62,980,604 | MDQ6VXNlcjYyOTgwNjA0 | User | false |
openclaw/openclaw | 4,036,442,050 | I_kwDOQb6kR87wlzfC | 38,370 | https://github.com/openclaw/openclaw/issues/38370 | https://api.github.com/repos/openclaw/openclaw/issues/38370 | Bug: limitHistoryTurns breaks tool_use/tool_result pairs after sanitization | ## Description
When sessions grow large (170K+ tokens), the message windowing code can break tool_use/tool_result pairs, causing the Claude API to reject requests.
## Error Message
```
LLM request rejected: messages.434.content.1: unexpected tool_use_id found in tool_result blocks: toolu_01Vq6m4qpujG9jQqHVSseEBV. Eac... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-06T22:26:42Z | 2026-04-27T05:01:42Z | 2026-04-24T19:33:15Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | Mani87-nq | 214,752,310 | U_kgDODMzcNg | User | false |
openclaw/openclaw | 4,036,446,350 | I_kwDOQb6kR87wl0iO | 38,372 | https://github.com/openclaw/openclaw/issues/38372 | https://api.github.com/repos/openclaw/openclaw/issues/38372 | pnpm version pinned at 10.23.0, should be updated to 10.30.3 | During Docker build (Step 21/39), pnpm shows an update notice:
```
Update available! 10.23.0 → 10.30.3.
To update, run: corepack use pnpm@10.30.3
```
The `pnpm` version appears to be pinned at `10.23.0` (via corepack/packageManager field).
Consider updating to `10.30.3` for bug fixes and performance improvements.
**... | closed | completed | true | 4 | [
"stale"
] | [] | 2026-03-06T22:28:09Z | 2026-04-27T05:01:41Z | 2026-04-24T19:33:19Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | serdarsemen | 3,353,767 | MDQ6VXNlcjMzNTM3Njc= | User | false |
openclaw/openclaw | 4,036,460,005 | I_kwDOQb6kR87wl33l | 38,374 | https://github.com/openclaw/openclaw/issues/38374 | https://api.github.com/repos/openclaw/openclaw/issues/38374 | Feature Request: Viber channel support | ## Feature Request: Viber Channel
### Summary
Add Viber as a supported messaging channel alongside Telegram, WhatsApp, Discord, Slack, etc.
### Motivation
Viber has **60%+ penetration in the Philippines** and is the dominant messaging app in several Southeast Asian and Eastern European markets (Philippines, Myanmar, ... | closed | not_planned | true | 2 | [
"stale"
] | [] | 2026-03-06T22:33:03Z | 2026-04-28T04:43:35Z | 2026-04-26T01:34:51Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | patrickrkahn | 150,177,108 | U_kgDOCPOFVA | User | false |
openclaw/openclaw | 4,036,567,864 | I_kwDOQb6kR87wmSM4 | 38,384 | https://github.com/openclaw/openclaw/issues/38384 | https://api.github.com/repos/openclaw/openclaw/issues/38384 | [Bug]: [Architecture/Stability]: Unhandled LLM ToolParser Exceptions Cause Silent Agent Crashes (DoS) | ### Bug type
Crash (process/app exits or hangs)
### Summary
When an Agent's LLM generates a malformed Tool Call (failing Zod schemas), the openclaw-gateway throws an unhandled Validation Exception and silently crashes the process (DoS).
### Steps to reproduce
Following the Context Poisoning attack vector (Issue #3... | closed | completed | true | 2 | [
"bug",
"stale",
"bug:crash"
] | [] | 2026-03-06T23:07:47Z | 2026-04-27T05:01:40Z | 2026-04-24T19:33:31Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | bidaiAI | 259,248,595 | U_kgDOD3PR0w | User | false |
openclaw/openclaw | 4,036,611,646 | I_kwDOQb6kR87wmc4- | 38,394 | https://github.com/openclaw/openclaw/issues/38394 | https://api.github.com/repos/openclaw/openclaw/issues/38394 | Bug: resolveFallbackCandidates ignores session modelOverride on 429 retry | ## Bug Description
When a session has a model override (set via `sessions.patch` / `sessions_spawn model=...`), and the overridden model hits a 429 rate limit, the followup retry mechanism selects a **different** model from `agents.defaults.model.fallbacks` instead of retrying with the session's configured override.
... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-06T23:22:33Z | 2026-04-27T05:01:39Z | 2026-04-24T19:33:44Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | CuboYe | 265,049,477 | U_kgDOD8xVhQ | User | false |
openclaw/openclaw | 4,036,655,666 | I_kwDOQb6kR87wmnoy | 38,401 | https://github.com/openclaw/openclaw/issues/38401 | https://api.github.com/repos/openclaw/openclaw/issues/38401 | Memory index build ignores fallback:none — silently uses Gemini when local embed server unreachable | ## Bug
When `memorySearch.fallback` is set to `"none"`, the intent is that no fallback provider should ever be used. This works correctly for **search queries** but does **not** apply to the initial **index build**.
If the local embed server is temporarily unreachable during index construction, OpenClaw silently fall... | closed | completed | true | 3 | [
"stale"
] | [] | 2026-03-06T23:38:02Z | 2026-04-27T05:01:39Z | 2026-04-24T19:33:48Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | beca-oc | 260,177,512 | U_kgDOD4H-aA | User | false |
openclaw/openclaw | 4,036,662,570 | I_kwDOQb6kR87wmpUq | 38,403 | https://github.com/openclaw/openclaw/issues/38403 | https://api.github.com/repos/openclaw/openclaw/issues/38403 | feat: blocking response hooks (response:before-deliver interceptors) | ## Summary
Add a **blocking hook execution mode** that allows hooks to intercept, modify, or reject agent responses before they are delivered to the channel. This enables external quality gates, content filters, and review loops without modifying core OpenClaw logic.
## Problem
Currently all hooks use `fireAndForget... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-06T23:41:08Z | 2026-04-27T05:01:38Z | 2026-04-24T19:33:53Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | bam0382 | 8,534,606 | MDQ6VXNlcjg1MzQ2MDY= | User | false |
openclaw/openclaw | 4,036,702,216 | I_kwDOQb6kR87wmzAI | 38,409 | https://github.com/openclaw/openclaw/issues/38409 | https://api.github.com/repos/openclaw/openclaw/issues/38409 | [Bug]: Slack DM thread attachments posted outside thread when sent via message tool | ## Summary
When an agent is in a **Slack DM thread** and sends an attachment (image, audio, TTS output, file) via the `message` tool (`action=send` with `media` or `buffer`), the attachment is posted **outside the thread** as a new top-level message instead of continuing in the existing thread.
Text auto-replies work... | closed | completed | true | 3 | [
"stale"
] | [] | 2026-03-06T23:56:32Z | 2026-04-27T05:01:37Z | 2026-04-24T19:34:06Z | CONTRIBUTOR | null | 20260427T090020Z | 2026-04-27T09:00:20Z | Taskle | 1,445,636 | MDQ6VXNlcjE0NDU2MzY= | User | false |
openclaw/openclaw | 4,036,767,171 | I_kwDOQb6kR87wnC3D | 38,419 | https://github.com/openclaw/openclaw/issues/38419 | https://api.github.com/repos/openclaw/openclaw/issues/38419 | Feature request: default runTimeoutSeconds for ACP sessions | ## Problem
When orchestrator agents spawn ACP sessions (e.g., Codex via `sessions_spawn`), they must pass `runTimeoutSeconds` explicitly every time. There is no config-level default.
**The result:** If an agent forgets to pass it (or copies a stale example), Codex sessions silently inherit a short default timeout. Co... | closed | not_planned | true | 2 | [
"stale"
] | [] | 2026-03-07T00:22:43Z | 2026-04-28T04:43:32Z | 2026-04-26T01:43:29Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | bharatindia123-a11y | 252,865,299 | U_kgDODxJrEw | User | false |
openclaw/openclaw | 4,036,773,025 | I_kwDOQb6kR87wnESh | 38,420 | https://github.com/openclaw/openclaw/issues/38420 | https://api.github.com/repos/openclaw/openclaw/issues/38420 | Control UI: Comprehensive UX audit (Nav, Overview, Instances, Sessions, Config, Design System) - 2026.3.2 | ## Control UI Full Dashboard Audit — Comprehensive UX Improvements
**OpenClaw version:** 2026.3.2
**Platform:** Windows 10 x64
**Pages audited:** Config, Overview, Instances, Sessions, Usage, Agents
This is a structured UX audit across the full control UI. Cross-referencing #13142 which covers Config/Models — this e... | closed | not_planned | true | 3 | [
"app: web-ui"
] | [
"BunsDev"
] | 2026-03-07T00:25:05Z | 2026-05-05T04:25:33Z | 2026-05-03T03:44:04Z | NONE | null | 20260505T060034Z | 2026-05-05T06:00:34Z | ape-ux | 244,624,800 | U_kgDODpStoA | User | false |
openclaw/openclaw | 4,036,816,900 | I_kwDOQb6kR87wnPAE | 38,430 | https://github.com/openclaw/openclaw/issues/38430 | https://api.github.com/repos/openclaw/openclaw/issues/38430 | Bug: Agent outputs ~ tilde shorthand instead of full absolute file paths | ## Bug Report
**Summary:** When an agent references a file path in a response, it uses `~` shorthand (e.g. `~/clawd/outputs/file.md`) instead of the full absolute path (e.g. `/home/ubuntu/clawd/outputs/file.md`). This is a usability bug — users copy-paste these paths and they may not resolve correctly depending on she... | open | null | false | 2 | [] | [] | 2026-03-07T00:43:53Z | 2026-05-04T10:02:45Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | kr37swarm | 251,949,540 | U_kgDODwRx5A | User | false |
openclaw/openclaw | 4,036,827,800 | I_kwDOQb6kR87wnRqY | 38,432 | https://github.com/openclaw/openclaw/issues/38432 | https://api.github.com/repos/openclaw/openclaw/issues/38432 | Bug: missing tool result in session history - synthetic error | ## Description
When running commands via exec tool, sometimes get error: 'missing tool result in session history; inserted synthetic error result for transcript repair'
This happens frequently when:
- Running commands via exec tool
- Gateway restarts
- Long-running commands
## Environment
- OpenClaw: 2026.3.2-beta.1
... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-07T00:48:48Z | 2026-04-27T05:01:35Z | 2026-04-24T19:34:39Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | ronaldomaf | 257,899,673 | U_kgDOD188mQ | User | false |
openclaw/openclaw | 4,036,827,853 | I_kwDOQb6kR87wnRrN | 38,433 | https://github.com/openclaw/openclaw/issues/38433 | https://api.github.com/repos/openclaw/openclaw/issues/38433 | Feature: deterministic fan-out / fan-in barrier for multi-subagent workflows | ## Summary
OpenClaw needs a deterministic **fan-out / fan-in orchestration primitive** for multi-subagent workflows.
Current behavior is good enough for individual subagent completion delivery, but still brittle for workflows like:
1. spawn N parallel subagents
2. wait until **all** required siblings finish
3. autom... | closed | not_planned | true | 3 | [
"stale"
] | [] | 2026-03-07T00:48:50Z | 2026-04-28T04:43:31Z | 2026-04-26T01:43:41Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | zeitgeistlive | 261,338,766 | U_kgDOD5O2jg | User | false |
openclaw/openclaw | 4,036,842,588 | I_kwDOQb6kR87wnVRc | 38,437 | https://github.com/openclaw/openclaw/issues/38437 | https://api.github.com/repos/openclaw/openclaw/issues/38437 | [Bug]: Duplicate plugin ID warning | ### Bug type
Regression (worked before, now fails)
### Summary
运行 `openclaw doctor` 时出现:
duplicate plugin id detected; later plugin may be overridden
(C:\Users\DELL.openclaw\extensions\feishu\index.ts)
(C:\Users\DELL.openclaw\extensions\feishu\index.ts)
### Steps to reproduce
OpenClaw 从两个位置加载了同一个插件:
1. npm 包自带: `n... | closed | completed | true | 4 | [
"bug",
"stale",
"regression"
] | [] | 2026-03-07T00:55:09Z | 2026-04-28T04:43:30Z | 2026-04-26T01:43:49Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | kerrylid | 4,449,010 | MDQ6VXNlcjQ0NDkwMTA= | User | false |
openclaw/openclaw | 4,036,847,656 | I_kwDOQb6kR87wnWgo | 38,439 | https://github.com/openclaw/openclaw/issues/38439 | https://api.github.com/repos/openclaw/openclaw/issues/38439 | [Bug] Webchat avatar endpoint /avatar/{agentId} returns 404 even with valid IDENTITY.md avatar | ### Bug type
Regression (worked before, now fails)
### Summary
In the OpenClaw webchat / control UI, the agent avatar is broken (shows as a missing image icon). The browser devtools show that the UI is requesting:
- `GET /avatar/gaia?meta=1`
- `GET /avatar/gaia`
and the gateway responds with **404 Not Found**, eve... | open | null | false | 9 | [
"bug",
"regression"
] | [] | 2026-03-07T00:58:14Z | 2026-05-04T06:04:05Z | null | NONE | null | 20260504T090105Z | 2026-05-04T09:01:05Z | LuanBSPinheiro | 22,061,672 | MDQ6VXNlcjIyMDYxNjcy | User | false |
openclaw/openclaw | 4,036,906,240 | I_kwDOQb6kR87wnk0A | 38,455 | https://github.com/openclaw/openclaw/issues/38455 | https://api.github.com/repos/openclaw/openclaw/issues/38455 | [Bug]: Telegram direct session cannot use elevated exec (channel: unknown, allowedByConfig: false) | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
Telegram-paired direct sessions cannot execute elevated local commands because the runtime resolves the session channel as `unknown`, causing `allowedByConfig: false` even when elevated and allowFrom are configured.
### Steps to reproduce... | closed | completed | true | 2 | [
"bug",
"stale",
"bug:behavior"
] | [] | 2026-03-07T01:25:03Z | 2026-04-27T05:01:34Z | 2026-04-24T19:35:13Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | darrenschwarz | 1,994,747 | MDQ6VXNlcjE5OTQ3NDc= | User | false |
openclaw/openclaw | 4,036,922,394 | I_kwDOQb6kR87wnowa | 38,457 | https://github.com/openclaw/openclaw/issues/38457 | https://api.github.com/repos/openclaw/openclaw/issues/38457 | [Bug]: Slack Socket Mode: channel_id not passed to tool context (reactions.add / file upload fail) | ### Bug type
Regression (worked before, now fails)
### Summary
When using Slack in Socket Mode, tool calls that require a `channel` parameter
(e.g. `reactions.add`, file upload) fail because the channel ID is not forwarded
to the agent's tool context.
- OpenClaw: v2026.3.3
- Channel: Slack Socket Mode
- OS: macOS
... | closed | completed | true | 2 | [
"bug",
"stale",
"regression"
] | [] | 2026-03-07T01:30:24Z | 2026-04-27T05:01:33Z | 2026-04-24T19:35:19Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | Fumiaki0604 | 5,344,196 | MDQ6VXNlcjUzNDQxOTY= | User | false |
openclaw/openclaw | 4,036,998,366 | I_kwDOQb6kR87wn7Te | 38,467 | https://github.com/openclaw/openclaw/issues/38467 | https://api.github.com/repos/openclaw/openclaw/issues/38467 | Feature: WhatsApp directory should expose phone contacts via Baileys contacts.upsert | ## Problem
Currently, `openclaw directory peers list --channel whatsapp` only returns peers that have **already sent a message** to the bot. It does not expose the phone's contact list.
This means the agent cannot resolve a contact by name (e.g. "send a message to Emily") — the user must provide the full phone number... | open | null | false | 2 | [] | [] | 2026-03-07T02:08:18Z | 2026-05-04T10:02:47Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | superWorldSavior | 20,945,750 | MDQ6VXNlcjIwOTQ1NzUw | User | false |
openclaw/openclaw | 4,036,998,785 | I_kwDOQb6kR87wn7aB | 38,468 | https://github.com/openclaw/openclaw/issues/38468 | https://api.github.com/repos/openclaw/openclaw/issues/38468 | macOS app: clipboard image paste not supported in chat input | ## Description
The macOS native chat UI (SwiftUI text input) does not support pasting images from the clipboard. Users can paste screenshots and images in the webchat Control UI and Slack, but the same workflow doesn't work in the Mac app.
## Expected Behavior
Cmd+V with an image on the clipboard should attach it to ... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-07T02:08:29Z | 2026-04-27T05:01:33Z | 2026-04-24T19:35:32Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | jeremykoerber | 2,133,982 | MDQ6VXNlcjIxMzM5ODI= | User | false |
openclaw/openclaw | 4,036,999,407 | I_kwDOQb6kR87wn7jv | 38,469 | https://github.com/openclaw/openclaw/issues/38469 | https://api.github.com/repos/openclaw/openclaw/issues/38469 | macOS app: plugin system prompt injections leak into visible chat display | ## Description
Plugin-injected system prompt text (e.g., from the `diffs` plugin) is rendered as visible content in the macOS app chat UI, prepended to user messages. These instructions are meant for the model only and should be filtered from the display.
## Steps to Reproduce
1. Enable the `diffs` plugin
2. Open the... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-07T02:08:41Z | 2026-04-27T05:01:32Z | 2026-04-24T19:35:37Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | jeremykoerber | 2,133,982 | MDQ6VXNlcjIxMzM5ODI= | User | false |
openclaw/openclaw | 4,037,002,993 | I_kwDOQb6kR87wn8bx | 38,471 | https://github.com/openclaw/openclaw/issues/38471 | https://api.github.com/repos/openclaw/openclaw/issues/38471 | [Bug]: openclaw dashboard, always failed as "not found" or ";unauthorized" | ### Bug type
Regression (worked before, now fails)
### Summary
version 2026.03.02, openclaw dashboard, always failed as "not found" or ";unauthorized"
but gateway and tui worked normally.
the gateway and tui working normally, i changed the port to 18791 to try webui, but it fails again and the hint is unauthori... | closed | completed | true | 4 | [
"bug",
"stale",
"regression"
] | [] | 2026-03-07T02:10:09Z | 2026-04-27T05:01:31Z | 2026-04-24T19:35:41Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | wangrocky | 6,724,040 | MDQ6VXNlcjY3MjQwNDA= | User | false |
openclaw/openclaw | 4,037,005,768 | I_kwDOQb6kR87wn9HI | 38,473 | https://github.com/openclaw/openclaw/issues/38473 | https://api.github.com/repos/openclaw/openclaw/issues/38473 | [Bug]: Control UI displays incorrect version number (2026.2.26 instead of 2026.3.2) | ### Bug type
Behavior bug (incorrect output/state without crash)
### Summary
Bug Description
The Control UI dashboard displays version 2026.2.26 while the actual installed npm package version is 2026.3.2. This is a version display inconsistency between the CLI status output and the Control UI.
Environment
OS: macOS... | closed | completed | true | 2 | [
"bug",
"stale",
"bug:behavior"
] | [] | 2026-03-07T02:11:20Z | 2026-04-27T05:01:30Z | 2026-04-24T19:35:46Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | ihustcheng | 202,364,879 | U_kgDODA_Xzw | User | false |
openclaw/openclaw | 4,037,026,099 | I_kwDOQb6kR87woCEz | 38,478 | https://github.com/openclaw/openclaw/issues/38478 | https://api.github.com/repos/openclaw/openclaw/issues/38478 | Feature Request: Automatic Session Memory Persistence | **Date:** March 7th, 2026
**Priority:** High
**Category:** Memory / Session Management
## Problem Statement
Session context is lost between sessions because:
1. `session-memory` hook only saves when `/new` or `/reset` is explicitly triggered
2. No automatic loading of previous session context at session start
3. Memo... | closed | not_planned | true | 4 | [
"stale"
] | [] | 2026-03-07T02:19:00Z | 2026-04-28T04:43:30Z | 2026-04-26T01:44:03Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | jarvisbarakah-commits | 265,191,020 | U_kgDOD85-bA | User | false |
openclaw/openclaw | 4,037,050,266 | I_kwDOQb6kR87woH-a | 38,486 | https://github.com/openclaw/openclaw/issues/38486 | https://api.github.com/repos/openclaw/openclaw/issues/38486 | Feature request: config flag to disable Ollama auto-discovery | ## Summary
Add a configuration option to disable the gateway's automatic Ollama provider discovery on startup.
## Current Behavior
On every gateway start/restart, the gateway probes `127.0.0.1:11434` for Ollama and:
- Regenerates `agents/<id>/agent/models.json` with an Ollama provider entry regardless of whether Oll... | closed | completed | true | 3 | [
"stale"
] | [] | 2026-03-07T02:27:47Z | 2026-04-27T05:01:30Z | 2026-04-24T19:35:52Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | 14499221 | 266,194,637 | U_kgDOD93OzQ | User | false |
openclaw/openclaw | 4,037,057,220 | I_kwDOQb6kR87woJrE | 38,487 | https://github.com/openclaw/openclaw/issues/38487 | https://api.github.com/repos/openclaw/openclaw/issues/38487 | [Bug]: Discord: synthetic channel route uses sender ID as channel ID, causing Unknown Channel delivery failures | ### Bug type
Regression (worked before, now fails)
### Summary
When OpenClaw generates an internal/synthetic session context for Discord (e.g., during subagent completion direct announce), it can mistakenly use the **sender's user ID** as the **channel ID**, creating a poisoned session entry and delivery route.
Thi... | closed | completed | true | 2 | [
"bug",
"stale",
"regression"
] | [] | 2026-03-07T02:30:29Z | 2026-04-27T05:01:29Z | 2026-04-24T19:35:57Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | jlin53882 | 76,562,059 | MDQ6VXNlcjc2NTYyMDU5 | User | false |
openclaw/openclaw | 4,037,080,324 | I_kwDOQb6kR87woPUE | 38,497 | https://github.com/openclaw/openclaw/issues/38497 | https://api.github.com/repos/openclaw/openclaw/issues/38497 | 消息处理 Bug:前置策略配置块导致模型忽略用户实际内容('吞消息') | ## 问题描述
当消息前面被注入策略配置块(如 'Skills store policy')时,模型会只回复配置内容,**完全忽略用户的实际问题**。
## 复现场景
用户发送的消息结构:
```
[Skills store policy 配置块 - 6条规则]
用户真正的问题:为什么会经常吞消息?
```
模型回复:
- 只确认了配置内容
- 完全没有回应用户的实际问题
## 根本原因分析
1. **消息结构问题**:配置块被放在消息最前面,格式显眼
2. **模型注意力被抢走**:配置块比用户问题更"显眼",模型误以为用户只是在发送配置
3. **Body/CommandBody 分离**:根据 docs/conce... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-07T02:42:15Z | 2026-04-28T04:43:29Z | 2026-04-26T01:44:11Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | wangjingFDL | 48,826,623 | MDQ6VXNlcjQ4ODI2NjIz | User | false |
openclaw/openclaw | 4,037,104,693 | I_kwDOQb6kR87woVQ1 | 38,501 | https://github.com/openclaw/openclaw/issues/38501 | https://api.github.com/repos/openclaw/openclaw/issues/38501 | [Bug]: TUI Ctrl+C can imply cancellation while active run continues | ## Summary
In TUI, pressing Enter and then immediately pressing Ctrl+C can show a local "canceled"-like status while the assistant reply still arrives.
This is confusing because Ctrl+C in TUI currently clears input / exits, but does **not** abort the active run (Esc or `/abort` does that).
## Expected
When a run is a... | closed | completed | false | 6 | [] | [] | 2026-03-07T02:51:53Z | 2026-05-04T14:01:43Z | 2026-05-04T14:01:43Z | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | mwfj | 12,121,110 | MDQ6VXNlcjEyMTIxMTEw | User | false |
openclaw/openclaw | 4,037,107,226 | I_kwDOQb6kR87woV4a | 38,503 | https://github.com/openclaw/openclaw/issues/38503 | https://api.github.com/repos/openclaw/openclaw/issues/38503 | Memory Search: JSON 配置缺陷 + 缺少代理支持导致中国大陆无法使用 | # Memory Search Issue Report
**日期**: 2026-03-07
**报告人**: Legion
**严重程度**: 🔴 致命 + 🟡 功能缺陷
---
## 🔴 问题 1: JSON 配置格式缺陷导致文件损坏
### 现象
在 `openclaw.json` 的 `memorySearch.remote` 配置中添加 `proxy` 字段后,JSON 文件语法损坏,Gateway 无法启动。
### 复现步骤
1. 编辑 `~/.openclaw/openclaw.json`
2. 在 `agents.defaults.memorySearch.remote` 中添加 `"pr... | closed | completed | true | 8 | [
"stale"
] | [] | 2026-03-07T02:53:07Z | 2026-04-28T04:43:28Z | 2026-04-26T01:44:23Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | LegionZYX | 91,280,944 | MDQ6VXNlcjkxMjgwOTQ0 | User | false |
openclaw/openclaw | 4,037,109,124 | I_kwDOQb6kR87woWWE | 38,505 | https://github.com/openclaw/openclaw/issues/38505 | https://api.github.com/repos/openclaw/openclaw/issues/38505 | Discord: Handle messageUpdate events to re-trigger conversation on message edits | ## Feature Request
### Problem
When a user edits a Discord message (including adding/modifying mentions), OpenClaw does not detect the change. The Discord plugin currently only listens for `messageCreate` events and does not handle `messageUpdate` events.
### Current Behavior
- User sends a message → OpenClaw process... | closed | not_planned | true | 2 | [] | [] | 2026-03-07T02:54:18Z | 2026-05-03T04:35:35Z | 2026-04-30T18:44:25Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | softengineware | 180,604,116 | U_kgDOCsPM1A | User | false |
openclaw/openclaw | 4,037,112,107 | I_kwDOQb6kR87woXEr | 38,507 | https://github.com/openclaw/openclaw/issues/38507 | https://api.github.com/repos/openclaw/openclaw/issues/38507 | Gateway: provider server_error leaks raw JSON into user-visible chat | ## Bug
When an upstream LLM provider returns an error object (e.g. `server_error`), OpenClaw appears to forward the raw provider error JSON into user-visible chat surfaces (Discord in our case). The user sees something like:
```
Codex error: {"type":"error","error":{...},"sequence_number":2}
```
This is noisy/unreada... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-07T02:55:48Z | 2026-04-27T05:01:28Z | 2026-04-24T19:36:24Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | dennisw3255 | 255,210,905 | U_kgDODzY1mQ | User | false |
openclaw/openclaw | 4,037,120,006 | I_kwDOQb6kR87woZAG | 38,509 | https://github.com/openclaw/openclaw/issues/38509 | https://api.github.com/repos/openclaw/openclaw/issues/38509 | image tool returns HTTP 400 for Gemini image input while same Google Gemini API call succeeds | ## Summary
OpenClaw's `image` tool returns HTTP 400 when using Google Gemini models for image input, while the same image + same API key succeeds when calling the Google Gemini OpenAI-compatible endpoint directly.
This strongly suggests a compatibility bug in the OpenClaw image tool / provider adapter layer, rather th... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-07T02:59:29Z | 2026-04-26T04:29:24Z | 2026-04-24T01:07:00Z | NONE | null | 20260426T060034Z | 2026-04-26T06:00:34Z | jackycxl | 200,453,816 | U_kgDOC_KuuA | User | false |
openclaw/openclaw | 4,037,141,545 | I_kwDOQb6kR87woeQp | 38,515 | https://github.com/openclaw/openclaw/issues/38515 | https://api.github.com/repos/openclaw/openclaw/issues/38515 | The secrets job appears to be falling back to a full repository scan, | The secrets job appears to be falling back to a full repository scan,
which surfaces many existing false positives outside this PR.
Could maintainers confirm whether the baseline/diff scan is configured correctly?
_Originally posted by @yuuuuuuan in https://github.com/openclaw/openclaw/issues/38496#issuecomment-40... | closed | completed | true | 1 | [
"stale"
] | [] | 2026-03-07T03:08:49Z | 2026-04-24T04:26:16Z | 2026-04-21T09:24:33Z | NONE | null | 20260424T060021Z | 2026-04-24T06:00:21Z | yuuuuuuan | 99,110,203 | U_kgDOBehNOw | User | false |
openclaw/openclaw | 4,037,148,389 | I_kwDOQb6kR87wof7l | 38,517 | https://github.com/openclaw/openclaw/issues/38517 | https://api.github.com/repos/openclaw/openclaw/issues/38517 | [Bug]: 500: "Parameters of tool web_search must only have these properties:query" | ### Bug type
Crash (process/app exits or hangs)
### Summary
OpenClaw function tool named web_search collides with upstream provider-native web_search, causing 500:
"Parameters of tool web_search must only have these properties:query"
Environment:
- Windows 11
- Docker Desktop + WSL2
- local llama.cpp
- OpenClaw emb... | closed | completed | true | 3 | [
"bug",
"stale",
"bug:crash"
] | [] | 2026-03-07T03:11:45Z | 2026-04-27T05:01:27Z | 2026-04-24T19:36:29Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | ShrapnelClaw | 263,211,529 | U_kgDOD7BKCQ | User | false |
openclaw/openclaw | 4,037,153,079 | I_kwDOQb6kR87wohE3 | 38,519 | https://github.com/openclaw/openclaw/issues/38519 | https://api.github.com/repos/openclaw/openclaw/issues/38519 | Feature: Browser download capture — return downloaded files to agent context | ## Summary
When a workflow triggers a browser download, agents need a reliable way to capture the downloaded artifact for subsequent tool use.
Today, downloads can complete successfully in the browser while remaining inaccessible to downstream agent steps.
## Problem
This gap blocks common automation flows that dep... | closed | completed | true | 2 | [
"stale"
] | [] | 2026-03-07T03:13:42Z | 2026-04-28T04:43:27Z | 2026-04-26T01:44:33Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | softengineware | 180,604,116 | U_kgDOCsPM1A | User | false |
openclaw/openclaw | 4,037,154,264 | I_kwDOQb6kR87wohXY | 38,520 | https://github.com/openclaw/openclaw/issues/38520 | https://api.github.com/repos/openclaw/openclaw/issues/38520 | Feature: Pre-compaction agent notification, structured handoff window, and deferral mechanism | ## Summary
Automatic context compaction can occur without enough lead time for agents handling long, stateful workflows. This can reduce reliability by interrupting in-flight operations and losing high-signal execution state.
This issue proposes three additions to make compaction safer and more predictable:
1. **Pre... | open | null | false | 2 | [] | [] | 2026-03-07T03:14:14Z | 2026-05-04T06:15:26Z | null | NONE | null | 20260504T090105Z | 2026-05-04T09:01:05Z | softengineware | 180,604,116 | U_kgDOCsPM1A | User | false |
openclaw/openclaw | 4,037,155,471 | I_kwDOQb6kR87wohqP | 38,522 | https://github.com/openclaw/openclaw/issues/38522 | https://api.github.com/repos/openclaw/openclaw/issues/38522 | Feature: Subagent barrier primitive — spawn N, await all, receive combined results | ## Summary
Parallel subagent orchestration needs a first-class barrier primitive that can:
1. Spawn multiple subagents as a cohort
2. Await completion of all/any/minimum N
3. Return combined results in a single structured response
Without this, orchestrators must manually poll and stitch results, which is brittle and... | closed | not_planned | true | 3 | [
"stale"
] | [] | 2026-03-07T03:14:44Z | 2026-04-28T04:43:26Z | 2026-04-26T01:44:43Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | softengineware | 180,604,116 | U_kgDOCsPM1A | User | false |
openclaw/openclaw | 4,037,212,252 | I_kwDOQb6kR87wovhc | 38,539 | https://github.com/openclaw/openclaw/issues/38539 | https://api.github.com/repos/openclaw/openclaw/issues/38539 | Tracking: Chinese onboarding localization contribution bundle (4 PRs ready) | Hi maintainers — opening a single tracking issue to consolidate context and avoid repeated pings across multiple PRs.
## Related PRs (all currently open)
1. #35432 — `ci: retry setup-node in setup-node-env composite action`
2. #34368 — `feat(onboarding): add initial CLI locale selection and zh-CN prompts`
3. #34494 —... | closed | not_planned | true | 4 | [
"stale"
] | [] | 2026-03-07T03:40:31Z | 2026-04-28T04:43:24Z | 2026-04-26T01:44:51Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | buzuweidao | 208,321,697 | U_kgDODGq8oQ | User | false |
openclaw/openclaw | 4,037,256,548 | I_kwDOQb6kR87wo6Vk | 38,546 | https://github.com/openclaw/openclaw/issues/38546 | https://api.github.com/repos/openclaw/openclaw/issues/38546 | Title: Skills show as "ready" in list but "not found" in info, and can't be used by agent Steps to reproduce: | ### Bug type
Regression (worked before, now fails)
### Summary
Run openclaw skills list → shows excel-xlsx as ✓ ready (source: openclaw-workspace)
Run openclaw skills info excel-xlsx → returns "Skill not found"
Run openclaw doctor → shows "Eligible: 17" but agent tool list is empty
Agent cannot use any skills despit... | closed | not_planned | true | 3 | [
"bug",
"stale",
"regression"
] | [] | 2026-03-07T03:58:46Z | 2026-04-28T04:43:23Z | 2026-04-26T01:44:59Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | DeclaninSH | 266,215,552 | U_kgDOD94ggA | User | false |
openclaw/openclaw | 4,037,264,717 | I_kwDOQb6kR87wo8VN | 38,547 | https://github.com/openclaw/openclaw/issues/38547 | https://api.github.com/repos/openclaw/openclaw/issues/38547 | Feature: native remote session delegation via sessions_spawn with gatewayUrl | ## Feature Request: Native remote session delegation via `sessions_spawn`
### Problem
When running multiple OpenClaw gateways across machines (e.g., two Mac Studios on the same Tailscale network), there's no native way to delegate AI compute from one gateway to another through the agent tool interface.
Currently, `s... | closed | not_planned | true | 2 | [] | [] | 2026-03-07T04:02:37Z | 2026-05-02T04:28:48Z | 2026-04-29T09:04:36Z | NONE | null | 20260502T060142Z | 2026-05-02T06:01:42Z | jeffweisbein | 47,037,958 | MDQ6VXNlcjQ3MDM3OTU4 | User | false |
openclaw/openclaw | 4,037,287,656 | I_kwDOQb6kR87wpB7o | 38,554 | https://github.com/openclaw/openclaw/issues/38554 | https://api.github.com/repos/openclaw/openclaw/issues/38554 | [Bug]: feishu replying with mp4 msg error | ### Bug type
Regression (worked before, now fails)
### Summary
channel: feishu
### Steps to reproduce
feishu send msg
### Expected behavior
Expected mp4 media from reply msg
### Actual behavior
reply msg is video path, no mp4 media
### OpenClaw version
2026.3.2
### Operating system
win11 wsl2
### Install... | closed | completed | true | 2 | [
"bug",
"stale",
"regression"
] | [] | 2026-03-07T04:15:40Z | 2026-04-27T05:01:26Z | 2026-04-24T19:37:10Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | megatronyy | 3,370,412 | MDQ6VXNlcjMzNzA0MTI= | User | false |
openclaw/openclaw | 4,037,311,675 | I_kwDOQb6kR87wpHy7 | 38,563 | https://github.com/openclaw/openclaw/issues/38563 | https://api.github.com/repos/openclaw/openclaw/issues/38563 | Bug: Config UI blocks saving local Ollama models due to Zod validation & Hardcoded Anthropic default (v2026.3.3) | ### Bug type
Regression (worked before, now fails)
### Summary
Environment:
OpenClaw Version: 2026.3.3
OS: Windows 10 (Build 26100)
Hardware: AMD Ryzen 7 8845HS, 32GB RAM
Local Provider: Ollama (qwen2.5-coder:14b / 7b)
Describe the bug:
The Gateway Dashboard consistently fails to save local model configurations... | closed | not_planned | true | 3 | [
"bug",
"stale"
] | [] | 2026-03-07T04:27:54Z | 2026-04-27T05:01:25Z | 2026-04-24T19:37:22Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | Alic-l | 164,332,367 | U_kgDOCcuDTw | User | false |
openclaw/openclaw | 4,037,327,359 | I_kwDOQb6kR87wpLn_ | 38,567 | https://github.com/openclaw/openclaw/issues/38567 | https://api.github.com/repos/openclaw/openclaw/issues/38567 | session_status shows configured default model instead of actual runtime model after fallback | ## Bug Description
`session_status` displays the configured default model (`agents.defaults.model.primary`) instead of the actual model being used after fallback occurs. This misleads users about which model is actually handling their requests.
## Reproduction Steps
1. Configure `openai-codex/gpt-5.4` as primary mod... | closed | completed | true | 4 | [
"stale"
] | [] | 2026-03-07T04:33:07Z | 2026-04-27T05:01:23Z | 2026-04-24T19:37:26Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | yolopsx | 258,594,046 | U_kgDOD2nU_g | User | false |
openclaw/openclaw | 4,037,335,268 | I_kwDOQb6kR87wpNjk | 38,568 | https://github.com/openclaw/openclaw/issues/38568 | https://api.github.com/repos/openclaw/openclaw/issues/38568 | Feature: Inject context window % into system prompt runtime section | ## Summary
The system prompt's **Runtime** section already injects host, OS, model, thinking level, etc. It would be very useful to also inject the current **context window usage percentage** (e.g. `context=49%` or `context=98k/200k (49%)`).
## Use Case
Agents that include a context % in their message suffix (e.g. `... | open | null | false | 3 | [] | [] | 2026-03-07T04:36:03Z | 2026-05-04T06:15:27Z | null | NONE | null | 20260504T090105Z | 2026-05-04T09:01:05Z | blortski | 117,885,527 | U_kgDOBwbKVw | User | false |
openclaw/openclaw | 4,037,336,157 | I_kwDOQb6kR87wpNxd | 38,569 | https://github.com/openclaw/openclaw/issues/38569 | https://api.github.com/repos/openclaw/openclaw/issues/38569 | Bug: 'Invalid diff: now finding less tool calls!' with llama.cpp streaming + smaller MoE models | ## Summary
When using llama.cpp (llama-server) with smaller MoE models like Qwen3.5-122B-A10B (Q8_0), streaming responses that include tool calls trigger:
```
Invalid diff: now finding less tool calls!
```
The same llama.cpp server with the larger Qwen3.5-397B-A17B (Q4_K_XL) model does NOT exhibit this issue. Same s... | closed | completed | true | 4 | [
"stale"
] | [] | 2026-03-07T04:36:23Z | 2026-04-27T05:01:22Z | 2026-04-24T19:37:30Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | blortski | 117,885,527 | U_kgDOBwbKVw | User | false |
openclaw/openclaw | 4,037,339,097 | I_kwDOQb6kR87wpOfZ | 38,570 | https://github.com/openclaw/openclaw/issues/38570 | https://api.github.com/repos/openclaw/openclaw/issues/38570 | Inter-agent sessions_send: sender attributed as wrong agent (missing identity name) | ## Bug
When agent A uses `sessions_send` to message agent B, the receiving agent often misidentifies the sender as "David" (the default/main agent) instead of the actual sender.
### Root Cause
`buildAgentToAgentMessageContext()` in `pi-embedded-CtM2Mrrj.js` (line ~10987) only injects the session key and channel:
``... | open | null | false | 2 | [] | [] | 2026-03-07T04:38:03Z | 2026-05-04T09:03:11Z | null | NONE | null | 20260504T180039Z | 2026-05-04T18:00:39Z | jamclaws | 259,300,693 | U_kgDOD3SdVQ | User | false |
openclaw/openclaw | 4,037,340,531 | I_kwDOQb6kR87wpO1z | 38,571 | https://github.com/openclaw/openclaw/issues/38571 | https://api.github.com/repos/openclaw/openclaw/issues/38571 | openclaw-mem0 OSS mode: enableGraph not passed to Memory constructor, graph writes always skipped | ## Bug Report
**Extension:** `@mem0/openclaw-mem0` v0.1.2
**Mode:** `open-source` (OSS/self-hosted)
**Effect:** Neo4j graph store is configured but never written to — graph stays frozen regardless of how many memory captures occur.
---
## Root Cause
In `index.ts`, the `OSSProvider` class receives `ossConfig` (w... | closed | not_planned | true | 2 | [
"stale"
] | [] | 2026-03-07T04:38:41Z | 2026-04-27T05:01:22Z | 2026-04-24T19:37:35Z | NONE | null | 20260427T090020Z | 2026-04-27T09:00:20Z | ArielleTolome | 6,374,260 | MDQ6VXNlcjYzNzQyNjA= | User | false |
openclaw/openclaw | 4,300,291,604 | I_kwDOQb6kR88AAAABAFE-FA | 69,594 | https://github.com/openclaw/openclaw/issues/69594 | https://api.github.com/repos/openclaw/openclaw/issues/69594 | Cron delivery status shows 'delivered' but message was never actually sent to channel | ## Bug Description
Cron jobs with `delivery.mode: "announce"` show `lastDeliveryStatus: "delivered"` in `jobs.json`, but the target channel (WeChat/企业微信) never receives the message.
## Observed Behavior
- `state.lastDeliveryStatus` = `"delivered"`
- `state.lastRunStatus` = `"ok"`
- Gateway log only shows `resolveOut... | closed | completed | true | 1 | [] | [] | 2026-04-21T04:34:55Z | 2026-04-29T04:42:40Z | 2026-04-26T07:00:48Z | NONE | null | 20260429T060025Z | 2026-04-29T06:00:25Z | brucexo | 56,079,370 | MDQ6VXNlcjU2MDc5Mzcw | User | false |
openclaw/openclaw | 4,037,246,743 | I_kwDOQb6kR87wo38X | 38,543 | https://github.com/openclaw/openclaw/issues/38543 | https://api.github.com/repos/openclaw/openclaw/issues/38543 | [Bug]: When processing the responses from the openai-completions API of vLLM, openclaw performs multiple JSON serializations on the responses, resulting in nested data. | ### Bug type
Regression (worked before, now fails)
### Summary
Test results
✅ The data format returned by your vLLM server is completely correct!
Key findings:
API response format - Standard OpenAI compatible format
JSON structure - fully valid
Content extraction - correct choices[0].message.content
Token statistics... | closed | completed | true | 2 | [
"bug",
"stale",
"regression"
] | [] | 2026-03-07T03:55:12Z | 2026-04-24T04:26:35Z | 2026-04-21T04:37:08Z | NONE | null | 20260424T060021Z | 2026-04-24T06:00:21Z | MasterXiaoGu | 32,923,101 | MDQ6VXNlcjMyOTIzMTAx | User | false |
openclaw/openclaw | 4,201,034,156 | I_kwDOQb6kR876ZrGs | 60,378 | https://github.com/openclaw/openclaw/issues/60378 | https://api.github.com/repos/openclaw/openclaw/issues/60378 | [Bug]: WhatsApp gateway flapping — status 499 reconnect cascade with aggressive heartbeat timeout | ## Description
The WhatsApp gateway enters a recurring flapping loop where status 499 disconnects trigger a heartbeat-timeout → reconnect → 499 cascade that lasts 20-60 minutes before self-healing.
## Environment
- **OS:** Windows 11, x64
- **OpenClaw:** v2026.4.3 (49936f6)
- **Node.js:** v24.12.0
- **Connection:** W... | closed | duplicate | true | 3 | [
"close:duplicate",
"dedupe:child"
] | [] | 2026-04-03T15:22:45Z | 2026-04-30T04:44:28Z | 2026-04-25T07:38:58Z | NONE | null | 20260430T060018Z | 2026-04-30T06:00:18Z | GTSH-beyond-Gaming | 245,753,502 | U_kgDODqXmng | User | false |
openclaw/openclaw | 4,300,322,751 | I_kwDOQb6kR88AAAABAFG3vw | 69,597 | https://github.com/openclaw/openclaw/issues/69597 | https://api.github.com/repos/openclaw/openclaw/issues/69597 | Session abort after successful tool execution leaves user without confirmation | # [Bug]: Session abort after successful tool execution leaves user without confirmation
## Bug type
Behavior bug (incorrect output/state without crash)
## Summary
When a tool call succeeds but the session is aborted by the provider before the assistant can generate a completion response, the user is left without co... | closed | completed | true | 1 | [] | [] | 2026-04-21T04:44:48Z | 2026-04-28T04:49:01Z | 2026-04-25T19:11:24Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | slideshow-dingo | 258,996,445 | U_kgDOD2_43Q | User | false |
openclaw/openclaw | 4,300,332,697 | I_kwDOQb6kR88AAAABAFHemQ | 69,598 | https://github.com/openclaw/openclaw/issues/69598 | https://api.github.com/repos/openclaw/openclaw/issues/69598 | [ClawHub] False positive: paper2slides flagged as suspicious | ## Skill Info
- **Skill URL**: https://clawhub.ai/zhangguanghao523/paper2slides
- **Repo**: https://github.com/zhangguanghao523/paper-to-slides
- **Publisher**: zhangguanghao523
- **Version**: v1.0.0
- **Downloads**: 142
## Issue
My skill `paper2slides` (Paper to Slides) has been flagged as suspicious by ClawHub Sec... | closed | not_planned | true | 1 | [] | [] | 2026-04-21T04:47:39Z | 2026-04-28T04:49:00Z | 2026-04-25T19:11:31Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | zhangguanghao523 | 208,615,413 | U_kgDODG839Q | User | false |
openclaw/openclaw | 4,300,356,598 | I_kwDOQb6kR88AAAABAFI79g | 69,599 | https://github.com/openclaw/openclaw/issues/69599 | https://api.github.com/repos/openclaw/openclaw/issues/69599 | [Bug]: Control UI /new, /reset, and New Session do not create the same true fresh session as direct session creation | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
In Control UI / webchat, the normal "New Session" paths are not creating a genuinely fresh session the way backend session creation does.
What I verified:
- manually creating a new session key (`test-fresh-1`)... | closed | completed | true | 1 | [] | [] | 2026-04-21T04:54:21Z | 2026-05-05T04:27:57Z | 2026-05-02T09:02:36Z | NONE | null | 20260505T060034Z | 2026-05-05T06:00:34Z | WolvenRA | 35,547,932 | MDQ6VXNlcjM1NTQ3OTMy | User | false |
openclaw/openclaw | 4,300,378,878 | I_kwDOQb6kR88AAAABAFKS_g | 69,601 | https://github.com/openclaw/openclaw/issues/69601 | https://api.github.com/repos/openclaw/openclaw/issues/69601 | [withdrawn] | null | closed | completed | true | 0 | [] | [] | 2026-04-21T05:00:32Z | 2026-04-24T04:26:17Z | 2026-04-21T06:59:05Z | NONE | null | 20260424T060021Z | 2026-04-24T06:00:21Z | elliott-dandelion-cult | 264,677,683 | U_kgDOD8apMw | User | false |
openclaw/openclaw | 4,300,477,236 | I_kwDOQb6kR88AAAABAFQTNA | 69,605 | https://github.com/openclaw/openclaw/issues/69605 | https://api.github.com/repos/openclaw/openclaw/issues/69605 | [Bug]: Web UI copy button copies entire message instead of code block content | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
In the OpenClaw Control UI webchat, clicking the copy button on a code block copies the entire assistant message instead of just the code block content.
### Steps to reproduce
1. Open the Control UI webchat a... | open | null | false | 1 | [
"bug",
"bug:behavior"
] | [] | 2026-04-21T05:25:34Z | 2026-05-02T12:13:04Z | null | NONE | null | 20260502T150030Z | 2026-05-02T15:00:30Z | rastogiachyut | 7,073,017 | MDQ6VXNlcjcwNzMwMTc= | User | false |
openclaw/openclaw | 4,205,334,594 | I_kwDOQb6kR876qFBC | 60,963 | https://github.com/openclaw/openclaw/issues/60963 | https://api.github.com/repos/openclaw/openclaw/issues/60963 | [Bug]: plugins.entries.<id>.<config-key> rejected as unrecognized key — plugin config must nest under .config but this is undocumented | ## Bug type
Behavior bug (incorrect output/state without crash)
## Beta release blocker
No
## Summary
Setting plugin-specific config keys (e.g. `policy` for the OpenShell plugin) directly on `plugins.entries.<id>` causes a config validation failure at gateway startup, even though the keys are valid per the plugin'... | closed | completed | true | 2 | [] | [] | 2026-04-04T16:47:10Z | 2026-04-28T05:10:01Z | 2026-04-25T13:49:51Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | tinuva | 5,417,682 | MDQ6VXNlcjU0MTc2ODI= | User | false |
openclaw/openclaw | 4,299,970,348 | I_kwDOQb6kR88AAAABAExXLA | 69,554 | https://github.com/openclaw/openclaw/issues/69554 | https://api.github.com/repos/openclaw/openclaw/issues/69554 | [Bug]: Disabling a skill fails via `skills.update` | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
Disabling a skill fails via `skills.update` with this error:
This happens even though the active config validates cleanly and `tools.web.search` does not appear to contain legacy provider-owned config.
### Ste... | closed | completed | true | 2 | [
"bug",
"bug:behavior"
] | [] | 2026-04-21T02:54:11Z | 2026-04-28T04:49:06Z | 2026-04-25T19:10:31Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | khaney64 | 13,684,640 | MDQ6VXNlcjEzNjg0NjQw | User | false |
openclaw/openclaw | 4,208,307,986 | I_kwDOQb6kR8761a8S | 61,470 | https://github.com/openclaw/openclaw/issues/61470 | https://api.github.com/repos/openclaw/openclaw/issues/61470 | Telegram main session stops responding every 3-7 days (requires gateway restart) | ## Issue: Telegram main session stops responding (requires gateway restart)
**Frequency:** ~Every 3-7 days since mid-March 2026
**Symptoms:**
- Telegram session (`agent:main:main`) stops responding to user messages
- Session shows as active in `openclaw status` with normal context usage (typically 4-7%)
- `/reset` co... | closed | completed | true | 2 | [] | [] | 2026-04-05T18:39:33Z | 2026-04-28T04:33:34Z | 2026-04-26T04:27:42Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | drinkwithrapha | 261,669,649 | U_kgDOD5jDEQ | User | false |
openclaw/openclaw | 4,300,511,246 | I_kwDOQb6kR88AAAABAFSYDg | 69,606 | https://github.com/openclaw/openclaw/issues/69606 | https://api.github.com/repos/openclaw/openclaw/issues/69606 | Feature: Fire message_sending hook in reply dispatch path (not just proactive sends) | ## Problem
The `message_sending` hook currently only fires in the `deliverOutboundPayloads` path — which handles proactive sends (message tool, session warnings, cron delivery).
**Agent replies** go through a completely separate path:
```
LLM → dispatch → createReplyDispatcher → deliver → deliverTextOrMediaReply → se... | closed | completed | true | 2 | [] | [
"vincentkoc"
] | 2026-04-21T05:34:59Z | 2026-04-28T04:45:43Z | 2026-04-25T23:24:46Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | Obmawo | 118,246,827 | U_kgDOBwxNqw | User | false |
openclaw/openclaw | 4,300,535,658 | I_kwDOQb6kR88AAAABAFT3ag | 69,607 | https://github.com/openclaw/openclaw/issues/69607 | https://api.github.com/repos/openclaw/openclaw/issues/69607 | Unhandled promise rejection on Slack WebSocket 408 crashes gateway | ## Summary
When the Slack Socket Mode WebSocket disconnects with an unexpected server response (e.g., `408`), the gateway process crashes with `Unhandled promise rejection: undefined` instead of letting the existing health-monitor / retry logic recover.
## Environment
- openclaw npm package: v2026.3.22
- Node: 24.x ... | closed | completed | true | 2 | [] | [] | 2026-04-21T05:41:00Z | 2026-04-25T04:17:11Z | 2026-04-22T18:53:34Z | NONE | null | 20260425T060021Z | 2026-04-25T06:00:21Z | hansic21 | 260,195,496 | U_kgDOD4JEqA | User | false |
openclaw/openclaw | 4,163,525,640 | I_kwDOQb6kR874KlwI | 56,915 | https://github.com/openclaw/openclaw/issues/56915 | https://api.github.com/repos/openclaw/openclaw/issues/56915 | [Bug]: [Bug] Skills scanner ignores subdirectories under ~/.openclaw/skills/ | ### Bug type
Regression (worked before, now fails)
### Beta release blocker
No
### Summary
Steps to reproduce: 把 skill 放 ~/.openclaw/skills/coze/koze-retrieval/SKILL.md,运行 openclaw skills list — 不显示
Expected behavior: 递归扫描所有子目录
Actual behavior: 只扫描根目录
Version: 2026.3.28
### Steps to reproduce
Steps to reproduce:... | closed | completed | true | 3 | [
"bug",
"regression"
] | [] | 2026-03-29T09:24:45Z | 2026-05-03T04:38:10Z | 2026-04-30T06:56:21Z | NONE | null | 20260503T060030Z | 2026-05-03T06:00:30Z | VastPeng | 158,055,223 | U_kgDOCWu7Nw | User | false |
openclaw/openclaw | 4,300,638,446 | I_kwDOQb6kR88AAAABAFaI7g | 69,609 | https://github.com/openclaw/openclaw/issues/69609 | https://api.github.com/repos/openclaw/openclaw/issues/69609 | [Bug]: Discord Long Work Window scheduled check-ins/closeout fail after 2026.4.15 update while start message still succeeds | ## Bug type
Regression / behavior bug
## Summary
After updating OpenClaw from `2026.4.2` to `2026.4.15`, Discord Long Work Window runs started repeatedly failing in a specific pattern:
- the **start message** is delivered successfully to the Discord channel
- the actual work continues for the requested window
- but s... | closed | completed | true | 2 | [] | [] | 2026-04-21T06:09:12Z | 2026-04-28T04:48:59Z | 2026-04-25T19:11:38Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | ulttla | 19,655,702 | MDQ6VXNlcjE5NjU1NzAy | User | false |
openclaw/openclaw | 4,300,679,716 | I_kwDOQb6kR88AAAABAFcqJA | 69,610 | https://github.com/openclaw/openclaw/issues/69610 | https://api.github.com/repos/openclaw/openclaw/issues/69610 | [Feature request] Message egress redactor hook for Telegram / other channels | # [Feature request] Message egress redactor hook for Telegram / other channels
## Summary
There's no `beforeSend` (or equivalent) hook for outbound message text across chat channels, so operators can't apply secret/PII redaction to outbound text before `bot.api.sendMessage` fires. v2026.4.15 already ships `redactExec... | closed | completed | true | 1 | [] | [] | 2026-04-21T06:19:17Z | 2026-04-28T04:48:58Z | 2026-04-25T19:11:44Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | etadward | 200,764,463 | U_kgDOC_dsLw | User | false |
openclaw/openclaw | 4,161,962,732 | I_kwDOQb6kR874EoLs | 56,661 | https://github.com/openclaw/openclaw/issues/56661 | https://api.github.com/repos/openclaw/openclaw/issues/56661 | Config validator warns 'plugin not found: google' for entry it just auto-enabled | ## Summary
When `google-gemini-cli` OAuth auth is configured, OpenClaw's own startup routine auto-enables the `google` plugin by writing it into `plugins.allow` and `plugins.entries`, then immediately fires a config validator warning saying those entries are stale. The gateway writes the entry, then warns about the en... | closed | completed | true | 2 | [] | [] | 2026-03-28T23:33:30Z | 2026-04-29T04:40:43Z | 2026-04-26T08:43:54Z | NONE | null | 20260429T060025Z | 2026-04-29T06:00:25Z | StevenVincentOne | 184,011,678 | U_kgDOCvfLng | User | false |
openclaw/openclaw | 4,213,121,143 | I_kwDOQb6kR877HyB3 | 62,045 | https://github.com/openclaw/openclaw/issues/62045 | https://api.github.com/repos/openclaw/openclaw/issues/62045 | 2026.4.5 regression: gpt-5.1-codex-mini fails unless rolled back to 2026.4.2 | ### Summary
OpenClaw 2026.4.5 broke my Codex mini path. Requests to `openai-codex/gpt-5.1-codex-mini` started failing with thinking/reasoning validation errors, the UI stopped responding, and the runtime fell back to other models. Rolling back to 2026.4.2 fixed it immediately without any other changes.
### Environment... | closed | completed | true | 7 | [] | [] | 2026-04-06T17:41:11Z | 2026-04-24T04:26:32Z | 2026-04-21T06:37:49Z | NONE | null | 20260424T060021Z | 2026-04-24T06:00:21Z | G7CNF | 226,691,162 | U_kgDODYMIWg | User | false |
openclaw/openclaw | 4,227,236,935 | I_kwDOQb6kR8779oRH | 63,340 | https://github.com/openclaw/openclaw/issues/63340 | https://api.github.com/repos/openclaw/openclaw/issues/63340 | Agent command sends reasoning_effort: "none" to reasoning-only models (gpt-5.1-codex-mini) ignoring --thinking flag and thinkingDefault config | ## Problem
When using `gpt-5.1-codex-mini` as the primary agent model, the `openclaw agent` command always sends `reasoning_effort: "none"` to the OpenAI API on the initial bootstrap/system turn, regardless of:
- `--thinking medium` CLI flag
- `agents.defaults.thinkingDefault: "medium"` in config
- `reasoning: true` ... | closed | completed | true | 1 | [] | [] | 2026-04-08T19:52:02Z | 2026-04-24T04:26:27Z | 2026-04-21T06:40:16Z | NONE | null | 20260424T060021Z | 2026-04-24T06:00:21Z | kennbigid | 143,518,991 | U_kgDOCI3tDw | User | false |
openclaw/openclaw | 4,227,660,604 | I_kwDOQb6kR877_Ps8 | 63,367 | https://github.com/openclaw/openclaw/issues/63367 | https://api.github.com/repos/openclaw/openclaw/issues/63367 | [Bug] reasoning_effort not sent to OpenAI API for gpt-5.4 in isolated cron sessions | ## Environment
- OC version: 2026.4.5
- OS: Linux (Ubuntu 24.04)
- Provider: openai (api: openai-responses)
- Model: gpt-5.4
## Description
Isolated cron sessions with `openai/gpt-5.4` produce zero reasoning tokens. OC does not send `reasoning.effort` to the OpenAI Responses API, despite the session having `thinkingL... | closed | completed | true | 1 | [] | [] | 2026-04-08T21:07:15Z | 2026-04-24T04:26:26Z | 2026-04-21T06:40:17Z | NONE | null | 20260424T060021Z | 2026-04-24T06:00:21Z | rikimasorati | 12,249,978 | MDQ6VXNlcjEyMjQ5OTc4 | User | false |
openclaw/openclaw | 4,227,662,862 | I_kwDOQb6kR877_QQO | 63,368 | https://github.com/openclaw/openclaw/issues/63368 | https://api.github.com/repos/openclaw/openclaw/issues/63368 | [Bug] reasoning_effort not sent to OpenAI API for gpt-5.4 in isolated cron sessions | ## Environment
- OC version: 2026.4.5
- OS: Linux (Ubuntu 24.04)
- Provider: openai (api: openai-responses)
- Model: gpt-5.4
## Description
Isolated cron sessions with `openai/gpt-5.4` produce zero reasoning tokens. OC does not send `reasoning.effort` to the OpenAI Responses API, despite the session having `thinkingL... | closed | completed | true | 1 | [] | [] | 2026-04-08T21:07:39Z | 2026-04-24T04:26:25Z | 2026-04-21T06:40:19Z | NONE | null | 20260424T060021Z | 2026-04-24T06:00:21Z | rikimasorati | 12,249,978 | MDQ6VXNlcjEyMjQ5OTc4 | User | false |
openclaw/openclaw | 4,227,663,335 | I_kwDOQb6kR877_QXn | 63,369 | https://github.com/openclaw/openclaw/issues/63369 | https://api.github.com/repos/openclaw/openclaw/issues/63369 | [Bug] reasoning_effort not sent for gpt-5.4 in isolated cron sessions | ## Environment
- OC version: 2026.4.5
- OS: Linux (Ubuntu 24.04)
- Provider: openai (api: openai-responses)
- Model: gpt-5.4
## Description
Isolated cron sessions with `openai/gpt-5.4` produce zero reasoning tokens. OC does not send `reasoning.effort` to the OpenAI Responses API, despite the session having `thinkingL... | closed | completed | true | 2 | [] | [] | 2026-04-08T21:07:43Z | 2026-04-24T04:26:24Z | 2026-04-21T06:40:21Z | NONE | null | 20260424T060021Z | 2026-04-24T06:00:21Z | rikimasorati | 12,249,978 | MDQ6VXNlcjEyMjQ5OTc4 | User | false |
openclaw/openclaw | 4,046,742,307 | I_kwDOQb6kR87xNGMj | 41,282 | https://github.com/openclaw/openclaw/issues/41282 | https://api.github.com/repos/openclaw/openclaw/issues/41282 | [Bug]: Regression/incomplete fix: openai-codex still times out on GPT-5.4 after #38736 due to remaining non-codex transport path | ### Bug type
Regression (worked before, now fails)
### Summary
After #38736, openai-codex/gpt-5.4 still times out in some runtime paths. The issue appears to be that OpenClaw still uses a non-Codex transport/base-URL combination for part of the openai-codex flow.
### Steps to reproduce
1. Install OpenClaw 2026.3.8... | closed | completed | true | 7 | [
"bug",
"regression"
] | [] | 2026-03-09T16:56:07Z | 2026-04-24T04:26:23Z | 2026-04-21T06:42:14Z | NONE | null | 20260424T060021Z | 2026-04-24T06:00:21Z | pascalkienast | 6,682,526 | MDQ6VXNlcjY2ODI1MjY= | User | false |
openclaw/openclaw | 4,300,798,553 | I_kwDOQb6kR88AAAABAFj6WQ | 69,614 | https://github.com/openclaw/openclaw/issues/69614 | https://api.github.com/repos/openclaw/openclaw/issues/69614 | [Bug]: DingTalk Connector (stream mode) drops image messages in rapid succession | ### Bug type
Behavior bug (incorrect output/state without crash)
### Beta release blocker
No
### Summary
When sending multiple image messages rapidly via DingTalk (钉钉), the dingtalk-connector in stream mode fails to receive all image callbacks. Only a subset of the images arrive at the gateway.Environment
•OpenCla... | closed | not_planned | true | 1 | [
"bug",
"bug:behavior"
] | [] | 2026-04-21T06:42:47Z | 2026-04-28T04:48:57Z | 2026-04-25T19:11:51Z | NONE | null | 20260428T060020Z | 2026-04-28T06:00:20Z | Mustardji13 | 229,353,060 | U_kgDODaumZA | User | false |
openclaw/openclaw | 4,300,855,571 | I_kwDOQb6kR88AAAABAFnZEw | 69,616 | https://github.com/openclaw/openclaw/issues/69616 | https://api.github.com/repos/openclaw/openclaw/issues/69616 | Bug: `openclaw gateway` enters an infinite loop on startup | ### Bug: `openclaw gateway` Enters Infinite Loop on Startup
**Version:**
`2026.4.15`
**System Information:**
- **OS:** Ubuntu 24.04.4 LTS
- **Kernel:** Linux 6.8.0-107-generic x86_64
**Problem Description:**
The `openclaw-gateway.service` fails to start correctly. Any attempt to run the gateway via `systemctl` or di... | closed | completed | true | 2 | [] | [] | 2026-04-21T06:54:38Z | 2026-04-29T04:33:25Z | 2026-04-27T00:02:02Z | NONE | null | 20260429T060025Z | 2026-04-29T06:00:25Z | harrytomanok-lgtm | 265,108,200 | U_kgDOD8066A | User | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.