@vscode/chat-lib 0.1.3-4 → 0.1.3-5
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.js +2 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/auth/copilotTokenManager.d.ts +2 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/auth/copilotTokenNotifier.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/auth/orgs.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/config.js +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/experiments/defaultExpFilters.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/configBlockMode.d.ts +2 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/contextualFilterConstants.js +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/contextualFilterConstants.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/inlineCompletion.d.ts +11 -2
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/inlineCompletion.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/inlineCompletion.js +73 -54
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/inlineCompletion.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/model.js +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/snippy/errorCreator.js +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/telemetry/userConfig.d.ts +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/prompt/src/components/reconciler.js +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/prompt/src/languageMarker.js +7 -7
- package/dist/src/_internal/extension/completions-core/vscode-node/prompt/src/parseBlock.js +4 -4
- package/dist/src/_internal/extension/inlineEdits/common/delay.d.ts +11 -0
- package/dist/src/_internal/extension/inlineEdits/common/delay.d.ts.map +1 -0
- package/dist/src/_internal/extension/inlineEdits/common/delay.js +37 -0
- package/dist/src/_internal/extension/inlineEdits/common/delay.js.map +1 -0
- package/dist/src/_internal/extension/inlineEdits/common/{delayer.d.ts → userInteractionMonitor.d.ts} +12 -13
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.d.ts.map +1 -0
- package/dist/src/_internal/extension/inlineEdits/common/{delayer.js → userInteractionMonitor.js} +63 -42
- package/dist/src/_internal/extension/inlineEdits/common/userInteractionMonitor.js.map +1 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +5 -2
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +6 -2
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +45 -12
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts +3 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js +13 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts +3 -2
- package/dist/src/_internal/extension/xtab/common/promptCrafting.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js +9 -5
- package/dist/src/_internal/extension/xtab/common/promptCrafting.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/tags.js +7 -7
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +9 -4
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.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 +14 -9
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts +47 -27
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.js +2 -2
- package/dist/src/_internal/platform/authentication/common/authentication.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.d.ts +8 -3
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.js +11 -9
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +7 -7
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +41 -11
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +50 -44
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/jsonSchema.d.ts +1 -1
- package/dist/src/_internal/platform/configuration/common/jsonSchema.js +22 -22
- package/dist/src/_internal/platform/configuration/common/validator.js +14 -14
- package/dist/src/_internal/platform/endpoint/common/capiClient.d.ts +4 -1
- package/dist/src/_internal/platform/endpoint/common/capiClient.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/capiClient.js +10 -0
- package/dist/src/_internal/platform/endpoint/common/capiClient.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +2 -0
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +28 -7
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.d.ts +4 -3
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js +14 -11
- package/dist/src/_internal/platform/endpoint/node/autoChatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +9 -6
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.d.ts +20 -0
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.d.ts.map +1 -0
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js +58 -0
- package/dist/src/_internal/platform/endpoint/node/copilotChatEndpoint.js.map +1 -0
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +5 -2
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
- package/dist/src/_internal/platform/extContext/common/extensionContext.d.ts +6 -0
- package/dist/src/_internal/platform/extContext/common/extensionContext.d.ts.map +1 -0
- package/dist/src/_internal/platform/extContext/common/extensionContext.js +10 -0
- package/dist/src/_internal/platform/extContext/common/extensionContext.js.map +1 -0
- package/dist/src/_internal/platform/git/common/gitService.d.ts +1 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +17 -2
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +14 -0
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/jointCompletionsProviderOptions.d.ts +10 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/jointCompletionsProviderOptions.d.ts.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/jointCompletionsProviderOptions.js +19 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/jointCompletionsProviderOptions.js.map +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +7 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +9 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +46 -41
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.d.ts +14 -0
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.js +14 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditsModelService.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/utils/utils.d.ts +1 -0
- package/dist/src/_internal/platform/inlineEdits/common/utils/utils.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/utils/utils.js +6 -0
- package/dist/src/_internal/platform/inlineEdits/common/utils/utils.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts +26 -16
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js +187 -73
- package/dist/src/_internal/platform/inlineEdits/node/inlineEditsModelService.js.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.js +1 -1
- package/dist/src/_internal/platform/log/common/logService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +4 -0
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/proxyModels/node/proxyModelsService.d.ts.map +1 -1
- package/dist/src/_internal/platform/proxyModels/node/proxyModelsService.js +47 -4
- package/dist/src/_internal/platform/proxyModels/node/proxyModelsService.js.map +1 -1
- package/dist/src/_internal/platform/telemetry/common/telemetry.d.ts +1 -1
- package/dist/src/_internal/platform/workspaceRecorder/common/workspaceLog.d.ts +6 -6
- package/dist/src/_internal/util/common/crypto.js +2 -2
- package/dist/src/_internal/util/common/imageUtils.js +9 -9
- package/dist/src/_internal/util/common/languages.js +4 -4
- package/dist/src/_internal/util/vs/base/common/types.d.ts +27 -0
- package/dist/src/_internal/util/vs/base/common/types.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/types.js +28 -0
- package/dist/src/_internal/util/vs/base/common/types.js.map +1 -1
- package/dist/src/main.d.ts +4 -1
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +17 -8
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +123 -162
- package/package.json +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/delayer.d.ts.map +0 -1
- package/dist/src/_internal/extension/inlineEdits/common/delayer.js.map +0 -1
package/dist/src/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "copilot-chat",
|
|
3
3
|
"displayName": "GitHub Copilot Chat",
|
|
4
4
|
"description": "AI chat features powered by Copilot",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.36.0",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
|
|
8
8
|
"completionsCoreVersion": "1.378.1799",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"icon": "assets/copilot.png",
|
|
24
24
|
"pricing": "Trial",
|
|
25
25
|
"engines": {
|
|
26
|
-
"vscode": "^1.
|
|
26
|
+
"vscode": "^1.108.0",
|
|
27
27
|
"npm": ">=9.0.0",
|
|
28
28
|
"node": ">=22.14.0"
|
|
29
29
|
},
|
|
@@ -245,6 +245,7 @@
|
|
|
245
245
|
"name": "copilot_findFiles",
|
|
246
246
|
"toolReferenceName": "fileSearch",
|
|
247
247
|
"displayName": "%copilot.tools.findFiles.name%",
|
|
248
|
+
"userDescription": "%copilot.tools.findFiles.userDescription%",
|
|
248
249
|
"modelDescription": "Search for files in the workspace by glob pattern. This only returns the paths of matching files. Use this tool when you know the exact filename pattern of the files you're searching for. Glob patterns match from the root of the workspace folder. Examples:\n- **/*.{js,ts} to match all js/ts files in the workspace.\n- src/** to match all files under the top-level src folder.\n- **/foo/**/*.js to match all js files under any foo folder in the workspace.",
|
|
249
250
|
"tags": [
|
|
250
251
|
"vscode_codesearch"
|
|
@@ -270,6 +271,7 @@
|
|
|
270
271
|
"name": "copilot_findTextInFiles",
|
|
271
272
|
"toolReferenceName": "textSearch",
|
|
272
273
|
"displayName": "%copilot.tools.findTextInFiles.name%",
|
|
274
|
+
"userDescription": "%copilot.tools.findTextInFiles.userDescription%",
|
|
273
275
|
"modelDescription": "Do a fast text search in the workspace. Use this tool when you want to search with an exact string or regex. If you are not sure what words will appear in the workspace, prefer using regex patterns with alternation (|) or character classes to search for multiple potential words at once instead of making separate searches. For example, use 'function|method|procedure' to look for all of those words at once. Use includePattern to search within files matching a specific pattern, or in a specific file, using a relative path. Use 'includeIgnoredFiles' to include files normally ignored by .gitignore, other ignore files, and `files.exclude` and `search.exclude` settings. Warning: using this may cause the search to be slower, only set it when you want to search in ignored folders like node_modules or build outputs. Use this tool when you want to see an overview of a particular file, instead of using read_file many times to look for code within a file.",
|
|
274
276
|
"tags": [
|
|
275
277
|
"vscode_codesearch"
|
|
@@ -367,6 +369,7 @@
|
|
|
367
369
|
"name": "copilot_listDirectory",
|
|
368
370
|
"toolReferenceName": "listDirectory",
|
|
369
371
|
"displayName": "%copilot.tools.listDirectory.name%",
|
|
372
|
+
"userDescription": "%copilot.tools.listDirectory.userDescription%",
|
|
370
373
|
"modelDescription": "List the contents of a directory. Result will have the name of the child. If the name ends in /, it's a folder, otherwise a file",
|
|
371
374
|
"tags": [
|
|
372
375
|
"vscode_codesearch"
|
|
@@ -1319,7 +1322,7 @@
|
|
|
1319
1322
|
"commands": [
|
|
1320
1323
|
{
|
|
1321
1324
|
"name": "generate",
|
|
1322
|
-
"when": "!config.
|
|
1325
|
+
"when": "!config.inlineChat.enableV2",
|
|
1323
1326
|
"description": "%copilot.workspace.generate.description%",
|
|
1324
1327
|
"disambiguation": [
|
|
1325
1328
|
{
|
|
@@ -1333,7 +1336,7 @@
|
|
|
1333
1336
|
},
|
|
1334
1337
|
{
|
|
1335
1338
|
"name": "edit",
|
|
1336
|
-
"when": "!config.
|
|
1339
|
+
"when": "!config.inlineChat.enableV2",
|
|
1337
1340
|
"description": "%copilot.workspace.edit.inline.description%",
|
|
1338
1341
|
"disambiguation": [
|
|
1339
1342
|
{
|
|
@@ -1347,7 +1350,7 @@
|
|
|
1347
1350
|
},
|
|
1348
1351
|
{
|
|
1349
1352
|
"name": "doc",
|
|
1350
|
-
"when": "!config.
|
|
1353
|
+
"when": "!config.inlineChat.enableV2",
|
|
1351
1354
|
"description": "%copilot.workspace.doc.description%",
|
|
1352
1355
|
"disambiguation": [
|
|
1353
1356
|
{
|
|
@@ -1361,7 +1364,7 @@
|
|
|
1361
1364
|
},
|
|
1362
1365
|
{
|
|
1363
1366
|
"name": "fix",
|
|
1364
|
-
"when": "!config.
|
|
1367
|
+
"when": "!config.inlineChat.enableV2",
|
|
1365
1368
|
"description": "%copilot.workspace.fix.description%",
|
|
1366
1369
|
"disambiguation": [
|
|
1367
1370
|
{
|
|
@@ -1375,7 +1378,7 @@
|
|
|
1375
1378
|
},
|
|
1376
1379
|
{
|
|
1377
1380
|
"name": "tests",
|
|
1378
|
-
"when": "!config.
|
|
1381
|
+
"when": "!config.inlineChat.enableV2",
|
|
1379
1382
|
"description": "%copilot.workspace.tests.description%",
|
|
1380
1383
|
"disambiguation": [
|
|
1381
1384
|
{
|
|
@@ -1419,9 +1422,6 @@
|
|
|
1419
1422
|
"isAgent": true,
|
|
1420
1423
|
"when": "config.chat.agent.enabled",
|
|
1421
1424
|
"commands": [
|
|
1422
|
-
{
|
|
1423
|
-
"name": "list"
|
|
1424
|
-
},
|
|
1425
1425
|
{
|
|
1426
1426
|
"name": "error",
|
|
1427
1427
|
"description": "Make a model request which will result in an error",
|
|
@@ -1749,86 +1749,42 @@
|
|
|
1749
1749
|
"view": "debug",
|
|
1750
1750
|
"when": "github.copilot-chat.activated",
|
|
1751
1751
|
"contents": "%github.copilot.viewsWelcome.debug%"
|
|
1752
|
-
},
|
|
1753
|
-
{
|
|
1754
|
-
"view": "codex-placeholder",
|
|
1755
|
-
"when": "true",
|
|
1756
|
-
"contents": "%github.copilot.viewsWelcome.codexPlaceholder%"
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"view": "workbench.view.chat.sessions.openai-codex",
|
|
1760
|
-
"contents": "%github.copilot.viewsWelcome.codexWelcomeView%"
|
|
1761
|
-
},
|
|
1762
|
-
{
|
|
1763
|
-
"view": "copilot-agents-placeholder",
|
|
1764
|
-
"when": "true",
|
|
1765
|
-
"contents": "%github.copilot.viewsWelcome.agentsPlaceholder%"
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"view": "workbench.view.chat.sessions.copilot-cloud-agent",
|
|
1769
|
-
"when": "github.copilot.auth.missingPermissiveSession",
|
|
1770
|
-
"contents": "%github.copilot.viewsWelcome.noPermissiveToken.contents%"
|
|
1771
|
-
},
|
|
1772
|
-
{
|
|
1773
|
-
"view": "workbench.view.chat.sessions.copilot-cloud-agent",
|
|
1774
|
-
"when": "workspaceFolderCount == 0",
|
|
1775
|
-
"contents": "%github.copilot.viewsWelcome.noFolder.contents%"
|
|
1776
|
-
},
|
|
1777
|
-
{
|
|
1778
|
-
"view": "workbench.view.chat.sessions.copilot-cloud-agent",
|
|
1779
|
-
"when": "git.state == initialized && gitOpenRepositoryCount == 0 && workspaceFolderCount > 0 && git.parentRepositoryCount == 0",
|
|
1780
|
-
"contents": "%github.copilot.viewsWelcome.noRepo.contents%"
|
|
1781
|
-
},
|
|
1782
|
-
{
|
|
1783
|
-
"view": "workbench.view.chat.sessions.copilot-cloud-agent",
|
|
1784
|
-
"when": "git.state == initialized && workspaceFolderCount > 0 && (git.parentRepositoryCount > 0 || gitOpenRepositoryCount > 0) && !github:hasGitHubRemotes",
|
|
1785
|
-
"contents": "%github.copilot.viewsWelcome.noGitHub.contents%"
|
|
1786
|
-
},
|
|
1787
|
-
{
|
|
1788
|
-
"view": "workbench.view.chat.sessions.copilot-cloud-agent",
|
|
1789
|
-
"when": "github.copilot.chat.cloudSessionsEmpty",
|
|
1790
|
-
"contents": "%github.copilot.viewsWelcome.cloudSessionsEmpty.contents%"
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"view": "workbench.view.chat.sessions.copilotcli",
|
|
1794
|
-
"when": "github.copilot.chat.cliSessionsEmpty",
|
|
1795
|
-
"contents": "%github.copilot.viewsWelcome.cliSessionsEmpty.contents%"
|
|
1796
1752
|
}
|
|
1797
1753
|
],
|
|
1798
1754
|
"chatViewsWelcome": [
|
|
1799
1755
|
{
|
|
1800
|
-
"icon": "$(
|
|
1801
|
-
"title": "
|
|
1756
|
+
"icon": "$(chat-sparkle)",
|
|
1757
|
+
"title": "%copilot.title%",
|
|
1802
1758
|
"content": "%github.copilot.viewsWelcome.individual.expired%",
|
|
1803
1759
|
"when": "github.copilot.interactiveSession.individual.expired"
|
|
1804
1760
|
},
|
|
1805
1761
|
{
|
|
1806
|
-
"icon": "$(
|
|
1807
|
-
"title": "
|
|
1762
|
+
"icon": "$(chat-sparkle)",
|
|
1763
|
+
"title": "%copilot.title%",
|
|
1808
1764
|
"content": "%github.copilot.viewsWelcome.enterprise%",
|
|
1809
1765
|
"when": "github.copilot.interactiveSession.enterprise.disabled"
|
|
1810
1766
|
},
|
|
1811
1767
|
{
|
|
1812
|
-
"icon": "$(
|
|
1813
|
-
"title": "
|
|
1768
|
+
"icon": "$(chat-sparkle)",
|
|
1769
|
+
"title": "%copilot.title%",
|
|
1814
1770
|
"content": "%github.copilot.viewsWelcome.offline%",
|
|
1815
1771
|
"when": "github.copilot.offline"
|
|
1816
1772
|
},
|
|
1817
1773
|
{
|
|
1818
|
-
"icon": "$(
|
|
1819
|
-
"title": "
|
|
1774
|
+
"icon": "$(chat-sparkle)",
|
|
1775
|
+
"title": "%copilot.title%",
|
|
1820
1776
|
"content": "%github.copilot.viewsWelcome.contactSupport%",
|
|
1821
1777
|
"when": "github.copilot.interactiveSession.contactSupport"
|
|
1822
1778
|
},
|
|
1823
1779
|
{
|
|
1824
|
-
"icon": "$(
|
|
1825
|
-
"title": "
|
|
1780
|
+
"icon": "$(chat-sparkle)",
|
|
1781
|
+
"title": "%copilot.title%",
|
|
1826
1782
|
"content": "%github.copilot.viewsWelcome.chatDisabled%",
|
|
1827
1783
|
"when": "github.copilot.interactiveSession.chatDisabled"
|
|
1828
1784
|
},
|
|
1829
1785
|
{
|
|
1830
|
-
"icon": "$(
|
|
1831
|
-
"title": "
|
|
1786
|
+
"icon": "$(chat-sparkle)",
|
|
1787
|
+
"title": "%copilot.title%",
|
|
1832
1788
|
"content": "%github.copilot.viewsWelcome.switchToReleaseChannel%",
|
|
1833
1789
|
"when": "github.copilot.interactiveSession.switchToReleaseChannel"
|
|
1834
1790
|
}
|
|
@@ -1838,18 +1794,6 @@
|
|
|
1838
1794
|
"command": "github.copilot.chat.triggerPermissiveSignIn",
|
|
1839
1795
|
"title": "%github.copilot.command.triggerPermissiveSignIn%"
|
|
1840
1796
|
},
|
|
1841
|
-
{
|
|
1842
|
-
"command": "github.copilot.claude.sessions.refresh",
|
|
1843
|
-
"title": "%github.copilot.command.refreshClaudeCodeSessions%",
|
|
1844
|
-
"icon": "$(refresh)",
|
|
1845
|
-
"category": "Claude Code"
|
|
1846
|
-
},
|
|
1847
|
-
{
|
|
1848
|
-
"command": "github.copilot.cli.sessions.refresh",
|
|
1849
|
-
"title": "%github.copilot.command.refreshAgentSessions%",
|
|
1850
|
-
"icon": "$(refresh)",
|
|
1851
|
-
"category": "Copilot CLI"
|
|
1852
|
-
},
|
|
1853
1797
|
{
|
|
1854
1798
|
"command": "github.copilot.cli.sessions.delete",
|
|
1855
1799
|
"title": "%github.copilot.command.deleteAgentSession%",
|
|
@@ -1862,12 +1806,6 @@
|
|
|
1862
1806
|
"icon": "$(terminal)",
|
|
1863
1807
|
"category": "Copilot CLI"
|
|
1864
1808
|
},
|
|
1865
|
-
{
|
|
1866
|
-
"command": "github.copilot.cli.sessions.newTerminalSession",
|
|
1867
|
-
"title": "%github.copilot.cli.sessions.newTerminalSession%",
|
|
1868
|
-
"icon": "$(terminal)",
|
|
1869
|
-
"category": "Copilot CLI"
|
|
1870
|
-
},
|
|
1871
1809
|
{
|
|
1872
1810
|
"command": "github.copilot.chat.replay",
|
|
1873
1811
|
"title": "Start Chat Replay",
|
|
@@ -2237,6 +2175,14 @@
|
|
|
2237
2175
|
"command": "github.copilot.chat.debug.hideNesRequests",
|
|
2238
2176
|
"title": "Hide NES Requests"
|
|
2239
2177
|
},
|
|
2178
|
+
{
|
|
2179
|
+
"command": "github.copilot.chat.debug.showGhostRequests",
|
|
2180
|
+
"title": "Show Ghost Requests"
|
|
2181
|
+
},
|
|
2182
|
+
{
|
|
2183
|
+
"command": "github.copilot.chat.debug.hideGhostRequests",
|
|
2184
|
+
"title": "Hide Ghost Requests"
|
|
2185
|
+
},
|
|
2240
2186
|
{
|
|
2241
2187
|
"command": "github.copilot.chat.debug.showRawRequestBody",
|
|
2242
2188
|
"title": "Show Raw Request Body"
|
|
@@ -2309,11 +2255,6 @@
|
|
|
2309
2255
|
"title": "Manage Bring Your Own Key API Key",
|
|
2310
2256
|
"enablement": "false"
|
|
2311
2257
|
},
|
|
2312
|
-
{
|
|
2313
|
-
"command": "github.copilot.cloud.sessions.refresh",
|
|
2314
|
-
"title": "%github.copilot.command.refreshAgentSessions%",
|
|
2315
|
-
"icon": "$(refresh)"
|
|
2316
|
-
},
|
|
2317
2258
|
{
|
|
2318
2259
|
"command": "github.copilot.cloud.resetWorkspaceConfirmations",
|
|
2319
2260
|
"title": "%github.copilot.command.resetCloudAgentWorkspaceConfirmations%"
|
|
@@ -2327,6 +2268,11 @@
|
|
|
2327
2268
|
"command": "github.copilot.cloud.sessions.proxy.closeChatSessionPullRequest",
|
|
2328
2269
|
"title": "%github.copilot.command.closeChatSessionPullRequest.title%"
|
|
2329
2270
|
},
|
|
2271
|
+
{
|
|
2272
|
+
"command": "github.copilot.cloud.sessions.installPRExtension",
|
|
2273
|
+
"title": "%github.copilot.command.installPRExtension.title%",
|
|
2274
|
+
"icon": "$(extensions)"
|
|
2275
|
+
},
|
|
2330
2276
|
{
|
|
2331
2277
|
"command": "github.copilot.chat.openSuggestionsPanel",
|
|
2332
2278
|
"title": "Open Completions Panel",
|
|
@@ -2368,6 +2314,12 @@
|
|
|
2368
2314
|
"title": "%github.copilot.command.applyCopilotCLIAgentSessionChanges%",
|
|
2369
2315
|
"icon": "$(git-stash-pop)",
|
|
2370
2316
|
"category": "GitHub Copilot"
|
|
2317
|
+
},
|
|
2318
|
+
{
|
|
2319
|
+
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
|
|
2320
|
+
"title": "%github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply%",
|
|
2321
|
+
"icon": "$(git-stash-pop)",
|
|
2322
|
+
"category": "GitHub Copilot"
|
|
2371
2323
|
}
|
|
2372
2324
|
],
|
|
2373
2325
|
"configuration": [
|
|
@@ -2375,6 +2327,16 @@
|
|
|
2375
2327
|
"title": "GitHub Copilot Chat",
|
|
2376
2328
|
"id": "stable",
|
|
2377
2329
|
"properties": {
|
|
2330
|
+
"github.copilot.chat.backgroundAgent.enabled": {
|
|
2331
|
+
"type": "boolean",
|
|
2332
|
+
"default": true,
|
|
2333
|
+
"markdownDescription": "%github.copilot.config.backgroundAgent.enabled%"
|
|
2334
|
+
},
|
|
2335
|
+
"github.copilot.chat.cloudAgent.enabled": {
|
|
2336
|
+
"type": "boolean",
|
|
2337
|
+
"default": true,
|
|
2338
|
+
"markdownDescription": "%github.copilot.config.cloudAgent.enabled%"
|
|
2339
|
+
},
|
|
2378
2340
|
"github.copilot.chat.codeGeneration.useInstructionFiles": {
|
|
2379
2341
|
"type": "boolean",
|
|
2380
2342
|
"default": true,
|
|
@@ -2497,11 +2459,6 @@
|
|
|
2497
2459
|
"default": true,
|
|
2498
2460
|
"description": "%github.copilot.config.customInstructionsInSystemMessage%"
|
|
2499
2461
|
},
|
|
2500
|
-
"github.copilot.chat.customAgents.showOrganizationAndEnterpriseAgents": {
|
|
2501
|
-
"type": "boolean",
|
|
2502
|
-
"default": true,
|
|
2503
|
-
"description": "%github.copilot.config.customAgents.showOrganizationAndEnterpriseAgents%"
|
|
2504
|
-
},
|
|
2505
2462
|
"github.copilot.chat.agent.currentEditorContext.enabled": {
|
|
2506
2463
|
"type": "boolean",
|
|
2507
2464
|
"default": true,
|
|
@@ -3314,13 +3271,11 @@
|
|
|
3314
3271
|
]
|
|
3315
3272
|
},
|
|
3316
3273
|
"github.copilot.chat.anthropic.thinking.budgetTokens": {
|
|
3317
|
-
"type":
|
|
3318
|
-
"number",
|
|
3319
|
-
"null"
|
|
3320
|
-
],
|
|
3274
|
+
"type": "number",
|
|
3321
3275
|
"markdownDescription": "%github.copilot.config.anthropic.thinking.budgetTokens%",
|
|
3322
|
-
"minimum":
|
|
3276
|
+
"minimum": 0,
|
|
3323
3277
|
"maximum": 32000,
|
|
3278
|
+
"default": 4000,
|
|
3324
3279
|
"tags": [
|
|
3325
3280
|
"experimental",
|
|
3326
3281
|
"onExp"
|
|
@@ -3434,6 +3389,14 @@
|
|
|
3434
3389
|
"electron-fetch",
|
|
3435
3390
|
"node-fetch"
|
|
3436
3391
|
]
|
|
3392
|
+
},
|
|
3393
|
+
"github.copilot.chat.customAgents.showOrganizationAndEnterpriseAgents": {
|
|
3394
|
+
"type": "boolean",
|
|
3395
|
+
"default": false,
|
|
3396
|
+
"description": "%github.copilot.config.customAgents.showOrganizationAndEnterpriseAgents%",
|
|
3397
|
+
"tags": [
|
|
3398
|
+
"experimental"
|
|
3399
|
+
]
|
|
3437
3400
|
}
|
|
3438
3401
|
}
|
|
3439
3402
|
},
|
|
@@ -3863,7 +3826,7 @@
|
|
|
3863
3826
|
},
|
|
3864
3827
|
"github.copilot.chat.inlineEdits.renameSymbolSuggestions": {
|
|
3865
3828
|
"type": "boolean",
|
|
3866
|
-
"default":
|
|
3829
|
+
"default": true,
|
|
3867
3830
|
"markdownDescription": "%github.copilot.config.inlineEdits.renameSymbolSuggestions%",
|
|
3868
3831
|
"tags": [
|
|
3869
3832
|
"advanced",
|
|
@@ -4003,6 +3966,13 @@
|
|
|
4003
3966
|
"group": "copilotGenerate@2"
|
|
4004
3967
|
}
|
|
4005
3968
|
],
|
|
3969
|
+
"chat/input/editing/sessionToolbar": [
|
|
3970
|
+
{
|
|
3971
|
+
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
|
|
3972
|
+
"when": "chatSessionType == copilotcli",
|
|
3973
|
+
"group": "navigation@0"
|
|
3974
|
+
}
|
|
3975
|
+
],
|
|
4006
3976
|
"testing/item/result": [
|
|
4007
3977
|
{
|
|
4008
3978
|
"command": "github.copilot.tests.fixTestFailure.fromInline",
|
|
@@ -4166,6 +4136,14 @@
|
|
|
4166
4136
|
"command": "github.copilot.chat.debug.hideNesRequests",
|
|
4167
4137
|
"when": "false"
|
|
4168
4138
|
},
|
|
4139
|
+
{
|
|
4140
|
+
"command": "github.copilot.chat.debug.showGhostRequests",
|
|
4141
|
+
"when": "false"
|
|
4142
|
+
},
|
|
4143
|
+
{
|
|
4144
|
+
"command": "github.copilot.chat.debug.hideGhostRequests",
|
|
4145
|
+
"when": "false"
|
|
4146
|
+
},
|
|
4169
4147
|
{
|
|
4170
4148
|
"command": "github.copilot.chat.debug.exportLogItem",
|
|
4171
4149
|
"when": "false"
|
|
@@ -4206,32 +4184,28 @@
|
|
|
4206
4184
|
"command": "github.copilot.cli.sessions.delete",
|
|
4207
4185
|
"when": "false"
|
|
4208
4186
|
},
|
|
4209
|
-
{
|
|
4210
|
-
"command": "github.copilot.cli.sessions.refresh",
|
|
4211
|
-
"when": "false"
|
|
4212
|
-
},
|
|
4213
4187
|
{
|
|
4214
4188
|
"command": "github.copilot.cli.sessions.resumeInTerminal",
|
|
4215
4189
|
"when": "false"
|
|
4216
4190
|
},
|
|
4217
4191
|
{
|
|
4218
|
-
"command": "github.copilot.
|
|
4192
|
+
"command": "github.copilot.cloud.sessions.openInBrowser",
|
|
4219
4193
|
"when": "false"
|
|
4220
4194
|
},
|
|
4221
4195
|
{
|
|
4222
|
-
"command": "github.copilot.cloud.sessions.
|
|
4196
|
+
"command": "github.copilot.cloud.sessions.proxy.closeChatSessionPullRequest",
|
|
4223
4197
|
"when": "false"
|
|
4224
4198
|
},
|
|
4225
4199
|
{
|
|
4226
|
-
"command": "github.copilot.cloud.sessions.
|
|
4200
|
+
"command": "github.copilot.cloud.sessions.installPRExtension",
|
|
4227
4201
|
"when": "false"
|
|
4228
4202
|
},
|
|
4229
4203
|
{
|
|
4230
|
-
"command": "github.copilot.
|
|
4204
|
+
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
4231
4205
|
"when": "false"
|
|
4232
4206
|
},
|
|
4233
4207
|
{
|
|
4234
|
-
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
4208
|
+
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges.apply",
|
|
4235
4209
|
"when": "false"
|
|
4236
4210
|
},
|
|
4237
4211
|
{
|
|
@@ -4240,16 +4214,6 @@
|
|
|
4240
4214
|
}
|
|
4241
4215
|
],
|
|
4242
4216
|
"view/title": [
|
|
4243
|
-
{
|
|
4244
|
-
"command": "github.copilot.claude.sessions.refresh",
|
|
4245
|
-
"when": "view == workbench.view.chat.sessions.claude-code",
|
|
4246
|
-
"group": "navigation@1"
|
|
4247
|
-
},
|
|
4248
|
-
{
|
|
4249
|
-
"command": "github.copilot.cli.sessions.refresh",
|
|
4250
|
-
"when": "view == workbench.view.chat.sessions.copilotcli",
|
|
4251
|
-
"group": "navigation@1"
|
|
4252
|
-
},
|
|
4253
4217
|
{
|
|
4254
4218
|
"submenu": "github.copilot.chat.debug.filter",
|
|
4255
4219
|
"when": "view == copilot-chat",
|
|
@@ -4269,11 +4233,6 @@
|
|
|
4269
4233
|
"command": "github.copilot.debug.showChatLogView",
|
|
4270
4234
|
"when": "view == workbench.panel.chat.view.copilot",
|
|
4271
4235
|
"group": "3_show"
|
|
4272
|
-
},
|
|
4273
|
-
{
|
|
4274
|
-
"command": "github.copilot.cloud.sessions.refresh",
|
|
4275
|
-
"when": "view == workbench.view.chat.sessions.copilot-cloud-agent",
|
|
4276
|
-
"group": "navigation@1"
|
|
4277
4236
|
}
|
|
4278
4237
|
],
|
|
4279
4238
|
"view/item/context": [
|
|
@@ -4513,6 +4472,16 @@
|
|
|
4513
4472
|
"command": "github.copilot.chat.debug.hideNesRequests",
|
|
4514
4473
|
"when": "!github.copilot.chat.debug.nesRequestsHidden",
|
|
4515
4474
|
"group": "commands@2"
|
|
4475
|
+
},
|
|
4476
|
+
{
|
|
4477
|
+
"command": "github.copilot.chat.debug.showGhostRequests",
|
|
4478
|
+
"when": "github.copilot.chat.debug.ghostRequestsHidden",
|
|
4479
|
+
"group": "commands@3"
|
|
4480
|
+
},
|
|
4481
|
+
{
|
|
4482
|
+
"command": "github.copilot.chat.debug.hideGhostRequests",
|
|
4483
|
+
"when": "!github.copilot.chat.debug.ghostRequestsHidden",
|
|
4484
|
+
"group": "commands@3"
|
|
4516
4485
|
}
|
|
4517
4486
|
],
|
|
4518
4487
|
"notebook/toolbar": [
|
|
@@ -4534,7 +4503,18 @@
|
|
|
4534
4503
|
"when": "config.git.enabled && !git.missing && !isInDiffEditor && !isMergeEditor && resource in git.mergeChanges && git.activeResourceHasMergeConflicts"
|
|
4535
4504
|
}
|
|
4536
4505
|
],
|
|
4506
|
+
"multiDiffEditor/content": [
|
|
4507
|
+
{
|
|
4508
|
+
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
4509
|
+
"when": "resourceScheme == copilotcli-worktree-changes"
|
|
4510
|
+
}
|
|
4511
|
+
],
|
|
4537
4512
|
"chat/chatSessions": [
|
|
4513
|
+
{
|
|
4514
|
+
"command": "github.copilot.chat.applyCopilotCLIAgentSessionChanges",
|
|
4515
|
+
"when": "chatSessionType == copilotcli",
|
|
4516
|
+
"group": "inline@0"
|
|
4517
|
+
},
|
|
4538
4518
|
{
|
|
4539
4519
|
"command": "github.copilot.cli.sessions.resumeInTerminal",
|
|
4540
4520
|
"when": "chatSessionType == copilotcli",
|
|
@@ -4545,16 +4525,6 @@
|
|
|
4545
4525
|
"when": "chatSessionType == copilotcli",
|
|
4546
4526
|
"group": "inline@2"
|
|
4547
4527
|
},
|
|
4548
|
-
{
|
|
4549
|
-
"command": "github.copilot.cli.sessions.newTerminalSession",
|
|
4550
|
-
"when": "view == workbench.view.chat.sessions.copilotcli",
|
|
4551
|
-
"group": "submenu"
|
|
4552
|
-
},
|
|
4553
|
-
{
|
|
4554
|
-
"command": "github.copilot.cli.sessions.refresh",
|
|
4555
|
-
"when": "view == workbench.view.chat.sessions.copilotcli",
|
|
4556
|
-
"group": "navigation@1"
|
|
4557
|
-
},
|
|
4558
4528
|
{
|
|
4559
4529
|
"command": "github.copilot.cloud.sessions.openInBrowser",
|
|
4560
4530
|
"when": "chatSessionType == copilot-cloud-agent",
|
|
@@ -4564,11 +4534,13 @@
|
|
|
4564
4534
|
"command": "github.copilot.cloud.sessions.proxy.closeChatSessionPullRequest",
|
|
4565
4535
|
"when": "chatSessionType == copilot-cloud-agent",
|
|
4566
4536
|
"group": "context"
|
|
4567
|
-
}
|
|
4537
|
+
}
|
|
4538
|
+
],
|
|
4539
|
+
"chat/multiDiff/context": [
|
|
4568
4540
|
{
|
|
4569
|
-
"command": "github.copilot.
|
|
4570
|
-
"when": "chatSessionType ==
|
|
4571
|
-
"group": "
|
|
4541
|
+
"command": "github.copilot.cloud.sessions.installPRExtension",
|
|
4542
|
+
"when": "chatSessionType == copilot-cloud-agent && !github.copilot.prExtensionInstalled",
|
|
4543
|
+
"group": "inline@1"
|
|
4572
4544
|
}
|
|
4573
4545
|
]
|
|
4574
4546
|
},
|
|
@@ -4687,20 +4659,6 @@
|
|
|
4687
4659
|
"icon": "$(inspect)",
|
|
4688
4660
|
"when": "github.copilot.chat.showContextInspectorView"
|
|
4689
4661
|
}
|
|
4690
|
-
],
|
|
4691
|
-
"agentSessions": [
|
|
4692
|
-
{
|
|
4693
|
-
"id": "codex-placeholder",
|
|
4694
|
-
"name": "OpenAI Codex",
|
|
4695
|
-
"when": "github.copilot.chat.codex.showPlaceholder",
|
|
4696
|
-
"icon": "$(file)"
|
|
4697
|
-
},
|
|
4698
|
-
{
|
|
4699
|
-
"id": "copilot-agents-placeholder",
|
|
4700
|
-
"name": "GitHub Copilot Agents",
|
|
4701
|
-
"when": "chatEntitlementSignedOut || !chatIsEnabled",
|
|
4702
|
-
"icon": "$(copilot)"
|
|
4703
|
-
}
|
|
4704
4662
|
]
|
|
4705
4663
|
},
|
|
4706
4664
|
"viewsContainers": {
|
|
@@ -4910,11 +4868,11 @@
|
|
|
4910
4868
|
"icon": "$(sparkle)",
|
|
4911
4869
|
"welcomeTitle": "Claude Code Agent",
|
|
4912
4870
|
"welcomeMessage": "Run local background tasks",
|
|
4913
|
-
"inputPlaceholder": "
|
|
4871
|
+
"inputPlaceholder": "Run local tasks with Claude Code, type `#` for adding context",
|
|
4914
4872
|
"order": 3,
|
|
4915
4873
|
"description": "The Claude Code Agent works on your local machine",
|
|
4916
|
-
"when": "config.github.copilot.chat.
|
|
4917
|
-
"canDelegate":
|
|
4874
|
+
"when": "config.github.copilot.chat.claudeCode.enabled",
|
|
4875
|
+
"canDelegate": true,
|
|
4918
4876
|
"capabilities": {
|
|
4919
4877
|
"supportsFileAttachments": true
|
|
4920
4878
|
},
|
|
@@ -4952,6 +4910,7 @@
|
|
|
4952
4910
|
"order": 2,
|
|
4953
4911
|
"canDelegate": true,
|
|
4954
4912
|
"description": "Delegate tasks to a background agent.",
|
|
4913
|
+
"when": "config.github.copilot.chat.backgroundAgent.enabled",
|
|
4955
4914
|
"capabilities": {
|
|
4956
4915
|
"supportsFileAttachments": true,
|
|
4957
4916
|
"supportsProblemAttachments": true,
|
|
@@ -4963,7 +4922,8 @@
|
|
|
4963
4922
|
"commands": [
|
|
4964
4923
|
{
|
|
4965
4924
|
"name": "delegate",
|
|
4966
|
-
"description": "Delegate chat session to cloud agent and create associated PR"
|
|
4925
|
+
"description": "Delegate chat session to cloud agent and create associated PR",
|
|
4926
|
+
"when": "config.github.copilot.chat.cloudAgent.enabled"
|
|
4967
4927
|
}
|
|
4968
4928
|
]
|
|
4969
4929
|
},
|
|
@@ -4981,6 +4941,7 @@
|
|
|
4981
4941
|
"order": 1,
|
|
4982
4942
|
"canDelegate": true,
|
|
4983
4943
|
"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.",
|
|
4944
|
+
"when": "config.github.copilot.chat.cloudAgent.enabled",
|
|
4984
4945
|
"capabilities": {
|
|
4985
4946
|
"supportsFileAttachments": true
|
|
4986
4947
|
}
|
|
@@ -5043,10 +5004,10 @@
|
|
|
5043
5004
|
"prepare": "husky",
|
|
5044
5005
|
"vscode-dts:dev": "node node_modules/@vscode/dts/index.js dev && mv vscode.proposed.*.ts src/extension",
|
|
5045
5006
|
"vscode-dts:main": "node node_modules/@vscode/dts/index.js main && mv vscode.d.ts src/extension",
|
|
5046
|
-
"build": "
|
|
5047
|
-
"compile": "
|
|
5007
|
+
"build": "node .esbuild.ts",
|
|
5008
|
+
"compile": "node .esbuild.ts --dev",
|
|
5048
5009
|
"watch": "npm-run-all -p watch:*",
|
|
5049
|
-
"watch:esbuild": "
|
|
5010
|
+
"watch:esbuild": "node .esbuild.ts --watch --dev",
|
|
5050
5011
|
"watch:tsc-extension": "tsc --noEmit --watch --project tsconfig.json",
|
|
5051
5012
|
"watch:tsc-extension-web": "tsc --noEmit --watch --project tsconfig.worker.json",
|
|
5052
5013
|
"watch:tsc-simulation-workbench": "tsc --noEmit --watch --project test/simulation/workbench/tsconfig.json",
|
|
@@ -5176,9 +5137,9 @@
|
|
|
5176
5137
|
"yargs": "^17.7.2"
|
|
5177
5138
|
},
|
|
5178
5139
|
"dependencies": {
|
|
5179
|
-
"@anthropic-ai/claude-
|
|
5140
|
+
"@anthropic-ai/claude-agent-sdk": "0.1.55",
|
|
5180
5141
|
"@anthropic-ai/sdk": "^0.68.0",
|
|
5181
|
-
"@github/copilot": "^0.0.
|
|
5142
|
+
"@github/copilot": "^0.0.366",
|
|
5182
5143
|
"@google/genai": "^1.22.0",
|
|
5183
5144
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
5184
5145
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
@@ -5209,4 +5170,4 @@
|
|
|
5209
5170
|
"string_decoder": "npm:string_decoder@1.2.0",
|
|
5210
5171
|
"node-gyp": "npm:node-gyp@10.3.1"
|
|
5211
5172
|
}
|
|
5212
|
-
}
|
|
5173
|
+
}
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delayer.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/extension/inlineEdits/common/delayer.ts"],"names":[],"mappings":"AAKA,OAAO,EAAa,qBAAqB,EAAE,MAAM,6DAA6D,CAAC;AAC/G,OAAO,EAAE,uBAAuB,EAAE,MAAM,+DAA+D,CAAC;AAExG,qBAAa,YAAY;IAIvB,OAAO,CAAC,gBAAgB;IACxB,OAAO,CAAC,QAAQ,CAAC,iBAAiB;IAClC,OAAO,CAAC,QAAQ,CAAC,sBAAsB;IALxC,OAAO,CAAC,aAAa,CAAK;gBAGjB,gBAAgB,EAAE,MAAM,EACf,iBAAiB,EAAE,MAAM,GAAG,SAAS,EACrC,sBAAsB,GAAE,MAAmB;IAItD,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,IAAI;IAIpD,eAAe;IAaf,kBAAkB;CASlB;AAED,qBAAa,OAAO;IAKK,OAAO,CAAC,QAAQ,CAAC,qBAAqB;IACpC,OAAO,CAAC,QAAQ,CAAC,uBAAuB;IAJlE,OAAO,CAAC,kBAAkB,CAAyD;gBAG1C,qBAAqB,EAAE,qBAAqB,EAC1C,uBAAuB,EAAE,uBAAuB;IAIpF,kBAAkB,CAAC,WAAW,EAAE,MAAM,GAAG,SAAS,GAAG,YAAY;IASjE,gBAAgB,IAAI,IAAI;IAIxB,eAAe,IAAI,IAAI;IAI9B,OAAO,CAAC,iBAAiB;IAMzB,OAAO,CAAC,qBAAqB;CA8B7B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delayer.js","sourceRoot":"","sources":["../../../../../../src/_internal/extension/inlineEdits/common/delayer.ts"],"names":[],"mappings":"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"}
|