@vscode/chat-lib 0.3.1-9 → 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 (267) 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 +13 -13
  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 +5 -1
  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 +32 -8
  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/lintErrors.d.ts +4 -4
  57. package/dist/src/_internal/extension/xtab/common/lintErrors.d.ts.map +1 -1
  58. package/dist/src/_internal/extension/xtab/common/lintErrors.js +70 -26
  59. package/dist/src/_internal/extension/xtab/common/lintErrors.js.map +1 -1
  60. package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +13022 -364
  61. package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
  62. package/dist/src/_internal/extension/xtab/common/promptCrafting.js +14 -233
  63. package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
  64. package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.d.ts +4 -0
  65. package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.d.ts.map +1 -0
  66. package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.js +22 -0
  67. package/dist/src/_internal/extension/xtab/common/promptCraftingUtils.js.map +1 -0
  68. package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.d.ts +41 -0
  69. package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.d.ts.map +1 -0
  70. package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.js +375 -0
  71. package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.js.map +1 -0
  72. package/dist/src/_internal/extension/xtab/common/terminalOutput.d.ts +20 -0
  73. package/dist/src/_internal/extension/xtab/common/terminalOutput.d.ts.map +1 -0
  74. package/dist/src/_internal/extension/xtab/common/terminalOutput.js +105 -0
  75. package/dist/src/_internal/extension/xtab/common/terminalOutput.js.map +1 -0
  76. package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts +2 -3
  77. package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts.map +1 -1
  78. package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +2 -1
  79. package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js.map +1 -1
  80. package/dist/src/_internal/extension/xtab/node/xtabEndpoint.d.ts.map +1 -1
  81. package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js +1 -1
  82. package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js.map +1 -1
  83. package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
  84. package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +2 -1
  85. package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js.map +1 -1
  86. package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +52 -9
  87. package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
  88. package/dist/src/_internal/extension/xtab/node/xtabProvider.js +358 -155
  89. package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
  90. package/dist/src/_internal/extension/xtab/node/xtabUtils.d.ts +1 -4
  91. package/dist/src/_internal/extension/xtab/node/xtabUtils.d.ts.map +1 -1
  92. package/dist/src/_internal/extension/xtab/node/xtabUtils.js +21 -39
  93. package/dist/src/_internal/extension/xtab/node/xtabUtils.js.map +1 -1
  94. package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +2 -2
  95. package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
  96. package/dist/src/_internal/platform/chat/common/commonTypes.js +8 -8
  97. package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
  98. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +39 -5
  99. package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
  100. package/dist/src/_internal/platform/configuration/common/configurationService.js +40 -8
  101. package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
  102. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +1 -0
  103. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
  104. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +8 -3
  105. package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
  106. package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.d.ts +17 -0
  107. package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.d.ts.map +1 -0
  108. package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.js +37 -0
  109. package/dist/src/_internal/platform/endpoint/common/compactionDataContainer.js.map +1 -0
  110. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +9 -5
  111. package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
  112. package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
  113. package/dist/src/_internal/platform/endpoint/common/endpointTypes.d.ts +1 -0
  114. package/dist/src/_internal/platform/endpoint/common/endpointTypes.d.ts.map +1 -1
  115. package/dist/src/_internal/platform/endpoint/common/endpointTypes.js +1 -0
  116. package/dist/src/_internal/platform/endpoint/common/endpointTypes.js.map +1 -1
  117. package/dist/src/_internal/platform/endpoint/common/phaseDataContainer.d.ts +16 -0
  118. package/dist/src/_internal/platform/endpoint/common/phaseDataContainer.d.ts.map +1 -0
  119. package/dist/src/_internal/platform/endpoint/common/phaseDataContainer.js +37 -0
  120. package/dist/src/_internal/platform/endpoint/common/phaseDataContainer.js.map +1 -0
  121. package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js +1 -1
  122. package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js.map +1 -1
  123. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +6 -13
  124. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
  125. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +18 -53
  126. package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
  127. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.d.ts.map +1 -1
  128. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js +1 -1
  129. package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js.map +1 -1
  130. package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
  131. package/dist/src/_internal/platform/endpoint/node/messagesApi.js +68 -28
  132. package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
  133. package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
  134. package/dist/src/_internal/platform/endpoint/node/responsesApi.js +81 -4
  135. package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
  136. package/dist/src/_internal/platform/env/common/envService.d.ts +6 -0
  137. package/dist/src/_internal/platform/env/common/envService.d.ts.map +1 -1
  138. package/dist/src/_internal/platform/env/common/envService.js.map +1 -1
  139. package/dist/src/_internal/platform/env/common/nullEnvService.d.ts +3 -0
  140. package/dist/src/_internal/platform/env/common/nullEnvService.d.ts.map +1 -1
  141. package/dist/src/_internal/platform/env/common/nullEnvService.js +4 -0
  142. package/dist/src/_internal/platform/env/common/nullEnvService.js.map +1 -1
  143. package/dist/src/_internal/platform/github/common/githubAPI.d.ts +1 -1
  144. package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
  145. package/dist/src/_internal/platform/github/common/githubAPI.js +4 -2
  146. package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
  147. package/dist/src/_internal/platform/github/common/githubService.d.ts +2 -0
  148. package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
  149. package/dist/src/_internal/platform/github/common/githubService.js +3 -3
  150. package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
  151. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.d.ts +9 -0
  152. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.d.ts.map +1 -0
  153. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.js +18 -0
  154. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabHistoryOptions.js.map +1 -0
  155. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +103 -2
  156. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
  157. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +231 -1
  158. package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
  159. package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +11 -5
  160. package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
  161. package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +33 -18
  162. package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
  163. package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.d.ts +2 -0
  164. package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.d.ts.map +1 -1
  165. package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.js +4 -0
  166. package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.js.map +1 -1
  167. package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.d.ts +1 -2
  168. package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.d.ts.map +1 -1
  169. package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.js +13 -0
  170. package/dist/src/_internal/platform/inlineEdits/common/responseProcessor.js.map +1 -1
  171. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +34 -10
  172. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
  173. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +38 -6
  174. package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
  175. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.d.ts +41 -2
  176. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.d.ts.map +1 -1
  177. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.js +90 -8
  178. package/dist/src/_internal/platform/inlineEdits/common/workspaceEditTracker/nesXtabHistoryTracker.js.map +1 -1
  179. package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts +9 -2
  180. package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts.map +1 -1
  181. package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js +65 -54
  182. package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js.map +1 -1
  183. package/dist/src/_internal/platform/log/common/logService.d.ts +30 -0
  184. package/dist/src/_internal/platform/log/common/logService.d.ts.map +1 -1
  185. package/dist/src/_internal/platform/log/common/logService.js.map +1 -1
  186. package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts +5 -1
  187. package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts.map +1 -1
  188. package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js +121 -6
  189. package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js.map +1 -1
  190. package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts +1 -4
  191. package/dist/src/_internal/platform/nesFetch/node/streamTransformer.d.ts.map +1 -1
  192. package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js +1 -21
  193. package/dist/src/_internal/platform/nesFetch/node/streamTransformer.js.map +1 -1
  194. package/dist/src/_internal/platform/networking/common/anthropic.d.ts +16 -1
  195. package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
  196. package/dist/src/_internal/platform/networking/common/anthropic.js +37 -4
  197. package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
  198. package/dist/src/_internal/platform/networking/common/fetch.d.ts +5 -2
  199. package/dist/src/_internal/platform/networking/common/fetch.d.ts.map +1 -1
  200. package/dist/src/_internal/platform/networking/common/fetch.js +9 -0
  201. package/dist/src/_internal/platform/networking/common/fetch.js.map +1 -1
  202. package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +1 -0
  203. package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
  204. package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
  205. package/dist/src/_internal/platform/networking/common/networking.d.ts +17 -15
  206. package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
  207. package/dist/src/_internal/platform/networking/common/networking.js +5 -4
  208. package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
  209. package/dist/src/_internal/platform/networking/common/openai.d.ts +11 -0
  210. package/dist/src/_internal/platform/networking/common/openai.d.ts.map +1 -1
  211. package/dist/src/_internal/platform/networking/common/openai.js +3 -1
  212. package/dist/src/_internal/platform/networking/common/openai.js.map +1 -1
  213. package/dist/src/_internal/platform/requestLogger/common/capturingToken.d.ts +35 -1
  214. package/dist/src/_internal/platform/requestLogger/common/capturingToken.d.ts.map +1 -1
  215. package/dist/src/_internal/platform/requestLogger/common/capturingToken.js +21 -1
  216. package/dist/src/_internal/platform/requestLogger/common/capturingToken.js.map +1 -1
  217. package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +35 -0
  218. package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
  219. package/dist/src/_internal/platform/requestLogger/node/requestLogger.js +54 -1
  220. package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
  221. package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts +2 -0
  222. package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts.map +1 -1
  223. package/dist/src/_internal/platform/telemetry/common/telemetry.js +1 -0
  224. package/dist/src/_internal/platform/telemetry/common/telemetry.js.map +1 -1
  225. package/dist/src/_internal/platform/telemetry/common/telemetryData.d.ts.map +1 -1
  226. package/dist/src/_internal/platform/telemetry/common/telemetryData.js +3 -0
  227. package/dist/src/_internal/platform/telemetry/common/telemetryData.js.map +1 -1
  228. package/dist/src/_internal/platform/terminal/common/terminalService.d.ts +111 -0
  229. package/dist/src/_internal/platform/terminal/common/terminalService.d.ts.map +1 -0
  230. package/dist/src/_internal/platform/terminal/common/terminalService.js +83 -0
  231. package/dist/src/_internal/platform/terminal/common/terminalService.js.map +1 -0
  232. package/dist/src/_internal/util/common/arrays.d.ts +5 -0
  233. package/dist/src/_internal/util/common/arrays.d.ts.map +1 -1
  234. package/dist/src/_internal/util/common/arrays.js +10 -0
  235. package/dist/src/_internal/util/common/arrays.js.map +1 -1
  236. package/dist/src/_internal/util/common/asyncIterableUtils.d.ts +17 -0
  237. package/dist/src/_internal/util/common/asyncIterableUtils.d.ts.map +1 -0
  238. package/dist/src/_internal/util/common/asyncIterableUtils.js +94 -0
  239. package/dist/src/_internal/util/common/asyncIterableUtils.js.map +1 -0
  240. package/dist/src/_internal/util/common/result.d.ts +34 -10
  241. package/dist/src/_internal/util/common/result.d.ts.map +1 -1
  242. package/dist/src/_internal/util/common/result.js +91 -2
  243. package/dist/src/_internal/util/common/result.js.map +1 -1
  244. package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts +27 -3
  245. package/dist/src/_internal/util/common/test/shims/chatTypes.d.ts.map +1 -1
  246. package/dist/src/_internal/util/common/test/shims/chatTypes.js +36 -5
  247. package/dist/src/_internal/util/common/test/shims/chatTypes.js.map +1 -1
  248. package/dist/src/_internal/util/common/test/shims/themes.d.ts +13 -0
  249. package/dist/src/_internal/util/common/test/shims/themes.d.ts.map +1 -0
  250. package/dist/src/_internal/util/common/test/shims/themes.js +27 -0
  251. package/dist/src/_internal/util/common/test/shims/themes.js.map +1 -0
  252. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.d.ts.map +1 -1
  253. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +5 -1
  254. package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
  255. package/dist/src/_internal/util/vs/base/common/mime.d.ts.map +1 -1
  256. package/dist/src/_internal/util/vs/base/common/mime.js +7 -5
  257. package/dist/src/_internal/util/vs/base/common/mime.js.map +1 -1
  258. package/dist/src/_internal/vscodeTypes.d.ts +4 -0
  259. package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
  260. package/dist/src/_internal/vscodeTypes.js +6 -2
  261. package/dist/src/_internal/vscodeTypes.js.map +1 -1
  262. package/dist/src/main.d.ts +4 -1
  263. package/dist/src/main.d.ts.map +1 -1
  264. package/dist/src/main.js +10 -1
  265. package/dist/src/main.js.map +1 -1
  266. package/dist/src/package.json +560 -207
  267. package/package.json +2 -2
