@vscode/chat-lib 0.0.3 → 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 +1 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +51 -34
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProviderTelemetry.d.ts.map +1 -1
- 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 +20 -27
- 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 +1 -2
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +61 -52
- 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 +40 -10
- 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 +14 -9
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +31 -20
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +4 -4
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +9 -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/chatEndpoint.d.ts +6 -6
- 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 +23 -23
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts +8 -3
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.js +8 -1
- package/dist/src/_internal/platform/inlineEdits/common/statelessNextEditProvider.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/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/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/main.d.ts +50 -9
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +87 -19
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +246 -86
- package/package.json +2 -2
package/dist/src/package.json
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
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",
|
|
@@ -1794,14 +1775,15 @@
|
|
|
1794
1775
|
"commands": [
|
|
1795
1776
|
{
|
|
1796
1777
|
"command": "github.copilot.claude.sessions.refresh",
|
|
1797
|
-
"title": "
|
|
1778
|
+
"title": "%github.copilot.command.refreshClaudeCodeSessions%",
|
|
1798
1779
|
"icon": "$(refresh)",
|
|
1799
1780
|
"category": "Claude Code"
|
|
1800
1781
|
},
|
|
1801
1782
|
{
|
|
1802
1783
|
"command": "github.copilot.chat.replay",
|
|
1803
1784
|
"title": "Start Chat Replay",
|
|
1804
|
-
"icon": "$(debug-line-by-line)"
|
|
1785
|
+
"icon": "$(debug-line-by-line)",
|
|
1786
|
+
"enablement": "resourceLangId == chatReplay && !inDebugMode"
|
|
1805
1787
|
},
|
|
1806
1788
|
{
|
|
1807
1789
|
"command": "github.copilot.chat.replay.enableWorkspaceEditTracing",
|
|
@@ -1819,122 +1801,122 @@
|
|
|
1819
1801
|
"command": "github.copilot.chat.explain",
|
|
1820
1802
|
"title": "%github.copilot.command.explainThis%",
|
|
1821
1803
|
"enablement": "!github.copilot.interactiveSession.disabled",
|
|
1822
|
-
"category": "
|
|
1804
|
+
"category": "Chat"
|
|
1823
1805
|
},
|
|
1824
1806
|
{
|
|
1825
1807
|
"command": "github.copilot.chat.explain.palette",
|
|
1826
1808
|
"title": "%github.copilot.command.explainThis%",
|
|
1827
1809
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
1828
|
-
"category": "
|
|
1810
|
+
"category": "Chat"
|
|
1829
1811
|
},
|
|
1830
1812
|
{
|
|
1831
1813
|
"command": "github.copilot.chat.review",
|
|
1832
1814
|
"title": "%github.copilot.command.reviewAndComment%",
|
|
1833
1815
|
"enablement": "config.github.copilot.chat.reviewSelection.enabled && !github.copilot.interactiveSession.disabled",
|
|
1834
|
-
"category": "
|
|
1816
|
+
"category": "Chat"
|
|
1835
1817
|
},
|
|
1836
1818
|
{
|
|
1837
1819
|
"command": "github.copilot.chat.review.apply",
|
|
1838
1820
|
"title": "%github.copilot.command.applyReviewSuggestion%",
|
|
1839
1821
|
"icon": "$(sparkle)",
|
|
1840
1822
|
"enablement": "commentThread =~ /hasSuggestion/",
|
|
1841
|
-
"category": "
|
|
1823
|
+
"category": "Chat"
|
|
1842
1824
|
},
|
|
1843
1825
|
{
|
|
1844
1826
|
"command": "github.copilot.chat.review.applyAndNext",
|
|
1845
1827
|
"title": "%github.copilot.command.applyReviewSuggestionAndNext%",
|
|
1846
1828
|
"icon": "$(sparkle)",
|
|
1847
1829
|
"enablement": "commentThread =~ /hasSuggestion/",
|
|
1848
|
-
"category": "
|
|
1830
|
+
"category": "Chat"
|
|
1849
1831
|
},
|
|
1850
1832
|
{
|
|
1851
1833
|
"command": "github.copilot.chat.review.discard",
|
|
1852
1834
|
"title": "%github.copilot.command.discardReviewSuggestion%",
|
|
1853
1835
|
"icon": "$(close)",
|
|
1854
|
-
"category": "
|
|
1836
|
+
"category": "Chat"
|
|
1855
1837
|
},
|
|
1856
1838
|
{
|
|
1857
1839
|
"command": "github.copilot.chat.review.discardAndNext",
|
|
1858
1840
|
"title": "%github.copilot.command.discardReviewSuggestionAndNext%",
|
|
1859
1841
|
"icon": "$(close)",
|
|
1860
|
-
"category": "
|
|
1842
|
+
"category": "Chat"
|
|
1861
1843
|
},
|
|
1862
1844
|
{
|
|
1863
1845
|
"command": "github.copilot.chat.review.discardAll",
|
|
1864
1846
|
"title": "%github.copilot.command.discardAllReviewSuggestion%",
|
|
1865
1847
|
"icon": "$(close-all)",
|
|
1866
|
-
"category": "
|
|
1848
|
+
"category": "Chat"
|
|
1867
1849
|
},
|
|
1868
1850
|
{
|
|
1869
1851
|
"command": "github.copilot.chat.review.stagedChanges",
|
|
1870
1852
|
"title": "%github.copilot.command.reviewStagedChanges%",
|
|
1871
1853
|
"icon": "$(code-review)",
|
|
1872
1854
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
1873
|
-
"category": "
|
|
1855
|
+
"category": "Chat"
|
|
1874
1856
|
},
|
|
1875
1857
|
{
|
|
1876
1858
|
"command": "github.copilot.chat.review.unstagedChanges",
|
|
1877
1859
|
"title": "%github.copilot.command.reviewUnstagedChanges%",
|
|
1878
1860
|
"icon": "$(code-review)",
|
|
1879
1861
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
1880
|
-
"category": "
|
|
1862
|
+
"category": "Chat"
|
|
1881
1863
|
},
|
|
1882
1864
|
{
|
|
1883
1865
|
"command": "github.copilot.chat.review.changes",
|
|
1884
1866
|
"title": "%github.copilot.command.reviewChanges%",
|
|
1885
1867
|
"icon": "$(code-review)",
|
|
1886
1868
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
1887
|
-
"category": "
|
|
1869
|
+
"category": "Chat"
|
|
1888
1870
|
},
|
|
1889
1871
|
{
|
|
1890
1872
|
"command": "github.copilot.chat.review.stagedFileChange",
|
|
1891
1873
|
"title": "%github.copilot.command.reviewFileChange%",
|
|
1892
1874
|
"icon": "$(code-review)",
|
|
1893
1875
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
1894
|
-
"category": "
|
|
1876
|
+
"category": "Chat"
|
|
1895
1877
|
},
|
|
1896
1878
|
{
|
|
1897
1879
|
"command": "github.copilot.chat.review.unstagedFileChange",
|
|
1898
1880
|
"title": "%github.copilot.command.reviewFileChange%",
|
|
1899
1881
|
"icon": "$(code-review)",
|
|
1900
1882
|
"enablement": "github.copilot.chat.reviewDiff.enabled && !github.copilot.interactiveSession.disabled",
|
|
1901
|
-
"category": "
|
|
1883
|
+
"category": "Chat"
|
|
1902
1884
|
},
|
|
1903
1885
|
{
|
|
1904
1886
|
"command": "github.copilot.chat.review.previous",
|
|
1905
1887
|
"title": "%github.copilot.command.gotoPreviousReviewSuggestion%",
|
|
1906
1888
|
"icon": "$(arrow-up)",
|
|
1907
|
-
"category": "
|
|
1889
|
+
"category": "Chat"
|
|
1908
1890
|
},
|
|
1909
1891
|
{
|
|
1910
1892
|
"command": "github.copilot.chat.review.next",
|
|
1911
1893
|
"title": "%github.copilot.command.gotoNextReviewSuggestion%",
|
|
1912
1894
|
"icon": "$(arrow-down)",
|
|
1913
|
-
"category": "
|
|
1895
|
+
"category": "Chat"
|
|
1914
1896
|
},
|
|
1915
1897
|
{
|
|
1916
1898
|
"command": "github.copilot.chat.review.continueInInlineChat",
|
|
1917
1899
|
"title": "%github.copilot.command.continueReviewInInlineChat%",
|
|
1918
1900
|
"icon": "$(comment-discussion)",
|
|
1919
|
-
"category": "
|
|
1901
|
+
"category": "Chat"
|
|
1920
1902
|
},
|
|
1921
1903
|
{
|
|
1922
1904
|
"command": "github.copilot.chat.review.continueInChat",
|
|
1923
1905
|
"title": "%github.copilot.command.continueReviewInChat%",
|
|
1924
1906
|
"icon": "$(comment-discussion)",
|
|
1925
|
-
"category": "
|
|
1907
|
+
"category": "Chat"
|
|
1926
1908
|
},
|
|
1927
1909
|
{
|
|
1928
1910
|
"command": "github.copilot.chat.review.markHelpful",
|
|
1929
1911
|
"title": "%github.copilot.command.helpfulReviewSuggestion%",
|
|
1930
1912
|
"icon": "$(thumbsup)",
|
|
1931
1913
|
"enablement": "!(commentThread =~ /markedAsHelpful/)",
|
|
1932
|
-
"category": "
|
|
1914
|
+
"category": "Chat"
|
|
1933
1915
|
},
|
|
1934
1916
|
{
|
|
1935
1917
|
"command": "github.copilot.chat.openUserPreferences",
|
|
1936
1918
|
"title": "%github.copilot.command.openUserPreferences%",
|
|
1937
|
-
"category": "
|
|
1919
|
+
"category": "Chat",
|
|
1938
1920
|
"enablement": "config.github.copilot.chat.enableUserPreferences"
|
|
1939
1921
|
},
|
|
1940
1922
|
{
|
|
@@ -1942,39 +1924,39 @@
|
|
|
1942
1924
|
"title": "%github.copilot.command.unhelpfulReviewSuggestion%",
|
|
1943
1925
|
"icon": "$(thumbsdown)",
|
|
1944
1926
|
"enablement": "!(commentThread =~ /markedAsUnhelpful/)",
|
|
1945
|
-
"category": "
|
|
1927
|
+
"category": "Chat"
|
|
1946
1928
|
},
|
|
1947
1929
|
{
|
|
1948
1930
|
"command": "github.copilot.chat.generate",
|
|
1949
1931
|
"title": "%github.copilot.command.generateThis%",
|
|
1950
1932
|
"icon": "$(sparkle)",
|
|
1951
1933
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
1952
|
-
"category": "
|
|
1934
|
+
"category": "Chat"
|
|
1953
1935
|
},
|
|
1954
1936
|
{
|
|
1955
1937
|
"command": "github.copilot.chat.generateDocs",
|
|
1956
1938
|
"title": "%github.copilot.command.generateDocs%",
|
|
1957
1939
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
1958
|
-
"category": "
|
|
1940
|
+
"category": "Chat"
|
|
1959
1941
|
},
|
|
1960
1942
|
{
|
|
1961
1943
|
"command": "github.copilot.chat.generateTests",
|
|
1962
1944
|
"title": "%github.copilot.command.generateTests%",
|
|
1963
1945
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
1964
|
-
"category": "
|
|
1946
|
+
"category": "Chat"
|
|
1965
1947
|
},
|
|
1966
1948
|
{
|
|
1967
1949
|
"command": "github.copilot.chat.fix",
|
|
1968
1950
|
"title": "%github.copilot.command.fixThis%",
|
|
1969
1951
|
"enablement": "!github.copilot.interactiveSession.disabled && !editorReadonly",
|
|
1970
|
-
"category": "
|
|
1952
|
+
"category": "Chat"
|
|
1971
1953
|
},
|
|
1972
1954
|
{
|
|
1973
1955
|
"command": "github.copilot.interactiveSession.feedback",
|
|
1974
1956
|
"title": "%github.copilot.command.sendChatFeedback%",
|
|
1975
1957
|
"enablement": "github.copilot-chat.activated && !github.copilot.interactiveSession.disabled",
|
|
1976
1958
|
"icon": "$(feedback)",
|
|
1977
|
-
"category": "
|
|
1959
|
+
"category": "Chat"
|
|
1978
1960
|
},
|
|
1979
1961
|
{
|
|
1980
1962
|
"command": "github.copilot.debug.workbenchState",
|
|
@@ -1986,6 +1968,11 @@
|
|
|
1986
1968
|
"title": "%github.copilot.command.showChatLogView%",
|
|
1987
1969
|
"category": "Developer"
|
|
1988
1970
|
},
|
|
1971
|
+
{
|
|
1972
|
+
"command": "github.copilot.debug.showOutputChannel",
|
|
1973
|
+
"title": "%github.copilot.command.showOutputChannel%",
|
|
1974
|
+
"category": "Developer"
|
|
1975
|
+
},
|
|
1989
1976
|
{
|
|
1990
1977
|
"command": "github.copilot.debug.showContextInspectorView",
|
|
1991
1978
|
"title": "%github.copilot.command.showContextInspectorView%",
|
|
@@ -2001,36 +1988,48 @@
|
|
|
2001
1988
|
{
|
|
2002
1989
|
"command": "github.copilot.terminal.explainTerminalLastCommand",
|
|
2003
1990
|
"title": "%github.copilot.command.explainTerminalLastCommand%",
|
|
2004
|
-
"category": "
|
|
1991
|
+
"category": "Chat"
|
|
2005
1992
|
},
|
|
2006
1993
|
{
|
|
2007
1994
|
"command": "github.copilot.git.generateCommitMessage",
|
|
2008
1995
|
"title": "%github.copilot.git.generateCommitMessage%",
|
|
2009
1996
|
"icon": "$(sparkle)",
|
|
2010
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",
|
|
2011
2005
|
"category": "GitHub Copilot"
|
|
2012
2006
|
},
|
|
2013
2007
|
{
|
|
2014
2008
|
"command": "github.copilot.devcontainer.generateDevContainerConfig",
|
|
2015
2009
|
"title": "%github.copilot.devcontainer.generateDevContainerConfig%",
|
|
2016
|
-
"category": "
|
|
2010
|
+
"category": "Chat"
|
|
2017
2011
|
},
|
|
2018
2012
|
{
|
|
2019
2013
|
"command": "github.copilot.tests.fixTestFailure",
|
|
2020
2014
|
"icon": "$(sparkle)",
|
|
2021
2015
|
"title": "%github.copilot.command.fixTestFailure%",
|
|
2022
|
-
"category": "
|
|
2016
|
+
"category": "Chat"
|
|
2023
2017
|
},
|
|
2024
2018
|
{
|
|
2025
2019
|
"command": "github.copilot.tests.fixTestFailure.fromInline",
|
|
2026
2020
|
"icon": "$(sparkle)",
|
|
2027
2021
|
"title": "%github.copilot.command.fixTestFailure%"
|
|
2028
2022
|
},
|
|
2023
|
+
{
|
|
2024
|
+
"command": "github.copilot.chat.attachFile",
|
|
2025
|
+
"title": "%github.copilot.chat.attachFile%",
|
|
2026
|
+
"category": "GitHub Copilot"
|
|
2027
|
+
},
|
|
2029
2028
|
{
|
|
2030
2029
|
"command": "github.copilot.chat.attachSelection",
|
|
2031
2030
|
"title": "%github.copilot.chat.attachSelection%",
|
|
2032
2031
|
"icon": "$(comment-discussion)",
|
|
2033
|
-
"category": "
|
|
2032
|
+
"category": "Chat"
|
|
2034
2033
|
},
|
|
2035
2034
|
{
|
|
2036
2035
|
"command": "github.copilot.debug.collectDiagnostics",
|
|
@@ -2052,12 +2051,12 @@
|
|
|
2052
2051
|
"command": "github.copilot.debug.generateSTest",
|
|
2053
2052
|
"title": "%github.copilot.command.generateSTest%",
|
|
2054
2053
|
"enablement": "github.copilot.debugReportFeedback",
|
|
2055
|
-
"category": "
|
|
2054
|
+
"category": "Developer"
|
|
2056
2055
|
},
|
|
2057
2056
|
{
|
|
2058
2057
|
"command": "github.copilot.debug.generateConfiguration",
|
|
2059
2058
|
"title": "%github.copilot.command.generateConfiguration%",
|
|
2060
|
-
"category": "
|
|
2059
|
+
"category": "Chat",
|
|
2061
2060
|
"enablement": "config.github.copilot.chat.startDebugging.enabled",
|
|
2062
2061
|
"tags": [
|
|
2063
2062
|
"experimental"
|
|
@@ -2066,35 +2065,35 @@
|
|
|
2066
2065
|
{
|
|
2067
2066
|
"command": "github.copilot.open.walkthrough",
|
|
2068
2067
|
"title": "%github.copilot.command.openWalkthrough%",
|
|
2069
|
-
"category": "
|
|
2068
|
+
"category": "Chat"
|
|
2070
2069
|
},
|
|
2071
2070
|
{
|
|
2072
2071
|
"command": "github.copilot.debug.generateInlineEditTests",
|
|
2073
2072
|
"title": "Generate Inline Edit Tests",
|
|
2074
|
-
"category": "
|
|
2073
|
+
"category": "Chat",
|
|
2075
2074
|
"enablement": "resourceScheme == 'ccreq'"
|
|
2076
2075
|
},
|
|
2077
2076
|
{
|
|
2078
2077
|
"command": "github.copilot.buildLocalWorkspaceIndex",
|
|
2079
2078
|
"title": "%github.copilot.command.buildLocalWorkspaceIndex%",
|
|
2080
|
-
"category": "
|
|
2079
|
+
"category": "Chat",
|
|
2081
2080
|
"enablement": "github.copilot-chat.activated"
|
|
2082
2081
|
},
|
|
2083
2082
|
{
|
|
2084
2083
|
"command": "github.copilot.buildRemoteWorkspaceIndex",
|
|
2085
2084
|
"title": "%github.copilot.command.buildRemoteWorkspaceIndex%",
|
|
2086
|
-
"category": "
|
|
2085
|
+
"category": "Chat",
|
|
2087
2086
|
"enablement": "github.copilot-chat.activated"
|
|
2088
2087
|
},
|
|
2089
2088
|
{
|
|
2090
2089
|
"command": "github.copilot.report",
|
|
2091
2090
|
"title": "Report Issue",
|
|
2092
|
-
"category": "
|
|
2091
|
+
"category": "Chat"
|
|
2093
2092
|
},
|
|
2094
2093
|
{
|
|
2095
2094
|
"command": "github.copilot.chat.rerunWithCopilotDebug",
|
|
2096
2095
|
"title": "%github.copilot.command.rerunWithCopilotDebug%",
|
|
2097
|
-
"category": "
|
|
2096
|
+
"category": "Chat"
|
|
2098
2097
|
},
|
|
2099
2098
|
{
|
|
2100
2099
|
"command": "github.copilot.chat.startCopilotDebugCommand",
|
|
@@ -2103,7 +2102,7 @@
|
|
|
2103
2102
|
{
|
|
2104
2103
|
"command": "github.copilot.chat.clearTemporalContext",
|
|
2105
2104
|
"title": "Clear Temporal Context",
|
|
2106
|
-
"category": "
|
|
2105
|
+
"category": "Developer"
|
|
2107
2106
|
},
|
|
2108
2107
|
{
|
|
2109
2108
|
"command": "github.copilot.search.markHelpful",
|
|
@@ -2147,6 +2146,10 @@
|
|
|
2147
2146
|
"command": "github.copilot.chat.debug.hideNesRequests",
|
|
2148
2147
|
"title": "Hide NES Requests"
|
|
2149
2148
|
},
|
|
2149
|
+
{
|
|
2150
|
+
"command": "github.copilot.chat.debug.showRawRequestBody",
|
|
2151
|
+
"title": "Show Raw Request Body"
|
|
2152
|
+
},
|
|
2150
2153
|
{
|
|
2151
2154
|
"command": "github.copilot.chat.debug.exportLogItem",
|
|
2152
2155
|
"title": "Export as...",
|
|
@@ -2329,6 +2332,11 @@
|
|
|
2329
2332
|
"type": "boolean",
|
|
2330
2333
|
"default": true,
|
|
2331
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%"
|
|
2332
2340
|
}
|
|
2333
2341
|
}
|
|
2334
2342
|
},
|
|
@@ -2469,6 +2477,15 @@
|
|
|
2469
2477
|
],
|
|
2470
2478
|
"markdownDescription": "%github.copilot.config.agent.thinkingTool%"
|
|
2471
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
|
+
},
|
|
2472
2489
|
"github.copilot.chat.edits.suggestRelatedFilesFromGitHistory": {
|
|
2473
2490
|
"type": "boolean",
|
|
2474
2491
|
"default": true,
|
|
@@ -2794,6 +2811,32 @@
|
|
|
2794
2811
|
],
|
|
2795
2812
|
"markdownDescription": "%github.copilot.chat.languageContext.typescript.enabled%"
|
|
2796
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
|
+
},
|
|
2797
2840
|
"github.copilot.chat.languageContext.typescript.cacheTimeout": {
|
|
2798
2841
|
"type": "number",
|
|
2799
2842
|
"default": 500,
|
|
@@ -2840,14 +2883,6 @@
|
|
|
2840
2883
|
],
|
|
2841
2884
|
"markdownDescription": "%github.copilot.config.newWorkspace.useContext7%"
|
|
2842
2885
|
},
|
|
2843
|
-
"github.copilot.chat.agent.currentEditorContext.enabled": {
|
|
2844
|
-
"type": "boolean",
|
|
2845
|
-
"default": true,
|
|
2846
|
-
"tags": [
|
|
2847
|
-
"experimental"
|
|
2848
|
-
],
|
|
2849
|
-
"description": "%github.copilot.config.agent.currentEditorContext.enabled%"
|
|
2850
|
-
},
|
|
2851
2886
|
"github.copilot.chat.notebook.followCellExecution.enabled": {
|
|
2852
2887
|
"type": "boolean",
|
|
2853
2888
|
"default": false,
|
|
@@ -2869,8 +2904,7 @@
|
|
|
2869
2904
|
"type": "boolean",
|
|
2870
2905
|
"default": true,
|
|
2871
2906
|
"tags": [
|
|
2872
|
-
"experimental"
|
|
2873
|
-
"onExp"
|
|
2907
|
+
"experimental"
|
|
2874
2908
|
],
|
|
2875
2909
|
"description": "%github.copilot.config.summarizeAgentConversationHistory.enabled%"
|
|
2876
2910
|
},
|
|
@@ -2973,6 +3007,19 @@
|
|
|
2973
3007
|
"description": "Whether the model requires an API key for authentication",
|
|
2974
3008
|
"default": true
|
|
2975
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
|
+
},
|
|
2976
3023
|
"thinking": {
|
|
2977
3024
|
"type": "boolean",
|
|
2978
3025
|
"default": false,
|
|
@@ -3008,6 +3055,19 @@
|
|
|
3008
3055
|
],
|
|
3009
3056
|
"description": "%github.copilot.config.gpt5AlternatePrompt%"
|
|
3010
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
|
+
},
|
|
3011
3071
|
"github.copilot.chat.grokCodeAlternatePrompt": {
|
|
3012
3072
|
"type": "string",
|
|
3013
3073
|
"default": "default",
|
|
@@ -3015,6 +3075,51 @@
|
|
|
3015
3075
|
"experimental"
|
|
3016
3076
|
],
|
|
3017
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
|
+
]
|
|
3018
3123
|
}
|
|
3019
3124
|
}
|
|
3020
3125
|
}
|
|
@@ -3129,6 +3234,10 @@
|
|
|
3129
3234
|
"command": "github.copilot.git.generateCommitMessage",
|
|
3130
3235
|
"when": "false"
|
|
3131
3236
|
},
|
|
3237
|
+
{
|
|
3238
|
+
"command": "github.copilot.git.resolveMergeConflicts",
|
|
3239
|
+
"when": "false"
|
|
3240
|
+
},
|
|
3132
3241
|
{
|
|
3133
3242
|
"command": "github.copilot.chat.explain",
|
|
3134
3243
|
"when": "false"
|
|
@@ -3276,6 +3385,14 @@
|
|
|
3276
3385
|
{
|
|
3277
3386
|
"command": "github.copilot.chat.mcp.setup.flow",
|
|
3278
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"
|
|
3279
3396
|
}
|
|
3280
3397
|
],
|
|
3281
3398
|
"view/title": [
|
|
@@ -3294,6 +3411,11 @@
|
|
|
3294
3411
|
"when": "view == copilot-chat",
|
|
3295
3412
|
"group": "export@1"
|
|
3296
3413
|
},
|
|
3414
|
+
{
|
|
3415
|
+
"command": "github.copilot.debug.showOutputChannel",
|
|
3416
|
+
"when": "view == copilot-chat",
|
|
3417
|
+
"group": "3_show@1"
|
|
3418
|
+
},
|
|
3297
3419
|
{
|
|
3298
3420
|
"command": "github.copilot.debug.showChatLogView",
|
|
3299
3421
|
"when": "view == workbench.panel.chat.view.copilot",
|
|
@@ -3301,6 +3423,11 @@
|
|
|
3301
3423
|
}
|
|
3302
3424
|
],
|
|
3303
3425
|
"view/item/context": [
|
|
3426
|
+
{
|
|
3427
|
+
"command": "github.copilot.chat.debug.showRawRequestBody",
|
|
3428
|
+
"when": "view == copilot-chat && viewItem == request",
|
|
3429
|
+
"group": "export@0"
|
|
3430
|
+
},
|
|
3304
3431
|
{
|
|
3305
3432
|
"command": "github.copilot.chat.debug.exportLogItem",
|
|
3306
3433
|
"when": "view == copilot-chat && (viewItem == toolcall || viewItem == request)",
|
|
@@ -3468,6 +3595,11 @@
|
|
|
3468
3595
|
}
|
|
3469
3596
|
],
|
|
3470
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
|
+
},
|
|
3471
3603
|
{
|
|
3472
3604
|
"command": "github.copilot.chat.review.stagedFileChange",
|
|
3473
3605
|
"group": "3_copilot",
|
|
@@ -3547,6 +3679,13 @@
|
|
|
3547
3679
|
"when": "config.github.copilot.chat.notebook.followCellExecution.enabled && github.copilot.notebookFollowInSessionEnabled && github.copilot.notebookAgentModeUsage && config.notebook.globalToolbar",
|
|
3548
3680
|
"group": "navigation/execute@15"
|
|
3549
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
|
+
}
|
|
3550
3689
|
]
|
|
3551
3690
|
},
|
|
3552
3691
|
"icons": {
|
|
@@ -3886,7 +4025,29 @@
|
|
|
3886
4025
|
"capabilities": {
|
|
3887
4026
|
"supportsFileAttachments": true,
|
|
3888
4027
|
"supportsToolAttachments": false
|
|
3889
|
-
}
|
|
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
|
+
]
|
|
3890
4051
|
}
|
|
3891
4052
|
],
|
|
3892
4053
|
"debuggers": [
|
|
@@ -4067,15 +4228,14 @@
|
|
|
4067
4228
|
"vscode-languageserver-protocol": "^3.17.5",
|
|
4068
4229
|
"vscode-languageserver-textdocument": "^1.0.12",
|
|
4069
4230
|
"vscode-languageserver-types": "^3.17.5",
|
|
4070
|
-
"yaml": "^2.8.0"
|
|
4071
|
-
"zeromq": "github:rebornix/zeromq.js#a19e8e373b3abc677f91b936d3f00d49b1b61792"
|
|
4231
|
+
"yaml": "^2.8.0"
|
|
4072
4232
|
},
|
|
4073
4233
|
"dependencies": {
|
|
4074
|
-
"@anthropic-ai/claude-code": "1.0.
|
|
4075
|
-
"@anthropic-ai/sdk": "^0.
|
|
4234
|
+
"@anthropic-ai/claude-code": "^1.0.120",
|
|
4235
|
+
"@anthropic-ai/sdk": "^0.63.0",
|
|
4076
4236
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
4077
4237
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
4078
|
-
"@vscode/copilot-api": "^0.1.
|
|
4238
|
+
"@vscode/copilot-api": "^0.1.10",
|
|
4079
4239
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
4080
4240
|
"@vscode/l10n": "^0.0.18",
|
|
4081
4241
|
"@vscode/prompt-tsx": "^0.4.0-alpha.5",
|
|
@@ -4099,4 +4259,4 @@
|
|
|
4099
4259
|
"string_decoder": "npm:string_decoder@1.2.0",
|
|
4100
4260
|
"node-gyp": "npm:node-gyp@10.3.1"
|
|
4101
4261
|
}
|
|
4102
|
-
}
|
|
4262
|
+
}
|