Conversation
Feishu sets root_id on ordinary inline replies, which must stay in the main chat session. Using it as thread_id spawned a new thread-keyed session and bound replies to the quoted message. Refs: NousResearch#29466 (open), PR NousResearch#29467 (closed, unmerged). Local-only fix on a branch so it survives updates via rebase origin/main.
GodJones
force-pushed
the
feishu-rootid-fix-jonesxr
branch
from
August 8, 2026 05:03
1bcf38c to
772238f
Compare
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
root_idwhen resolvingthread_idfor inbound DM replies. Feishu setsroot_idon ordinary inline DM replies, which caused them to spawn a new thread-keyed session instead of staying in the main chat session.thread_idonly uses the explicitthread_id(forum topics);root_idfallback removed.reply_to_message_idstill retainsroot_idas an intentional reply anchor (distinct concern).Test plan
thread_idrouting still works.reply_to_message_id.🤖 Generated with Hermes Agent