@vscode/chat-lib 0.0.3 → 0.0.5-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (161) hide show
  1. package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts +10 -2
  2. package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts.map +1 -1
  3. package/dist/src/_internal/extension/byok/node/openAIEndpoint.js +151 -13
  4. package/dist/src/_internal/extension/byok/node/openAIEndpoint.js.map +1 -1
  5. package/dist/src/_internal/extension/common/constants.d.ts +0 -1
  6. package/dist/src/_internal/extension/common/constants.d.ts.map +1 -1
  7. package/dist/src/_internal/extension/common/constants.js +0 -1
  8. package/dist/src/_internal/extension/common/constants.js.map +1 -1
  9. package/dist/src/_internal/extension/inlineEdits/node/nesConfigs.d.ts +0 -4
  10. package/dist/src/_internal/extension/inlineEdits/node/nesConfigs.d.ts.map +1 -1
  11. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +4 -2
  12. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
  13. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js +15 -8
  14. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.map +1 -1
  15. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +1 -1
  16. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
  17. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +60 -94
  18. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
  19. package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts +1 -1
  20. package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
  21. package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +7 -3
  22. package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js.map +1 -1
  23. package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts +3 -13
  24. package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
  25. package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +64 -30
  26. package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
  27. package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +36 -21
  28. package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
  29. package/dist/src/_internal/extension/xtab/common/promptCrafting.js +81 -53
  30. package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
  31. package/dist/src/_internal/extension/xtab/common/xtabCurrentDocument.d.ts +16 -0
  32. package/dist/src/_internal/extension/xtab/common/xtabCurrentDocument.d.ts.map +1 -0
  33. package/dist/src/_internal/extension/xtab/common/xtabCurrentDocument.js +19 -0
  34. package/dist/src/_internal/extension/xtab/common/xtabCurrentDocument.js.map +1 -0
  35. package/dist/src/_internal/extension/xtab/node/xtabEndpoint.d.ts +1 -2
  36. package/dist/src/_internal/extension/xtab/node/xtabEndpoint.d.ts.map +1 -1
  37. package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js +9 -11
  38. package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js.map +1 -1
  39. package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +23 -6
  40. package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
  41. package/dist/src/_internal/extension/xtab/node/xtabProvider.js +412 -153
  42. package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
  43. package/dist/src/_internal/platform/authentication/common/authentication.d.ts.map +1 -1
  44. package/dist/src/_internal/platform/authentication/common/authentication.js +0 -2
  45. package/dist/src/_internal/platform/authentication/common/authentication.js.map +1 -1
  46. package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts +2 -0
  47. package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
  48. package/dist/src/_internal/platform/authentication/common/copilotToken.js +6 -0
  49. package/dist/src/_internal/platform/authentication/common/copilotToken.js.map +1 -1
  50. package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts +23 -2
  51. package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts.map +1 -1
  52. package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js +79 -19
  53. package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js.map +1 -1
  54. package/dist/src/_internal/platform/chat/common/chatMLFetcher.d.ts +2 -1
  55. package/dist/src/_internal/platform/chat/common/chatMLFetcher.d.ts.map +1 -1
  56. package/dist/src/_internal/platform/chat/common/chatMLFetcher.js +7 -1
  57. package/dist/src/_internal/platform/chat/common/chatMLFetcher.js.map +1 -1
  58. package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
  59. package/dist/src/_internal/platform/chat/common/commonTypes.js +5 -2
  60. package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
  61. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +31 -18
  62. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
  63. package/dist/src/_internal/platform/configuration/common/configurationService.js +48 -31
  64. package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
  65. package/dist/src/_internal/platform/configuration/common/validator.d.ts +6 -0
  66. package/dist/src/_internal/platform/configuration/common/validator.d.ts.map +1 -1
  67. package/dist/src/_internal/platform/configuration/common/validator.js +41 -4
  68. package/dist/src/_internal/platform/configuration/common/validator.js.map +1 -1
  69. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +4 -4
  70. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
  71. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +15 -10
  72. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
  73. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +31 -3
  74. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
  75. package/dist/src/_internal/platform/endpoint/common/endpointProvider.js +14 -0
  76. package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
  77. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +6 -6
  78. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
  79. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +39 -28
  80. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
  81. package/dist/src/_internal/platform/endpoint/node/domainServiceImpl.d.ts.map +1 -1
  82. package/dist/src/_internal/platform/endpoint/node/domainServiceImpl.js +2 -1
  83. package/dist/src/_internal/platform/endpoint/node/domainServiceImpl.js.map +1 -1
  84. package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts +6 -0
  85. package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
  86. package/dist/src/_internal/platform/endpoint/node/responsesApi.js +184 -26
  87. package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
  88. package/dist/src/_internal/platform/env/common/envService.d.ts +2 -0
  89. package/dist/src/_internal/platform/env/common/envService.d.ts.map +1 -1
  90. package/dist/src/_internal/platform/env/common/envService.js.map +1 -1
  91. package/dist/src/_internal/platform/env/common/nullEnvService.d.ts +1 -0
  92. package/dist/src/_internal/platform/env/common/nullEnvService.d.ts.map +1 -1
  93. package/dist/src/_internal/platform/env/common/nullEnvService.js +3 -0
  94. package/dist/src/_internal/platform/env/common/nullEnvService.js.map +1 -1
  95. package/dist/src/_internal/platform/github/common/githubAPI.d.ts +67 -0
  96. package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
  97. package/dist/src/_internal/platform/github/common/githubAPI.js +120 -3
  98. package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
  99. package/dist/src/_internal/platform/github/common/githubService.d.ts +171 -1
  100. package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
  101. package/dist/src/_internal/platform/github/common/githubService.js +34 -1
  102. package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
  103. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +11 -0
  104. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
  105. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +8 -1
  106. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
  107. package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +2 -2
  108. package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
  109. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +20 -5
  110. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
  111. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +21 -1
  112. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
  113. package/dist/src/_internal/platform/networking/common/fetch.d.ts +2 -1
  114. package/dist/src/_internal/platform/networking/common/fetch.d.ts.map +1 -1
  115. package/dist/src/_internal/platform/networking/common/fetch.js +1 -0
  116. package/dist/src/_internal/platform/networking/common/fetch.js.map +1 -1
  117. package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +2 -0
  118. package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
  119. package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
  120. package/dist/src/_internal/platform/networking/common/networking.d.ts +18 -7
  121. package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
  122. package/dist/src/_internal/platform/networking/common/networking.js +6 -5
  123. package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
  124. package/dist/src/_internal/platform/networking/node/chatStream.d.ts.map +1 -1
  125. package/dist/src/_internal/platform/networking/node/chatStream.js +333 -3
  126. package/dist/src/_internal/platform/networking/node/chatStream.js.map +1 -1
  127. package/dist/src/_internal/platform/networking/node/stream.d.ts.map +1 -1
  128. package/dist/src/_internal/platform/networking/node/stream.js +6 -5
  129. package/dist/src/_internal/platform/networking/node/stream.js.map +1 -1
  130. package/dist/src/_internal/platform/openai/node/fetch.d.ts +4 -10
  131. package/dist/src/_internal/platform/openai/node/fetch.d.ts.map +1 -1
  132. package/dist/src/_internal/platform/openai/node/fetch.js +38 -15
  133. package/dist/src/_internal/platform/openai/node/fetch.js.map +1 -1
  134. package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +2 -2
  135. package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
  136. package/dist/src/_internal/platform/requestLogger/node/requestLogger.js +20 -2
  137. package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
  138. package/dist/src/_internal/platform/telemetry/common/telemetryData.d.ts.map +1 -1
  139. package/dist/src/_internal/platform/telemetry/common/telemetryData.js +4 -2
  140. package/dist/src/_internal/platform/telemetry/common/telemetryData.js.map +1 -1
  141. package/dist/src/_internal/platform/tokenizer/node/tokenizer.d.ts.map +1 -1
  142. package/dist/src/_internal/platform/tokenizer/node/tokenizer.js +7 -6
  143. package/dist/src/_internal/platform/tokenizer/node/tokenizer.js.map +1 -1
  144. package/dist/src/_internal/util/common/cache.d.ts +1 -0
  145. package/dist/src/_internal/util/common/cache.d.ts.map +1 -1
  146. package/dist/src/_internal/util/common/cache.js +9 -0
  147. package/dist/src/_internal/util/common/cache.js.map +1 -1
  148. package/dist/src/_internal/util/common/notebooks.d.ts +1 -0
  149. package/dist/src/_internal/util/common/notebooks.d.ts.map +1 -1
  150. package/dist/src/_internal/util/common/notebooks.js +4 -0
  151. package/dist/src/_internal/util/common/notebooks.js.map +1 -1
  152. package/dist/src/_internal/util/common/tracing.d.ts +11 -0
  153. package/dist/src/_internal/util/common/tracing.d.ts.map +1 -1
  154. package/dist/src/_internal/util/common/tracing.js +5 -0
  155. package/dist/src/_internal/util/common/tracing.js.map +1 -1
  156. package/dist/src/main.d.ts +50 -9
  157. package/dist/src/main.d.ts.map +1 -1
  158. package/dist/src/main.js +87 -19
  159. package/dist/src/main.js.map +1 -1
  160. package/dist/src/package.json +434 -167
  161. package/package.json +3 -3
