#20973: Fix: Feishu duplicate plugin ID, Docker pairing docs, broken formal models link
docs
docker
channel: feishu
size: XS
Cluster:
Feishu Integration Enhancements
## Summary
This PR addresses several issues:
### Fixed Issues
1. **#20932 - Feishu duplicate plugin ID warning**: Changed `feishuPlugin` id from "feishu" to "feishu-channel" to avoid conflict with the plugin id in index.ts
2. **#20871 - Repo where Models live (Link not exist)**: Updated documentation to note that the formal models repository is no longer available
3. **#20707 - Docker pairing documentation**: Added documentation about the internal gateway-client pairing issue in Docker and recommended solutions:
- Use `trustedProxies` config for Docker bridge IP
- Manual CLI approve workaround
### Not Addressed (Requires More Investigation)
- **#20787 - Feishu multi-session image target**: The issue description is vague and the code appears to correctly pass the `to` parameter
- **#20781 - Feishu ackReactionScope**: Complex change requiring significant modifications to Feishu bot.ts
- **#20903/#20807 - Control UI metadata leak**: UI-related issue requiring investigation of the control UI codebase
- **#20870 - Telegram media proxy**: Code appears to correctly use proxy, may be user configuration issue
- **#20924 - Save button disabled**: UI-related issue requiring investigation of the control UI codebase
- **#20918 - Critical system file validation**: Requires understanding of the tools that need validation
---
by MiniMax-M2.5 over opencode
<!-- greptile_comment -->
<h3>Greptile Summary</h3>
This PR fixes three documentation and configuration issues:
1. **Feishu duplicate plugin ID**: Changed the `feishuPlugin` channel plugin ID from `"feishu"` to `"feishu-channel"` in `extensions/feishu/src/channel.ts:40` to resolve a conflict with the top-level plugin ID defined in `extensions/feishu/index.ts:48`. This prevents duplicate plugin ID warnings in the system.
2. **Docker internal pairing documentation**: Added comprehensive troubleshooting section for Docker gateway-client pairing issues. The new documentation explains why Docker bridge IPs fail automatic pairing approval and provides two solutions: using `trustedProxies` config (recommended) or manual CLI approval workflow.
3. **Formal models repository link**: Updated documentation to reflect that the formal models repository is no longer available, replacing the broken GitHub link with a note directing users to open issues if they need access to the models.
<h3>Confidence Score: 5/5</h3>
- This PR is safe to merge with no risk
- All changes are low-risk: a single-line configuration fix for a duplicate ID warning, documentation improvements for Docker troubleshooting, and updated documentation for an unavailable repository. No logic changes, no breaking changes, and the Feishu ID change only affects internal plugin registration without impacting existing functionality.
- No files require special attention
<sub>Last reviewed commit: 807e479</sub>
<!-- greptile_other_comments_section -->
<!-- /greptile_comment -->
Most Similar PRs
#9268: Fix: Register feishu as official channel in CHAT_CHANNEL_ORDER
by vishaltandale00 · 2026-02-05
78.7%
#16337: feat(feishu): sync community plugin updates from clawdbot-feishu v0...
by graydawnc · 2026-02-14
77.1%
#20889: fix: suppress duplicate warning for virtual auto-enabled entries
by akramcodez · 2026-02-19
76.8%
#14037: docs: improved permission configuration instructions
by LHB6540 · 2026-02-11
74.8%
#16936: Fix Feishu mention stripping vulnerable to regex injection
by Clawborn · 2026-02-15
73.3%
#9253: Fix: Feishu chat ID mismatch causing session context confusion
by vishaltandale00 · 2026-02-05
73.1%
#10309: fix: use group ID for peer.id in Feishu group messages
by ParsifalC · 2026-02-06
73.1%
#18966: fix(config): downgrade unknown bundled plugin references to warnings
by moxunjinmu · 2026-02-17
72.2%
#9505: fix: Refactor Feishu streaming to prevent truncation and simplify s...
by zhangyi-extra · 2026-02-05
72.1%
#22675: feishu: move message dedup to just before dispatch
by zijiegeng · 2026-02-21
71.9%