Files
vscode/cli
Connor PeetandCopilot 6b15b4c6fd tunnels: report the running singleton's capability to attaching clients
`has_editor_link` described the attaching invocation rather than the
singleton it attached to, so a full-access invocation attaching to an
agent-host-only singleton advertised an editor link that singleton does not
serve — in both the human log and the machine status.

The singleton now reports what it actually serves in its status, and clients
use that. The field is optional so a client attached to a server predating it
falls back to describing its own invocation rather than losing a valid link.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-08-13 09:11:08 -07:00
..