@@ -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,8 @@
89
89
  "main": "./dist/extension",
90
90
  "l10n": "./l10n",
91
91
  "enabledApiProposals": [
92
+ "agentSessionsWorkspace",
93
+ "chatHooks@6",
92
94
  "extensionsAny",
93
95
  "newSymbolNamesProvider",
94
96
  "interactive",
@@ -112,13 +114,13 @@
112
114
  "mappedEditsProvider",
113
115
  "aiRelatedInformation",
114
116
  "aiSettingsSearch",
115
- "chatParticipantAdditions",
117
+ "chatParticipantAdditions@3",
116
118
  "defaultChatParticipant@4",
117
119
  "contribSourceControlInputBoxMenu",
118
120
  "authLearnMore",
119
121
  "testObserver",
120
122
  "aiTextSearchProvider@2",
121
- "chatParticipantPrivate@12",
123
+ "chatParticipantPrivate@14",
122
124
  "chatProvider@4",
123
125
  "contribDebugCreateConfiguration",
124
126
  "chatReferenceDiagnostic",
@@ -141,7 +143,8 @@
141
143
  "chatPromptFiles",
142
144
  "mcpServerDefinitions",
143
145
  "tabInputMultiDiff",
144
- "workspaceTrust"
146
+ "workspaceTrust",
147
+ "environmentPower"
145
148
  ],
