You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added Thread group message handling with two response modes: all messages require @mention by default; only topic replies need @mention in simplified mode
Improved @bot detection accuracy via dual recognition from mentions field and message content
Optimized "seen" reaction timing: only added when message needs processing
Fixed image download error display to show detailed raw error info
Configuration
Added PER_CHANNEL isolation mode for independent sandbox/memory per channel
Added open_id and thread_require_mention fields to Feishu config
Fixed root_api_key judgment error in config loading logic
CLI & Sandbox
Added --config-path parameter to gateway command for custom config file
Refactored chat command logging: always save DEBUG logs to rotating file (7-day retention), console logs controlled by --logs flag
Added per-channel sandbox isolation: independent workspaces for different channels
Accessing response.raw.content directly can raise an AttributeError if response.raw is not available. Use a fallback to response.msg to ensure the error message is always valid.
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
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.
Description
Feishu Channel
Configuration
CLI & Sandbox
飞书消息
配置系统
命令行与沙箱
Related Issue
Type of Change
Changes Made
Testing
Checklist
Screenshots (if applicable)
Additional Notes