@vscode/chat-lib 0.0.2 → 0.0.4
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.
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts +1 -2
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js +15 -12
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +3 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +107 -48
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts +5 -4
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js +85 -109
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts +3 -13
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +32 -31
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +34 -18
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +60 -42
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.d.ts +1 -2
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js +9 -11
- package/dist/src/_internal/extension/xtab/node/xtabEndpoint.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +2 -2
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +98 -87
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.js +0 -2
- package/dist/src/_internal/platform/authentication/common/authentication.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts +1 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.js +3 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.js.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts +10 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js +48 -14
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.d.ts +2 -0
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.js +6 -0
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +2 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +22 -10
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +42 -24
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/capiClient.d.ts +1 -1
- package/dist/src/_internal/platform/endpoint/common/capiClient.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/capiClient.js +2 -2
- package/dist/src/_internal/platform/endpoint/common/capiClient.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +8 -4
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +16 -9
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +29 -2
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.js +14 -0
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/capiClientImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/capiClientImpl.js +1 -1
- package/dist/src/_internal/platform/endpoint/node/capiClientImpl.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +7 -7
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +37 -27
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/domainServiceImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/domainServiceImpl.js +2 -1
- package/dist/src/_internal/platform/endpoint/node/domainServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js +32 -26
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +3 -3
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +8 -6
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +8 -6
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +2 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +13 -6
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js +5 -5
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatStream.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatStream.js +333 -3
- package/dist/src/_internal/platform/networking/node/chatStream.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/stream.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/stream.js +1 -2
- package/dist/src/_internal/platform/networking/node/stream.js.map +1 -1
- package/dist/src/_internal/platform/openai/node/fetch.d.ts +3 -10
- package/dist/src/_internal/platform/openai/node/fetch.d.ts.map +1 -1
- package/dist/src/_internal/platform/openai/node/fetch.js +27 -4
- package/dist/src/_internal/platform/openai/node/fetch.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +2 -2
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js +20 -2
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts +1 -0
- package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetry.js.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetryData.d.ts.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetryData.js +4 -2
- package/dist/src/_internal/platform/telemetry/common/telemetryData.js.map +1 -1
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.d.ts.map +1 -1
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.js +7 -6
- package/dist/src/_internal/platform/tokenizer/node/tokenizer.js.map +1 -1
- package/dist/src/_internal/util/common/notebooks.d.ts +1 -0
- package/dist/src/_internal/util/common/notebooks.d.ts.map +1 -1
- package/dist/src/_internal/util/common/notebooks.js +4 -0
- package/dist/src/_internal/util/common/notebooks.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/enums.d.ts +6 -0
- package/dist/src/_internal/util/common/test/shims/enums.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/enums.js +8 -1
- package/dist/src/_internal/util/common/test/shims/enums.js.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.d.ts.map +1 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js +2 -1
- package/dist/src/_internal/util/common/test/shims/vscodeTypesShim.js.map +1 -1
- package/dist/src/_internal/util/common/tracing.d.ts +11 -0
- package/dist/src/_internal/util/common/tracing.d.ts.map +1 -1
- package/dist/src/_internal/util/common/tracing.js +5 -0
- package/dist/src/_internal/util/common/tracing.js.map +1 -1
- package/dist/src/_internal/vscodeTypes.d.ts +1 -0
- package/dist/src/_internal/vscodeTypes.d.ts.map +1 -1
- package/dist/src/_internal/vscodeTypes.js +2 -1
- package/dist/src/_internal/vscodeTypes.js.map +1 -1
- package/dist/src/main.d.ts +59 -9
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +147 -31
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +268 -96
- package/package.json +6 -5
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/fragments.d.ts +0 -42
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/fragments.d.ts.map +0 -1
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/fragments.js +0 -125
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/fragments.js.map +0 -1
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/implementation.d.ts +0 -60
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/implementation.d.ts.map +0 -1
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/implementation.js +0 -416
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/implementation.js.map +0 -1
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/projectedText.d.ts +0 -30
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/projectedText.d.ts.map +0 -1
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/projectedText.js +0 -64
- package/dist/src/_internal/extension/prompts/node/inline/summarizedDocument/projectedText.js.map +0 -1
- package/dist/src/_internal/extension/prompts/node/inline/visualization.d.ts +0 -26
- package/dist/src/_internal/extension/prompts/node/inline/visualization.d.ts.map +0 -1
- package/dist/src/_internal/extension/prompts/node/inline/visualization.js +0 -41
- package/dist/src/_internal/extension/prompts/node/inline/visualization.js.map +0 -1
- package/dist/src/_internal/platform/editing/common/abstractText.d.ts +0 -58
- package/dist/src/_internal/platform/editing/common/abstractText.d.ts.map +0 -1
- package/dist/src/_internal/platform/editing/common/abstractText.js +0 -129
- package/dist/src/_internal/platform/editing/common/abstractText.js.map +0 -1
- package/dist/src/_internal/platform/parser/node/nodes.d.ts +0 -93
- package/dist/src/_internal/platform/parser/node/nodes.d.ts.map +0 -1
- package/dist/src/_internal/platform/parser/node/nodes.js +0 -133
- package/dist/src/_internal/platform/parser/node/nodes.js.map +0 -1
- package/dist/src/_internal/platform/telemetry/common/nullTelemetryService.d.ts +0 -18
- package/dist/src/_internal/platform/telemetry/common/nullTelemetryService.d.ts.map +0 -1
- package/dist/src/_internal/platform/telemetry/common/nullTelemetryService.js +0 -50
- package/dist/src/_internal/platform/telemetry/common/nullTelemetryService.js.map +0 -1
- package/dist/src/_internal/util/common/arrays.d.ts +0 -18
- package/dist/src/_internal/util/common/arrays.d.ts.map +0 -1
- package/dist/src/_internal/util/common/arrays.js +0 -80
- package/dist/src/_internal/util/common/arrays.js.map +0 -1
package/dist/src/package.json
CHANGED
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
"name": "copilot-chat",
|
|
3
3
|
"displayName": "GitHub Copilot Chat",
|
|
4
4
|
"description": "AI chat features powered by Copilot",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.32.0",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
|
|
8
|
-
"completionsCore": "
|
|
9
|
-
"completionsCoreVersion": "1.
|
|
8
|
+
"completionsCore": "3acd8894289d201737afff63c5183b567e6e2774",
|
|
9
|
+
"completionsCoreVersion": "1.372.0",
|
|
10
10
|
"internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917",
|
|
11
11
|
"ariaKey": "0c6ae279ed8443289764825290e4f9e2-1a736e7c-1324-4338-be46-fc2a58ae4d14-7255",
|
|
12
12
|
"buildType": "dev",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"icon": "assets/copilot.png",
|
|
25
25
|
"pricing": "Trial",
|
|
26
26
|
"engines": {
|
|
27
|
-
"vscode": "^1.
|
|
27
|
+
"vscode": "^1.105.0-20250905",
|
|
28
28
|
"npm": ">=9.0.0",
|
|
29
29
|
"node": ">=22.14.0"
|
|
30
30
|
},
|
|
@@ -135,7 +135,9 @@
|
|
|
135
135
|
"taskExecutionTerminal",
|
|
136
136
|
"dataChannels",
|
|
137
137
|
"languageModelThinkingPart",
|
|
138
|
-
"chatSessionsProvider"
|
|
138
|
+
"chatSessionsProvider@2",
|
|
139
|
+
"devDeviceId",
|
|
140
|
+
"contribEditorContentMenu"
|
|
139
141
|
],
|
|
140
142
|
"contributes": {
|
|
141
143
|
"languageModelTools": [
|
|
@@ -164,10 +166,10 @@
|
|
|
164
166
|
}
|
|
165
167
|
},
|
|
166
168
|
{
|
|
167
|
-
"name": "
|
|
168
|
-
"toolReferenceName": "
|
|
169
|
-
"displayName": "Execute
|
|
170
|
-
"when": "config.github.copilot.chat.
|
|
169
|
+
"name": "execute_prompt",
|
|
170
|
+
"toolReferenceName": "executePrompt",
|
|
171
|
+
"displayName": "Execute Prompt",
|
|
172
|
+
"when": "config.github.copilot.chat.executePrompt.enabled",
|
|
171
173
|
"canBeReferencedInPrompt": true,
|
|
172
174
|
"modelDescription": "Launch a new agent to handle complex, multi-step tasks autonomously. This tool is good at researching complex questions, searching for code, and executing multi-step tasks. When you are searching for a keyword or file and are not confident that you will find the right match in the first few tries, use this agent to perform the search for you.\n\n- When the agent is done, it will return a single message back to you. The result returned by the agent is not visible to the user. To show the user the result, you should send a text message back to the user with a concise summary of the result.\n - Each agent invocation is stateless. You will not be able to send additional messages to the agent, nor will the agent be able to communicate with you outside of its final report. Therefore, your prompt should contain a highly detailed task description for the agent to perform autonomously and you should specify exactly what information the agent should return back to you in its final and only message to you.\n - The agent's outputs should generally be trusted\n - Clearly tell the agent whether you expect it to write code or just to do research (search, file reads, web fetches, etc.), since it is not aware of the user's intent",
|
|
173
175
|
"tags": [],
|
|
@@ -189,27 +191,6 @@
|
|
|
189
191
|
]
|
|
190
192
|
}
|
|
191
193
|
},
|
|
192
|
-
{
|
|
193
|
-
"name": "execute_prompt",
|
|
194
|
-
"toolReferenceName": "executePrompt",
|
|
195
|
-
"displayName": "Execute Prompt",
|
|
196
|
-
"when": "config.github.copilot.chat.advanced.taskTools.enabled",
|
|
197
|
-
"canBeReferencedInPrompt": true,
|
|
198
|
-
"modelDescription": "This tool can take a path to a user's prompt file as input, and execute it autonomously. If the user's prompt includes multiple references to .prompt.md files, then you should use this tool to execute those prompts in sequence.\n\n- When the agent is done, it will return a single message back to you. The result returned by the agent is not visible to the user. To show the user the result, you should send a text message back to the user with a concise summary of the result.\n - The agent's outputs should generally be trusted",
|
|
199
|
-
"tags": [],
|
|
200
|
-
"inputSchema": {
|
|
201
|
-
"type": "object",
|
|
202
|
-
"properties": {
|
|
203
|
-
"filePath": {
|
|
204
|
-
"type": "string",
|
|
205
|
-
"description": "The absolute path to the prompt file to execute"
|
|
206
|
-
}
|
|
207
|
-
},
|
|
208
|
-
"required": [
|
|
209
|
-
"filePath"
|
|
210
|
-
]
|
|
211
|
-
}
|
|
212
|
-
},
|
|
213
194
|
{
|
|
214
195
|
"name": "copilot_searchWorkspaceSymbols",
|
|
215
196
|
"toolReferenceName": "symbols",
|
|
@@ -1134,16 +1115,16 @@
|
|
|
1134
1115
|
"tools": [
|
|
1135
1116
|
"createFile",
|
|
1136
1117
|
"createDirectory",
|
|
1118
|
+
"editNotebook",
|
|
1119
|
+
"newJupyterNotebook",
|
|
1137
1120
|
"editFiles"
|
|
1138
1121
|
]
|
|
1139
1122
|
},
|
|
1140
1123
|
{
|
|
1141
|
-
"name": "
|
|
1142
|
-
"description": "%copilot.toolSet.
|
|
1124
|
+
"name": "runNotebooks",
|
|
1125
|
+
"description": "%copilot.toolSet.runNotebook.description%",
|
|
1143
1126
|
"icon": "$(notebook)",
|
|
1144
1127
|
"tools": [
|
|
1145
|
-
"newJupyterNotebook",
|
|
1146
|
-
"editNotebook",
|
|
1147
1128
|
"runCell",
|
|
1148
1129
|
"getNotebookSummary",
|
|
1149
1130
|
"readNotebookCellOutput"
|
|
@@ -1792,10 +1773,17 @@
|
|
|
1792
1773
|
}
|
|
1793
1774
|
],
|
|
1794
1775
|
"commands": [
|
|
1776
|
+
{
|
|
1777
|
+
"command": "github.copilot.claude.sessions.refresh",
|
|
1778
|
+
"title": "%github.copilot.command.refreshClaudeCodeSessions%",
|
|
1779
|
+
"icon": "$(refresh)",
|
|
1780
|
+
"category": "Claude Code"
|
|
1781
|
+
},
|
|
1795
1782
|
{
|
|
1796
1783
|
"command": "github.copilot.chat.replay",
|
|
1797
1784
|
"title": "Start Chat Replay",
|
|
1798
|
-
"icon": "$(debug-line-by-line)"
|
|
1785
|
+
"icon": "$(debug-line-by-line)",
|
|
1786
|
+
"enablement": "resourceLangId == chatReplay && !inDebugMode"
|
|
1799
1787
|
},
|
|
1800
1788
|
{
|
|
1801
1789
|
"command": "github.copilot.chat.replay.enableWorkspaceEditTracing",
|
|
@@ -1813,122 +1801,122 @@
|
|
|
1813
1801
|
"command": "github.copilot.chat.explain",
|
|
1814
1802
|
"title": "%github.copilot.command.explainThis%",
|
|
1815
1803
|
"enablement": "!github.copilot.interactiveSession.disabled",
|
|
1816
|
-
"category": "
|
|
1804
|
+
"category": "Chat"
|
|
1817
1805
|
},
|
|
1818
1806
|
{
|
|
1819
1807
|
"command": "github.copilot.chat.explain.palette",
|
|
1820
1808
|
"title": "%github.copilot.command.explainThis%",
|
|
1821
1809
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
1822
|
-
"category": "
|
|
1810
|
+
"category": "Chat"
|
|
1823
1811
|
},
|
|
1824
1812
|
{
|
|
1825
1813
|
"command": "github.copilot.chat.review",
|
|
1826
1814
|
"title": "%github.copilot.command.reviewAndComment%",
|
|
1827
1815
|
"enablement": "config.github.copilot.chat.reviewSelection.enabled && !github.copilot.interactiveSession.disabled",
|
|
1828
|
-
"category": "
|
|
1816
|
+
"category": "Chat"
|
|
1829
1817
|
},
|
|
1830
1818
|
{
|
|
1831
1819
|
"command": "github.copilot.chat.review.apply",
|
|
1832
1820
|
"title": "%github.copilot.command.applyReviewSuggestion%",
|
|
1833
1821
|
"icon": "$(sparkle)",
|
|
1834
1822
|
"enablement": "commentThread =~ /hasSuggestion/",
|
|
1835
|
-
"category": "
|
|
1823
|
+
"category": "Chat"
|
|
1836
1824
|
},
|
|
1837
1825
|
{
|
|
1838
1826
|
"command": "github.copilot.chat.review.applyAndNext",
|
|
1839
1827
|
"title": "%github.copilot.command.applyReviewSuggestionAndNext%",
|
|
1840
1828
|
"icon": "$(sparkle)",
|
|
1841
1829
|
"enablement": "commentThread =~ /hasSuggestion/",
|
|
1842
|
-
"category": "
|
|
1830
|
+
"category": "Chat"
|
|
1843
1831
|
},
|
|
1844
1832
|
{
|
|
1845
1833
|
"command": "github.copilot.chat.review.discard",
|
|
1846
1834
|
"title": "%github.copilot.command.discardReviewSuggestion%",
|
|
1847
1835
|
"icon": "$(close)",
|
|
1848
|
-
"category": "
|
|
1836
|
+
"category": "Chat"
|
|
1849
1837
|
},
|
|
1850
1838
|
{
|
|
1851
1839
|
"command": "github.copilot.chat.review.discardAndNext",
|
|
1852
1840
|
"title": "%github.copilot.command.discardReviewSuggestionAndNext%",
|
|
1853
1841
|
"icon": "$(close)",
|
|
1854
|
-
"category": "
|
|
1842
|
+
"category": "Chat"
|
|
1855
1843
|
},
|
|
1856
1844
|
{
|
|
1857
1845
|
"command": "github.copilot.chat.review.discardAll",
|
|
1858
1846
|
"title": "%github.copilot.command.discardAllReviewSuggestion%",
|
|
1859
1847
|
"icon": "$(close-all)",
|
|
1860
|
-
"category": "
|
|
1848
|
+
"category": "Chat"
|
|
1861
1849
|
},
|
|
1862
1850
|
{
|
|
1863
1851
|
"command": "github.copilot.chat.review.stagedChanges",
|
|
1864
1852
|
"title": "%github.copilot.command.reviewStagedChanges%",
|
|
1865
1853
|
"icon": "$(code-review)",
|
|
1866
1854
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
1867
|
-
"category": "
|
|
1855
|
+
"category": "Chat"
|
|
1868
1856
|
},
|
|
1869
1857
|
{
|
|
1870
1858
|
"command": "github.copilot.chat.review.unstagedChanges",
|
|
1871
1859
|
"title": "%github.copilot.command.reviewUnstagedChanges%",
|
|
1872
1860
|
"icon": "$(code-review)",
|
|
1873
1861
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
1874
|
-
"category": "
|
|
1862
|
+
"category": "Chat"
|
|
1875
1863
|
},
|
|
1876
1864
|
{
|
|
1877
1865
|
"command": "github.copilot.chat.review.changes",
|
|
1878
1866
|
"title": "%github.copilot.command.reviewChanges%",
|
|
1879
1867
|
"icon": "$(code-review)",
|
|
1880
1868
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
1881
|
-
"category": "
|
|
1869
|
+
"category": "Chat"
|
|
1882
1870
|
},
|
|
1883
1871
|
{
|
|
1884
1872
|
"command": "github.copilot.chat.review.stagedFileChange",
|
|
1885
1873
|
"title": "%github.copilot.command.reviewFileChange%",
|
|
1886
1874
|
"icon": "$(code-review)",
|
|
1887
1875
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
1888
|
-
"category": "
|
|
1876
|
+
"category": "Chat"
|
|
1889
1877
|
},
|
|
1890
1878
|
{
|
|
1891
1879
|
"command": "github.copilot.chat.review.unstagedFileChange",
|
|
1892
1880
|
"title": "%github.copilot.command.reviewFileChange%",
|
|
1893
1881
|
"icon": "$(code-review)",
|
|
1894
1882
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
1895
|
-
"category": "
|
|
1883
|
+
"category": "Chat"
|
|
1896
1884
|
},
|
|
1897
1885
|
{
|
|
1898
1886
|
"command": "github.copilot.chat.review.previous",
|
|
1899
1887
|
"title": "%github.copilot.command.gotoPreviousReviewSuggestion%",
|
|
1900
1888
|
"icon": "$(arrow-up)",
|
|
1901
|
-
"category": "
|
|
1889
|
+
"category": "Chat"
|
|
1902
1890
|
},
|
|
1903
1891
|
{
|
|
1904
1892
|
"command": "github.copilot.chat.review.next",
|
|
1905
1893
|
"title": "%github.copilot.command.gotoNextReviewSuggestion%",
|
|
1906
1894
|
"icon": "$(arrow-down)",
|
|
1907
|
-
"category": "
|
|
1895
|
+
"category": "Chat"
|
|
1908
1896
|
},
|
|
1909
1897
|
{
|
|
1910
1898
|
"command": "github.copilot.chat.review.continueInInlineChat",
|
|
1911
1899
|
"title": "%github.copilot.command.continueReviewInInlineChat%",
|
|
1912
1900
|
"icon": "$(comment-discussion)",
|
|
1913
|
-
"category": "
|
|
1901
|
+
"category": "Chat"
|
|
1914
1902
|
},
|
|
1915
1903
|
{
|
|
1916
1904
|
"command": "github.copilot.chat.review.continueInChat",
|
|
1917
1905
|
"title": "%github.copilot.command.continueReviewInChat%",
|
|
1918
1906
|
"icon": "$(comment-discussion)",
|
|
1919
|
-
"category": "
|
|
1907
|
+
"category": "Chat"
|
|
1920
1908
|
},
|
|
1921
1909
|
{
|
|
1922
1910
|
"command": "github.copilot.chat.review.markHelpful",
|
|
1923
1911
|
"title": "%github.copilot.command.helpfulReviewSuggestion%",
|
|
1924
1912
|
"icon": "$(thumbsup)",
|
|
1925
1913
|
"enablement": "!(commentThread =~ /markedAsHelpful/)",
|
|
1926
|
-
"category": "
|
|
1914
|
+
"category": "Chat"
|
|
1927
1915
|
},
|
|
1928
1916
|
{
|
|
1929
1917
|
"command": "github.copilot.chat.openUserPreferences",
|
|
1930
1918
|
"title": "%github.copilot.command.openUserPreferences%",
|
|
1931
|
-
"category": "
|
|
1919
|
+
"category": "Chat",
|
|
1932
1920
|
"enablement": "config.github.copilot.chat.enableUserPreferences"
|
|
1933
1921
|
},
|
|
1934
1922
|
{
|
|
@@ -1936,39 +1924,39 @@
|
|
|
1936
1924
|
"title": "%github.copilot.command.unhelpfulReviewSuggestion%",
|
|
1937
1925
|
"icon": "$(thumbsdown)",
|
|
1938
1926
|
"enablement": "!(commentThread =~ /markedAsUnhelpful/)",
|
|
1939
|
-
"category": "
|
|
1927
|
+
"category": "Chat"
|
|
1940
1928
|
},
|
|
1941
1929
|
{
|
|
1942
1930
|
"command": "github.copilot.chat.generate",
|
|
1943
1931
|
"title": "%github.copilot.command.generateThis%",
|
|
1944
1932
|
"icon": "$(sparkle)",
|
|
1945
1933
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
1946
|
-
"category": "
|
|
1934
|
+
"category": "Chat"
|
|
1947
1935
|
},
|
|
1948
1936
|
{
|
|
1949
1937
|
"command": "github.copilot.chat.generateDocs",
|
|
1950
1938
|
"title": "%github.copilot.command.generateDocs%",
|
|
1951
1939
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
1952
|
-
"category": "
|
|
1940
|
+
"category": "Chat"
|
|
1953
1941
|
},
|
|
1954
1942
|
{
|
|
1955
1943
|
"command": "github.copilot.chat.generateTests",
|
|
1956
1944
|
"title": "%github.copilot.command.generateTests%",
|
|
1957
1945
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
1958
|
-
"category": "
|
|
1946
|
+
"category": "Chat"
|
|
1959
1947
|
},
|
|
1960
1948
|
{
|
|
1961
1949
|
"command": "github.copilot.chat.fix",
|
|
1962
1950
|
"title": "%github.copilot.command.fixThis%",
|
|
1963
1951
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
1964
|
-
"category": "
|
|
1952
|
+
"category": "Chat"
|
|
1965
1953
|
},
|
|
1966
1954
|
{
|
|
1967
1955
|
"command": "github.copilot.interactiveSession.feedback",
|
|
1968
1956
|
"title": "%github.copilot.command.sendChatFeedback%",
|
|
1969
1957
|
"enablement": "github.copilot-chat.activated && !github.copilot.interactiveSession.disabled",
|
|
1970
1958
|
"icon": "$(feedback)",
|
|
1971
|
-
"category": "
|
|
1959
|
+
"category": "Chat"
|
|
1972
1960
|
},
|
|
1973
1961
|
{
|
|
1974
1962
|
"command": "github.copilot.debug.workbenchState",
|
|
@@ -1980,6 +1968,11 @@
|
|
|
1980
1968
|
"title": "%github.copilot.command.showChatLogView%",
|
|
1981
1969
|
"category": "Developer"
|
|
1982
1970
|
},
|
|
1971
|
+
{
|
|
1972
|
+
"command": "github.copilot.debug.showOutputChannel",
|
|
1973
|
+
"title": "%github.copilot.command.showOutputChannel%",
|
|
1974
|
+
"category": "Developer"
|
|
1975
|
+
},
|
|
1983
1976
|
{
|
|
1984
1977
|
"command": "github.copilot.debug.showContextInspectorView",
|
|
1985
1978
|
"title": "%github.copilot.command.showContextInspectorView%",
|
|
@@ -1995,36 +1988,48 @@
|
|
|
1995
1988
|
{
|
|
1996
1989
|
"command": "github.copilot.terminal.explainTerminalLastCommand",
|
|
1997
1990
|
"title": "%github.copilot.command.explainTerminalLastCommand%",
|
|
1998
|
-
"category": "
|
|
1991
|
+
"category": "Chat"
|
|
1999
1992
|
},
|
|
2000
1993
|
{
|
|
2001
1994
|
"command": "github.copilot.git.generateCommitMessage",
|
|
2002
1995
|
"title": "%github.copilot.git.generateCommitMessage%",
|
|
2003
1996
|
"icon": "$(sparkle)",
|
|
2004
1997
|
"enablement": "!github.copilot.interactiveSession.disabled",
|
|
1998
|
+
"category": "Chat"
|
|
1999
|
+
},
|
|
2000
|
+
{
|
|
2001
|
+
"command": "github.copilot.git.resolveMergeConflicts",
|
|
2002
|
+
"title": "%github.copilot.git.resolveMergeConflicts%",
|
|
2003
|
+
"icon": "$(chat-sparkle)",
|
|
2004
|
+
"enablement": "!github.copilot.interactiveSession.disabled",
|
|
2005
2005
|
"category": "GitHub Copilot"
|
|
2006
2006
|
},
|
|
2007
2007
|
{
|
|
2008
2008
|
"command": "github.copilot.devcontainer.generateDevContainerConfig",
|
|
2009
2009
|
"title": "%github.copilot.devcontainer.generateDevContainerConfig%",
|
|
2010
|
-
"category": "
|
|
2010
|
+
"category": "Chat"
|
|
2011
2011
|
},
|
|
2012
2012
|
{
|
|
2013
2013
|
"command": "github.copilot.tests.fixTestFailure",
|
|
2014
2014
|
"icon": "$(sparkle)",
|
|
2015
2015
|
"title": "%github.copilot.command.fixTestFailure%",
|
|
2016
|
-
"category": "
|
|
2016
|
+
"category": "Chat"
|
|
2017
2017
|
},
|
|
2018
2018
|
{
|
|
2019
2019
|
"command": "github.copilot.tests.fixTestFailure.fromInline",
|
|
2020
2020
|
"icon": "$(sparkle)",
|
|
2021
2021
|
"title": "%github.copilot.command.fixTestFailure%"
|
|
2022
2022
|
},
|
|
2023
|
+
{
|
|
2024
|
+
"command": "github.copilot.chat.attachFile",
|
|
2025
|
+
"title": "%github.copilot.chat.attachFile%",
|
|
2026
|
+
"category": "GitHub Copilot"
|
|
2027
|
+
},
|
|
2023
2028
|
{
|
|
2024
2029
|
"command": "github.copilot.chat.attachSelection",
|
|
2025
2030
|
"title": "%github.copilot.chat.attachSelection%",
|
|
2026
2031
|
"icon": "$(comment-discussion)",
|
|
2027
|
-
"category": "
|
|
2032
|
+
"category": "Chat"
|
|
2028
2033
|
},
|
|
2029
2034
|
{
|
|
2030
2035
|
"command": "github.copilot.debug.collectDiagnostics",
|
|
@@ -2046,12 +2051,12 @@
|
|
|
2046
2051
|
"command": "github.copilot.debug.generateSTest",
|
|
2047
2052
|
"title": "%github.copilot.command.generateSTest%",
|
|
2048
2053
|
"enablement": "github.copilot.debugReportFeedback",
|
|
2049
|
-
"category": "
|
|
2054
|
+
"category": "Developer"
|
|
2050
2055
|
},
|
|
2051
2056
|
{
|
|
2052
2057
|
"command": "github.copilot.debug.generateConfiguration",
|
|
2053
2058
|
"title": "%github.copilot.command.generateConfiguration%",
|
|
2054
|
-
"category": "
|
|
2059
|
+
"category": "Chat",
|
|
2055
2060
|
"enablement": "config.github.copilot.chat.startDebugging.enabled",
|
|
2056
2061
|
"tags": [
|
|
2057
2062
|
"experimental"
|
|
@@ -2060,35 +2065,35 @@
|
|
|
2060
2065
|
{
|
|
2061
2066
|
"command": "github.copilot.open.walkthrough",
|
|
2062
2067
|
"title": "%github.copilot.command.openWalkthrough%",
|
|
2063
|
-
"category": "
|
|
2068
|
+
"category": "Chat"
|
|
2064
2069
|
},
|
|
2065
2070
|
{
|
|
2066
2071
|
"command": "github.copilot.debug.generateInlineEditTests",
|
|
2067
2072
|
"title": "Generate Inline Edit Tests",
|
|
2068
|
-
"category": "
|
|
2073
|
+
"category": "Chat",
|
|
2069
2074
|
"enablement": "resourceScheme == 'ccreq'"
|
|
2070
2075
|
},
|
|
2071
2076
|
{
|
|
2072
2077
|
"command": "github.copilot.buildLocalWorkspaceIndex",
|
|
2073
2078
|
"title": "%github.copilot.command.buildLocalWorkspaceIndex%",
|
|
2074
|
-
"category": "
|
|
2079
|
+
"category": "Chat",
|
|
2075
2080
|
"enablement": "github.copilot-chat.activated"
|
|
2076
2081
|
},
|
|
2077
2082
|
{
|
|
2078
2083
|
"command": "github.copilot.buildRemoteWorkspaceIndex",
|
|
2079
2084
|
"title": "%github.copilot.command.buildRemoteWorkspaceIndex%",
|
|
2080
|
-
"category": "
|
|
2085
|
+
"category": "Chat",
|
|
2081
2086
|
"enablement": "github.copilot-chat.activated"
|
|
2082
2087
|
},
|
|
2083
2088
|
{
|
|
2084
2089
|
"command": "github.copilot.report",
|
|
2085
2090
|
"title": "Report Issue",
|
|
2086
|
-
"category": "
|
|
2091
|
+
"category": "Chat"
|
|
2087
2092
|
},
|
|
2088
2093
|
{
|
|
2089
2094
|
"command": "github.copilot.chat.rerunWithCopilotDebug",
|
|
2090
2095
|
"title": "%github.copilot.command.rerunWithCopilotDebug%",
|
|
2091
|
-
"category": "
|
|
2096
|
+
"category": "Chat"
|
|
2092
2097
|
},
|
|
2093
2098
|
{
|
|
2094
2099
|
"command": "github.copilot.chat.startCopilotDebugCommand",
|
|
@@ -2097,7 +2102,7 @@
|
|
|
2097
2102
|
{
|
|
2098
2103
|
"command": "github.copilot.chat.clearTemporalContext",
|
|
2099
2104
|
"title": "Clear Temporal Context",
|
|
2100
|
-
"category": "
|
|
2105
|
+
"category": "Developer"
|
|
2101
2106
|
},
|
|
2102
2107
|
{
|
|
2103
2108
|
"command": "github.copilot.search.markHelpful",
|
|
@@ -2141,6 +2146,10 @@
|
|
|
2141
2146
|
"command": "github.copilot.chat.debug.hideNesRequests",
|
|
2142
2147
|
"title": "Hide NES Requests"
|
|
2143
2148
|
},
|
|
2149
|
+
{
|
|
2150
|
+
"command": "github.copilot.chat.debug.showRawRequestBody",
|
|
2151
|
+
"title": "Show Raw Request Body"
|
|
2152
|
+
},
|
|
2144
2153
|
{
|
|
2145
2154
|
"command": "github.copilot.chat.debug.exportLogItem",
|
|
2146
2155
|
"title": "Export as...",
|
|
@@ -2198,11 +2207,6 @@
|
|
|
2198
2207
|
"command": "github.copilot.chat.manageBYOK",
|
|
2199
2208
|
"title": "Manage Bring Your Own Key Vendor",
|
|
2200
2209
|
"enablement": "false"
|
|
2201
|
-
},
|
|
2202
|
-
{
|
|
2203
|
-
"command": "github.copilot.chat.configureCustomOAIModels",
|
|
2204
|
-
"title": "Configure Custom OpenAI-Compatible Models",
|
|
2205
|
-
"category": "GitHub Copilot"
|
|
2206
2210
|
}
|
|
2207
2211
|
],
|
|
2208
2212
|
"configuration": [
|
|
@@ -2328,6 +2332,11 @@
|
|
|
2328
2332
|
"type": "boolean",
|
|
2329
2333
|
"default": true,
|
|
2330
2334
|
"description": "%github.copilot.config.customInstructionsInSystemMessage%"
|
|
2335
|
+
},
|
|
2336
|
+
"github.copilot.chat.agent.currentEditorContext.enabled": {
|
|
2337
|
+
"type": "boolean",
|
|
2338
|
+
"default": true,
|
|
2339
|
+
"description": "%github.copilot.config.agent.currentEditorContext.enabled%"
|
|
2331
2340
|
}
|
|
2332
2341
|
}
|
|
2333
2342
|
},
|
|
@@ -2468,6 +2477,15 @@
|
|
|
2468
2477
|
],
|
|
2469
2478
|
"markdownDescription": "%github.copilot.config.agent.thinkingTool%"
|
|
2470
2479
|
},
|
|
2480
|
+
"github.copilot.chat.imageUpload.enabled": {
|
|
2481
|
+
"type": "boolean",
|
|
2482
|
+
"default": true,
|
|
2483
|
+
"tags": [
|
|
2484
|
+
"experimental",
|
|
2485
|
+
"onExp"
|
|
2486
|
+
],
|
|
2487
|
+
"markdownDescription": "%github.copilot.config.imageUpload.enabled%"
|
|
2488
|
+
},
|
|
2471
2489
|
"github.copilot.chat.edits.suggestRelatedFilesFromGitHistory": {
|
|
2472
2490
|
"type": "boolean",
|
|
2473
2491
|
"default": true,
|
|
@@ -2793,6 +2811,32 @@
|
|
|
2793
2811
|
],
|
|
2794
2812
|
"markdownDescription": "%github.copilot.chat.languageContext.typescript.enabled%"
|
|
2795
2813
|
},
|
|
2814
|
+
"github.copilot.chat.languageContext.typescript.items": {
|
|
2815
|
+
"type": "string",
|
|
2816
|
+
"enum": [
|
|
2817
|
+
"minimal",
|
|
2818
|
+
"double",
|
|
2819
|
+
"fillHalf",
|
|
2820
|
+
"fill"
|
|
2821
|
+
],
|
|
2822
|
+
"default": "minimal",
|
|
2823
|
+
"scope": "resource",
|
|
2824
|
+
"tags": [
|
|
2825
|
+
"experimental",
|
|
2826
|
+
"onExP"
|
|
2827
|
+
],
|
|
2828
|
+
"markdownDescription": "%github.copilot.chat.languageContext.typescript.items%"
|
|
2829
|
+
},
|
|
2830
|
+
"github.copilot.chat.languageContext.typescript.includeDocumentation": {
|
|
2831
|
+
"type": "boolean",
|
|
2832
|
+
"default": false,
|
|
2833
|
+
"scope": "resource",
|
|
2834
|
+
"tags": [
|
|
2835
|
+
"experimental",
|
|
2836
|
+
"onExP"
|
|
2837
|
+
],
|
|
2838
|
+
"markdownDescription": "%github.copilot.chat.languageContext.typescript.includeDocumentation%"
|
|
2839
|
+
},
|
|
2796
2840
|
"github.copilot.chat.languageContext.typescript.cacheTimeout": {
|
|
2797
2841
|
"type": "number",
|
|
2798
2842
|
"default": 500,
|
|
@@ -2839,14 +2883,6 @@
|
|
|
2839
2883
|
],
|
|
2840
2884
|
"markdownDescription": "%github.copilot.config.newWorkspace.useContext7%"
|
|
2841
2885
|
},
|
|
2842
|
-
"github.copilot.chat.agent.currentEditorContext.enabled": {
|
|
2843
|
-
"type": "boolean",
|
|
2844
|
-
"default": true,
|
|
2845
|
-
"tags": [
|
|
2846
|
-
"experimental"
|
|
2847
|
-
],
|
|
2848
|
-
"description": "%github.copilot.config.agent.currentEditorContext.enabled%"
|
|
2849
|
-
},
|
|
2850
2886
|
"github.copilot.chat.notebook.followCellExecution.enabled": {
|
|
2851
2887
|
"type": "boolean",
|
|
2852
2888
|
"default": false,
|
|
@@ -2868,8 +2904,7 @@
|
|
|
2868
2904
|
"type": "boolean",
|
|
2869
2905
|
"default": true,
|
|
2870
2906
|
"tags": [
|
|
2871
|
-
"experimental"
|
|
2872
|
-
"onExp"
|
|
2907
|
+
"experimental"
|
|
2873
2908
|
],
|
|
2874
2909
|
"description": "%github.copilot.config.summarizeAgentConversationHistory.enabled%"
|
|
2875
2910
|
},
|
|
@@ -2972,6 +3007,19 @@
|
|
|
2972
3007
|
"description": "Whether the model requires an API key for authentication",
|
|
2973
3008
|
"default": true
|
|
2974
3009
|
},
|
|
3010
|
+
"editTools": {
|
|
3011
|
+
"type": "array",
|
|
3012
|
+
"description": "List of edit tools supported by the model. If this is not configured, the editor will try multiple edit tools and pick the best one.\n\n- 'find-replace': Find and replace text in a document.\n- 'multi-find-replace': Find and replace text in a document.\n- 'apply-patch': A file-oriented diff format used by some OpenAI models\n- 'code-rewrite': A general but slower editing tool that allows the model to rewrite and code snippet and provide only the replacement to the editor.",
|
|
3013
|
+
"items": {
|
|
3014
|
+
"type": "string",
|
|
3015
|
+
"enum": [
|
|
3016
|
+
"find-replace",
|
|
3017
|
+
"multi-find-replace",
|
|
3018
|
+
"apply-patch",
|
|
3019
|
+
"code-rewrite"
|
|
3020
|
+
]
|
|
3021
|
+
}
|
|
3022
|
+
},
|
|
2975
3023
|
"thinking": {
|
|
2976
3024
|
"type": "boolean",
|
|
2977
3025
|
"default": false,
|
|
@@ -3007,6 +3055,19 @@
|
|
|
3007
3055
|
],
|
|
3008
3056
|
"description": "%github.copilot.config.gpt5AlternatePrompt%"
|
|
3009
3057
|
},
|
|
3058
|
+
"github.copilot.chat.gpt5CodexAlternatePrompt": {
|
|
3059
|
+
"type": "string",
|
|
3060
|
+
"default": "codex",
|
|
3061
|
+
"tags": [
|
|
3062
|
+
"experimental",
|
|
3063
|
+
"onExp"
|
|
3064
|
+
],
|
|
3065
|
+
"enum": [
|
|
3066
|
+
"default",
|
|
3067
|
+
"codex"
|
|
3068
|
+
],
|
|
3069
|
+
"description": "%github.copilot.config.gpt5CodexAlternatePrompt%"
|
|
3070
|
+
},
|
|
3010
3071
|
"github.copilot.chat.grokCodeAlternatePrompt": {
|
|
3011
3072
|
"type": "string",
|
|
3012
3073
|
"default": "default",
|
|
@@ -3014,6 +3075,51 @@
|
|
|
3014
3075
|
"experimental"
|
|
3015
3076
|
],
|
|
3016
3077
|
"description": "%github.copilot.config.grokCodeAlternatePrompt%"
|
|
3078
|
+
},
|
|
3079
|
+
"github.copilot.chat.useResponsesApi": {
|
|
3080
|
+
"type": "boolean",
|
|
3081
|
+
"default": false,
|
|
3082
|
+
"markdownDescription": "%github.copilot.config.useResponsesApi%",
|
|
3083
|
+
"tags": [
|
|
3084
|
+
"experimental",
|
|
3085
|
+
"onExp"
|
|
3086
|
+
]
|
|
3087
|
+
},
|
|
3088
|
+
"github.copilot.chat.responsesApiReasoningEffort": {
|
|
3089
|
+
"type": "string",
|
|
3090
|
+
"default": "default",
|
|
3091
|
+
"markdownDescription": "%github.copilot.config.responsesApiReasoningEffort%",
|
|
3092
|
+
"tags": [
|
|
3093
|
+
"experimental",
|
|
3094
|
+
"onExp"
|
|
3095
|
+
],
|
|
3096
|
+
"enum": [
|
|
3097
|
+
"low",
|
|
3098
|
+
"medium",
|
|
3099
|
+
"high",
|
|
3100
|
+
"default"
|
|
3101
|
+
]
|
|
3102
|
+
},
|
|
3103
|
+
"github.copilot.chat.responsesApiReasoningSummary": {
|
|
3104
|
+
"type": "string",
|
|
3105
|
+
"default": "detailed",
|
|
3106
|
+
"markdownDescription": "%github.copilot.config.responsesApiReasoningSummary%",
|
|
3107
|
+
"tags": [
|
|
3108
|
+
"experimental",
|
|
3109
|
+
"onExp"
|
|
3110
|
+
],
|
|
3111
|
+
"enum": [
|
|
3112
|
+
"off",
|
|
3113
|
+
"detailed"
|
|
3114
|
+
]
|
|
3115
|
+
},
|
|
3116
|
+
"github.copilot.chat.executePrompt.enabled": {
|
|
3117
|
+
"type": "boolean",
|
|
3118
|
+
"default": false,
|
|
3119
|
+
"markdownDescription": "%github.copilot.config.executePrompt.enabled%",
|
|
3120
|
+
"tags": [
|
|
3121
|
+
"experimental"
|
|
3122
|
+
]
|
|
3017
3123
|
}
|
|
3018
3124
|
}
|
|
3019
3125
|
}
|
|
@@ -3128,6 +3234,10 @@
|
|
|
3128
3234
|
"command": "github.copilot.git.generateCommitMessage",
|
|
3129
3235
|
"when": "false"
|
|
3130
3236
|
},
|
|
3237
|
+
{
|
|
3238
|
+
"command": "github.copilot.git.resolveMergeConflicts",
|
|
3239
|
+
"when": "false"
|
|
3240
|
+
},
|
|
3131
3241
|
{
|
|
3132
3242
|
"command": "github.copilot.chat.explain",
|
|
3133
3243
|
"when": "false"
|
|
@@ -3275,9 +3385,22 @@
|
|
|
3275
3385
|
{
|
|
3276
3386
|
"command": "github.copilot.chat.mcp.setup.flow",
|
|
3277
3387
|
"when": "false"
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
"command": "github.copilot.chat.debug.showRawRequestBody",
|
|
3391
|
+
"when": "false"
|
|
3392
|
+
},
|
|
3393
|
+
{
|
|
3394
|
+
"command": "github.copilot.debug.showOutputChannel",
|
|
3395
|
+
"when": "false"
|
|
3278
3396
|
}
|
|
3279
3397
|
],
|
|
3280
3398
|
"view/title": [
|
|
3399
|
+
{
|
|
3400
|
+
"command": "github.copilot.claude.sessions.refresh",
|
|
3401
|
+
"when": "view == workbench.view.chat.sessions.claude-code",
|
|
3402
|
+
"group": "navigation@1"
|
|
3403
|
+
},
|
|
3281
3404
|
{
|
|
3282
3405
|
"submenu": "github.copilot.chat.debug.filter",
|
|
3283
3406
|
"when": "view == copilot-chat",
|
|
@@ -3288,6 +3411,11 @@
|
|
|
3288
3411
|
"when": "view == copilot-chat",
|
|
3289
3412
|
"group": "export@1"
|
|
3290
3413
|
},
|
|
3414
|
+
{
|
|
3415
|
+
"command": "github.copilot.debug.showOutputChannel",
|
|
3416
|
+
"when": "view == copilot-chat",
|
|
3417
|
+
"group": "3_show@1"
|
|
3418
|
+
},
|
|
3291
3419
|
{
|
|
3292
3420
|
"command": "github.copilot.debug.showChatLogView",
|
|
3293
3421
|
"when": "view == workbench.panel.chat.view.copilot",
|
|
@@ -3295,6 +3423,11 @@
|
|
|
3295
3423
|
}
|
|
3296
3424
|
],
|
|
3297
3425
|
"view/item/context": [
|
|
3426
|
+
{
|
|
3427
|
+
"command": "github.copilot.chat.debug.showRawRequestBody",
|
|
3428
|
+
"when": "view == copilot-chat && viewItem == request",
|
|
3429
|
+
"group": "export@0"
|
|
3430
|
+
},
|
|
3298
3431
|
{
|
|
3299
3432
|
"command": "github.copilot.chat.debug.exportLogItem",
|
|
3300
3433
|
"when": "view == copilot-chat && (viewItem == toolcall || viewItem == request)",
|
|
@@ -3462,6 +3595,11 @@
|
|
|
3462
3595
|
}
|
|
3463
3596
|
],
|
|
3464
3597
|
"scm/resourceState/context": [
|
|
3598
|
+
{
|
|
3599
|
+
"command": "github.copilot.git.resolveMergeConflicts",
|
|
3600
|
+
"when": "scmProvider == git && scmResourceGroup == merge && git.activeResourceHasMergeConflicts",
|
|
3601
|
+
"group": "z_chat@1"
|
|
3602
|
+
},
|
|
3465
3603
|
{
|
|
3466
3604
|
"command": "github.copilot.chat.review.stagedFileChange",
|
|
3467
3605
|
"group": "3_copilot",
|
|
@@ -3541,6 +3679,13 @@
|
|
|
3541
3679
|
"when": "config.github.copilot.chat.notebook.followCellExecution.enabled && github.copilot.notebookFollowInSessionEnabled && github.copilot.notebookAgentModeUsage && config.notebook.globalToolbar",
|
|
3542
3680
|
"group": "navigation/execute@15"
|
|
3543
3681
|
}
|
|
3682
|
+
],
|
|
3683
|
+
"editor/content": [
|
|
3684
|
+
{
|
|
3685
|
+
"command": "github.copilot.git.resolveMergeConflicts",
|
|
3686
|
+
"group": "z_chat@1",
|
|
3687
|
+
"when": "config.git.enabled && !git.missing && !isInDiffEditor && !isMergeEditor && resource in git.mergeChanges && git.activeResourceHasMergeConflicts"
|
|
3688
|
+
}
|
|
3544
3689
|
]
|
|
3545
3690
|
},
|
|
3546
3691
|
"icons": {
|
|
@@ -3880,7 +4025,29 @@
|
|
|
3880
4025
|
"capabilities": {
|
|
3881
4026
|
"supportsFileAttachments": true,
|
|
3882
4027
|
"supportsToolAttachments": false
|
|
3883
|
-
}
|
|
4028
|
+
},
|
|
4029
|
+
"commands": [
|
|
4030
|
+
{
|
|
4031
|
+
"name": "init",
|
|
4032
|
+
"description": "Initialize a new CLAUDE.md file with codebase documentation"
|
|
4033
|
+
},
|
|
4034
|
+
{
|
|
4035
|
+
"name": "compact",
|
|
4036
|
+
"description": "Clear conversation history but keep a summary in context. Optional: /compact [instructions for summarization]"
|
|
4037
|
+
},
|
|
4038
|
+
{
|
|
4039
|
+
"name": "pr-comments",
|
|
4040
|
+
"description": "Get comments from a GitHub pull request"
|
|
4041
|
+
},
|
|
4042
|
+
{
|
|
4043
|
+
"name": "review",
|
|
4044
|
+
"description": "Review a pull request"
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
"name": "security-review",
|
|
4048
|
+
"description": "Complete a security review of the pending changes on the current branch"
|
|
4049
|
+
}
|
|
4050
|
+
]
|
|
3884
4051
|
}
|
|
3885
4052
|
],
|
|
3886
4053
|
"debuggers": [
|
|
@@ -3966,7 +4133,9 @@
|
|
|
3966
4133
|
"extract-chat-lib": "tsx script/build/extractChatLib.ts",
|
|
3967
4134
|
"create_venv": "tsx script/setup/createVenv.mts",
|
|
3968
4135
|
"package": "vsce package",
|
|
3969
|
-
"web": "vscode-test-web --headless --extensionDevelopmentPath=. ."
|
|
4136
|
+
"web": "vscode-test-web --headless --extensionDevelopmentPath=. .",
|
|
4137
|
+
"test:prompt": "mocha \"src/extension/completions-core/prompt/**/test/**/*.test.{ts,tsx}\"",
|
|
4138
|
+
"test:lib": "mocha \"src/extension/completions-core/lib/src/**/*.test.{ts,tsx}\""
|
|
3970
4139
|
},
|
|
3971
4140
|
"devDependencies": {
|
|
3972
4141
|
"@azure/identity": "4.9.1",
|
|
@@ -3978,6 +4147,7 @@
|
|
|
3978
4147
|
"@hediet/node-reload": "^0.8.0",
|
|
3979
4148
|
"@keyv/sqlite": "^4.0.5",
|
|
3980
4149
|
"@nteract/messaging": "^7.0.20",
|
|
4150
|
+
"@octokit/types": "^14.1.0",
|
|
3981
4151
|
"@parcel/watcher": "^2.5.1",
|
|
3982
4152
|
"@stylistic/eslint-plugin": "^3.0.1",
|
|
3983
4153
|
"@types/eslint": "^9.0.0",
|
|
@@ -4030,6 +4200,8 @@
|
|
|
4030
4200
|
"mobx": "^6.13.7",
|
|
4031
4201
|
"mobx-react-lite": "^4.1.0",
|
|
4032
4202
|
"mocha": "^11.7.1",
|
|
4203
|
+
"mocha-junit-reporter": "^2.2.1",
|
|
4204
|
+
"mocha-multi-reporters": "^1.5.1",
|
|
4033
4205
|
"monaco-editor": "0.44.0",
|
|
4034
4206
|
"npm-run-all": "^4.1.5",
|
|
4035
4207
|
"open": "^10.1.2",
|
|
@@ -4040,6 +4212,7 @@
|
|
|
4040
4212
|
"prettier": "^3.6.2",
|
|
4041
4213
|
"react": "^17.0.2",
|
|
4042
4214
|
"react-dom": "17.0.2",
|
|
4215
|
+
"rimraf": "^6.0.1",
|
|
4043
4216
|
"run-script-os": "^1.1.6",
|
|
4044
4217
|
"sinon": "^21.0.0",
|
|
4045
4218
|
"source-map-support": "^0.5.21",
|
|
@@ -4055,19 +4228,18 @@
|
|
|
4055
4228
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
4056
4229
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
4057
4230
|
"vscode-languageserver-types": "^3.17.5",
|
|
4058
|
-
"yaml": "^2.8.0"
|
|
4059
|
-
"zeromq": "github:rebornix/zeromq.js#a19e8e373b3abc677f91b936d3f00d49b1b61792"
|
|
4231
|
+
"yaml": "^2.8.0"
|
|
4060
4232
|
},
|
|
4061
4233
|
"dependencies": {
|
|
4062
|
-
"@anthropic-ai/claude-code": "1.0.
|
|
4063
|
-
"@anthropic-ai/sdk": "^0.
|
|
4234
|
+
"@anthropic-ai/claude-code": "^1.0.120",
|
|
4235
|
+
"@anthropic-ai/sdk": "^0.63.0",
|
|
4064
4236
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
4065
4237
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
4066
|
-
"@vscode/copilot-api": "^0.1.
|
|
4238
|
+
"@vscode/copilot-api": "^0.1.10",
|
|
4067
4239
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
4068
4240
|
"@vscode/l10n": "^0.0.18",
|
|
4069
4241
|
"@vscode/prompt-tsx": "^0.4.0-alpha.5",
|
|
4070
|
-
"@vscode/tree-sitter-wasm": "
|
|
4242
|
+
"@vscode/tree-sitter-wasm": "0.0.5-php.2",
|
|
4071
4243
|
"@xterm/headless": "^5.5.0",
|
|
4072
4244
|
"ajv": "^8.17.1",
|
|
4073
4245
|
"applicationinsights": "^2.9.7",
|