146
149
  "contributes": {
147
150
  "languageModelTools": [
@@ -226,39 +229,6 @@
226
229
  ]
227
230
  }
228
231
  },
229
- {
230
- "name": "copilot_listCodeUsages",
231
- "toolReferenceName": "usages",
232
- "legacyToolReferenceFullNames": [
233
- "usages"
234
- ],
235
- "displayName": "%copilot.tools.listCodeUsages.name%",
236
- "icon": "$(references)",
237
- "userDescription": "%copilot.listCodeUsages.tool.description%",
238
- "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",
239
- "tags": [
240
- "vscode_codesearch"
241
- ],
242
- "inputSchema": {
243
- "type": "object",
244
- "properties": {
245
- "symbolName": {
246
- "type": "string",
247
- "description": "The name of the symbol, such as a function name, class name, method name, variable name, etc."
248
- },
249
- "filePaths": {
250
- "type": "array",
251
- "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.",
252
- "items": {
253
- "type": "string"
254
- }
255
- }
256
- },
257
- "required": [
258
- "symbolName"
259
- ]
260
- }
261
- },
262
232
  {
263
233
  "name": "copilot_getVSCodeAPI",
264
234
  "toolReferenceName": "vscodeAPI",
@@ -510,48 +480,6 @@
510
480
  "enable_other_tool_copilot_runTests"
511
481
  ]
512
482
  },
513
- {
514
- "name": "copilot_memory",
515
- "toolReferenceName": "memory",
516
- "displayName": "%copilot.tools.memory.name%",
517
- "userDescription": "%copilot.tools.memory.description%",
518
- "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.",
519
- "canBeReferencedInPrompt": true,
520
- "when": "config.github.copilot.chat.copilotMemory.enabled",
521
- "tags": [],
522
- "inputSchema": {
523
- "type": "object",
524
- "properties": {
525
- "subject": {
526
- "type": "string",
527
- "description": "The topic to which this memory relates. 1-2 words. Examples: naming conventions, testing practices, documentation, logging, authentication, sanitization, error handling."
528
- },
529
- "fact": {
530
- "type": "string",
531
- "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."
532
- },
533
- "citations": {
534
- "type": "string",
535
- "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."
536
- },
537
- "reason": {
538
- "type": "string",
539
- "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."
540
- },
541
- "category": {
542
- "type": "string",
543
- "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)."
544
- }
545
- },
546
- "required": [
547
- "subject",
548
- "fact",
549
- "citations",
550
- "reason",
551
- "category"
552
- ]
553
- }
554
- },
555
483
  {
556
484
  "name": "copilot_createNewWorkspace",
557
485
  "displayName": "%github.copilot.tools.createNewWorkspace.name%",
@@ -1260,6 +1188,76 @@
1260
1188
  ]
1261
1189
  }
1262
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
+ },
1263
1261
  {
1264
1262
  "name": "copilot_editFiles",
1265
1263
  "modelDescription": "This is a placeholder tool, do not use",
@@ -1282,7 +1280,8 @@
1282
1280
  "createFile",
1283
1281
  "createJupyterNotebook",
1284
1282
  "editFiles",
1285
- "editNotebook"
1283
+ "editNotebook",
1284
+ "rename"
1286
1285
  ]
1287
1286
  },
1288
1287
  {
@@ -1315,8 +1314,8 @@
1315
1314
  "listDirectory",
1316
1315
  "searchResults",
1317
1316
  "textSearch",
1318
- "usages",
1319
- "searchSubagent"
1317
+ "searchSubagent",
1318
+ "usages"
1320
1319
  ]
1321
1320
  },
1322
1321
  {
@@ -1325,6 +1324,7 @@
1325
1324
  "tools": [
1326
1325
  "getProjectSetupInfo",
1327
1326
  "installExtension",
1327
+ "memory",
1328
1328
  "newWorkspace",
1329
1329
  "openSimpleBrowser",
1330
1330
  "runCommand",
@@ -1378,6 +1378,87 @@
1378
1378
  "What does this file do?"
1379
1379
  ]
1380
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
+ }
1381
1462
  ]
1382
1463
  },
1383
1464
  {
@@ -1510,85 +1591,11 @@
1510
1591
  "name": "error",
1511
1592
  "description": "Make a model request which will result in an error",
1512
1593
  "when": "github.copilot.chat.debug"
1513
- }
1514
- ]
1515
- },
1516
- {
1517
- "id": "github.copilot.notebook",
1518
- "name": "GitHubCopilot",
1519
- "fullName": "GitHub Copilot",
1520
- "description": "%copilot.description%",
1521
- "isDefault": true,
1522
- "locations": [
1523
- "notebook"
1524
- ],
1525
- "when": "!config.inlineChat.notebookAgent",
1526
- "commands": [
1527
- {
1528
- "name": "fix",
1529
- "description": "%copilot.workspace.fix.description%"
1530
- },
1531
- {
1532
- "name": "explain",
1533
- "description": "%copilot.workspace.explain.description%"
1534
- }
1535
- ]
1536
- },
1537
- {
1538
- "id": "github.copilot.notebookEditorAgent",
1539
- "name": "GitHubCopilot",
1540
- "fullName": "GitHub Copilot",
1541
- "description": "%copilot.description%",
1542
- "isDefault": true,
1543
- "locations": [
1544
- "notebook"
1545
- ],
1546
- "when": "config.inlineChat.notebookAgent",
1547
- "commands": [
1548
- {
1549
- "name": "fix",
1550
- "description": "%copilot.workspace.fix.description%"
1551
- },
1552
- {
1553
- "name": "explain",
1554
- "description": "%copilot.workspace.explain.description%"
1555
- }
1556
- ]
1557
- },
1558
- {
1559
- "id": "github.copilot.workspace",
1560
- "name": "workspace",
1561
- "fullName": "Workspace",
1562
- "description": "%copilot.workspace.description%",
1563
- "when": "!github.copilot.interactiveSession.disabled",
1564
- "sampleRequest": "%copilot.workspace.sampleRequest%",
1565
- "locations": [
1566
- "panel"
1567
- ],
1568
- "disambiguation": [
1569
- {
1570
- "category": "workspace_project_questions",
1571
- "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.",
1572
- "examples": [
1573
- "What does this project do?"
1574
- ]
1575
1594
  },
1576
1595
  {
1577
- "category": "find_code_in_workspace",
1578
- "description": "The user wants to locate the implementation of some functionality in their current workspace.",
1579
- "examples": [
1580
- "Where is the tree widget implemented?"
1581
- ]
1596
+ "name": "compact",
1597
+ "description": "%copilot.agent.compact.description%"
1582
1598
  },
1583
- {
1584
- "category": "generate_with_workspace_context",
1585
- "description": "The user wants to generate code based on multiple files in the workspace and did not specify which files to reference.",
1586
- "examples": [
1587
- "Create a README for this project."
1588
- ]
1589
- }
1590
- ],
1591
- "commands": [
1592
1599
  {
1593
1600
  "name": "explain",
1594
1601
  "description": "%copilot.workspace.explain.description%"
@@ -1670,6 +1677,48 @@
1670
1677
  }
1671
1678
  ]
1672
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
+ },
1673
1722
  {
1674
1723
  "id": "github.copilot.vscode",
1675
1724
  "name": "vscode",
@@ -1768,6 +1817,10 @@
1768
1817
  "vendor": "copilot",
1769
1818
  "displayName": "Copilot"
1770
1819
  },
1820
+ {
1821
+ "vendor": "copilotcli",
1822
+ "displayName": "Copilot CLI"
1823
+ },
1771
1824
  {
1772
1825
  "vendor": "anthropic",
1773
1826
  "displayName": "Anthropic",
@@ -1952,6 +2005,11 @@
1952
2005
  "default": false,
1953
2006
  "description": "Whether the model supports thinking capabilities"
1954
2007
  },
2008
+ "streaming": {
2009
+ "type": "boolean",
2010
+ "default": true,
2011
+ "description": "Whether the model supports streaming responses. Defaults to true."
2012
+ },
1955
2013
  "zeroDataRetentionEnabled": {
1956
2014
  "type": "boolean",
1957
2015
  "default": false,
@@ -2046,6 +2104,11 @@
2046
2104
  "default": false,
2047
2105
  "description": "Whether the model supports thinking capabilities"
2048
2106
  },
2107
+ "streaming": {
2108
+ "type": "boolean",
2109
+ "default": true,
2110
+ "description": "Whether the model supports streaming responses. Defaults to true."
2111
+ },
2049
2112
  "zeroDataRetentionEnabled": {
2050
2113
  "type": "boolean",
2051
2114
  "default": false,
@@ -2183,6 +2246,12 @@
2183
2246
  "icon": "$(terminal)",
2184
2247
  "category": "Copilot CLI"
2185
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
+ },
2186
2255
  {
2187
2256
  "command": "github.copilot.cli.sessions.openRepository",
2188
2257
  "title": "%github.copilot.command.cli.sessions.openRepository%",
@@ -2201,6 +2270,24 @@
2201
2270
  "icon": "$(terminal)",
2202
2271
  "category": "Copilot CLI"
2203
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
+ },
2279
+ {
2280
+ "command": "github.copilot.cli.newSession",
2281
+ "title": "%github.copilot.command.cli.newSession%",
2282
+ "icon": "$(terminal)",
2283
+ "category": "Chat"
2284
+ },
2285
+ {
2286
+ "command": "github.copilot.cli.newSessionToSide",
2287
+ "title": "%github.copilot.command.cli.newSessionToSide%",
2288
+ "icon": "$(terminal)",
2289
+ "category": "Chat"
2290
+ },
2204
2291
  {
2205
2292
  "command": "github.copilot.chat.replay",
2206
2293
  "title": "Start Chat Replay",
@@ -2219,6 +2306,10 @@
2219
2306
  "category": "Developer",
2220
2307
  "enablement": "github.copilot.chat.replay.workspaceEditTracing"
2221
2308
  },
