agentHost: distinguish tools running on other clients#326245
Open
connor4312 wants to merge 2 commits into
Open
agentHost: distinguish tools running on other clients#326245connor4312 wants to merge 2 commits into
connor4312 wants to merge 2 commits into
Conversation
Render client-provided tools owned by another connected client as cancellable progress instead of surfacing their permission prompt. Preserve ordinary tool rendering once the invocation reaches a terminal state.\n\nFixes #324112\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Match the MCP authentication action pattern by rendering Skip? in the running message paragraph while preserving keyboard and screen-reader behavior.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
roblourens
approved these changes
Jul 17, 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.
Fixes #324112
When an Agent Host session is observed from multiple clients, client-provided tools now distinguish their owning client. Non-owning clients show a quiet inline
Running <tool> on another client... Skip?progress message instead of surfacing the owner's permission prompt or invoking the tool locally.The inline Skip action uses the same scoped markdown-action pattern as MCP authentication. Once the tool reaches a terminal state, it returns to the standard tool-call rendering.
Validation:
npm run typecheck-clientnpm run valid-layers-check