Conversation
Signed-off-by: pax-k <ndreipoppa@gmail.com>
pax-k
marked this pull request as ready for review
July 27, 2026 14:47
|
Independent verification: I reproduced the failure mode where a relay-discovered agent authorized for the current user appeared online in the directory but was missing from I tested this PR's exact branch locally. The complete desktop unit suite passed (3,638 of 3,638), and the focused Playwright scenario passed, including verification of the recipient This matches the observed bug and the intended behavior. |
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
respond_topolicyptagRoot cause
The mention candidate pipeline treated local management ownership as a hard prerequisite before evaluating the existing invocation policy. That conflated who manages an agent with who is allowed to call it, so an agent explicitly allowlisted for Pax was hidden unless Pax also owned it.
Testing
pnpm checkindesktopjust ciFixes #3125