openclaw - 💡(How to fix) Fix [Bug]: Feishu group chat replies not delivered in v2026.5.x (replies=0, queuedFinal=false) [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#78417Fetched 2026-05-07 03:37:09
View on GitHub
Comments
1
Participants
2
Timeline
6
Reactions
2
Author
Timeline (top)
labeled ×2closed ×1commented ×1mentioned ×1

Bug Description After upgrading to OpenClaw v2026.5.x, Feishu group chat replies are silently dropped. The agent receives and processes messages correctly, but no reply is sent back to the Feishu group. The gateway log shows dispatch complete (queuedFinal=false, replies=0) with no error.

Error Message

After upgrading to OpenClaw v2026.5.x, Feishu group chat replies are silently dropped. The agent receives and processes messages correctly, but no reply is sent back to the Feishu group. The gateway log shows dispatch complete (queuedFinal=false, replies=0) with no error.

Root Cause

Bug Description After upgrading to OpenClaw v2026.5.x, Feishu group chat replies are silently dropped. The agent receives and processes messages correctly, but no reply is sent back to the Feishu group. The gateway log shows dispatch complete (queuedFinal=false, replies=0) with no error.

Fix Action

Fix / Workaround

Bug Description After upgrading to OpenClaw v2026.5.x, Feishu group chat replies are silently dropped. The agent receives and processes messages correctly, but no reply is sent back to the Feishu group. The gateway log shows dispatch complete (queuedFinal=false, replies=0) with no error.

Use OpenClaw v2026.5.x (tested on 2026.5.2, 2026.5.4) Configure Feishu channel with a group chat binding Send a message in the Feishu group (with or without @-mention) Bot receives the message and agent produces a response Gateway log shows dispatch complete (queuedFinal=false, replies=0) — reply is NOT sent

Gateway log shows dispatch complete (queuedFinal=false, replies=0) — reply is NOT sent

Code Example

feishu[default]: received message from <user> in oc_xxx (group)
feishu[default]: group session scope=group, peer=oc_xxx
feishu[default]: Feishu[default] message in group oc_xxx: hello
feishu[default]: dispatching to agent (session=agent:coding:feishu:group:oc_xxx)
... agent processes ...
feishu[default]: dispatch complete (queuedFinal=false, replies=0)
RAW_BUFFERClick to expand / collapse

Bug type

Regression (worked before, now fails)

Beta release blocker

No

Summary

Bug Description After upgrading to OpenClaw v2026.5.x, Feishu group chat replies are silently dropped. The agent receives and processes messages correctly, but no reply is sent back to the Feishu group. The gateway log shows dispatch complete (queuedFinal=false, replies=0) with no error.

Steps to reproduce

Use OpenClaw v2026.5.x (tested on 2026.5.2, 2026.5.4) Configure Feishu channel with a group chat binding Send a message in the Feishu group (with or without @-mention) Bot receives the message and agent produces a response Gateway log shows dispatch complete (queuedFinal=false, replies=0) — reply is NOT sent

Expected behavior

Bot should reply in the Feishu group chat as it did in v2026.4.24 and earlier.

Actual behavior

Gateway log shows dispatch complete (queuedFinal=false, replies=0) — reply is NOT sent

OpenClaw version

OpenClaw version: 2026.5.2 (also reproduced on 2026.5.4)

Operating system

Ubuntu22.04

Install method

npm

Model

minimax 2.7

Provider / routing chain

openclaw-minimax

Additional provider/model setup details

No response

Logs, screenshots, and evidence

feishu[default]: received message from <user> in oc_xxx (group)
feishu[default]: group session scope=group, peer=oc_xxx
feishu[default]: Feishu[default] message in group oc_xxx: hello
feishu[default]: dispatching to agent (session=agent:coding:feishu:group:oc_xxx)
... agent processes ...
feishu[default]: dispatch complete (queuedFinal=false, replies=0)

Impact and severity

No response

Additional information

No response

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

Bot should reply in the Feishu group chat as it did in v2026.4.24 and earlier.

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING