openclaw - 💡(How to fix) Fix Feishu group messages receive replies=0 after upgrading to 2026.5.3 [2 comments, 3 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#77666Fetched 2026-05-06 06:23:17
View on GitHub
Comments
2
Participants
3
Timeline
4
Reactions
3
Author
Timeline (top)
commented ×2mentioned ×1subscribed ×1

Fix Action

Fix

Downgrading to 2026.5.2 restores group chat functionality.

Code Example

feishu[default]: received message from ou_xxx in oc_208152848b7fc8ba24219cad05c915d1 (group)
feishu[default]: dispatching to agent (session=agent:main:feishu:group:oc_208152848b7fc8ba24219cad05c915d1)
feishu[default]: dispatch complete (queuedFinal=false, replies=0)

---

role: assistant, stopReason: stop, usage: {input: 22572, output: 225}
RAW_BUFFERClick to expand / collapse

Problem

After upgrading to OpenClaw 2026.5.3, Feishu group chat messages are received by the agent but no reply is sent back to Feishu.

Symptoms

  • Group message received → dispatch complete replies=0
  • Direct messages work fine (replies=2, replies=4)
  • Agent generates reply (confirmed via session file) but Feishu channel receives nothing
  • Downgrading to 2026.5.2 resolves the issue

Log excerpt

feishu[default]: received message from ou_xxx in oc_208152848b7fc8ba24219cad05c915d1 (group)
feishu[default]: dispatching to agent (session=agent:main:feishu:group:oc_208152848b7fc8ba24219cad05c915d1)
feishu[default]: dispatch complete (queuedFinal=false, replies=0)

Configuration

  • OpenClaw: 2026.5.3 (reproduced)
  • Feishu: WebSocket mode, requireMention: false, groupPolicy: open
  • Downgrade to 2026.5.2 fixes it

Agent session confirms reply was generated

role: assistant, stopReason: stop, usage: {input: 22572, output: 225}

So the agent produces a reply but it never reaches the Feishu channel.

Environment

  • OpenClaw: 2026.5.3
  • Node: 24.15.0
  • OS: Linux
  • Feishu channel: WebSocket

Fix

Downgrading to 2026.5.2 restores group chat functionality.

Expected behavior

Group chat should work the same as in 2026.5.2.

extent analysis

TL;DR

Downgrade to OpenClaw version 2026.5.2 to restore group chat functionality in Feishu.

Guidance

  • Verify that the issue is specific to group chats by checking if direct messages still work as expected.
  • Review the agent session files to confirm that replies are being generated for group chat messages.
  • Check the Feishu channel configuration to ensure that requireMention is set to false and groupPolicy is set to open.
  • Test the downgrade to 2026.5.2 in a staging environment before applying it to production.

Example

No code snippet is provided as the issue seems to be related to a version-specific bug in OpenClaw.

Notes

The issue appears to be a regression introduced in OpenClaw version 2026.5.3, and downgrading to 2026.5.2 is the only known workaround at this time.

Recommendation

Apply the workaround by downgrading to OpenClaw version 2026.5.2, as it has been confirmed to resolve the issue and restore group chat functionality in Feishu.

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

Group chat should work the same as in 2026.5.2.

Still need to ship something?

×6

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

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix Feishu group messages receive replies=0 after upgrading to 2026.5.3 [2 comments, 3 participants]