feat(feishu): default receive mode to websocket and wire bridge config#294
Open
xinuxZ wants to merge 3 commits intoRightNow-AI:mainfrom
Open
feat(feishu): default receive mode to websocket and wire bridge config#294xinuxZ wants to merge 3 commits intoRightNow-AI:mainfrom
xinuxZ wants to merge 3 commits intoRightNow-AI:mainfrom
Conversation
添加Feishu通道的WebSocket模式支持,允许通过长连接接收事件而无需公网IP 重构适配器代码,分离Webhook和WebSocket实现,优化错误处理和日志记录
This was referenced Mar 4, 2026
egargale
pushed a commit
to egargale/openfang
that referenced
this pull request
Mar 5, 2026
Fixes RightNow-AI#294 - Updates MiniMax model names from the old ABAB 6.5 series to the current M2.5/M2.1 series. - Updated wizard model selection for MiniMax provider - Fixed DiscordConfig test cases to include new listen_to_bots field Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR is an updated iteration based on the work from #188.
It improves the Feishu channel integration by making WebSocket mode the default receive mode and wiring the related config/bridge flow end-to-end.
What changed
receive_modetowebsocketWhy
The previous implementation in #188 introduced WebSocket support.
This PR refines and extends that implementation so the default behavior is more predictable and the receive-mode wiring is consistent across config and runtime bridge paths.
Scope
openfang-typesconfig updates for Feishu receive modeopenfang-apichannel bridge / route wiring updatesVerification