2309
+ {
2310
+ "command": "github.copilot.chat.compact",
2311
+ "title": "%github.copilot.command.compactConversation%"
2312
+ },
2222
2313
  {
2223
2314
  "command": "github.copilot.chat.explain",
2224
2315
  "title": "%github.copilot.command.explainThis%",
@@ -2385,6 +2476,11 @@
2385
2476
  "title": "%github.copilot.command.logWorkbenchState%",
2386
2477
  "category": "Developer"
2387
2478
  },
2479
+ {
2480
+ "command": "github.copilot.debug.togglePowerSaveBlocker",
2481
+ "title": "%github.copilot.command.togglePowerSaveBlocker%",
2482
+ "category": "Developer"
2483
+ },
2388
2484
  {
2389
2485
  "command": "github.copilot.debug.showChatLogView",
2390
2486
  "title": "%github.copilot.command.showChatLogView%",
@@ -2412,6 +2508,16 @@
2412
2508
  "icon": "$(inspect)",
2413
2509
  "category": "Developer"
2414
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
+ },
2415
2521
  {
2416
2522
  "command": "github.copilot.terminal.explainTerminalLastCommand",
2417
2523
  "title": "%github.copilot.command.explainTerminalLastCommand%",
@@ -2602,6 +2708,16 @@
2602
2708
  "title": "Export All Prompt Logs as JSON...",
2603
2709
  "icon": "$(export)"
2604
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
+ },
2605
2721
  {
2606
2722
  "command": "github.copilot.nes.captureExpected.start",
2607
2723
  "title": "Record Expected Edit (NES)",
@@ -2727,6 +2843,32 @@
2727
2843
  "icon": "$(git-stash-pop)",
2728
2844
  "category": "GitHub Copilot"
2729
2845
  },
2846
+ {
2847
+ "command": "github.copilot.chat.copilotCLI.addFileReference",
2848
+ "title": "%github.copilot.command.chat.copilotCLI.addFileReference%",
2849
+ "enablement": "github.copilot.chat.copilotCLI.hasSession",
2850
+ "category": "Copilot CLI"
2851
+ },
2852
+ {
2853
+ "command": "github.copilot.chat.copilotCLI.addSelection",
2854
+ "title": "%github.copilot.command.chat.copilotCLI.addSelection%",
2855
+ "enablement": "github.copilot.chat.copilotCLI.hasSession",
2856
+ "category": "Copilot CLI"
2857
+ },
2858
+ {
2859
+ "command": "github.copilot.chat.copilotCLI.acceptDiff",
2860
+ "title": "%github.copilot.command.chat.copilotCLI.acceptDiff%",
2861
+ "enablement": "github.copilot.chat.copilotCLI.hasActiveDiff",
2862
+ "icon": "$(check)",
2863
+ "category": "Copilot CLI"
2864
+ },
2865
+ {
2866
+ "command": "github.copilot.chat.copilotCLI.rejectDiff",
2867
+ "title": "%github.copilot.command.chat.copilotCLI.rejectDiff%",
2868
+ "enablement": "github.copilot.chat.copilotCLI.hasActiveDiff",
2869
+ "icon": "$(close)",
2870
+ "category": "Copilot CLI"
2871
+ },
2730
2872
  {
2731
2873
  "command": "github.copilot.chat.checkoutPullRequestReroute",
2732
2874
  "title": "%github.copilot.command.checkoutPullRequestReroute.title%",
@@ -2738,6 +2880,11 @@
2738
2880
  "title": "%github.copilot.command.cloudSessions.openRepository.title%",
2739
2881
  "icon": "$(repo)",
2740
2882
  "category": "GitHub Copilot"
2883
+ },
2884
+ {
2885
+ "command": "github.copilot.chat.cloudSessions.clearCaches",
2886
+ "title": "%github.copilot.command.cloudSessions.clearCaches.title%",
2887
+ "category": "GitHub Copilot"
2741
2888
  }
2742
2889
  ],
2743
2890
  "configuration": [
@@ -2896,6 +3043,15 @@
2896
3043
  "default": true,
2897
3044
  "description": "%github.copilot.config.organizationInstructions.enabled%"
2898
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
+ },
2899
3055
  "github.copilot.chat.agent.currentEditorContext.enabled": {
2900
3056
  "type": "boolean",
2901
3057
  "default": true,
@@ -3051,6 +3207,56 @@
3051
3207
  "tags": [
3052
3208
  "preview"
3053
3209
  ]
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
+ },
3219
+ "github.copilot.chat.anthropic.useMessagesApi": {
3220
+ "type": "boolean",
3221
+ "default": true,
3222
+ "markdownDescription": "%github.copilot.config.useMessagesApi%",
3223
+ "tags": [
3224
+ "preview",
3225
+ "onExp"
3226
+ ]
3227
+ },
3228
+ "github.copilot.chat.anthropic.thinking.budgetTokens": {
3229
+ "type": "number",
3230
+ "markdownDescription": "%github.copilot.config.anthropic.thinking.budgetTokens%",
3231
+ "minimum": 0,
3232
+ "maximum": 32000,
3233
+ "default": 16000,
3234
+ "tags": [
3235
+ "preview",
3236
+ "onExp"
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
+ ]
3054
3260
  }
3055
3261
  }
3056
3262
  },
@@ -3535,15 +3741,6 @@
3535
3741
  ],
3536
3742
  "description": "%github.copilot.config.alternateGeminiModelFPrompt.enabled%"
3537
3743
  },
3538
- "github.copilot.chat.anthropic.useMessagesApi": {
3539
- "type": "boolean",
3540
- "default": true,
3541
- "markdownDescription": "%github.copilot.config.useMessagesApi%",
3542
- "tags": [
3543
- "experimental",
3544
- "onExp"
3545
- ]
3546
- },
3547
3744
  "github.copilot.chat.anthropic.contextEditing.enabled": {
3548
3745
  "type": "boolean",
3549
3746
  "default": false,
@@ -3590,12 +3787,10 @@
3590
3787
  "detailed"
3591
3788
  ]
3592
3789
  },
3593
- "github.copilot.chat.anthropic.thinking.budgetTokens": {
3594
- "type": "number",
3595
- "markdownDescription": "%github.copilot.config.anthropic.thinking.budgetTokens%",
3596
- "minimum": 0,
3597
- "maximum": 32000,
3598
- "default": 4000,
3790
+ "github.copilot.chat.responsesApiContextManagement.enabled": {
3791
+ "type": "boolean",
3792
+ "default": false,
3793
+ "markdownDescription": "%github.copilot.config.responsesApiContextManagement.enabled%",
3599
3794
  "tags": [
3600
3795
  "experimental",
3601
3796
  "onExp"
@@ -3713,20 +3908,41 @@
3713
3908
  "experimental"
3714
3909
  ]
3715
3910
  },
3716
- "github.copilot.chat.planAgent.model": {
3911
+ "github.copilot.chat.implementAgent.model": {
3717
3912
  "type": "string",
3718
3913
  "default": "",
3719
3914
  "scope": "resource",
3720
- "markdownDescription": "%github.copilot.config.planAgent.model%",
3915
+ "markdownDescription": "%github.copilot.config.implementAgent.model%",
3721
3916
  "tags": [
3722
3917
  "experimental"
3723
3918
  ]
3724
3919
  },
3725
- "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": {
3726
3933
  "type": "string",
3727
3934
  "default": "",
3728
3935
  "scope": "resource",
3729
- "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%",
3730
3946
  "tags": [
3731
3947
  "experimental"
3732
3948
  ]
@@ -4052,7 +4268,7 @@
4052
4268
  },
4053
4269
  "github.copilot.chat.agent.largeToolResultsToDisk.enabled": {
4054
4270
  "type": "boolean",
4055
- "default": false,
4271
+ "default": true,
4056
4272
  "markdownDescription": "%github.copilot.config.agent.largeToolResultsToDisk.enabled%",
4057
4273
  "tags": [
4058
4274
  "advanced",
@@ -4259,13 +4475,28 @@
4259
4475
  "experimental"
4260
4476
  ]
4261
4477
  },
4262
- "github.copilot.chat.agentCustomizationSkill.enabled": {
4478
+ "github.copilot.chat.cli.branchSupport.enabled": {
4263
4479
  "type": "boolean",
4264
4480
  "default": false,
4265
- "markdownDescription": "%github.copilot.config.agentCustomizationSkill.enabled%",
4481
+ "markdownDescription": "%github.copilot.config.cli.branchSupport.enabled%",
4266
4482
  "tags": [
4267
- "advanced",
4268
- "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"
4269
4500
  ]
4270
4501
  },
4271
4502
  "github.copilot.chat.searchSubagent.enabled": {
@@ -4278,6 +4509,22 @@
4278
4509
  "onExp"
4279
4510
  ]
4280
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
+ },
4281
4528
  "github.copilot.chat.searchSubagent.model": {
4282
4529
  "type": "string",
4283
4530
  "default": "",
@@ -4350,6 +4597,23 @@
4350
4597
  "command": "github.copilot.chat.showAsChatSession",
4351
4598
  "group": "navigation@9",
4352
4599
  "when": "resourceFilename === 'benchRun.chatReplay.json' || resourceFilename === 'chat-export-logs.json'"
4600
+ },
4601
+ {
4602
+ "command": "github.copilot.chat.copilotCLI.acceptDiff",
4603
+ "group": "navigation@1",
4604
+ "when": "github.copilot.chat.copilotCLI.hasActiveDiff"
4605
+ },
4606
+ {
4607
+ "command": "github.copilot.chat.copilotCLI.rejectDiff",
4608
+ "group": "navigation@2",
4609
+ "when": "github.copilot.chat.copilotCLI.hasActiveDiff"
4610
+ }
4611
+ ],
4612
+ "editor/title/context": [
4613
+ {
4614
+ "command": "github.copilot.chat.copilotCLI.addFileReference",
4615
+ "group": "copilot",
4616
+ "when": "github.copilot.chat.copilotCLI.hasSession && !inOutput && resourceScheme != 'vscode-webview' && resourceScheme != 'webview-panel'"
4353
4617
  }
4354
4618
  ],
4355
4619
  "explorer/context": [
@@ -4357,6 +4621,11 @@
4357
4621
  "command": "github.copilot.chat.showAsChatSession",
4358
4622
  "when": "resourceFilename === 'benchRun.chatReplay.json' || resourceFilename === 'chat-export-logs.json'",
4359
4623
  "group": "2_copilot@1"
4624
+ },
4625
+ {
4626
+ "command": "github.copilot.chat.copilotCLI.addFileReference",
4627
+ "group": "copilot",
4628
+ "when": "github.copilot.chat.copilotCLI.hasSession && !explorerResourceIsFolder"
4360
4629
  }
4361
4630
  ],
4362
4631
  "editor/context": [
@@ -4364,6 +4633,16 @@
4364
4633
  "command": "github.copilot.chat.explain",
4365
4634
  "when": "!github.copilot.interactiveSession.disabled",
4366
4635
  "group": "1_chat@4"
4636
+ },
4637
+ {
4638
+ "command": "github.copilot.chat.copilotCLI.addFileReference",
4639
+ "group": "copilot",
4640
+ "when": "github.copilot.chat.copilotCLI.hasSession && !inOutput && resourceScheme != 'vscode-webview' && resourceScheme != 'webview-panel'"
4641
+ },
4642
+ {
4643
+ "command": "github.copilot.chat.copilotCLI.addSelection",
4644
+ "group": "copilot",
4645
+ "when": "github.copilot.chat.copilotCLI.hasSession && editorHasSelection && !inOutput && resourceScheme != 'vscode-webview' && resourceScheme != 'webview-panel'"
4367
4646
  }
4368
4647
  ],
