docs(feishu): document threadRequireMention + botName post #1534#1573
Merged
qin-ctx merged 2 commits intovolcengine:mainfrom Apr 20, 2026
Merged
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
qin-ctx
approved these changes
Apr 20, 2026
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.
动机
#1534 (feat(bot): enhance Feishu mentions and name display)2026-04-17 merge 后:thread_require_mention开关的语义从"只作用于话题群"扩展为"同时作用于普通群和话题群" —bot/vikingbot/channels/feishu.py_check_should_process的控制流明确注释 "普通群和话题群都根据 thread_require_mention 判断";但bot/docs/CHANNEL.md的飞书配置示例不含此字段,bot/vikingbot/config/schema.py中该 Field 的description仍写 "话题群模式下…",会误导用户以为普通群行为不变。bot_name配置项在 feat(bot):enhance Feishu mentions and name display #1534 新增被_get_bot_name用作群聊上下文中机器人自身名称(空字符串回退为"Bot"),CHANNEL.md从未提及。改动
两处纯文档/字段描述补齐,无行为改动:
bot/docs/CHANNEL.md— 飞书<details>段的配置示例新增botName/threadRequireMention两项,并在示例下方补两行说明(threadRequireMention的说明包含 DEBUG 模式例外分支以避免误导)。bot/vikingbot/config/schema.py—thread_require_mentionField 的description改为反映 post-feat(bot):enhance Feishu mentions and name display #1534 的真实行为("普通群和话题群 … 非 DEBUG 模式下后续回复必须@")。遵循
loader.pycamel_to_snake约定,JSON 侧用 camelCase。测试
纯文档/描述字符串,无需新增测试。
相关
tools.mcp_servers), docs(channel): document ov_tools_enable config introduced in #1352 #1571 (ov_tools_enable)