@@ -2,11 +2,11 @@
2
2
  "name": "copilot-chat",
3
3
  "displayName": "GitHub Copilot Chat",
4
4
  "description": "AI chat features powered by Copilot",
5
- "version": "0.32.0",
5
+ "version": "0.33.0",
6
6
  "build": "1",
7
7
  "internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
8
- "completionsCore": "5074adaf497a498dec0dcdf1a468521c2c7be608",
9
- "completionsCoreVersion": "1.367.1777",
8
+ "completionsCore": "b90dd24adc81d9d2d9b64817dd37638854201fc3",
9
+ "completionsCoreVersion": "1.378.1798",
10
10
  "internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917",
11
11
  "ariaKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
12
12
  "buildType": "dev",
@@ -24,7 +24,7 @@
24
24
  "icon": "assets/copilot.png",
25
25
  "pricing": "Trial",
26
26
  "engines": {
27
- "vscode": "^1.104.0-20250905",
27
+ "vscode": "^1.106.0",
28
28
  "npm": ">=9.0.0",
29
29
  "node": ">=22.14.0"
30
30
  },
@@ -117,7 +117,7 @@
117
117
  "authLearnMore",
118
118
  "testObserver",
119
119
  "aiTextSearchProvider@2",
120
- "chatParticipantPrivate@10",
120
+ "chatParticipantPrivate@11",
121
121
  "chatProvider@4",
122
122
  "contribDebugCreateConfiguration",
123
123
  "chatReferenceDiagnostic",
@@ -126,7 +126,6 @@
126
126
  "languageModelSystem",
127
127
  "languageModelCapabilities",
128
128
  "inlineCompletionsAdditions",
129
- "languageModelDataPart@3",
130
129
  "chatStatusItem",
131
130
  "taskProblemMatcherStatus",
132
131
  "contribLanguageModelToolSets",
@@ -135,7 +134,9 @@
135
134
  "taskExecutionTerminal",
136
135
  "dataChannels",
137
136
  "languageModelThinkingPart",
138
- "chatSessionsProvider"
137
+ "chatSessionsProvider@2",
138
+ "devDeviceId",
139
+ "contribEditorContentMenu"
139
140
  ],
140
141
  "contributes": {
141
142
  "languageModelTools": [
@@ -164,12 +165,12 @@
164
165
  }
165
166
  },
166
167
  {
167
- "name": "execute_task",
168
- "toolReferenceName": "executeTask",
169
- "displayName": "Execute Task",
170
- "when": "config.github.copilot.chat.advanced.taskTools.enabled",
168
+ "name": "runSubagent",
169
+ "toolReferenceName": "runSubagent",
170
+ "displayName": "%copilot.tools.runSubagent.name%",
171
171
  "canBeReferencedInPrompt": true,
172
- "modelDescription": "Launch a new agent to handle complex, multi-step tasks autonomously. This tool is good at researching complex questions, searching for code, and executing multi-step tasks. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries, use this agent to perform the search for you.\n\n- When the agent is done, it will return a single message back to you. The result returned by the agent is not visible to the user. To show the user the result, you should send a text message back to the user with a concise summary of the result.\n - Each agent invocation is stateless. You will not be able to send additional messages to the agent, nor will the agent be able to communicate with you outside of its final report. Therefore, your prompt should contain a highly detailed task description for the agent to perform autonomously and you should specify exactly what information the agent should return back to you in its final and only message to you.\n - The agent's outputs should generally be trusted\n - Clearly tell the agent whether you expect it to write code or just to do research (search, file reads, web fetches, etc.), since it is not aware of the user's intent",
172
+ "userDescription": "%copilot.tools.runSubagent.description%",
173
+ "modelDescription": "Launch a new agent to handle complex, multi-step tasks autonomously. This tool is good at researching complex questions, searching for code, and executing multi-step tasks. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries, use this agent to perform the search for you.\n\n- Agents do not run async or in the background, you will wait for the agent's result.\n- When the agent is done, it will return a single message back to you. The result returned by the agent is not visible to the user. To show the user the result, you should send a text message back to the user with a concise summary of the result.\n - Each agent invocation is stateless. You will not be able to send additional messages to the agent, nor will the agent be able to communicate with you outside of its final report. Therefore, your prompt should contain a highly detailed task description for the agent to perform autonomously and you should specify exactly what information the agent should return back to you in its final and only message to you.\n - The agent's outputs should generally be trusted\n - Clearly tell the agent whether you expect it to write code or just to do research (search, file reads, web fetches, etc.), since it is not aware of the user's intent",
173
174
  "tags": [],
174
175
  "inputSchema": {
175
176
  "type": "object",
@@ -189,27 +190,6 @@
189
190
  ]
190
191
  }
191
192
  },
192
- {
193
- "name": "execute_prompt",
194
- "toolReferenceName": "executePrompt",
195
- "displayName": "Execute Prompt",
196
- "when": "config.github.copilot.chat.advanced.taskTools.enabled",
197
- "canBeReferencedInPrompt": true,
198
- "modelDescription": "This tool can take a path to a user's prompt file as input, and execute it autonomously. If the user's prompt includes multiple references to .prompt.md files, then you should use this tool to execute those prompts in sequence.\n\n- When the agent is done, it will return a single message back to you. The result returned by the agent is not visible to the user. To show the user the result, you should send a text message back to the user with a concise summary of the result.\n - The agent's outputs should generally be trusted",
199
- "tags": [],
200
- "inputSchema": {
201
- "type": "object",
202
- "properties": {
203
- "filePath": {
204
- "type": "string",
205
- "description": "The absolute path to the prompt file to execute"
206
- }
207
- },
208
- "required": [
209
- "filePath"
210
- ]
211
- }
212
- },
213
193
  {
214
194
  "name": "copilot_searchWorkspaceSymbols",
215
195
  "toolReferenceName": "symbols",
@@ -286,27 +266,6 @@
286
266
  "tags": [],
287
267
  "canBeReferencedInPrompt": true
288
268
  },
289
- {
290
- "displayName": "%copilot.tools.think.name%",
291
- "name": "copilot_think",
292
- "tags": [],
293
- "canBeReferencedInPrompt": true,
294
- "toolReferenceName": "think",
295
- "when": "config.github.copilot.chat.agent.thinkingTool",
296
- "modelDescription": "Use this tool to think deeply about the user's request and organize your thoughts. This tool helps improve response quality by allowing the model to consider the request carefully, brainstorm solutions, and plan complex tasks. It's particularly useful for:\n\n1. Exploring repository issues and brainstorming bug fixes\n2. Analyzing test results and planning fixes\n3. Planning complex refactoring approaches\n4. Designing new features and architecture\n5. Organizing debugging hypotheses\n\nThe tool logs your thought process for transparency but doesn't execute any code or make changes.",
297
- "inputSchema": {
298
- "type": "object",
299
- "properties": {
300
- "thoughts": {
301
- "type": "string",
302
- "description": "Your thoughts about the current task or problem. This should be a clear, structured explanation of your reasoning, analysis, or planning process."
303
- }
304
- },
305
- "required": [
306
- "thoughts"
307
- ]
308
- }
309
- },
310
269
  {
311
270
  "name": "copilot_findFiles",
312
271
  "toolReferenceName": "fileSearch",
@@ -455,7 +414,7 @@
455
414
  "type": "object",
456
415
  "properties": {
457
416
  "filePaths": {
458
- "description": "The absolute paths to the files to check for errors. Omit 'filePaths' when retrieving all errors.",
417
+ "description": "The absolute paths to the files or folders to check for errors. Omit 'filePaths' when retrieving all errors.",
459
418
  "type": "array",
460
419
  "items": {
461
420
  "type": "string"
@@ -1233,8 +1192,7 @@
1233
1192
  "isDefault": true,
1234
1193
  "when": "config.inlineChat.enableV2 || config.github.copilot.chat.advanced.inlineChat2",
1235
1194
  "locations": [
1236
- "editor",
1237
- "notebook"
1195
+ "editor"
1238
1196
  ],
1239
1197
  "commands": [
1240
1198
  {
@@ -1435,7 +1393,7 @@
1435
1393
  "locations": [
1436
1394
  "notebook"
1437
1395
  ],
1438
- "when": "!config.inlineChat.enableV2 && !config.github.copilot.chat.advanced.inlineChat2",
1396
+ "when": "!config.inlineChat.notebookAgent",
1439
1397
  "commands": [
1440
1398
  {
1441
1399
  "name": "fix",
@@ -1456,7 +1414,7 @@
1456
1414
  "locations": [
1457
1415
  "notebook"
1458
1416
  ],
1459
- "when": "config.inlineChat.enableV2",
1417
+ "when": "config.inlineChat.notebookAgent",
1460
1418
  "commands": [
1461
1419
  {
1462
1420
  "name": "fix",
@@ -1617,12 +1575,6 @@
1617
1575
  "name": "search",
1618
1576
  "description": "%copilot.vscode.search.description%",
1619
1577
  "sampleRequest": "%copilot.vscode.search.sampleRequest%"
1620
- },
1621
- {
1622
- "name": "startDebugging",
1623
- "description": "%copilot.vscode.startDebugging.description%",
1624
- "sampleRequest": "%copilot.vscode.startDebugging.sampleRequest%",
1625
- "when": "config.github.copilot.chat.startDebugging.enabled"
1626
1578
  }
1627
1579
  ]
1628
1580
  },
@@ -1794,14 +1746,39 @@
1794
1746
  "commands": [
1795
1747
  {
1796
1748
  "command": "github.copilot.claude.sessions.refresh",
1797
- "title": "Refresh Claude Code Sessions",
1749
+ "title": "%github.copilot.command.refreshClaudeCodeSessions%",
1798
1750
  "icon": "$(refresh)",
1799
1751
  "category": "Claude Code"
1800
1752
  },
1753
+ {
1754
+ "command": "github.copilot.cli.sessions.refresh",
1755
+ "title": "Refresh Copilot CLI Agent Sessions",
1756
+ "icon": "$(refresh)",
1757
+ "category": "Copilot CLI"
1758
+ },
1759
+ {
1760
+ "command": "github.copilot.cli.sessions.delete",
1761
+ "title": "Delete Copilot CLI Agent Session",
1762
+ "icon": "$(close)",
1763
+ "category": "Copilot CLI"
1764
+ },
1765
+ {
1766
+ "command": "github.copilot.cli.sessions.resumeInTerminal",
1767
+ "title": "Resume Agent Session in Terminal",
1768
+ "icon": "$(terminal)",
1769
+ "category": "Copilot CLI"
1770
+ },
1771
+ {
1772
+ "command": "github.copilot.cli.sessions.newTerminalSession",
1773
+ "title": "New Agent Session in Terminal",
1774
+ "icon": "$(terminal)",
1775
+ "category": "Copilot CLI"
1776
+ },
1801
1777
  {
1802
1778
  "command": "github.copilot.chat.replay",
1803
1779
  "title": "Start Chat Replay",
1804
- "icon": "$(debug-line-by-line)"
1780
+ "icon": "$(debug-line-by-line)",
1781
+ "enablement": "resourceLangId == chatReplay && !inDebugMode"
1805
1782
  },
1806
1783
  {
1807
1784
  "command": "github.copilot.chat.replay.enableWorkspaceEditTracing",
@@ -1819,122 +1796,122 @@
1819
1796
  "command": "github.copilot.chat.explain",
1820
1797
  "title": "%github.copilot.command.explainThis%",
1821
1798
  "enablement": "!github.copilot.interactiveSession.disabled",
1822
- "category": "GitHub Copilot"
1799
+ "category": "Chat"
1823
1800
  },
1824
1801
  {
1825
1802
  "command": "github.copilot.chat.explain.palette",
1826
1803
  "title": "%github.copilot.command.explainThis%",
1827
1804
  "enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
1828
- "category": "GitHub Copilot"
1805
+ "category": "Chat"
1829
1806
  },
1830
1807
  {
1831
1808
  "command": "github.copilot.chat.review",
1832
1809
  "title": "%github.copilot.command.reviewAndComment%",
1833
1810
  "enablement": "config.github.copilot.chat.reviewSelection.enabled && !github.copilot.interactiveSession.disabled",
1834
- "category": "GitHub Copilot"
1811
+ "category": "Chat"
1835
1812
  },
1836
1813
  {
1837
1814
  "command": "github.copilot.chat.review.apply",
1838
1815
  "title": "%github.copilot.command.applyReviewSuggestion%",
1839
1816
  "icon": "$(sparkle)",
1840
1817
  "enablement": "commentThread =~ /hasSuggestion/",
1841
- "category": "GitHub Copilot"
1818
+ "category": "Chat"
1842
1819
  },
1843
1820
  {
1844
1821
  "command": "github.copilot.chat.review.applyAndNext",
1845
1822
  "title": "%github.copilot.command.applyReviewSuggestionAndNext%",
1846
1823
  "icon": "$(sparkle)",
1847
1824
  "enablement": "commentThread =~ /hasSuggestion/",
1848
- "category": "GitHub Copilot"
1825
+ "category": "Chat"
1849
1826
  },
1850
1827
  {
1851
1828
  "command": "github.copilot.chat.review.discard",
1852
1829
  "title": "%github.copilot.command.discardReviewSuggestion%",
1853
1830
  "icon": "$(close)",
1854
- "category": "GitHub Copilot"
1831
+ "category": "Chat"
1855
1832
  },
1856
1833
  {
1857
1834
  "command": "github.copilot.chat.review.discardAndNext",
1858
1835
  "title": "%github.copilot.command.discardReviewSuggestionAndNext%",
1859
1836
  "icon": "$(close)",
1860
- "category": "GitHub Copilot"
1837
+ "category": "Chat"
1861
1838
  },
1862
1839
  {
1863
1840
  "command": "github.copilot.chat.review.discardAll",
1864
1841
  "title": "%github.copilot.command.discardAllReviewSuggestion%",
1865
1842
  "icon": "$(close-all)",
1866
- "category": "GitHub Copilot"
1843
+ "category": "Chat"
1867
1844
  },
1868
1845
  {
1869
1846
  "command": "github.copilot.chat.review.stagedChanges",
1870
1847
  "title": "%github.copilot.command.reviewStagedChanges%",
1871
1848
  "icon": "$(code-review)",
1872
1849
  "enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
1873
- "category": "GitHub Copilot"
1850
+ "category": "Chat"
1874
1851
  },
1875
1852
  {
1876
1853
  "command": "github.copilot.chat.review.unstagedChanges",
1877
1854
  "title": "%github.copilot.command.reviewUnstagedChanges%",
1878
1855
  "icon": "$(code-review)",
1879
1856
  "enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
1880
- "category": "GitHub Copilot"
1857
+ "category": "Chat"
1881
1858
  },
1882
1859
  {
1883
1860
  "command": "github.copilot.chat.review.changes",
1884
1861
  "title": "%github.copilot.command.reviewChanges%",
1885
1862
  "icon": "$(code-review)",
1886
1863
  "enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
1887
- "category": "GitHub Copilot"
1864
+ "category": "Chat"
1888
1865
  },
1889
1866
  {
1890
1867
  "command": "github.copilot.chat.review.stagedFileChange",
1891
1868
  "title": "%github.copilot.command.reviewFileChange%",
1892
1869
  "icon": "$(code-review)",
1893
1870
  "enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
1894
- "category": "GitHub Copilot"
1871
+ "category": "Chat"
1895
1872
  },
1896
1873
  {
1897
1874
  "command": "github.copilot.chat.review.unstagedFileChange",
1898
1875
  "title": "%github.copilot.command.reviewFileChange%",
1899
1876
  "icon": "$(code-review)",
1900
1877
  "enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
1901
- "category": "GitHub Copilot"
1878
+ "category": "Chat"
1902
1879
  },
1903
1880
  {
1904
1881
  "command": "github.copilot.chat.review.previous",
1905
1882
  "title": "%github.copilot.command.gotoPreviousReviewSuggestion%",
1906
1883
  "icon": "$(arrow-up)",
1907
- "category": "GitHub Copilot"
1884
+ "category": "Chat"
1908
1885
  },
1909
1886
  {
1910
1887
  "command": "github.copilot.chat.review.next",
1911
1888
  "title": "%github.copilot.command.gotoNextReviewSuggestion%",
1912
1889
  "icon": "$(arrow-down)",
1913
- "category": "GitHub Copilot"
1890
+ "category": "Chat"
1914
1891
  },
1915
1892
  {
1916
1893
  "command": "github.copilot.chat.review.continueInInlineChat",
1917
1894
  "title": "%github.copilot.command.continueReviewInInlineChat%",
1918
1895
  "icon": "$(comment-discussion)",
1919
- "category": "GitHub Copilot"
1896
+ "category": "Chat"
1920
1897
  },
1921
1898
  {
1922
1899
  "command": "github.copilot.chat.review.continueInChat",
1923
1900
  "title": "%github.copilot.command.continueReviewInChat%",
1924
1901
  "icon": "$(comment-discussion)",
1925
- "category": "GitHub Copilot"
1902
+ "category": "Chat"
1926
1903
  },
1927
1904
  {
1928
1905
  "command": "github.copilot.chat.review.markHelpful",
1929
1906
  "title": "%github.copilot.command.helpfulReviewSuggestion%",
1930
1907
  "icon": "$(thumbsup)",
1931
1908
  "enablement": "!(commentThread =~ /markedAsHelpful/)",
1932
- "category": "GitHub Copilot"
1909
+ "category": "Chat"
1933
1910
  },
1934
1911
  {
1935
1912
  "command": "github.copilot.chat.openUserPreferences",
1936
1913
  "title": "%github.copilot.command.openUserPreferences%",
1937
- "category": "GitHub Copilot",
1914
+ "category": "Chat",
1938
1915
  "enablement": "config.github.copilot.chat.enableUserPreferences"
1939
1916
  },
1940
1917
  {
@@ -1942,39 +1919,39 @@
1942
1919
  "title": "%github.copilot.command.unhelpfulReviewSuggestion%",
1943
1920
  "icon": "$(thumbsdown)",
1944
1921
  "enablement": "!(commentThread =~ /markedAsUnhelpful/)",
1945
- "category": "GitHub Copilot"
1922
+ "category": "Chat"
1946
1923
  },
1947
1924
  {
1948
1925
  "command": "github.copilot.chat.generate",
1949
1926
  "title": "%github.copilot.command.generateThis%",
1950
1927
  "icon": "$(sparkle)",
1951
1928
  "enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
1952
- "category": "GitHub Copilot"
1929
+ "category": "Chat"
1953
1930
  },
1954
1931
  {
1955
1932
  "command": "github.copilot.chat.generateDocs",
1956
1933
  "title": "%github.copilot.command.generateDocs%",
1957
1934
  "enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
1958
- "category": "GitHub Copilot"
1935
+ "category": "Chat"
1959
1936
  },
1960
1937
  {
1961
1938
  "command": "github.copilot.chat.generateTests",
1962
1939
  "title": "%github.copilot.command.generateTests%",
1963
1940
  "enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
1964
- "category": "GitHub Copilot"
1941
+ "category": "Chat"
1965
1942
  },
1966
1943
  {
1967
1944
  "command": "github.copilot.chat.fix",
1968
1945
  "title": "%github.copilot.command.fixThis%",
1969
1946
  "enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
1970
- "category": "GitHub Copilot"
1947
+ "category": "Chat"
1971
1948
  },
1972
1949
  {
1973
1950
  "command": "github.copilot.interactiveSession.feedback",
1974
1951
  "title": "%github.copilot.command.sendChatFeedback%",
1975
1952
  "enablement": "github.copilot-chat.activated && !github.copilot.interactiveSession.disabled",
1976
1953
  "icon": "$(feedback)",
1977
- "category": "GitHub Copilot"
1954
+ "category": "Chat"
1978
1955
  },
1979
1956
  {
1980
1957
  "command": "github.copilot.debug.workbenchState",
@@ -1986,6 +1963,11 @@
1986
1963
  "title": "%github.copilot.command.showChatLogView%",
1987
1964
  "category": "Developer"
1988
1965
  },
1966
+ {
1967
+ "command": "github.copilot.debug.showOutputChannel",
1968
+ "title": "%github.copilot.command.showOutputChannel%",
1969
+ "category": "Developer"
1970
+ },
1989
1971
  {
1990
1972
  "command": "github.copilot.debug.showContextInspectorView",
1991
1973
  "title": "%github.copilot.command.showContextInspectorView%",
@@ -2001,36 +1983,48 @@
2001
1983
  {
2002
1984
  "command": "github.copilot.terminal.explainTerminalLastCommand",
2003
1985
  "title": "%github.copilot.command.explainTerminalLastCommand%",
2004
- "category": "GitHub Copilot"
1986
+ "category": "Chat"
2005
1987
  },
2006
1988
  {
2007
1989
  "command": "github.copilot.git.generateCommitMessage",
2008
1990
  "title": "%github.copilot.git.generateCommitMessage%",
2009
1991
  "icon": "$(sparkle)",
2010
1992
  "enablement": "!github.copilot.interactiveSession.disabled",
2011
- "category": "GitHub Copilot"
1993
+ "category": "Chat"
1994
+ },
1995
+ {
1996
+ "command": "github.copilot.git.resolveMergeConflicts",
1997
+ "title": "%github.copilot.git.resolveMergeConflicts%",
1998
+ "icon": "$(chat-sparkle)",
1999
+ "enablement": "!github.copilot.interactiveSession.disabled",
2000
+ "category": "Chat"
2012
2001
  },
2013
2002
  {
2014
2003
  "command": "github.copilot.devcontainer.generateDevContainerConfig",
2015
2004
  "title": "%github.copilot.devcontainer.generateDevContainerConfig%",
2016
- "category": "GitHub Copilot"
2005
+ "category": "Chat"
2017
2006
  },
2018
2007
  {
2019
2008
  "command": "github.copilot.tests.fixTestFailure",
2020
2009
  "icon": "$(sparkle)",
2021
2010
  "title": "%github.copilot.command.fixTestFailure%",
2022
- "category": "GitHub Copilot"
2011
+ "category": "Chat"
2023
2012
  },
2024
2013
  {
2025
2014
  "command": "github.copilot.tests.fixTestFailure.fromInline",
2026
2015
  "icon": "$(sparkle)",
2027
2016
  "title": "%github.copilot.command.fixTestFailure%"
2028
2017
  },
2018
+ {
2019
+ "command": "github.copilot.chat.attachFile",
2020
+ "title": "%github.copilot.chat.attachFile%",
2021
+ "category": "Chat"
2022
+ },
2029
2023
  {
2030
2024
  "command": "github.copilot.chat.attachSelection",
2031
2025
  "title": "%github.copilot.chat.attachSelection%",
2032
2026
  "icon": "$(comment-discussion)",
2033
- "category": "GitHub Copilot"
2027
+ "category": "Chat"
2034
2028
  },
2035
2029
  {
2036
2030
  "command": "github.copilot.debug.collectDiagnostics",
@@ -2046,55 +2040,46 @@
2046
2040
  "command": "github.copilot.debug.inlineEdit.reportNotebookNESIssue",
2047
2041
  "title": "%github.copilot.command.inlineEdit.reportNotebookNESIssue%",
2048
2042
  "enablement": "config.github.copilot.chat.advanced.notebook.alternativeNESFormat.enabled || github.copilot.chat.enableEnhancedNotebookNES",
2049
- "category": "GitHub Copilot Developer"
2043
+ "category": "Developer"
2050
2044
  },
2051
2045
  {
2052
2046
  "command": "github.copilot.debug.generateSTest",
2053
2047
  "title": "%github.copilot.command.generateSTest%",
2054
2048
  "enablement": "github.copilot.debugReportFeedback",
2055
- "category": "GitHub Copilot Developer"
2056
- },
2057
- {
2058
- "command": "github.copilot.debug.generateConfiguration",
2059
- "title": "%github.copilot.command.generateConfiguration%",
2060
- "category": "GitHub Copilot",
2061
- "enablement": "config.github.copilot.chat.startDebugging.enabled",
2062
- "tags": [
2063
- "experimental"
2064
- ]
2049
+ "category": "Developer"
2065
2050
  },
2066
2051
  {
2067
2052
  "command": "github.copilot.open.walkthrough",
2068
2053
  "title": "%github.copilot.command.openWalkthrough%",
2069
- "category": "GitHub Copilot"
2054
+ "category": "Chat"
2070
2055
  },
2071
2056
  {
2072
2057
  "command": "github.copilot.debug.generateInlineEditTests",
2073
2058
  "title": "Generate Inline Edit Tests",
2074
- "category": "GitHub Copilot",
2059
+ "category": "Chat",
2075
2060
  "enablement": "resourceScheme == 'ccreq'"
2076
2061
  },
2077
2062
  {
2078
2063
  "command": "github.copilot.buildLocalWorkspaceIndex",
2079
2064
  "title": "%github.copilot.command.buildLocalWorkspaceIndex%",
2080
- "category": "GitHub Copilot",
2065
+ "category": "Chat",
2081
2066
  "enablement": "github.copilot-chat.activated"
2082
2067
  },
2083
2068
  {
2084
2069
  "command": "github.copilot.buildRemoteWorkspaceIndex",
2085
2070
  "title": "%github.copilot.command.buildRemoteWorkspaceIndex%",
2086
- "category": "GitHub Copilot",
2071
+ "category": "Chat",
2087
2072
  "enablement": "github.copilot-chat.activated"
2088
2073
  },
2089
2074
  {
2090
2075
  "command": "github.copilot.report",
2091
2076
  "title": "Report Issue",
2092
- "category": "GitHub Copilot"
2077
+ "category": "Chat"
2093
2078
  },
2094
2079
  {
2095
2080
  "command": "github.copilot.chat.rerunWithCopilotDebug",
2096
2081
  "title": "%github.copilot.command.rerunWithCopilotDebug%",
2097
- "category": "GitHub Copilot"
2082
+ "category": "Chat"
2098
2083
  },
2099
2084
  {
2100
2085
  "command": "github.copilot.chat.startCopilotDebugCommand",
@@ -2103,7 +2088,7 @@
2103
2088
  {
2104
2089
  "command": "github.copilot.chat.clearTemporalContext",
2105
2090
  "title": "Clear Temporal Context",
2106
- "category": "GitHub Copilot (Developer)"
2091
+ "category": "Developer"
2107
2092
  },
2108
2093
  {
2109
2094
  "command": "github.copilot.search.markHelpful",
@@ -2147,6 +2132,10 @@
2147
2132
  "command": "github.copilot.chat.debug.hideNesRequests",
2148
2133
  "title": "Hide NES Requests"
2149
2134
  },
2135
+ {
2136
+ "command": "github.copilot.chat.debug.showRawRequestBody",
2137
+ "title": "Show Raw Request Body"
2138
+ },
2150
2139
  {
2151
2140
  "command": "github.copilot.chat.debug.exportLogItem",
2152
2141
  "title": "Export as...",
@@ -2204,6 +2193,21 @@
2204
2193
  "command": "github.copilot.chat.manageBYOK",
2205
2194
  "title": "Manage Bring Your Own Key Vendor",
2206
2195
  "enablement": "false"
2196
+ },
2197
+ {
2198
+ "command": "github.copilot.chat.manageBYOKAPIKey",
2199
+ "title": "Manage Bring Your Own Key API Key",
2200
+ "enablement": "false"
2201
+ },
2202
+ {
2203
+ "command": "github.copilot.cloud.sessions.refresh",
2204
+ "title": "%github.copilot.command.refreshCopilotAgentSessions%",
2205
+ "icon": "$(refresh)"
2206
+ },
2207
+ {
2208
+ "command": "github.copilot.cloud.sessions.openInBrowser",
2209
+ "title": "%github.copilot.command.openCopilotAgentSessionsInBrowser%",
2210
+ "icon": "$(link-external)"
2207
2211
  }
2208
2212
  ],
2209
2213
  "configuration": [
@@ -2323,27 +2327,26 @@
2323
2327
  "github.copilot.chat.agent.autoFix": {
2324
2328
  "type": "boolean",
2325
2329
  "default": true,
2326
- "description": "%github.copilot.config.autoFix%"
2330
+ "description": "%github.copilot.config.autoFix%",
2331
+ "tags": [
2332
+ "onExp"
2333
+ ]
2327
2334
  },
2328
2335
  "github.copilot.chat.customInstructionsInSystemMessage": {
2329
2336
  "type": "boolean",
2330
2337
  "default": true,
2331
2338
  "description": "%github.copilot.config.customInstructionsInSystemMessage%"
2339
+ },
2340
+ "github.copilot.chat.agent.currentEditorContext.enabled": {
2341
+ "type": "boolean",
2342
+ "default": true,
2343
+ "description": "%github.copilot.config.agent.currentEditorContext.enabled%"
2332
2344
  }
2333
2345
  }
2334
2346
  },
2335
2347
  {
2336
- "title": "Preview",
2337
2348
  "id": "preview",
2338
2349
  "properties": {
2339
- "github.copilot.chat.startDebugging.enabled": {
2340
- "type": "boolean",
2341
- "default": true,
2342
- "markdownDescription": "%github.copilot.config.startDebugging.enabled%",
2343
- "tags": [
2344
- "preview"
2345
- ]
2346
- },
2347
2350
  "github.copilot.chat.reviewAgent.enabled": {
2348
2351
  "type": "boolean",
2349
2352
  "default": true,
@@ -2458,16 +2461,16 @@
2458
2461
  }
2459
2462
  },
2460
2463
  {
2461
- "title": "Experimental",
2462
2464
  "id": "experimental",
2463
2465
  "properties": {
2464
- "github.copilot.chat.agent.thinkingTool": {
2466
+ "github.copilot.chat.imageUpload.enabled": {
2465
2467
  "type": "boolean",
2466
- "default": false,
2468
+ "default": true,
2467
2469
  "tags": [
2468
- "experimental"
2470
+ "experimental",
2471
+ "onExp"
2469
2472
  ],
2470
- "markdownDescription": "%github.copilot.config.agent.thinkingTool%"
2473
+ "markdownDescription": "%github.copilot.config.imageUpload.enabled%"
2471
2474
  },
2472
2475
  "github.copilot.chat.edits.suggestRelatedFilesFromGitHistory": {
2473
2476
  "type": "boolean",
@@ -2794,6 +2797,32 @@
2794
2797
  ],
2795
2798
  "markdownDescription": "%github.copilot.chat.languageContext.typescript.enabled%"
2796
2799
  },
2800
+ "github.copilot.chat.languageContext.typescript.items": {
2801
+ "type": "string",
2802
+ "enum": [
2803
+ "minimal",
2804
+ "double",
2805
+ "fillHalf",
2806
+ "fill"
2807
+ ],
2808
+ "default": "minimal",
2809
+ "scope": "resource",
2810
+ "tags": [
2811
+ "experimental",
2812
+ "onExP"
2813
+ ],
2814
+ "markdownDescription": "%github.copilot.chat.languageContext.typescript.items%"
2815
+ },
2816
+ "github.copilot.chat.languageContext.typescript.includeDocumentation": {
2817
+ "type": "boolean",
2818
+ "default": false,
2819
+ "scope": "resource",
2820
+ "tags": [
2821
+ "experimental",
2822
+ "onExP"
2823
+ ],
2824
+ "markdownDescription": "%github.copilot.chat.languageContext.typescript.includeDocumentation%"
2825
+ },
2797
2826
  "github.copilot.chat.languageContext.typescript.cacheTimeout": {
2798
2827
  "type": "number",
2799
2828
  "default": 500,
@@ -2840,14 +2869,6 @@
2840
2869
  ],
2841
2870
  "markdownDescription": "%github.copilot.config.newWorkspace.useContext7%"
2842
2871
  },
2843
- "github.copilot.chat.agent.currentEditorContext.enabled": {
2844
- "type": "boolean",
2845
- "default": true,
2846
- "tags": [
2847
- "experimental"
2848
- ],
2849
- "description": "%github.copilot.config.agent.currentEditorContext.enabled%"
2850
- },
2851
2872
  "github.copilot.chat.notebook.followCellExecution.enabled": {
2852
2873
  "type": "boolean",
2853
2874
  "default": false,
@@ -2869,8 +2890,7 @@
2869
2890
  "type": "boolean",
2870
2891
  "default": true,
2871
2892
  "tags": [
2872
- "experimental",
2873
- "onExp"
2893
+ "experimental"
2874
2894
  ],
2875
2895
  "description": "%github.copilot.config.summarizeAgentConversationHistory.enabled%"
2876
2896
  },
@@ -2921,6 +2941,13 @@
2921
2941
  "type": "boolean",
2922
2942
  "default": false,
2923
2943
  "description": "Whether the model supports thinking capabilities"
2944
+ },
2945
+ "requestHeaders": {
2946
+ "type": "object",
2947
+ "description": "Additional HTTP headers to include with requests to this model. These reserved headers are not allowed and ignored if present: forbidden request headers (https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_request_header), forwarding headers ('forwarded', 'x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto'), and others ('api-key', 'authorization', 'content-type', 'openai-intent', 'x-github-api-version', 'x-initiator', 'x-interaction-id', 'x-interaction-type', 'x-onbehalf-extension-id', 'x-request-id', 'x-vscode-user-agent-library-version'). Pattern-based forbidden headers ('proxy-*', 'sec-*', 'x-http-method*' with forbidden methods) are also blocked.",
2948
+ "additionalProperties": {
2949
+ "type": "string"
2950
+ }
2924
2951
  }
2925
2952
  },
2926
2953
  "required": [
@@ -2973,10 +3000,30 @@
2973
3000
  "description": "Whether the model requires an API key for authentication",
2974
3001
  "default": true
2975
3002
  },
3003
+ "editTools": {
3004
+ "type": "array",
3005
+ "description": "List of edit tools supported by the model. If this is not configured, the editor will try multiple edit tools and pick the best one.\n\n- 'find-replace': Find and replace text in a document.\n- 'multi-find-replace': Find and replace text in a document.\n- 'apply-patch': A file-oriented diff format used by some OpenAI models\n- 'code-rewrite': A general but slower editing tool that allows the model to rewrite and code snippet and provide only the replacement to the editor.",
3006
+ "items": {
3007
+ "type": "string",
3008
+ "enum": [
3009
+ "find-replace",
3010
+ "multi-find-replace",
3011
+ "apply-patch",
3012
+ "code-rewrite"
3013
+ ]
3014
+ }
3015
+ },
2976
3016
  "thinking": {
2977
3017
  "type": "boolean",
2978
3018
  "default": false,
2979
3019
  "description": "Whether the model supports thinking capabilities"
3020
+ },
3021
+ "requestHeaders": {
3022
+ "type": "object",
3023
+ "description": "Additional HTTP headers to include with requests to this model. These reserved headers are not allowed and ignored if present: forbidden request headers (https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_request_header), forwarding headers ('forwarded', 'x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto'), and others ('api-key', 'authorization', 'content-type', 'openai-intent', 'x-github-api-version', 'x-initiator', 'x-interaction-id', 'x-interaction-type', 'x-onbehalf-extension-id', 'x-request-id', 'x-vscode-user-agent-library-version'). Pattern-based forbidden headers ('proxy-*', 'sec-*', 'x-http-method*' with forbidden methods) are also blocked.",
3024
+ "additionalProperties": {
3025
+ "type": "string"
3026
+ }
2980
3027
  }
2981
3028
  },
2982
3029
  "required": [
@@ -3015,6 +3062,81 @@
3015
3062
  "experimental"
3016
3063
  ],
3017
3064
  "description": "%github.copilot.config.grokCodeAlternatePrompt%"
3065
+ },
3066
+ "github.copilot.chat.claudeSonnet45AlternatePrompt": {
3067
+ "type": "string",
3068
+ "default": "default",
3069
+ "tags": [
3070
+ "experimental"
3071
+ ],
3072
+ "description": "%github.copilot.config.claudeSonnet45AlternatePrompt%"
3073
+ },
3074
+ "github.copilot.chat.useResponsesApi": {
3075
+ "type": "boolean",
3076
+ "default": true,
3077
+ "markdownDescription": "%github.copilot.config.useResponsesApi%",
3078
+ "tags": [
3079
+ "experimental",
3080
+ "onExp"
3081
+ ]
3082
+ },
3083
+ "github.copilot.chat.responsesApiReasoningEffort": {
3084
+ "type": "string",
3085
+ "default": "default",
3086
+ "markdownDescription": "%github.copilot.config.responsesApiReasoningEffort%",
3087
+ "tags": [
3088
+ "experimental",
3089
+ "onExp"
3090
+ ],
3091
+ "enum": [
3092
+ "low",
3093
+ "medium",
3094
+ "high",
3095
+ "default"
3096
+ ]
3097
+ },
3098
+ "github.copilot.chat.responsesApiReasoningSummary": {
3099
+ "type": "string",
3100
+ "default": "detailed",
3101
+ "markdownDescription": "%github.copilot.config.responsesApiReasoningSummary%",
3102
+ "tags": [
3103
+ "experimental",
3104
+ "onExp"
3105
+ ],
3106
+ "enum": [
3107
+ "off",
3108
+ "detailed"
3109
+ ]
3110
+ },
3111
+ "github.copilot.chat.completionsFetcher": {
3112
+ "type": [
3113
+ "string",
3114
+ "null"
3115
+ ],
3116
+ "markdownDescription": "%github.copilot.config.completionsFetcher%",
3117
+ "tags": [
3118
+ "experimental",
3119
+ "onExp"
3120
+ ],
3121
+ "enum": [
3122
+ "electron-fetch",
3123
+ "node-fetch"
3124
+ ]
3125
+ },
3126
+ "github.copilot.chat.nesFetcher": {
3127
+ "type": [
3128
+ "string",
3129
+ "null"
3130
+ ],
3131
+ "markdownDescription": "%github.copilot.config.nesFetcher%",
3132
+ "tags": [
3133
+ "experimental",
3134
+ "onExp"
3135
+ ],
3136
+ "enum": [
3137
+ "electron-fetch",
3138
+ "node-fetch"
3139
+ ]
3018
3140
  }
3019
3141
  }
3020
3142
  }
@@ -3129,6 +3251,10 @@
3129
3251
  "command": "github.copilot.git.generateCommitMessage",
3130
3252
  "when": "false"
3131
3253
  },
3254
+ {
3255
+ "command": "github.copilot.git.resolveMergeConflicts",
3256
+ "when": "false"
3257
+ },
3132
3258
  {
3133
3259
  "command": "github.copilot.chat.explain",
3134
3260
  "when": "false"
@@ -3276,6 +3402,38 @@
3276
3402
  {
3277
3403
  "command": "github.copilot.chat.mcp.setup.flow",
3278
3404
  "when": "false"
3405
+ },
3406
+ {
3407
+ "command": "github.copilot.chat.debug.showRawRequestBody",
3408
+ "when": "false"
3409
+ },
3410
+ {
3411
+ "command": "github.copilot.debug.showOutputChannel",
3412
+ "when": "false"
3413
+ },
3414
+ {
3415
+ "command": "github.copilot.cli.sessions.delete",
3416
+ "when": "false"
3417
+ },
3418
+ {
3419
+ "command": "github.copilot.cli.sessions.refresh",
3420
+ "when": "false"
3421
+ },
3422
+ {
3423
+ "command": "github.copilot.cli.sessions.resumeInTerminal",
3424
+ "when": "false"
3425
+ },
3426
+ {
3427
+ "command": "github.copilot.cli.sessions.newTerminalSession",
3428
+ "when": "false"
3429
+ },
3430
+ {
3431
+ "command": "github.copilot.cloud.sessions.refresh",
3432
+ "when": "false"
3433
+ },
3434
+ {
3435
+ "command": "github.copilot.cloud.sessions.openInBrowser",
3436
+ "when": "false"
3279
3437
  }
3280
3438
  ],
3281
3439
  "view/title": [
@@ -3284,6 +3442,11 @@
3284
3442
  "when": "view == workbench.view.chat.sessions.claude-code",
3285
3443
  "group": "navigation@1"
3286
3444
  },
3445
+ {
3446
+ "command": "github.copilot.cli.sessions.refresh",
3447
+ "when": "view == workbench.view.chat.sessions.copilotcli",
3448
+ "group": "navigation@1"
3449
+ },
3287
3450
  {
3288
3451
  "submenu": "github.copilot.chat.debug.filter",
3289
3452
  "when": "view == copilot-chat",
@@ -3294,13 +3457,28 @@
3294
3457
  "when": "view == copilot-chat",
3295
3458
  "group": "export@1"
3296
3459
  },
3460
+ {
3461
+ "command": "github.copilot.debug.showOutputChannel",
3462
+ "when": "view == copilot-chat",
3463
+ "group": "3_show@1"
3464
+ },
3297
3465
  {
3298
3466
  "command": "github.copilot.debug.showChatLogView",
3299
3467
  "when": "view == workbench.panel.chat.view.copilot",
3300
3468
  "group": "3_show"
3469
+ },
3470
+ {
3471
+ "command": "github.copilot.cloud.sessions.refresh",
3472
+ "when": "view == workbench.view.chat.sessions.copilot-cloud-agent",
3473
+ "group": "navigation@1"
3301
3474
  }
3302
3475
  ],
3303
3476
  "view/item/context": [
3477
+ {
3478
+ "command": "github.copilot.chat.debug.showRawRequestBody",
3479
+ "when": "view == copilot-chat && viewItem == request",
3480
+ "group": "export@0"
3481
+ },
3304
3482
  {
3305
3483
  "command": "github.copilot.chat.debug.exportLogItem",
3306
3484
  "when": "view == copilot-chat && (viewItem == toolcall || viewItem == request)",
@@ -3468,6 +3646,11 @@
3468
3646
  }
3469
3647
  ],
3470
3648
  "scm/resourceState/context": [
3649
+ {
3650
+ "command": "github.copilot.git.resolveMergeConflicts",
3651
+ "when": "scmProvider == git && scmResourceGroup == merge && git.activeResourceHasMergeConflicts",
3652
+ "group": "z_chat@1"
3653
+ },
3471
3654
  {
3472
3655
  "command": "github.copilot.chat.review.stagedFileChange",
3473
3656
  "group": "3_copilot",
@@ -3492,13 +3675,6 @@
3492
3675
  "group": "inline@1"
3493
3676
  }
3494
3677
  ],
3495
- "debug/createConfiguration": [
3496
- {
3497
- "command": "github.copilot.debug.generateConfiguration",
3498
- "group": "z_commands",
3499
- "when": "config.github.copilot.chat.startDebugging.enabled"
3500
- }
3501
- ],
3502
3678
  "issue/reporter": [
3503
3679
  {
3504
3680
  "command": "github.copilot.report"
@@ -3547,6 +3723,40 @@
3547
3723
  "when": "config.github.copilot.chat.notebook.followCellExecution.enabled && github.copilot.notebookFollowInSessionEnabled && github.copilot.notebookAgentModeUsage && config.notebook.globalToolbar",
3548
3724
  "group": "navigation/execute@15"
3549
3725
  }
3726
+ ],
3727
+ "editor/content": [
3728
+ {
3729
+ "command": "github.copilot.git.resolveMergeConflicts",
3730
+ "group": "z_chat@1",
3731
+ "when": "config.git.enabled && !git.missing && !isInDiffEditor && !isMergeEditor && resource in git.mergeChanges && git.activeResourceHasMergeConflicts"
3732
+ }
3733
+ ],
3734
+ "chat/chatSessions": [
3735
+ {
3736
+ "command": "github.copilot.cli.sessions.resumeInTerminal",
3737
+ "when": "chatSessionType == copilotcli",
3738
+ "group": "inline@1"
3739
+ },
3740
+ {
3741
+ "command": "github.copilot.cli.sessions.delete",
3742
+ "when": "chatSessionType == copilotcli",
3743
+ "group": "inline@2"
3744
+ },
3745
+ {
3746
+ "command": "github.copilot.cli.sessions.newTerminalSession",
3747
+ "when": "view == workbench.view.chat.sessions.copilotcli",
3748
+ "group": "submenu"
3749
+ },
3750
+ {
3751
+ "command": "github.copilot.cli.sessions.refresh",
3752
+ "when": "view == workbench.view.chat.sessions.copilotcli",
3753
+ "group": "navigation@1"
3754
+ },
3755
+ {
3756
+ "command": "github.copilot.cloud.sessions.openInBrowser",
3757
+ "when": "chatSessionType == copilot-cloud-agent",
3758
+ "group": "context"
3759
+ }
3550
3760
  ]
3551
3761
  },
3552
3762
  "icons": {
@@ -3663,7 +3873,7 @@
3663
3873
  "copilot-chat": [
3664
3874
  {
3665
3875
  "id": "copilot-chat",
3666
- "name": "Copilot Chat Debug",
3876
+ "name": "Chat Debug",
3667
3877
  "icon": "assets/debug-icon.svg",
3668
3878
  "when": "github.copilot.chat.showLogView"
3669
3879
  }
@@ -3681,7 +3891,7 @@
3681
3891
  "activitybar": [
3682
3892
  {
3683
3893
  "id": "copilot-chat",
3684
- "title": "Copilot Chat Debug",
3894
+ "title": "Chat Debug",
3685
3895
  "icon": "assets/debug-icon.svg"
3686
3896
  },
3687
3897
  {
@@ -3880,12 +4090,66 @@
3880
4090
  {
3881
4091
  "type": "claude-code",
3882
4092
  "name": "claude",
3883
- "displayName": "Claude Code",
3884
- "description": "The Claude Code agent",
4093
+ "displayName": "Claude Code CLI Agent",
4094
+ "icon": "$(sparkle)",
4095
+ "welcomeTitle": "Claude Code Agent",
4096
+ "welcomeMessage": "Run local background tasks",
4097
+ "inputPlaceholder": "Describe your task, type `#` for adding context",
4098
+ "description": "The Claude Code Agent works on your local machine",
3885
4099
  "when": "config.github.copilot.chat.advanced.claudeCode.enabled",
4100
+ "capabilities": {
4101
+ "supportsFileAttachments": true
4102
+ },
4103
+ "commands": [
4104
+ {
4105
+ "name": "init",
4106
+ "description": "Initialize a new CLAUDE.md file with codebase documentation"
4107
+ },
4108
+ {
4109
+ "name": "compact",
4110
+ "description": "Clear conversation history but keep a summary in context. Optional: /compact [instructions for summarization]"
4111
+ },
4112
+ {
4113
+ "name": "pr-comments",
4114
+ "description": "Get comments from a GitHub pull request"
4115
+ },
4116
+ {
4117
+ "name": "review",
4118
+ "description": "Review a pull request"
4119
+ },
4120
+ {
4121
+ "name": "security-review",
4122
+ "description": "Complete a security review of the pending changes on the current branch"
4123
+ }
4124
+ ]
4125
+ },
4126
+ {
4127
+ "type": "copilotcli",
4128
+ "name": "GitHub Copilot CLI Agent",
4129
+ "displayName": "GitHub Copilot CLI Agent",
4130
+ "icon": "$(copilot)",
4131
+ "welcomeTitle": "GitHub Copilot CLI Agent",
4132
+ "welcomeMessage": "Run local background tasks",
4133
+ "inputPlaceholder": "Describe your task, type `#` for adding context",
4134
+ "description": "The Copilot CLI Agent works on your local machine",
4135
+ "when": "config.github.copilot.chat.advanced.copilotCLI.enabled",
3886
4136
  "capabilities": {
3887
4137
  "supportsFileAttachments": true,
3888
- "supportsToolAttachments": false
4138
+ "supportsProblemAttachments": true
4139
+ }
4140
+ },
4141
+ {
4142
+ "type": "copilot-cloud-agent",
4143
+ "name": "GitHub Copilot Cloud Agent",
4144
+ "displayName": "GitHub Copilot Cloud Agent",
4145
+ "icon": "$(cloud)",
4146
+ "welcomeTitle": "GitHub Copilot Cloud Agent",
4147
+ "welcomeMessage": "Delegate tasks to the cloud",
4148
+ "inputPlaceholder": "Describe your task, type `#` for adding context",
4149
+ "description": "Delegate tasks to the GitHub Copilot Cloud Agent. The agent works asynchronously in the cloud to implement changes, iterates via chat, and can create or update pull requests as needed.",
4150
+ "when": "config.github.copilot.chat.advanced.copilotCodingAgent.enabled",
4151
+ "capabilities": {
4152
+ "supportsFileAttachments": true
3889
4153
  }
3890
4154
  }
3891
4155
  ],
@@ -3914,16 +4178,14 @@
3914
4178
  "program"
3915
4179
  ]
3916
4180
  }
3917
- },
3918
- "initialConfigurations": [
3919
- {
3920
- "type": "vscode-chat-replay",
3921
- "request": "launch",
3922
- "name": "Debug Chat Replay",
3923
- "program": "${file}",
3924
- "stopOnEntry": true
3925
- }
3926
- ]
4181
+ }
4182
+ }
4183
+ ],
4184
+ "chatAgents": [
4185
+ {
4186
+ "name": "Plan",
4187
+ "path": "./assets/agents/Plan.vscode-agent.md",
4188
+ "description": "Researches a task to create multi-step plans"
3927
4189
  }
3928
4190
  ]
3929
4191
  },
@@ -3969,12 +4231,13 @@
3969
4231
  "setup:dotnet": "run-script-os",
3970
4232
  "setup:dotnet:darwin:linux": "curl -O https://raw.githubusercontent.com/dotnet/install-scripts/main/src/dotnet-install.sh && chmod u+x dotnet-install.sh && ./dotnet-install.sh --channel 10.0 && rm dotnet-install.sh",
3971
4233
  "setup:dotnet:win32": "powershell.exe -NoProfile -ExecutionPolicy Bypass -Command \"Invoke-WebRequest -Uri https://raw.githubusercontent.com/dotnet/install-scripts/main/src/dotnet-install.ps1 -OutFile dotnet-install.ps1; ./dotnet-install.ps1 -channel 10.0; Remove-Item dotnet-install.ps1\"",
4234
+ "analyze-edits": "tsx script/analyzeEdits.ts",
3972
4235
  "extract-chat-lib": "tsx script/build/extractChatLib.ts",
3973
4236
  "create_venv": "tsx script/setup/createVenv.mts",
3974
4237
  "package": "vsce package",
3975
4238
  "web": "vscode-test-web --headless --extensionDevelopmentPath=. .",
3976
4239
  "test:prompt": "mocha \"src/extension/completions-core/prompt/**/test/**/*.test.{ts,tsx}\"",
3977
- "test:lib": "mocha \"src/extension/completions-core/lib/src/**/*.test.{ts,tsx}\""
4240
+ "test:completions-core": "tsx src/extension/completions-core/extension/test/runTest.ts"
3978
4241
  },
3979
4242
  "devDependencies": {
3980
4243
  "@azure/identity": "4.9.1",
@@ -4004,6 +4267,7 @@
4004
4267
  "@types/tar": "^6.1.13",
4005
4268
  "@types/vinyl": "^2.0.12",
4006
4269
  "@types/vscode": "^1.102.0",
4270
+ "@types/yargs": "^17.0.24",
4007
4271
  "@typescript-eslint/eslint-plugin": "^8.35.0",
4008
4272
  "@typescript-eslint/parser": "^8.32.0",
4009
4273
  "@typescript-eslint/typescript-estree": "^8.26.1",
@@ -4053,6 +4317,7 @@
4053
4317
  "react-dom": "17.0.2",
4054
4318
  "rimraf": "^6.0.1",
4055
4319
  "run-script-os": "^1.1.6",
4320
+ "shiki": "~1.15.0",
4056
4321
  "sinon": "^21.0.0",
4057
4322
  "source-map-support": "^0.5.21",
4058
4323
  "tar": "^7.4.3",
@@ -4068,14 +4333,16 @@
4068
4333
  "vscode-languageserver-textdocument": "^1.0.12",
4069
4334
  "vscode-languageserver-types": "^3.17.5",
4070
4335
  "yaml": "^2.8.0",
4071
- "zeromq": "github:rebornix/zeromq.js#a19e8e373b3abc677f91b936d3f00d49b1b61792"
4336
+ "yargs": "^17.7.2"
4072
4337
  },
4073
4338
  "dependencies": {
4074
- "@anthropic-ai/claude-code": "1.0.93",
4075
- "@anthropic-ai/sdk": "^0.56.0",
4339
+ "@anthropic-ai/claude-code": "^1.0.120",
4340
+ "@anthropic-ai/sdk": "^0.63.0",
4341
+ "@github/copilot": "^0.0.343",
4342
+ "@google/genai": "^1.22.0",
4076
4343
  "@humanwhocodes/gitignore-to-minimatch": "1.0.2",
4077
4344
  "@microsoft/tiktokenizer": "^1.0.10",
4078
- "@vscode/copilot-api": "^0.1.8",
4345
+ "@vscode/copilot-api": "^0.1.12",
4079
4346
  "@vscode/extension-telemetry": "^1.0.0",
4080
4347
  "@vscode/l10n": "^0.0.18",
4081
4348
  "@vscode/prompt-tsx": "^0.4.0-alpha.5",