4369
4648
  "editor/context/chat": [
@@ -4403,7 +4682,7 @@
4403
4682
  "chat/input/editing/sessionToolbar": [
4404
4683
  {
4405
4684
  "command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
4406
- "when": "chatSessionType == copilotcli",
4685
+ "when": "chatSessionType == copilotcli && workbenchState != empty && !isSessionsWindow",
4407
4686
  "group": "navigation@0"
4408
4687
  },
4409
4688
  {
@@ -4412,6 +4691,17 @@
4412
4691
  "group": "navigation@0"
4413
4692
  }
4414
4693
  ],
4694
+ "chat/contextUsage/actions": [
4695
+ {
4696
+ "command": "github.copilot.chat.compact"
4697
+ }
4698
+ ],
4699
+ "chat/newSession": [
4700
+ {
4701
+ "command": "github.copilot.cli.newSession",
4702
+ "group": "4_recommendations@0"
4703
+ }
4704
+ ],
4415
4705
  "testing/item/result": [
4416
4706
  {
4417
4707
  "command": "github.copilot.tests.fixTestFailure.fromInline",
@@ -4427,6 +4717,14 @@
4427
4717
  }
4428
4718
  ],
4429
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
+ },
4430
4728
  {
4431
4729
  "command": "github.copilot.chat.triggerPermissiveSignIn",
4432
4730
  "when": "false"
@@ -4627,6 +4925,10 @@
4627
4925
  "command": "github.copilot.cli.sessions.resumeInTerminal",
4628
4926
  "when": "false"
4629
4927
  },
4928
+ {
4929
+ "command": "github.copilot.cli.sessions.rename",
4930
+ "when": "false"
4931
+ },
4630
4932
  {
4631
4933
  "command": "github.copilot.cli.sessions.openRepository",
4632
4934
  "when": "false"
@@ -4678,6 +4980,14 @@
4678
4980
  {
4679
4981
  "command": "github.copilot.nes.captureExpected.submit",
4680
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"
4681
4991
  }
4682
4992
  ],
4683
4993
  "view/title": [
@@ -4722,6 +5032,11 @@
4722
5032
  "command": "github.copilot.chat.debug.exportPromptLogsAsJson",
4723
5033
  "when": "view == copilot-chat && viewItem == chatprompt",
4724
5034
  "group": "export@3"
5035
+ },
5036
+ {
5037
+ "command": "github.copilot.chat.debug.exportSingleTrajectory",
5038
+ "when": "view == copilot-chat && viewItem == chatprompt",
5039
+ "group": "export@4"
4725
5040
  }
4726
5041
  ],
4727
5042
  "searchPanel/aiResults/commands": [
@@ -4973,7 +5288,7 @@
4973
5288
  "multiDiffEditor/content": [
4974
5289
  {
4975
5290
  "command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
4976
- "when": "resourceScheme == copilotcli-worktree-changes"
5291
+ "when": "resourceScheme == copilotcli-worktree-changes && workbenchState != empty && !isSessionsWindow"
4977
5292
  }
4978
5293
  ],
4979
5294
  "chat/chatSessions": [
@@ -4982,6 +5297,11 @@
4982
5297
  "when": "chatSessionType == copilotcli",
4983
5298
  "group": "1_edit@10"
4984
5299
  },
5300
+ {
5301
+ "command": "github.copilot.cli.sessions.rename",
5302
+ "when": "chatSessionType == copilotcli",
5303
+ "group": "1_edit@4"
5304
+ },
4985
5305
  {
4986
5306
  "command": "github.copilot.cli.sessions.openWorktreeInNewWindow",
4987
5307
  "when": "chatSessionType == copilotcli",
@@ -4999,7 +5319,7 @@
4999
5319
  },
5000
5320
  {
5001
5321
  "command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
5002
- "when": "chatSessionType == copilotcli",
5322
+ "when": "chatSessionType == copilotcli && workbenchState != empty && !isSessionsWindow",
5003
5323
  "group": "3_apply@0"
5004
5324
  },
5005
5325
  {
@@ -5169,6 +5489,12 @@
5169
5489
  }
5170
5490
  },
