mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 01:58:01 +01:00
d2db6e96d5
When setting the session type to "Cloud", VS Code correctly lists models available for Copilot coding agent. However, the selected model is not honored because it is sent in the `model_name` parameter instead of the expected `model` parameter. This switches to using the expected `model` parameter, as expected by the `RemoteAgentJobPayload` type and the underlying API.