Skip to content
This repository was archived by the owner on May 20, 2026. It is now read-only.

Commit c84fba4

Browse files
authored
Enhance CopilotCLIModels capabilities by adding toolCalling and editTools support (#4222)
1 parent 166aa9c commit c84fba4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/extension/chatSessions/copilotcli/node/copilotCli.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,8 @@ export class CopilotCLIModels extends Disposable implements ICopilotCLIModels {
225225
multiplierNumeric: model.multiplier,
226226
isUserSelectable: true,
227227
capabilities: {
228-
imageInput: model.supportsVision
228+
imageInput: model.supportsVision,
229+
toolCalling: true
229230
},
230231
targetChatSessionType: 'copilotcli',
231232
isDefault: index === 0 // SDK guarantees the first item is the default model

0 commit comments

Comments
 (0)