feat(roles): 增加原话题 send 留档开关 - #755
Open
qiaomu427 wants to merge 7 commits into
Open
Conversation
qiaomu427
force-pushed
the
codex/orchestrator-relay-callback-role-capability
branch
from
August 6, 2026 05:12
4ca7073 to
b5bf171
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.
做了什么
botmux dispatch都保留 exact/legacybotmux report协议;开启后再额外要求子 Bot 在收到任务的原话题执行botmux send --no-mention留一份最终交付。botmux report通过带鉴权的 daemon IPC 回注主编排现有会话。为什么做
主编排需要通过
botmux report在不新开会话的前提下接收带上下文的完成回报;群内用户同时需要在原任务话题看到最终交付并继续与子 Bot 对话。两条路径服务不同接收方,原话题send不应替代主编排report。改动范围
report,按配置额外追加原话题send,并恢复 report IPC 鉴权。