5171
5491
  "keybindings": [
5492
+ {
5493
+ "command": "github.copilot.chat.copilotCLI.addFileReference",
5494
+ "key": "ctrl+shift+.",
5495
+ "mac": "cmd+shift+.",
5496
+ "when": "github.copilot.chat.copilotCLI.hasSession && editorTextFocus"
5497
+ },
5172
5498
  {
5173
5499
  "command": "github.copilot.chat.rerunWithCopilotDebug",
5174
5500
  "key": "ctrl+alt+.",
@@ -5369,17 +5695,18 @@
5369
5695
  {
5370
5696
  "type": "claude-code",
5371
5697
  "name": "claude",
5372
- "displayName": "Claude Agent",
5698
+ "displayName": "Claude",
5373
5699
  "icon": "$(claude)",
5374
5700
  "welcomeTitle": "Claude Agent",
5375
5701
  "welcomeMessage": "Powered by the same agent as Claude Code",
5376
5702
  "inputPlaceholder": "Run local tasks with Claude, type `#` for adding context",
5377
5703
  "order": 3,
5378
- "description": "The Claude Agent works on your local machine",
5704
+ "description": "%github.copilot.session.providerDescription.claude%",
5379
5705
  "when": "config.github.copilot.chat.claudeAgent.enabled && !github.copilot.previewFeaturesDisabled",
5380
5706
  "canDelegate": true,
5381
5707
  "capabilities": {
5382
- "supportsFileAttachments": true
5708
+ "supportsFileAttachments": true,
5709
+ "supportsImageAttachments": true
5383
5710
  },
5384
5711
  "commands": [
5385
5712
  {
@@ -5415,14 +5742,14 @@
5415
5742
  {
5416
5743
  "type": "copilotcli",
5417
5744
  "name": "cli",
5418
- "displayName": "Background Agent",
5745
+ "displayName": "Background",
5419
5746
  "icon": "$(worktree)",
5420
5747
  "welcomeTitle": "Background Agent",
5421
5748
  "welcomeMessage": "Run tasks in the background",
5422
5749
  "inputPlaceholder": "Run tasks in the background, type `#` for adding context",
5423
- "order": 2,
5750
+ "order": 1,
5424
5751
  "canDelegate": true,
5425
- "description": "Delegate tasks to a background agent.",
5752
+ "description": "%github.copilot.session.providerDescription.background%",
5426
5753
  "when": "config.github.copilot.chat.backgroundAgent.enabled",
5427
5754
  "capabilities": {
5428
5755
  "supportsFileAttachments": true,
@@ -5431,7 +5758,8 @@
5431
5758
  "supportsImageAttachments": true,
5432
5759
  "supportsSymbolAttachments": true,
5433
5760
  "supportsSearchResultAttachments": true,
5434
- "supportsSourceControlAttachments": true
5761
+ "supportsSourceControlAttachments": true,
5762
+ "supportsPromptAttachments": true
5435
5763
  },
5436
5764
  "commands": [
5437
5765
  {
@@ -5440,7 +5768,8 @@
5440
5768
  "when": "config.github.copilot.chat.cloudAgent.enabled"
5441
5769
  }
5442
5770
  ],
5443
- "customAgentTarget": "github-copilot"
5771
+ "customAgentTarget": "github-copilot",
5772
+ "requiresCustomModels": true
5444
5773
  },
5445
5774
  {
5446
5775
  "type": "copilot-cloud-agent",
@@ -5448,14 +5777,14 @@
5448
5777
  "copilot-swe-agent"
5449
5778
  ],
5450
5779
  "name": "cloud",
5451
- "displayName": "Cloud Agent",
5780
+ "displayName": "Cloud",
5452
5781
  "icon": "$(cloud)",
5453
5782
  "welcomeTitle": "Cloud Agent",
5454
5783
  "welcomeMessage": "Delegate tasks to the cloud",
5455
5784
  "inputPlaceholder": "Delegate tasks to the cloud, type `#` for adding context",
5456
- "order": 1,
5785
+ "order": 2,
5457
5786
  "canDelegate": true,
5458
- "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%",
5459
5788
  "when": "config.github.copilot.chat.cloudAgent.enabled",
5460
5789
  "capabilities": {
5461
5790
  "supportsFileAttachments": true
@@ -5493,16 +5822,37 @@
5493
5822
  ],
5494
5823
  "chatAgents": [],
5495
5824
  "chatPromptFiles": [
5496
- {
5497
- "path": "./assets/prompts/savePrompt.prompt.md"
5498
- },
5499
5825
  {
5500
5826
  "path": "./assets/prompts/plan.prompt.md"
5501
5827
  },
5502
5828
  {
5503
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"
5504
5845
  }
5505
- ]
5846
+ ],
5847
+ "terminal": {
5848
+ "profiles": [
5849
+ {
5850
+ "icon": "copilot",
5851
+ "id": "copilot-cli",
5852
+ "title": "GitHub Copilot CLI"
5853
+ }
5854
+ ]
5855
+ }
5506
5856
  },
5507
5857
  "prettier": {
5508
5858
  "useTabs": true,
@@ -5514,7 +5864,7 @@
5514
5864
  "prepare": "husky",
5515
5865
  "vscode-dts:dev": "node node_modules/@vscode/dts/index.js dev && mv vscode.proposed.*.ts src/extension",
5516
5866
  "vscode-dts:main": "node node_modules/@vscode/dts/index.js main && mv vscode.d.ts src/extension",
5517
- "build": "node .esbuild.ts",
5867
+ "build": "node .esbuild.ts --sourcemaps",
5518
5868
  "compile": "node .esbuild.ts --dev",
5519
5869
  "watch": "npm-run-all -p watch:*",
5520
5870
  "watch:esbuild": "node .esbuild.ts --watch --dev",
@@ -5564,6 +5914,7 @@
5564
5914
  "@parcel/watcher": "^2.5.1",
5565
5915
  "@stylistic/eslint-plugin": "^3.0.1",
5566
5916
  "@types/eslint": "^9.0.0",
5917
+ "@types/express": "^5.0.6",
5567
5918
  "@types/google-protobuf": "^3.15.12",
5568
5919
  "@types/js-yaml": "^4.0.9",
5569
5920
  "@types/markdown-it": "^14.0.0",
@@ -5648,16 +5999,17 @@
5648
5999
  "zod": "3.25.76"
5649
6000
  },
5650
6001
  "dependencies": {
5651
- "@anthropic-ai/claude-agent-sdk": "0.2.5",
5652
- "@anthropic-ai/sdk": "^0.71.2",
5653
- "@github/blackbird-external-ingest-utils": "^0.1.0",
5654
- "@github/copilot": "^0.0.388",
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",
6005
+ "@github/copilot": "^0.0.406",
5655
6006
  "@google/genai": "^1.22.0",
5656
6007
  "@humanwhocodes/gitignore-to-minimatch": "1.0.2",
5657
6008
  "@microsoft/tiktokenizer": "^1.0.10",
6009
+ "@modelcontextprotocol/sdk": "^1.25.2",
5658
6010
  "@sinclair/typebox": "^0.34.41",
5659
6011
  "@vscode/copilot-api": "^0.2.12",
5660
- "@vscode/extension-telemetry": "^1.2.0",
6012
+ "@vscode/extension-telemetry": "^1.5.0",
5661
6013
  "@vscode/l10n": "^0.0.18",
5662
6014
  "@vscode/prompt-tsx": "^0.4.0-alpha.6",
5663
6015
  "@vscode/tree-sitter-wasm": "0.0.5-php.2",
@@ -5668,6 +6020,7 @@
5668
6020
  "best-effort-json-parser": "^1.2.1",
5669
6021
  "diff": "^8.0.3",
5670
6022
  "dompurify": "^3.3.0",
6023
+ "express": "^5.2.1",
5671
6024
  "ignore": "^7.0.5",
5672
6025
  "isbinaryfile": "^5.0.4",
5673
6026
  "jsonc-parser": "^3.3.1",
@@ -5684,4 +6037,4 @@
5684
6037
  "node-gyp": "npm:node-gyp@10.3.1",
5685
6038
  "zod": "3.25.76"
5686
6039
  }
5687
- }
6040
+ }