Files
vscode/extensions/vscode-test-resolver
Connor PeetandCopilot b40cda889f agent host: pass bridge token through environment (#332657)
* agent host: pass bridge token through environment

Updates the server launch path to carry the agent host bridge token separately from parsed server arguments.

- Passes the bridge token through the process environment.
- Threads the token through server startup as dedicated configuration.
- Redacts connection tokens from argument and endpoint logs.
- Adds coverage for command construction and log output.

(Commit message generated by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* agent host: log bridge endpoint on connect

Defers bridge endpoint logging until the renderer starts the upstream connection.

- Creates static and deferred upstream connections on the first connect call.
- Keeps listener registration free of connection log output.
- Updates the endpoint logging test to cover the connection boundary.

(Commit message generated by Copilot)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-08-26 02:30:37 +00:00
..