openclaw - 💡(How to fix) Fix [v2026.5.6] Feishu channel silently offline after upgrade — plugin not auto-installed when built-in→external [2 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#78702Fetched 2026-05-07 03:33:38
View on GitHub
Comments
2
Participants
2
Timeline
2
Reactions
2
Author
Timeline (top)
commented ×2

Error Message

After upgrading OpenClaw to 2026.5.6 via npm install -g openclaw, the Feishu channel goes completely offline with no actionable user-facing error. The gateway starts normally, but openclaw status shows the Feishu channel with an empty State column.

  • Option B: Fail with a hard user-visible error explaining the channel is offline and how to fix it

Root Cause

The root cause: feishu was moved from a bundled channel plugin to an external npm package (@openclaw/feishu). The upgrade process does not automatically install this package.

Code Example

plugins.allow: plugin not installed: feishu — install the official external plugin with: openclaw plugins install @openclaw/feishu
RAW_BUFFERClick to expand / collapse

Bug Description

After upgrading OpenClaw to 2026.5.6 via npm install -g openclaw, the Feishu channel goes completely offline with no actionable user-facing error. The gateway starts normally, but openclaw status shows the Feishu channel with an empty State column.

The root cause: feishu was moved from a bundled channel plugin to an external npm package (@openclaw/feishu). The upgrade process does not automatically install this package.

Config warning (passive, easy to miss):

plugins.allow: plugin not installed: feishu — install the official external plugin with: openclaw plugins install @openclaw/feishu

Steps to Reproduce

  1. Have OpenClaw 2026.4.27 running with Feishu channel configured and working
  2. Run npm install -g openclaw (upgrades to 2026.5.6)
  3. Restart the gateway
  4. Observe: Feishu channel is gone from the channel status table

Expected Behavior

When a previously-bundled channel plugin has been externalized, the upgrade should:

  • Option A: Auto-install the external plugin package during upgrade, OR
  • Option B: Fail with a hard user-visible error explaining the channel is offline and how to fix it

Environment

  • OpenClaw: 2026.4.27 → 2026.5.6 (npm upgrade)
  • OS: macOS 26.4.1 (Darwin arm64)
  • Node.js: v25.9.0

Additional Context

Same issue as #77483 (closed) — built-in channel extensions dropped silently during upgrade. This has resurfaced in 2026.5.6 for Feishu. See also #78328.

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…

Still need to ship something?

×6

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

Back to top recommendations

TRENDING