fix(desktop): refresh agent directory after channel invite - #6422
Draft
ScaleLeanChris wants to merge 1 commit into
Draft
fix(desktop): refresh agent directory after channel invite#6422ScaleLeanChris wants to merge 1 commit into
ScaleLeanChris wants to merge 1 commit into
Conversation
Signed-off-by: ScaleLeanChris <chris@scalelean.com>
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
@mentionWhy
Desktop refreshed channel membership after an invite, but it left the cached relay-agent directory stale. Mention eligibility reads that directory, so a newly invited remote agent stayed unavailable until a later poll.
Security and compatibility
This does not optimistically authorize the agent. The composer admits it only after the relay-directory refetch confirms the new channel membership. Existing human invites and failed bot invites do not trigger the extra refresh.
Related work
Addresses the Desktop portion of #6380.
Controlling work order: BAC-110
Testing
pnpm --dir desktop exec playwright test --project=smoke tests/e2e/channels.spec.ts --grep 'members sidebar can invite relay-authorized agents'(1 passed)just ci(passed)After relay acceptance, the picker is right here, right now instead of waiting for the next poll.