Skip to content

[Bug]: Feishu plugin: slow response after v2026.5.12 — start-account re-probes on every message #83103

Description

@nsyvicky0821

Bug type

Crash (process/app exits or hangs)

Beta release blocker

No

Summary

Version: 2026.5.12 · Windows 10 · Node v24.14.0

Problem: After updating to 5.12, my Feishu agent takes 4-7 minutes to respond per message. Before the update it was fast. Another agent (DeepSeek) on the same gateway responds normally.

What I found: Verbose logs show phase=channels.feishu.start-account fires on every incoming message — the Feishu channel re-initializes instead of staying connected.

I noticed Telegram got a fix for this in the release notes:

"Telegram: cache successful startup bot identity by account and token fingerprint for up to 24 hours, so restarts can skip redundant getMe probes"

Could the same caching be applied to the Feishu plugin? It seems like the Feishu probe request hangs/times out repeatedly, causing the delay.

What I tried (nothing helped):

  • Switched API providers (multiple tested, same delay)
  • Cleaned session files (276MB → cleared, no improvement)
  • Fixed a wrong probe endpoint in source (/bot/v1/openclaw_bot/ping/bot/v3/info/)
  • Restarted gateway in normal mode

Expected: Feishu channel should cache identity like Telegram does, not re-probe on every message.

Steps to reproduce

Version: 2026.5.12 · Windows 10 · Node v24.14.0

Problem: After updating to 5.12, my Feishu agent takes 4-7 minutes to respond per message. Before the update it was fast. Another agent (DeepSeek) on the same gateway responds normally.

What I found: Verbose logs show phase=channels.feishu.start-account fires on every incoming message — the Feishu channel re-initializes instead of staying connected.

I noticed Telegram got a fix for this in the release notes:

"Telegram: cache successful startup bot identity by account and token fingerprint for up to 24 hours, so restarts can skip redundant getMe probes"

Could the same caching be applied to the Feishu plugin? It seems like the Feishu probe request hangs/times out repeatedly, causing the delay.

What I tried (nothing helped):

  • Switched API providers (multiple tested, same delay)
  • Cleaned session files (276MB → cleared, no improvement)
  • Fixed a wrong probe endpoint in source (/bot/v1/openclaw_bot/ping/bot/v3/info/)
  • Restarted gateway in normal mode

Expected: Feishu channel should cache identity like Telegram does, not re-probe on every message.

Expected behavior

Feishu channel should cache identity like Telegram does, not re-probe on every message.

Actual behavior

start-account re-probes on every message

OpenClaw version

2026.5.12

Operating system

windows10

Install method

npm

Model

Provider / routing chain

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High-priority user-facing bug, regression, or broken workflow.bugSomething isn't workingbug:crashProcess/app exits unexpectedly or hangsclawsweeper:needs-live-reproClawSweeper needs live local, crabbox, or manual validation to confirm this issue.clawsweeper:needs-maintainer-reviewClawSweeper marked this issue as needing maintainer review before automation.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.impact:crash-loopCrash, hang, restart loop, or process-level availability failure.

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions