Files
vscode/extensions
ce0b319a4d Add assignment context to websocket path (#326267)
* Add assignment context header to WebSocket connections

Override createResponsesWebSocket in BaseCAPIClientService to inject the
X-Copilot-Client-Exp-Assignment-Context header, matching the behavior
already present in makeRequest for HTTP calls.

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

* Add unit tests for createResponsesWebSocket assignment context header

Tests verify:
- Header is injected when abExpContext is set
- Headers object is created when none exists
- Headers are not modified when abExpContext is unset

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

* Remove new capiClient websocket test file

---------

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
2026-07-17 23:51:17 -07:00
..
2026-07-10 12:59:32 +00:00
2026-07-14 12:34:04 +02:00