@vscode/chat-lib 0.4.0 → 0.4.1-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 (273) hide show
  1. package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts +1 -6
  2. package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts.map +1 -1
  3. package/dist/src/_internal/extension/byok/node/openAIEndpoint.js +9 -20
  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 +2 -1
  8. package/dist/src/_internal/extension/common/constants.js.map +1 -1
  9. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.d.ts +4 -2
  10. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.d.ts.map +1 -1
  11. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.js +38 -5
  12. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.js.map +1 -1
  13. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.d.ts +0 -1
  14. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.d.ts.map +1 -1
  15. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.js +17 -36
  16. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/ghostText.js.map +1 -1
  17. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.d.ts +1 -1
  18. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.d.ts.map +1 -1
  19. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.js +205 -122
  20. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.js.map +1 -1
  21. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/currentFile.d.ts.map +1 -1
  22. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/currentFile.js +15 -7
  23. package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/prompt/components/currentFile.js.map +1 -1
  24. package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.d.ts +52 -8
  25. package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.d.ts.map +1 -1
  26. package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.js +208 -41
  27. package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.js.map +1 -1
  28. package/dist/src/_internal/extension/inlineEdits/node/nesConfigs.d.ts +1 -0
  29. package/dist/src/_internal/extension/inlineEdits/node/nesConfigs.d.ts.map +1 -1
  30. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +14 -4
  31. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
  32. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js +46 -30
  33. package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.map +1 -1
  34. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +24 -3
  35. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
  36. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +471 -128
  37. package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
  38. package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
  39. package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +8 -2
  40. package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js.map +1 -1
  41. package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts +0 -4
  42. package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.d.ts.map +1 -1
  43. package/dist/src/_internal/extension/inlineEdits/node/nextEditResult.js.map +1 -1
  44. package/dist/src/_internal/extension/power/common/powerService.d.ts +22 -0
  45. package/dist/src/_internal/extension/power/common/powerService.d.ts.map +1 -0
  46. package/dist/src/_internal/extension/power/common/powerService.js +20 -0
  47. package/dist/src/_internal/extension/power/common/powerService.js.map +1 -0
  48. package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts +6 -2
  49. package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
  50. package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +30 -6
  51. package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
  52. package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.d.ts +6 -0
  53. package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.d.ts.map +1 -0
  54. package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.js +89 -0
  55. package/dist/src/_internal/extension/xtab/common/diffHistoryForPrompt.js.map +1 -0
  56. package/dist/src/_internal/extension/xtab/common/inlineSuggestion.d.ts +15 -0
  57. package/dist/src/_internal/extension/xtab/common/inlineSuggestion.d.ts.map +1 -0
  58. package/dist/src/_internal/extension/xtab/common/inlineSuggestion.js +43 -0
  59. package/dist/src/_internal/extension/xtab/common/inlineSuggestion.js.map +1 -0
  60. package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts +4 -4
  61. package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts.map +1 -1
  62. package/dist/src/_internal/extension/xtab/common/lintErrors.js +70 -26
  63. package/dist/src/_internal/extension/xtab/common/lintErrors.js.map +1 -1
  64. package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +13022 -364
  65. package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
  66. package/dist/src/_internal/extension/xtab/common/promptCrafting.js +14 -233
  67. package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
  68. package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.d.ts +4 -0
  69. package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.d.ts.map +1 -0
  70. package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.js +22 -0
  71. package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.js.map +1 -0
  72. package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.d.ts +41 -0
  73. package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.d.ts.map +1 -0
  74. package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.js +375 -0
  75. package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.js.map +1 -0
  76. package/dist/src/_internal/extension/xtab/common/terminalOutput.d.ts +20 -0
  77. package/dist/src/_internal/extension/xtab/common/terminalOutput.d.ts.map +1 -0
  78. package/dist/src/_internal/extension/xtab/common/terminalOutput.js +105 -0
  79. package/dist/src/_internal/extension/xtab/common/terminalOutput.js.map +1 -0
  80. package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts +2 -3
  81. package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts.map +1 -1
  82. package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +2 -1
  83. package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js.map +1 -1
  84. package/dist/src/_internal/extension/xtab/node/xtabEndpoint.d.ts.map +1 -1
  85. package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js +1 -1
  86. package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js.map +1 -1
  87. package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
  88. package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +2 -1
  89. package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
  90. package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +52 -9
  91. package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
  92. package/dist/src/_internal/extension/xtab/node/xtabProvider.js +370 -158
  93. package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
  94. package/dist/src/_internal/extension/xtab/node/xtabUtils.d.ts +1 -7
  95. package/dist/src/_internal/extension/xtab/node/xtabUtils.d.ts.map +1 -1
  96. package/dist/src/_internal/extension/xtab/node/xtabUtils.js +21 -40
  97. package/dist/src/_internal/extension/xtab/node/xtabUtils.js.map +1 -1
  98. package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +2 -2
  99. package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
  100. package/dist/src/_internal/platform/chat/common/commonTypes.js +8 -8
  101. package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
  102. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +40 -5
  103. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
  104. package/dist/src/_internal/platform/configuration/common/configurationService.js +42 -9
  105. package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
  106. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +1 -1
  107. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
  108. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +5 -10
  109. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
  110. package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.d.ts +17 -0
  111. package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.d.ts.map +1 -0
  112. package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.js +37 -0
  113. package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.js.map +1 -0
  114. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +9 -5
  115. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
  116. package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
  117. package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js +1 -1
  118. package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js.map +1 -1
  119. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +4 -11
  120. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
  121. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +14 -53
  122. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
  123. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.d.ts.map +1 -1
  124. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js +1 -1
  125. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js.map +1 -1
  126. package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
  127. package/dist/src/_internal/platform/endpoint/node/messagesApi.js +41 -23
  128. package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
  129. package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
  130. package/dist/src/_internal/platform/endpoint/node/responsesApi.js +58 -2
  131. package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
  132. package/dist/src/_internal/platform/env/common/envService.d.ts +6 -0
  133. package/dist/src/_internal/platform/env/common/envService.d.ts.map +1 -1
  134. package/dist/src/_internal/platform/env/common/envService.js.map +1 -1
  135. package/dist/src/_internal/platform/env/common/nullEnvService.d.ts +3 -0
  136. package/dist/src/_internal/platform/env/common/nullEnvService.d.ts.map +1 -1
  137. package/dist/src/_internal/platform/env/common/nullEnvService.js +4 -0
  138. package/dist/src/_internal/platform/env/common/nullEnvService.js.map +1 -1
  139. package/dist/src/_internal/platform/github/common/githubAPI.d.ts +1 -1
  140. package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
  141. package/dist/src/_internal/platform/github/common/githubAPI.js +4 -2
  142. package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
  143. package/dist/src/_internal/platform/github/common/githubService.d.ts +2 -0
  144. package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
  145. package/dist/src/_internal/platform/github/common/githubService.js +3 -3
  146. package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
  147. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.d.ts +9 -0
  148. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.d.ts.map +1 -0
  149. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.js +18 -0
  150. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.js.map +1 -0
  151. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +103 -2
  152. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
  153. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +231 -1
  154. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
  155. package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +11 -5
  156. package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
  157. package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +33 -18
  158. package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
  159. package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.d.ts +2 -0
  160. package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.d.ts.map +1 -1
  161. package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.js +4 -0
  162. package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.js.map +1 -1
  163. package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.d.ts +1 -2
  164. package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.d.ts.map +1 -1
  165. package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.js +13 -0
  166. package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.js.map +1 -1
  167. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +37 -10
  168. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
  169. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +43 -6
  170. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
  171. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.d.ts +41 -2
  172. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.d.ts.map +1 -1
  173. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.js +90 -8
  174. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.js.map +1 -1
  175. package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts +9 -2
  176. package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts.map +1 -1
  177. package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js +65 -54
  178. package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js.map +1 -1
  179. package/dist/src/_internal/platform/log/common/logService.d.ts +30 -0
  180. package/dist/src/_internal/platform/log/common/logService.d.ts.map +1 -1
  181. package/dist/src/_internal/platform/log/common/logService.js.map +1 -1
  182. package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts +5 -1
  183. package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts.map +1 -1
  184. package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js +121 -6
  185. package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js.map +1 -1
  186. package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts +1 -4
  187. package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts.map +1 -1
  188. package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js +1 -21
  189. package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js.map +1 -1
  190. package/dist/src/_internal/platform/networking/common/anthropic.d.ts +4 -1
  191. package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
  192. package/dist/src/_internal/platform/networking/common/anthropic.js +17 -4
  193. package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
  194. package/dist/src/_internal/platform/networking/common/fetch.d.ts +4 -2
  195. package/dist/src/_internal/platform/networking/common/fetch.d.ts.map +1 -1
  196. package/dist/src/_internal/platform/networking/common/fetch.js +9 -0
  197. package/dist/src/_internal/platform/networking/common/fetch.js.map +1 -1
  198. package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +1 -0
  199. package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
  200. package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
  201. package/dist/src/_internal/platform/networking/common/networking.d.ts +14 -12
  202. package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
  203. package/dist/src/_internal/platform/networking/common/networking.js +1 -0
  204. package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
  205. package/dist/src/_internal/platform/networking/common/openai.d.ts +11 -0
  206. package/dist/src/_internal/platform/networking/common/openai.d.ts.map +1 -1
  207. package/dist/src/_internal/platform/networking/common/openai.js +3 -1
  208. package/dist/src/_internal/platform/networking/common/openai.js.map +1 -1
  209. package/dist/src/_internal/platform/requestLogger/common/capturingToken.d.ts +35 -1
  210. package/dist/src/_internal/platform/requestLogger/common/capturingToken.d.ts.map +1 -1
  211. package/dist/src/_internal/platform/requestLogger/common/capturingToken.js +21 -1
  212. package/dist/src/_internal/platform/requestLogger/common/capturingToken.js.map +1 -1
  213. package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +35 -0
  214. package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
  215. package/dist/src/_internal/platform/requestLogger/node/requestLogger.js +54 -1
  216. package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
  217. package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts +2 -0
  218. package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts.map +1 -1
  219. package/dist/src/_internal/platform/telemetry/common/telemetry.js +1 -0
  220. package/dist/src/_internal/platform/telemetry/common/telemetry.js.map +1 -1
  221. package/dist/src/_internal/platform/telemetry/common/telemetryData.d.ts.map +1 -1
  222. package/dist/src/_internal/platform/telemetry/common/telemetryData.js +3 -0
  223. package/dist/src/_internal/platform/telemetry/common/telemetryData.js.map +1 -1
  224. package/dist/src/_internal/platform/terminal/common/terminalService.d.ts +111 -0
  225. package/dist/src/_internal/platform/terminal/common/terminalService.d.ts.map +1 -0
  226. package/dist/src/_internal/platform/terminal/common/terminalService.js +83 -0
  227. package/dist/src/_internal/platform/terminal/common/terminalService.js.map +1 -0
  228. package/dist/src/_internal/util/common/arrays.d.ts +5 -0
  229. package/dist/src/_internal/util/common/arrays.d.ts.map +1 -1
  230. package/dist/src/_internal/util/common/arrays.js +10 -0
  231. package/dist/src/_internal/util/common/arrays.js.map +1 -1
  232. package/dist/src/_internal/util/common/asyncIterableUtils.d.ts +17 -0
  233. package/dist/src/_internal/util/common/asyncIterableUtils.d.ts.map +1 -0
  234. package/dist/src/_internal/util/common/asyncIterableUtils.js +94 -0
  235. package/dist/src/_internal/util/common/asyncIterableUtils.js.map +1 -0
  236. package/dist/src/_internal/util/common/result.d.ts +34 -10
  237. package/dist/src/_internal/util/common/result.d.ts.map +1 -1
  238. package/dist/src/_internal/util/common/result.js +91 -2
  239. package/dist/src/_internal/util/common/result.js.map +1 -1
  240. package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +15 -3
  241. package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
  242. package/dist/src/_internal/util/common/test/shims/chatTypes.js +26 -4
  243. package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
  244. package/dist/src/_internal/util/common/test/shims/themes.d.ts +13 -0
  245. package/dist/src/_internal/util/common/test/shims/themes.d.ts.map +1 -0
  246. package/dist/src/_internal/util/common/test/shims/themes.js +27 -0
  247. package/dist/src/_internal/util/common/test/shims/themes.js.map +1 -0
  248. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.d.ts.map +1 -1
  249. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +4 -1
  250. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
  251. package/dist/src/_internal/util/vs/base/common/codicons.d.ts +2 -0
  252. package/dist/src/_internal/util/vs/base/common/codicons.d.ts.map +1 -1
  253. package/dist/src/_internal/util/vs/base/common/codiconsLibrary.d.ts +2 -0
  254. package/dist/src/_internal/util/vs/base/common/codiconsLibrary.d.ts.map +1 -1
  255. package/dist/src/_internal/util/vs/base/common/codiconsLibrary.js +2 -0
  256. package/dist/src/_internal/util/vs/base/common/codiconsLibrary.js.map +1 -1
  257. package/dist/src/_internal/util/vs/base/common/mime.d.ts.map +1 -1
  258. package/dist/src/_internal/util/vs/base/common/mime.js +7 -5
  259. package/dist/src/_internal/util/vs/base/common/mime.js.map +1 -1
  260. package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.d.ts +4 -0
  261. package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.d.ts.map +1 -1
  262. package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.js +4 -0
  263. package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.js.map +1 -1
  264. package/dist/src/_internal/vscodeTypes.d.ts +2 -0
  265. package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
  266. package/dist/src/_internal/vscodeTypes.js +4 -2
  267. package/dist/src/_internal/vscodeTypes.js.map +1 -1
  268. package/dist/src/main.d.ts +4 -1
  269. package/dist/src/main.d.ts.map +1 -1
  270. package/dist/src/main.js +10 -1
  271. package/dist/src/main.js.map +1 -1
  272. package/dist/src/package.json +445 -193
  273. package/package.json +2 -2
@@ -2,7 +2,7 @@
2
2
  "name": "copilot-chat",
3
3
  "displayName": "GitHub Copilot Chat",
4
4
  "description": "AI chat features powered by Copilot",
5
- "version": "0.37.6",
5
+ "version": "0.38.0",
6
6
  "build": "1",
7
7
  "internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
8
8
  "completionsCoreVersion": "1.378.1799",
@@ -23,7 +23,7 @@
23
23
  "icon": "assets/copilot.png",
24
24
  "pricing": "Trial",
25
25
  "engines": {
26
- "vscode": "^1.109.0-20260124",
26
+ "vscode": "^1.110.0",
27
27
  "npm": ">=9.0.0",
28
28
  "node": ">=22.14.0"
29
29
  },
@@ -89,6 +89,7 @@
89
89
  "main": "./dist/extension",
90
90
  "l10n": "./l10n",
91
91
  "enabledApiProposals": [
92
+ "agentSessionsWorkspace",
92
93
  "chatHooks@6",
93
94
  "extensionsAny",
94
95
  "newSymbolNamesProvider",
@@ -113,13 +114,13 @@
113
114
  "mappedEditsProvider",
114
115
  "aiRelatedInformation",
115
116
  "aiSettingsSearch",
116
- "chatParticipantAdditions",
117
+ "chatParticipantAdditions@3",
117
118
  "defaultChatParticipant@4",
118
119
  "contribSourceControlInputBoxMenu",
119
120
  "authLearnMore",
120
121
  "testObserver",
121
122
  "aiTextSearchProvider@2",
122
- "chatParticipantPrivate@13",
123
+ "chatParticipantPrivate@14",
123
124
  "chatProvider@4",
124
125
  "contribDebugCreateConfiguration",
125
126
  "chatReferenceDiagnostic",
@@ -142,7 +143,8 @@
142
143
  "chatPromptFiles",
143
144
  "mcpServerDefinitions",
144
145
  "tabInputMultiDiff",
145
- "workspaceTrust"
146
+ "workspaceTrust",
147
+ "environmentPower"
146
148
  ],
147
149
  "contributes": {
148
150
  "languageModelTools": [
@@ -227,39 +229,6 @@
227
229
  ]
228
230
  }
229
231
  },
230
- {
231
- "name": "copilot_listCodeUsages",
232
- "toolReferenceName": "usages",
233
- "legacyToolReferenceFullNames": [
234
- "usages"
235
- ],
236
- "displayName": "%copilot.tools.listCodeUsages.name%",
237
- "icon": "$(references)",
238
- "userDescription": "%copilot.listCodeUsages.tool.description%",
239
- "modelDescription": "Request to list all usages (references, definitions, implementations etc) of a function, class, method, variable etc. Use this tool when \n1. Looking for a sample implementation of an interface or class\n2. Checking how a function is used throughout the codebase.\n3. Including and updating all usages when changing a function, method, or constructor",
240
- "tags": [
241
- "vscode_codesearch"
242
- ],
243
- "inputSchema": {
244
- "type": "object",
245
- "properties": {
246
- "symbolName": {
247
- "type": "string",
248
- "description": "The name of the symbol, such as a function name, class name, method name, variable name, etc."
249
- },
250
- "filePaths": {
251
- "type": "array",
252
- "description": "One or more file paths which likely contain the definition of the symbol. For instance the file which declares a class or function. This is optional but will speed up the invocation of this tool and improve the quality of its output.",
253
- "items": {
254
- "type": "string"
255
- }
256
- }
257
- },
258
- "required": [
259
- "symbolName"
260
- ]
261
- }
262
- },
263
232
  {
264
233
  "name": "copilot_getVSCodeAPI",
265
234
  "toolReferenceName": "vscodeAPI",
@@ -511,48 +480,6 @@
511
480
  "enable_other_tool_copilot_runTests"
512
481
  ]
513
482
  },
514
- {
515
- "name": "copilot_memory",
516
- "toolReferenceName": "memory",
517
- "displayName": "%copilot.tools.memory.name%",
518
- "userDescription": "%copilot.tools.memory.description%",
519
- "modelDescription": "Store a fact about the codebase in memory, so that it can be used in future code generation or review tasks. The fact should be a clear and concise statement about the codebase conventions, structure, logic, or usage. It may be based on the code itself, or on information provided by the user.",
520
- "canBeReferencedInPrompt": true,
521
- "when": "config.github.copilot.chat.copilotMemory.enabled",
522
- "tags": [],
523
- "inputSchema": {
524
- "type": "object",
525
- "properties": {
526
- "subject": {
527
- "type": "string",
528
- "description": "The topic to which this memory relates. 1-2 words. Examples: naming conventions, testing practices, documentation, logging, authentication, sanitization, error handling."
529
- },
530
- "fact": {
531
- "type": "string",
532
- "description": "A clear and short description of a fact about the codebase or a convention used in the codebase. Must be less than 200 characters. Examples: Use JWT for authentication. Follow PEP 257 docstring conventions. Use single quotes for strings in Python. Use Winston for logging."
533
- },
534
- "citations": {
535
- "type": "string",
536
- "description": "The source of this fact, such as a file and line number in the codebase (e.g., path/file.go:123). If the convention is not explicitly stated in the codebase, you can point at several examples that illustrate it, selecting the most diverse set of examples you can find (e.g. from multiple files or contexts). If the fact is based on user input, the citations should be User input: followed by the contents of the input."
537
- },
538
- "reason": {
539
- "type": "string",
540
- "description": "A clear and detailed explanation of the reason behind storing this fact. Must be at least 2-3 sentences long, and include which future tasks this fact will be useful for and why it is important to remember this fact."
541
- },
542
- "category": {
543
- "type": "string",
544
- "description": "The type of memory being stored. This can be bootstrap_and_build (info about how to bootstrap and build the project), user_preferences (preferences of the user, such as coding style, tabs vs. spaces, favorite libraries, etc.), general (file independent facts), or file_specific (information about a specific file in the codebase)."
545
- }
546
- },
547
- "required": [
548
- "subject",
549
- "fact",
550
- "citations",
551
- "reason",
552
- "category"
553
- ]
554
- }
555
- },
556
483
  {
557
484
  "name": "copilot_createNewWorkspace",
558
485
  "displayName": "%github.copilot.tools.createNewWorkspace.name%",
@@ -1165,7 +1092,7 @@
1165
1092
  "toolReferenceName": "askQuestions",
1166
1093
  "displayName": "%copilot.tools.askQuestions.name%",
1167
1094
  "userDescription": "%copilot.tools.askQuestions.description%",
1168
- "modelDescription": "Ask the user questions to clarify intent, validate assumptions, or choose between implementation approaches. Prefer proposing a sensible default so users can confirm quickly.\n\nOnly use this tool when the user's answer provides information you cannot determine or reasonably assume yourself. This tool is for gathering information, not for reporting status or problems. If a question has an obvious best answer, take that action instead of asking.\n\nWhen to use:\n- Clarify ambiguous requirements before proceeding\n- Get user preferences on implementation choices\n- Confirm decisions that meaningfully affect outcome\n\nWhen NOT to use:\n- The answer is determinable from code or context\n- Asking for permission to continue or abort\n- Confirming something you can reasonably decide yourself\n- Reporting a problem (instead, attempt to resolve it)\n\nQuestion guidelines:\n- NEVER use `recommended` for quizzes or polls. Recommended options are PRE-SELECTED and visible to users, which would reveal answers\n- Batch related questions into a single call (max 4 questions, 2-6 options each; omit options for free text input)\n- Provide brief context explaining what is being decided and why\n- Only mark an option as `recommended` to suggest YOUR preferred implementation choice\n- Keep options mutually exclusive for single-select; use `multiSelect: true` only when choices are additive and phrase the question accordingly\n\nAfter receiving answers:\n- Incorporate decisions and continue without re-asking unless requirements change\n\nAn \"Other\" option is automatically shown to users—do not add your own.",
1095
+ "modelDescription": "Ask the user questions to clarify intent, validate assumptions, or choose between implementation approaches. Prefer proposing a sensible default so users can confirm quickly.\n\nOnly use this tool when the user's answer provides information you cannot determine or reasonably assume yourself. This tool is for gathering information, not for reporting status or problems. If a question has an obvious best answer, take that action instead of asking.\n\nWhen to use:\n- Clarify ambiguous requirements before proceeding\n- Get user preferences on implementation choices\n- Confirm decisions that meaningfully affect outcome\n\nWhen NOT to use:\n- The answer is determinable from code or context\n- Asking for permission to continue or abort\n- Confirming something you can reasonably decide yourself\n- Reporting a problem (instead, attempt to resolve it)\n\nQuestion guidelines:\n- NEVER use `recommended` for quizzes or polls. Recommended options are PRE-SELECTED and visible to users, which would reveal answers\n- Batch related questions into a single call (max 4 questions, 2-6 options each; omit options for free text input)\n- Provide brief context explaining what is being decided and why\n- Only mark an option as `recommended` with a short justification to suggest YOUR preferred implementation choice\n- Keep options mutually exclusive for single-select; use `multiSelect: true` only when choices are additive and phrase the question accordingly\n\nAfter receiving answers:\n- Incorporate decisions and continue without re-asking unless requirements change\n\nAn \"Other\" option is automatically shown to users—do not add your own.",
1169
1096
  "icon": "$(question)",
1170
1097
  "when": "config.github.copilot.chat.askQuestions.enabled",
1171
1098
  "inputSchema": {
@@ -1261,6 +1188,76 @@
1261
1188
  ]
1262
1189
  }
