Allow native group replies to mention humans without waking Runs - #911
Open
Y1fe1Zh0u wants to merge 1 commit into
Open
Allow native group replies to mention humans without waking Runs#911Y1fe1Zh0u wants to merge 1 commit into
Y1fe1Zh0u wants to merge 1 commit into
Conversation
Native group replies already persist human mentions without dispatching work, but the Runtime at preflight rejected every non-Agent participant. Split public mention validation from Agent handoff validation so mixed human and Agent targets remain atomic while child Runs are created only for wakeable Agents. Constraint: Human mentions must remain visible without creating child Runs. Rejected: Strip human IDs during model repair | loses structured mention metadata and contradicts group message behavior. Confidence: high Scope-risk: narrow Directive: Keep public mention targets distinct from wakeable Agent targets. Tested: 232 scoped Runtime and group delivery tests; Ruff check on changed files. Not-tested: Browser rendering and live 3010 mixed-mention E2E pending deployment.
This was referenced Aug 10, 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.
Summary
atto stage valid human and Agent participants togetherVerification
232 passedacross group handoff, model step, finish protocol, group message, delivery, node executor, tool step, and checkpoint side-effect testsgit diff --checkpassedContext
Run
00228936-d7c2-4287-881a-34f09987275dfailed withinvalid_group_atafter staging one Agent and one human participant. The lower-level group message service already treats human mentions as public-only, but Runtime preflight incorrectly required every staged participant to be a wakeable Agent.