Tim Rogers d2db6e96d5 Use selected model when starting Copilot coding agent task (#4820)
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.
2026-03-30 16:09:28 +00:00
Description
2025-08-20 10:13:53 -05:00
Languages
TypeScript 77.7%
jsonc 18.1%
CSS 1.4%
JavaScript 0.7%
C 0.6%
Other 1.2%