1263
1190
  },
1191
+ {
1192
+ "name": "copilot_memory",
1193
+ "displayName": "Memory",
1194
+ "toolReferenceName": "memory",
1195
+ "canBeReferencedInPrompt": true,
1196
+ "userDescription": "Manage persistent memory across conversations",
1197
+ "when": "config.github.copilot.chat.tools.memory.enabled",
1198
+ "modelDescription": "Manage a persistent memory system with three scopes for storing notes and information across conversations.\n\nMemory is organized under /memories/ with three tiers:\n- `/memories/` — User memory: persistent notes that survive across all workspaces and conversations. Store preferences, patterns, and general insights here.\n- `/memories/session/` — Session memory: notes scoped to the current conversation. Store task-specific context and in-progress notes here. Cleared after the conversation ends.\n- `/memories/repo/` — Repository memory: repository-scoped facts stored via Copilot. Only the `create` command is supported for this path.\n\nIMPORTANT: Before creating new memory files, first view the /memories/ directory to understand what already exists. This helps avoid duplicates and maintain organized notes.\n\nCommands:\n- `view`: View contents of a file or list directory contents. Can be used on files or directories (e.g., \"/memories/\" to see all top-level items).\n- `create`: Create a new file at the specified path with the given content. Fails if the file already exists.\n- `str_replace`: Replace an exact string in a file with a new string. The old_str must appear exactly once in the file.\n- `insert`: Insert text at a specific line number in a file. Line 0 inserts at the beginning.\n- `delete`: Delete a file or directory (and all its contents).\n- `rename`: Rename or move a file or directory from path to new_path. Cannot rename across scopes.",
1199
+ "inputSchema": {
1200
+ "type": "object",
1201
+ "properties": {
1202
+ "command": {
1203
+ "type": "string",
1204
+ "enum": [
1205
+ "view",
1206
+ "create",
1207
+ "str_replace",
1208
+ "insert",
1209
+ "delete",
1210
+ "rename"
1211
+ ],
1212
+ "description": "The operation to perform on the memory file system."
1213
+ },
1214
+ "path": {
1215
+ "type": "string",
1216
+ "description": "The absolute path to the file or directory inside /memories/, e.g. \"/memories/notes.md\". Used by all commands except `rename`."
1217
+ },
1218
+ "file_text": {
1219
+ "type": "string",
1220
+ "description": "Required for `create`. The content of the file to create."
1221
+ },
1222
+ "old_str": {
1223
+ "type": "string",
1224
+ "description": "Required for `str_replace`. The exact string in the file to replace. Must appear exactly once."
1225
+ },
1226
+ "new_str": {
1227
+ "type": "string",
1228
+ "description": "Required for `str_replace`. The new string to replace old_str with."
1229
+ },
1230
+ "insert_line": {
1231
+ "type": "number",
1232
+ "description": "Required for `insert`. The 0-based line number to insert text at. 0 inserts before the first line."
1233
+ },
1234
+ "insert_text": {
1235
+ "type": "string",
1236
+ "description": "Required for `insert`. The text to insert at the specified line."
1237
+ },
1238
+ "view_range": {
1239
+ "type": "array",
1240
+ "items": {
1241
+ "type": "number"
1242
+ },
1243
+ "minItems": 2,
1244
+ "maxItems": 2,
1245
+ "description": "Optional for `view`. A two-element array [start_line, end_line] (1-indexed) to view a specific range of lines."
1246
+ },
1247
+ "old_path": {
1248
+ "type": "string",
1249
+ "description": "Required for `rename`. The current path of the file or directory to rename."
1250
+ },
1251
+ "new_path": {
1252
+ "type": "string",
1253
+ "description": "Required for `rename`. The new path for the file or directory."
1254
+ }
1255
+ },
1256
+ "required": [
1257
+ "command"
1258
+ ]
1259
+ }
1260
+ },
1264
1261
  {
1265
1262
  "name": "copilot_editFiles",
1266
1263
  "modelDescription": "This is a placeholder tool, do not use",
@@ -1283,7 +1280,8 @@
1283
1280
  "createFile",
1284
1281
  "createJupyterNotebook",
1285
1282
  "editFiles",
1286
- "editNotebook"
1283
+ "editNotebook",
1284
+ "rename"
1287
1285
  ]
1288
1286
  },
1289
1287
  {
@@ -1316,8 +1314,8 @@
1316
1314
  "listDirectory",
1317
1315
  "searchResults",
1318
1316
  "textSearch",
1319
- "usages",
1320
- "searchSubagent"
1317
+ "searchSubagent",
1318
+ "usages"
1321
1319
  ]
1322
1320
  },
1323
1321
  {
@@ -1326,6 +1324,7 @@
1326
1324
  "tools": [
1327
1325
  "getProjectSetupInfo",
1328
1326
  "installExtension",
1327
+ "memory",
1329
1328
  "newWorkspace",
1330
1329
  "openSimpleBrowser",
1331
1330
  "runCommand",
@@ -1379,6 +1378,87 @@
1379
1378
  "What does this file do?"
1380
1379
  ]
1381
1380
  }
1381
+ ],
1382
+ "commands": [
1383
+ {
1384
+ "name": "explain",
1385
+ "description": "%copilot.workspace.explain.description%"
1386
+ },
1387
+ {
1388
+ "name": "review",
1389
+ "description": "%copilot.workspace.review.description%",
1390
+ "when": "github.copilot.advanced.review.intent"
1391
+ },
1392
+ {
1393
+ "name": "tests",
1394
+ "description": "%copilot.workspace.tests.description%",
1395
+ "disambiguation": [
1396
+ {
1397
+ "category": "create_tests",
1398
+ "description": "The user wants to generate unit tests.",
1399
+ "examples": [
1400
+ "Generate tests for my selection using pytest."
1401
+ ]
1402
+ }
1403
+ ]
1404
+ },
1405
+ {
1406
+ "name": "fix",
1407
+ "description": "%copilot.workspace.fix.description%",
1408
+ "sampleRequest": "%copilot.workspace.fix.sampleRequest%"
1409
+ },
1410
+ {
1411
+ "name": "new",
1412
+ "description": "%copilot.workspace.new.description%",
1413
+ "sampleRequest": "%copilot.workspace.new.sampleRequest%",
1414
+ "isSticky": true,
1415
+ "disambiguation": [
1416
+ {
1417
+ "category": "create_new_workspace_or_extension",
1418
+ "description": "The user wants to create a complete Visual Studio Code workspace from scratch, such as a new application or a Visual Studio Code extension. Use this category only if the question relates to generating or creating new workspaces in Visual Studio Code. Do not use this category for updating existing code or generating sample code snippets",
1419
+ "examples": [
1420
+ "Scaffold a Node server.",
1421
+ "Create a sample project which uses the fileSystemProvider API.",
1422
+ "react application"
1423
+ ]
1424
+ }
1425
+ ]
1426
+ },
1427
+ {
1428
+ "name": "newNotebook",
1429
+ "description": "%copilot.workspace.newNotebook.description%",
1430
+ "sampleRequest": "%copilot.workspace.newNotebook.sampleRequest%",
1431
+ "disambiguation": [
1432
+ {
1433
+ "category": "create_jupyter_notebook",
1434
+ "description": "The user wants to create a new Jupyter notebook in Visual Studio Code.",
1435
+ "examples": [
1436
+ "Create a notebook to analyze this CSV file."
1437
+ ]
1438
+ }
1439
+ ]
1440
+ },
1441
+ {
1442
+ "name": "semanticSearch",
1443
+ "description": "%copilot.workspace.semanticSearch.description%",
1444
+ "sampleRequest": "%copilot.workspace.semanticSearch.sampleRequest%",
1445
+ "when": "config.github.copilot.semanticSearch.enabled"
1446
+ },
1447
+ {
1448
+ "name": "setupTests",
1449
+ "description": "%copilot.vscode.setupTests.description%",
1450
+ "sampleRequest": "%copilot.vscode.setupTests.sampleRequest%",
1451
+ "when": "config.github.copilot.chat.setupTests.enabled",
1452
+ "disambiguation": [
1453
+ {
1454
+ "category": "set_up_tests",
1455
+ "description": "The user wants to configure project test setup, framework, or test runner. The user does not want to fix their existing tests.",
1456
+ "examples": [
1457
+ "Set up tests for this project."
1458
+ ]
1459
+ }
1460
+ ]
1461
+ }
1382
1462
  ]
1383
1463
  },
1384
1464
  {
@@ -1511,85 +1591,11 @@
1511
1591
  "name": "error",
1512
1592
  "description": "Make a model request which will result in an error",
1513
1593
  "when": "github.copilot.chat.debug"
1514
- }
1515
- ]
1516
- },
1517
- {
1518
- "id": "github.copilot.notebook",
1519
- "name": "GitHubCopilot",
1520
- "fullName": "GitHub Copilot",
1521
- "description": "%copilot.description%",
1522
- "isDefault": true,
1523
- "locations": [
1524
- "notebook"
1525
- ],
1526
- "when": "!config.inlineChat.notebookAgent",
1527
- "commands": [
1528
- {
1529
- "name": "fix",
1530
- "description": "%copilot.workspace.fix.description%"
1531
- },
1532
- {
1533
- "name": "explain",
1534
- "description": "%copilot.workspace.explain.description%"
1535
- }
1536
- ]
1537
- },
1538
- {
1539
- "id": "github.copilot.notebookEditorAgent",
1540
- "name": "GitHubCopilot",
1541
- "fullName": "GitHub Copilot",
1542
- "description": "%copilot.description%",
1543
- "isDefault": true,
1544
- "locations": [
1545
- "notebook"
1546
- ],
1547
- "when": "config.inlineChat.notebookAgent",
1548
- "commands": [
1549
- {
1550
- "name": "fix",
1551
- "description": "%copilot.workspace.fix.description%"
1552
- },
1553
- {
1554
- "name": "explain",
1555
- "description": "%copilot.workspace.explain.description%"
1556
- }
1557
- ]
1558
- },
1559
- {
1560
- "id": "github.copilot.workspace",
1561
- "name": "workspace",
1562
- "fullName": "Workspace",
1563
- "description": "%copilot.workspace.description%",
1564
- "when": "!github.copilot.interactiveSession.disabled",
1565
- "sampleRequest": "%copilot.workspace.sampleRequest%",
1566
- "locations": [
1567
- "panel"
1568
- ],
1569
- "disambiguation": [
1570
- {
1571
- "category": "workspace_project_questions",
1572
- "description": "The user wants to learn about or update the code or files in their current workspace. Questions in this category may be about understanding what the whole workspace does or locating the implementation of some code. This does not include generating or updating tests.",
1573
- "examples": [
1574
- "What does this project do?"
1575
- ]
1576
1594
  },
1577
1595
  {
1578
- "category": "find_code_in_workspace",
1579
- "description": "The user wants to locate the implementation of some functionality in their current workspace.",
1580
- "examples": [
1581
- "Where is the tree widget implemented?"
1582
- ]
1596
+ "name": "compact",
1597
+ "description": "%copilot.agent.compact.description%"
1583
1598
  },
1584
- {
1585
- "category": "generate_with_workspace_context",
1586
- "description": "The user wants to generate code based on multiple files in the workspace and did not specify which files to reference.",
1587
- "examples": [
1588
- "Create a README for this project."
1589
- ]
1590
- }
1591
- ],
1592
- "commands": [
1593
1599
  {
1594
1600
  "name": "explain",
1595
1601
  "description": "%copilot.workspace.explain.description%"
@@ -1671,6 +1677,48 @@
1671
1677
  }
1672
1678
  ]
1673
1679
  },
1680
+ {
1681
+ "id": "github.copilot.notebook",
1682
+ "name": "GitHubCopilot",
1683
+ "fullName": "GitHub Copilot",
1684
+ "description": "%copilot.description%",
1685
+ "isDefault": true,
1686
+ "locations": [
1687
+ "notebook"
1688
+ ],
1689
+ "when": "!config.inlineChat.notebookAgent",
1690
+ "commands": [
1691
+ {
1692
+ "name": "fix",
1693
+ "description": "%copilot.workspace.fix.description%"
1694
+ },
1695
+ {
1696
+ "name": "explain",
1697
+ "description": "%copilot.workspace.explain.description%"
1698
+ }
1699
+ ]
1700
+ },
1701
+ {
1702
+ "id": "github.copilot.notebookEditorAgent",
1703
+ "name": "GitHubCopilot",
1704
+ "fullName": "GitHub Copilot",
1705
+ "description": "%copilot.description%",
1706
+ "isDefault": true,
1707
+ "locations": [
1708
+ "notebook"
1709
+ ],
1710
+ "when": "config.inlineChat.notebookAgent",
1711
+ "commands": [
1712
+ {
1713
+ "name": "fix",
1714
+ "description": "%copilot.workspace.fix.description%"
1715
+ },
1716
+ {
1717
+ "name": "explain",
1718
+ "description": "%copilot.workspace.explain.description%"
1719
+ }
1720
+ ]
1721
+ },
1674
1722
  {
1675
1723
  "id": "github.copilot.vscode",
1676
1724
  "name": "vscode",
@@ -1769,6 +1817,10 @@
1769
1817
  "vendor": "copilot",
1770
1818
  "displayName": "Copilot"
1771
1819
  },
1820
+ {
1821
+ "vendor": "copilotcli",
1822
+ "displayName": "Copilot CLI"
1823
+ },
1772
1824
  {
1773
1825
  "vendor": "anthropic",
1774
1826
  "displayName": "Anthropic",
@@ -1953,6 +2005,11 @@
1953
2005
  "default": false,
1954
2006
  "description": "Whether the model supports thinking capabilities"
1955
2007
  },
2008
+ "streaming": {
2009
+ "type": "boolean",
2010
+ "default": true,
2011
+ "description": "Whether the model supports streaming responses. Defaults to true."
2012
+ },
1956
2013
  "zeroDataRetentionEnabled": {
1957
2014
  "type": "boolean",
1958
2015
  "default": false,
@@ -2047,6 +2104,11 @@
2047
2104
  "default": false,
2048
2105
  "description": "Whether the model supports thinking capabilities"
2049
2106
  },
2107
+ "streaming": {
2108
+ "type": "boolean",
2109
+ "default": true,
2110
+ "description": "Whether the model supports streaming responses. Defaults to true."
2111
+ },
2050
2112
  "zeroDataRetentionEnabled": {
2051
2113
  "type": "boolean",
2052
2114
  "default": false,
@@ -2184,6 +2246,12 @@
2184
2246
  "icon": "$(terminal)",
2185
2247
  "category": "Copilot CLI"
2186
2248
  },
2249
+ {
2250
+ "command": "github.copilot.cli.sessions.rename",
2251
+ "title": "%github.copilot.command.cli.sessions.rename%",
2252
+ "icon": "$(edit)",
2253
+ "category": "Copilot CLI"
2254
+ },
2187
2255
  {
2188
2256
  "command": "github.copilot.cli.sessions.openRepository",
2189
2257
  "title": "%github.copilot.command.cli.sessions.openRepository%",
@@ -2202,6 +2270,12 @@
2202
2270
  "icon": "$(terminal)",
2203
2271
  "category": "Copilot CLI"
2204
2272
  },
2273
+ {
2274
+ "command": "github.copilot.cli.sessions.commitToWorktree",
2275
+ "title": "%github.copilot.command.cli.sessions.commitToWorktree%",
2276
+ "icon": "$(git-commit)",
2277
+ "category": "Copilot CLI"
2278
+ },
2205
2279
  {
2206
2280
  "command": "github.copilot.cli.newSession",
2207
2281
  "title": "%github.copilot.command.cli.newSession%",
@@ -2232,6 +2306,10 @@
2232
2306
  "category": "Developer",
2233
2307
  "enablement": "github.copilot.chat.replay.workspaceEditTracing"
2234
2308
  },
2309
+ {
2310
+ "command": "github.copilot.chat.compact",
2311
+ "title": "%github.copilot.command.compactConversation%"
2312
+ },
2235
2313
  {
2236
2314
  "command": "github.copilot.chat.explain",
2237
2315
  "title": "%github.copilot.command.explainThis%",
@@ -2398,6 +2476,11 @@
2398
2476
  "title": "%github.copilot.command.logWorkbenchState%",
2399
2477
  "category": "Developer"
2400
2478
  },
2479
+ {
2480
+ "command": "github.copilot.debug.togglePowerSaveBlocker",
2481
+ "title": "%github.copilot.command.togglePowerSaveBlocker%",
2482
+ "category": "Developer"
2483
+ },
2401
2484
  {
2402
2485
  "command": "github.copilot.debug.showChatLogView",
2403
2486
  "title": "%github.copilot.command.showChatLogView%",
@@ -2425,6 +2508,16 @@
2425
2508
  "icon": "$(inspect)",
2426
2509
  "category": "Developer"
2427
2510
  },
2511
+ {
2512
+ "command": "github.copilot.chat.tools.memory.showMemories",
2513
+ "title": "%github.copilot.command.showMemories%",
2514
+ "category": "Chat"
2515
+ },
2516
+ {
2517
+ "command": "github.copilot.chat.tools.memory.clearMemories",
2518
+ "title": "%github.copilot.command.clearMemories%",
2519
+ "category": "Chat"
2520
+ },
2428
2521
  {
2429
2522
  "command": "github.copilot.terminal.explainTerminalLastCommand",
2430
2523
  "title": "%github.copilot.command.explainTerminalLastCommand%",
@@ -2615,6 +2708,16 @@
2615
2708
  "title": "Export All Prompt Logs as JSON...",
2616
2709
  "icon": "$(export)"
2617
2710
  },
2711
+ {
2712
+ "command": "github.copilot.chat.debug.exportTrajectories",
2713
+ "title": "Export Agent Trajectories",
2714
+ "category": "Chat"
2715
+ },
2716
+ {
2717
+ "command": "github.copilot.chat.debug.exportSingleTrajectory",
2718
+ "title": "Export Trajectory...",
2719
+ "category": "Chat"
2720
+ },
2618
2721
  {
2619
2722
  "command": "github.copilot.nes.captureExpected.start",
2620
2723
  "title": "Record Expected Edit (NES)",
@@ -2940,6 +3043,15 @@
2940
3043
  "default": true,
2941
3044
  "description": "%github.copilot.config.organizationInstructions.enabled%"
2942
3045
  },
3046
+ "github.copilot.chat.additionalReadAccessPaths": {
3047
+ "type": "array",
3048
+ "default": [],
3049
+ "items": {
3050
+ "type": "string"
3051
+ },
3052
+ "markdownDescription": "%github.copilot.config.additionalReadAccessPaths%",
3053
+ "scope": "window"
3054
+ },
2943
3055
  "github.copilot.chat.agent.currentEditorContext.enabled": {
2944
3056
  "type": "boolean",
2945
3057
  "default": true,
@@ -3096,6 +3208,14 @@
3096
3208
  "preview"
3097
3209
  ]
3098
3210
  },
3211
+ "github.copilot.chat.tools.memory.enabled": {
3212
+ "type": "boolean",
3213
+ "default": true,
3214
+ "markdownDescription": "%github.copilot.config.tools.memory.enabled%",
3215
+ "tags": [
3216
+ "preview"
3217
+ ]
3218
+ },
3099
3219
  "github.copilot.chat.anthropic.useMessagesApi": {
3100
3220
  "type": "boolean",
3101
3221
  "default": true,
@@ -3115,6 +3235,28 @@
3115
3235
  "preview",
3116
3236
  "onExp"
3117
3237
  ]
3238
+ },
3239
+ "github.copilot.chat.anthropic.thinking.effort": {
3240
+ "type": "string",
3241
+ "markdownDescription": "%github.copilot.config.anthropic.thinking.effort%",
3242
+ "enum": [
3243
+ "low",
3244
+ "medium",
3245
+ "high"
3246
+ ],
3247
+ "default": "high",
3248
+ "tags": [
3249
+ "preview"
3250
+ ]
3251
+ },
3252
+ "github.copilot.chat.backgroundCompaction": {
3253
+ "type": "boolean",
3254
+ "default": false,
3255
+ "markdownDescription": "%github.copilot.config.backgroundCompaction%",
3256
+ "tags": [
3257
+ "preview",
3258
+ "onExp"
3259
+ ]
3118
3260
  }
3119
3261
  }
3120
3262
  },
@@ -3645,6 +3787,15 @@
3645
3787
  "detailed"
3646
3788
  ]
3647
3789
  },
3790
+ "github.copilot.chat.responsesApiContextManagement.enabled": {
3791
+ "type": "boolean",
3792
+ "default": false,
3793
+ "markdownDescription": "%github.copilot.config.responsesApiContextManagement.enabled%",
3794
+ "tags": [
3795
+ "experimental",
3796
+ "onExp"
3797
+ ]
3798
+ },
3648
3799
  "github.copilot.chat.anthropic.tools.websearch.enabled": {
3649
3800
  "type": "boolean",
3650
3801
  "default": false,
@@ -3757,20 +3908,41 @@
3757
3908
  "experimental"
3758
3909
  ]
3759
3910
  },
3760
- "github.copilot.chat.planAgent.model": {
3911
+ "github.copilot.chat.implementAgent.model": {
3761
3912
  "type": "string",
3762
3913
  "default": "",
3763
3914
  "scope": "resource",
3764
- "markdownDescription": "%github.copilot.config.planAgent.model%",
3915
+ "markdownDescription": "%github.copilot.config.implementAgent.model%",
3765
3916
  "tags": [
3766
3917
  "experimental"
3767
3918
  ]
3768
3919
  },
3769
- "github.copilot.chat.implementAgent.model": {
3920
+ "github.copilot.chat.askAgent.additionalTools": {
3921
+ "type": "array",
3922
+ "items": {
3923
+ "type": "string"
3924
+ },
3925
+ "default": [],
3926
+ "scope": "resource",
3927
+ "markdownDescription": "%github.copilot.config.askAgent.additionalTools%",
3928
+ "tags": [
3929
+ "experimental"
3930
+ ]
3931
+ },
3932
+ "github.copilot.chat.askAgent.model": {
3770
3933
  "type": "string",
3771
3934
  "default": "",
3772
3935
  "scope": "resource",
3773
- "markdownDescription": "%github.copilot.config.implementAgent.model%",
3936
+ "markdownDescription": "%github.copilot.config.askAgent.model%",
3937
+ "tags": [
3938
+ "experimental"
3939
+ ]
3940
+ },
3941
+ "github.copilot.chat.exploreAgent.model": {
3942
+ "type": "string",
3943
+ "default": "",
3944
+ "scope": "resource",
3945
+ "markdownDescription": "%github.copilot.config.exploreAgent.model%",
3774
3946
  "tags": [
3775
3947
  "experimental"
3776
3948
  ]
@@ -4096,7 +4268,7 @@
4096
4268
  },
4097
4269
  "github.copilot.chat.agent.largeToolResultsToDisk.enabled": {
4098
4270
  "type": "boolean",
4099
- "default": false,
4271
+ "default": true,
4100
4272
  "markdownDescription": "%github.copilot.config.agent.largeToolResultsToDisk.enabled%",
4101
4273
  "tags": [
4102
4274
  "advanced",
@@ -4303,14 +4475,28 @@
4303
4475
  "experimental"
4304
4476
  ]
4305
4477
  },
4306
- "github.copilot.chat.agentCustomizationSkill.enabled": {
4478
+ "github.copilot.chat.cli.branchSupport.enabled": {
4307
4479
  "type": "boolean",
4308
4480
  "default": false,
4309
- "markdownDescription": "%github.copilot.config.agentCustomizationSkill.enabled%",
4481
+ "markdownDescription": "%github.copilot.config.cli.branchSupport.enabled%",
4310
4482
  "tags": [
4311
- "advanced",
4312
- "experimental",
4313
- "onExp"
4483
+ "advanced"
4484
+ ]
4485
+ },
4486
+ "github.copilot.chat.cli.isolationOption.enabled": {
4487
+ "type": "boolean",
4488
+ "default": false,
4489
+ "markdownDescription": "%github.copilot.config.cli.isolationOption.enabled%",
4490
+ "tags": [
4491
+ "advanced"
4492
+ ]
4493
+ },
4494
+ "github.copilot.chat.cli.sessionController.enabled": {
4495
+ "type": "boolean",
4496
+ "default": false,
4497
+ "markdownDescription": "%github.copilot.config.cli.sessionController.enabled%",
4498
+ "tags": [
4499
+ "advanced"
4314
4500
  ]
4315
4501
  },
4316
4502
  "github.copilot.chat.searchSubagent.enabled": {
@@ -4323,6 +4509,22 @@
4323
4509
  "onExp"
4324
4510
  ]
4325
4511
  },
4512
+ "github.copilot.chat.searchSubagent.useAgenticProxy": {
4513
+ "type": "boolean",
4514
+ "default": false,
4515
+ "markdownDescription": "%github.copilot.config.searchSubagent.useAgenticProxy%",
4516
+ "tags": [
4517
+ "advanced"
4518
+ ]
4519
+ },
4520
+ "github.copilot.chat.searchSubagent.agenticProxySearchModelName": {
4521
+ "type": "string",
4522
+ "default": "agentic-search-v1",
4523
+ "markdownDescription": "%github.copilot.config.searchSubagent.agenticProxySearchModelName%",
4524
+ "tags": [
4525
+ "advanced"
4526
+ ]
4527
+ },
4326
4528
  "github.copilot.chat.searchSubagent.model": {
4327
4529
  "type": "string",
4328
4530
  "default": "",
@@ -4480,7 +4682,7 @@
4480
4682
  "chat/input/editing/sessionToolbar": [
4481
4683
  {
4482
4684
  "command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
4483
- "when": "chatSessionType == copilotcli && workbenchState != empty",
4685
+ "when": "chatSessionType == copilotcli && workbenchState != empty && !isSessionsWindow",
4484
4686
  "group": "navigation@0"
4485
4687
  },
4486
4688
  {
@@ -4489,6 +4691,11 @@
4489
4691
  "group": "navigation@0"
4490
4692
  }
4491
4693
  ],
4694
+ "chat/contextUsage/actions": [
4695
+ {
4696
+ "command": "github.copilot.chat.compact"
4697
+ }
4698
+ ],
4492
4699
  "chat/newSession": [
4493
4700
  {
4494
4701
  "command": "github.copilot.cli.newSession",
@@ -4510,6 +4717,14 @@
4510
4717
  }
4511
4718
  ],
4512
4719
  "commandPalette": [
4720
+ {
4721
+ "command": "github.copilot.cli.sessions.commitToWorktree",
4722
+ "when": "false"
4723
+ },
4724
+ {
4725
+ "command": "github.copilot.chat.debug.exportSingleTrajectory",
4726
+ "when": "false"
4727
+ },
4513
4728
  {
4514
4729
  "command": "github.copilot.chat.triggerPermissiveSignIn",
4515
4730
  "when": "false"
@@ -4710,6 +4925,10 @@
4710
4925
  "command": "github.copilot.cli.sessions.resumeInTerminal",
4711
4926
  "when": "false"
4712
4927
  },
4928
+ {
4929
+ "command": "github.copilot.cli.sessions.rename",
4930
+ "when": "false"
4931
+ },
4713
4932
  {
4714
4933
  "command": "github.copilot.cli.sessions.openRepository",
4715
4934
  "when": "false"
@@ -4761,6 +4980,14 @@
4761
4980
  {
4762
4981
  "command": "github.copilot.nes.captureExpected.submit",
4763
4982
  "when": "github.copilot.inlineEditsEnabled"
4983
+ },
4984
+ {
4985
+ "command": "github.copilot.chat.tools.memory.showMemories",
4986
+ "when": "config.github.copilot.chat.tools.memory.enabled"
4987
+ },
4988
+ {
4989
+ "command": "github.copilot.chat.tools.memory.clearMemories",
4990
+ "when": "config.github.copilot.chat.tools.memory.enabled"
4764
4991
  }
4765
4992
  ],
4766
4993
  "view/title": [
@@ -4805,6 +5032,11 @@
4805
5032
  "command": "github.copilot.chat.debug.exportPromptLogsAsJson",
4806
5033
  "when": "view == copilot-chat && viewItem == chatprompt",
4807
5034
  "group": "export@3"
5035
+ },
5036
+ {
5037
+ "command": "github.copilot.chat.debug.exportSingleTrajectory",
5038
+ "when": "view == copilot-chat && viewItem == chatprompt",
5039
+ "group": "export@4"
4808
5040
  }
4809
5041
  ],
4810
5042
  "searchPanel/aiResults/commands": [
@@ -5056,7 +5288,7 @@
5056
5288
  "multiDiffEditor/content": [
5057
5289
  {
5058
5290
  "command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
5059
- "when": "resourceScheme == copilotcli-worktree-changes && workbenchState != empty"
5291
+ "when": "resourceScheme == copilotcli-worktree-changes && workbenchState != empty && !isSessionsWindow"
5060
5292
  }
5061
5293
  ],
5062
5294
  "chat/chatSessions": [
@@ -5065,6 +5297,11 @@
5065
5297
  "when": "chatSessionType == copilotcli",
5066
5298
  "group": "1_edit@10"
5067
5299
  },
5300
+ {
5301
+ "command": "github.copilot.cli.sessions.rename",
5302
+ "when": "chatSessionType == copilotcli",
5303
+ "group": "1_edit@4"
5304
+ },
5068
5305
  {
5069
5306
  "command": "github.copilot.cli.sessions.openWorktreeInNewWindow",
5070
5307
  "when": "chatSessionType == copilotcli",
@@ -5082,7 +5319,7 @@
5082
5319
  },
5083
5320
  {
5084
5321
  "command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
5085
- "when": "chatSessionType == copilotcli && workbenchState != empty",
5322
+ "when": "chatSessionType == copilotcli && workbenchState != empty && !isSessionsWindow",
5086
5323
  "group": "3_apply@0"
5087
5324
  },
5088
5325
  {
@@ -5458,17 +5695,18 @@
5458
5695
  {
5459
5696
  "type": "claude-code",
5460
5697
  "name": "claude",
5461
- "displayName": "Claude Agent",
5698
+ "displayName": "Claude",
5462
5699
  "icon": "$(claude)",
5463
5700
  "welcomeTitle": "Claude Agent",
5464
5701
  "welcomeMessage": "Powered by the same agent as Claude Code",
5465
5702
  "inputPlaceholder": "Run local tasks with Claude, type `#` for adding context",
5466
5703
  "order": 3,
5467
- "description": "The Claude Agent works on your local machine",
5704
+ "description": "%github.copilot.session.providerDescription.claude%",
5468
5705
  "when": "config.github.copilot.chat.claudeAgent.enabled && !github.copilot.previewFeaturesDisabled",
5469
5706
  "canDelegate": true,
5470
5707
  "capabilities": {
5471
- "supportsFileAttachments": true
5708
+ "supportsFileAttachments": true,
5709
+ "supportsImageAttachments": true
5472
5710
  },
5473
5711
  "commands": [
5474
5712
  {
@@ -5504,14 +5742,14 @@
5504
5742
  {
5505
5743
  "type": "copilotcli",
5506
5744
  "name": "cli",
5507
- "displayName": "Background Agent",
5745
+ "displayName": "Background",
5508
5746
  "icon": "$(worktree)",
5509
5747
  "welcomeTitle": "Background Agent",
5510
5748
  "welcomeMessage": "Run tasks in the background",
5511
5749
  "inputPlaceholder": "Run tasks in the background, type `#` for adding context",
5512
- "order": 2,
5750
+ "order": 1,
5513
5751
  "canDelegate": true,
5514
- "description": "Delegate tasks to a background agent.",
5752
+ "description": "%github.copilot.session.providerDescription.background%",
5515
5753
  "when": "config.github.copilot.chat.backgroundAgent.enabled",
5516
5754
  "capabilities": {
5517
5755
  "supportsFileAttachments": true,
@@ -5520,7 +5758,8 @@
5520
5758
  "supportsImageAttachments": true,
5521
5759
  "supportsSymbolAttachments": true,
5522
5760
  "supportsSearchResultAttachments": true,
5523
- "supportsSourceControlAttachments": true
5761
+ "supportsSourceControlAttachments": true,
5762
+ "supportsPromptAttachments": true
5524
5763
  },
5525
5764
  "commands": [
5526
5765
  {
@@ -5529,7 +5768,8 @@
5529
5768
  "when": "config.github.copilot.chat.cloudAgent.enabled"
5530
5769
  }
5531
5770
  ],
5532
- "customAgentTarget": "github-copilot"
5771
+ "customAgentTarget": "github-copilot",
5772
+ "requiresCustomModels": true
5533
5773
  },
5534
5774
  {
5535
5775
  "type": "copilot-cloud-agent",
@@ -5537,14 +5777,14 @@
5537
5777
  "copilot-swe-agent"
5538
5778
  ],
5539
5779
  "name": "cloud",
5540
- "displayName": "Cloud Agent",
5780
+ "displayName": "Cloud",
5541
5781
  "icon": "$(cloud)",
5542
5782
  "welcomeTitle": "Cloud Agent",
5543
5783
  "welcomeMessage": "Delegate tasks to the cloud",
5544
5784
  "inputPlaceholder": "Delegate tasks to the cloud, type `#` for adding context",
5545
- "order": 1,
5785
+ "order": 2,
5546
5786
  "canDelegate": true,
5547
- "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.",
5787
+ "description": "%github.copilot.session.providerDescription.cloud%",
5548
5788
  "when": "config.github.copilot.chat.cloudAgent.enabled",
5549
5789
  "capabilities": {
5550
5790
  "supportsFileAttachments": true
@@ -5582,14 +5822,26 @@
5582
5822
  ],
5583
5823
  "chatAgents": [],
5584
5824
  "chatPromptFiles": [
5585
- {
5586
- "path": "./assets/prompts/savePrompt.prompt.md"
5587
- },
5588
5825
  {
5589
5826
  "path": "./assets/prompts/plan.prompt.md"
5590
5827
  },
5591
5828
  {
5592
5829
  "path": "./assets/prompts/init.prompt.md"
5830
+ },
5831
+ {
5832
+ "path": "./assets/prompts/create-prompt.prompt.md"
5833
+ },
5834
+ {
5835
+ "path": "./assets/prompts/create-instruction.prompt.md"
5836
+ },
5837
+ {
5838
+ "path": "./assets/prompts/create-skill.prompt.md"
5839
+ },
5840
+ {
5841
+ "path": "./assets/prompts/create-agent.prompt.md"
5842
+ },
5843
+ {
5844
+ "path": "./assets/prompts/create-hook.prompt.md"
5593
5845
  }
5594
5846
  ],
5595
5847
  "terminal": {
@@ -5612,7 +5864,7 @@
5612
5864
  "prepare": "husky",
5613
5865
  "vscode-dts:dev": "node node_modules/@vscode/dts/index.js dev && mv vscode.proposed.*.ts src/extension",
5614
5866
  "vscode-dts:main": "node node_modules/@vscode/dts/index.js main && mv vscode.d.ts src/extension",
5615
- "build": "node .esbuild.ts",
5867
+ "build": "node .esbuild.ts --sourcemaps",
5616
5868
  "compile": "node .esbuild.ts --dev",
5617
5869
  "watch": "npm-run-all -p watch:*",
5618
5870
  "watch:esbuild": "node .esbuild.ts --watch --dev",
@@ -5747,9 +5999,9 @@
5747
5999
  "zod": "3.25.76"
5748
6000
  },
5749
6001
  "dependencies": {
5750
- "@anthropic-ai/claude-agent-sdk": "0.2.5",
5751
- "@anthropic-ai/sdk": "^0.71.2",
5752
- "@github/blackbird-external-ingest-utils": "^0.1.0",
6002
+ "@anthropic-ai/claude-agent-sdk": "^0.2.42",
6003
+ "@anthropic-ai/sdk": "^0.74.0",
6004
+ "@github/blackbird-external-ingest-utils": "^0.2.0",
5753
6005
  "@github/copilot": "^0.0.406",
5754
6006
  "@google/genai": "^1.22.0",
5755
6007
  "@humanwhocodes/gitignore-to-minimatch": "1.0.2",
@@ -5757,7 +6009,7 @@
5757
6009
  "@modelcontextprotocol/sdk": "^1.25.2",
5758
6010
  "@sinclair/typebox": "^0.34.41",
5759
6011
  "@vscode/copilot-api": "^0.2.12",
5760
- "@vscode/extension-telemetry": "^1.2.0",
6012
+ "@vscode/extension-telemetry": "^1.5.0",
5761
6013
  "@vscode/l10n": "^0.0.18",
5762
6014
  "@vscode/prompt-tsx": "^0.4.0-alpha.6",
5763
6015
  "@vscode/tree-sitter-wasm": "0.0.5-php.2",
@@ -5785,4 +6037,4 @@
5785
6037
  "node-gyp": "npm:node-gyp@10.3.1",
5786
6038
  "zod": "3.25.76"
5787
6039
  }
5788
- }
6040
+ }