@vscode/chat-lib 0.48.2026050508 → 0.48.2026051101
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 +7 -0
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.js +35 -0
- package/dist/src/_internal/extension/byok/node/openAIEndpoint.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 +87 -24
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts +8 -3
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js +19 -5
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.js +10 -12
- package/dist/src/_internal/extension/xtab/common/recentFilesForPrompt.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.js +15 -1
- package/dist/src/_internal/extension/xtab/node/xtabNextCursorPredictor.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 +4 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaService.d.ts +6 -0
- package/dist/src/_internal/platform/chat/common/chatQuotaService.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaService.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.d.ts +7 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.js +32 -9
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +3 -0
- package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +6 -3
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +10 -7
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +6 -0
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +7 -0
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.js +1 -0
- package/dist/src/_internal/platform/endpoint/common/endpointTypes.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +1 -0
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +23 -20
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +45 -97
- package/dist/src/_internal/platform/endpoint/node/messagesApi.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 +3 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +17 -0
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +16 -0
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +0 -2
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +2 -4
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +31 -14
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js +1 -6
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/openai.d.ts +6 -0
- package/dist/src/_internal/platform/networking/common/openai.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/openai.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 +3 -0
- package/dist/src/_internal/platform/networking/node/stream.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts +4 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js +4 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/messageFormatters.d.ts +16 -4
- package/dist/src/_internal/platform/otel/common/messageFormatters.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/messageFormatters.js +137 -5
- package/dist/src/_internal/platform/otel/common/messageFormatters.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/async.d.ts +7 -4
- package/dist/src/_internal/util/vs/base/common/async.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/async.js +23 -0
- package/dist/src/_internal/util/vs/base/common/async.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codicons.d.ts +8 -0
- package/dist/src/_internal/util/vs/base/common/codicons.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codicons.js +2 -0
- package/dist/src/_internal/util/vs/base/common/codicons.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.d.ts +6 -0
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.js +6 -0
- package/dist/src/_internal/util/vs/base/common/codiconsLibrary.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/event.d.ts +21 -5
- package/dist/src/_internal/util/vs/base/common/event.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/event.js +60 -11
- package/dist/src/_internal/util/vs/base/common/event.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/filters.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/filters.js +32 -6
- package/dist/src/_internal/util/vs/base/common/filters.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/glob.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/glob.js +1 -3
- package/dist/src/_internal/util/vs/base/common/glob.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/htmlContent.d.ts +21 -2
- package/dist/src/_internal/util/vs/base/common/htmlContent.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/htmlContent.js +30 -1
- package/dist/src/_internal/util/vs/base/common/htmlContent.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/lifecycle.d.ts +33 -1
- package/dist/src/_internal/util/vs/base/common/lifecycle.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/lifecycle.js +74 -1
- package/dist/src/_internal/util/vs/base/common/lifecycle.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/network.d.ts +2 -0
- package/dist/src/_internal/util/vs/base/common/network.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/network.js +3 -1
- package/dist/src/_internal/util/vs/base/common/network.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/objects.d.ts +13 -0
- package/dist/src/_internal/util/vs/base/common/objects.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/objects.js +46 -0
- package/dist/src/_internal/util/vs/base/common/objects.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/index.d.ts +4 -4
- package/dist/src/_internal/util/vs/base/common/observableInternal/index.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/index.js +6 -2
- package/dist/src/_internal/util/vs/base/common/observableInternal/index.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/logging/debugger/rpc.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorun.d.ts +26 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorun.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorun.js +99 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/reactions/autorun.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/promise.d.ts +13 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/promise.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/promise.js +29 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/promise.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/utils.d.ts +6 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/utils.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/utils.js +46 -0
- package/dist/src/_internal/util/vs/base/common/observableInternal/utils/utils.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/resources.d.ts +2 -2
- package/dist/src/_internal/util/vs/base/common/resources.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/resources.js +2 -2
- package/dist/src/_internal/util/vs/base/common/resources.js.map +1 -1
- package/dist/src/_internal/util/vs/base/common/uri.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/base/common/uri.js +6 -2
- package/dist/src/_internal/util/vs/base/common/uri.js.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.d.ts +1 -1
- package/dist/src/_internal/util/vs/editor/common/core/ranges/offsetRange.js +1 -1
- package/dist/src/_internal/util/vs/editor/common/model/prefixSumComputer.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/editor/common/model/prefixSumComputer.js +7 -1
- package/dist/src/_internal/util/vs/editor/common/model/prefixSumComputer.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/markdownString.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/markdownString.js.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/notebooks.d.ts.map +1 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/notebooks.js +0 -1
- package/dist/src/_internal/util/vs/workbench/api/common/extHostTypes/notebooks.js.map +1 -1
- package/dist/src/package.json +134 -82
- package/package.json +1 -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.48.
|
|
5
|
+
"version": "0.48.2026051101",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
|
|
8
8
|
"completionsCoreVersion": "1.378.1799",
|
|
@@ -89,6 +89,7 @@
|
|
|
89
89
|
"l10n": "./l10n",
|
|
90
90
|
"enabledApiProposals": [
|
|
91
91
|
"agentSessionsWorkspace",
|
|
92
|
+
"agentsWindowConfiguration",
|
|
92
93
|
"chatDebug",
|
|
93
94
|
"chatHooks",
|
|
94
95
|
"extensionsAny",
|
|
@@ -542,6 +543,7 @@
|
|
|
542
543
|
"icon": "$(diff)",
|
|
543
544
|
"userDescription": "%copilot.tools.changes.description%",
|
|
544
545
|
"modelDescription": "Get git diffs of current file changes in a git repository. Don't forget that you can use run_in_terminal to run git commands in a terminal as well.",
|
|
546
|
+
"when": "config.github.copilot.chat.getChangedFilesTool.enabled",
|
|
545
547
|
"tags": [
|
|
546
548
|
"vscode_codesearch"
|
|
547
549
|
],
|
|
@@ -1070,15 +1072,6 @@
|
|
|
1070
1072
|
]
|
|
1071
1073
|
}
|
|
1072
1074
|
},
|
|
1073
|
-
{
|
|
1074
|
-
"name": "copilot_getSearchResults",
|
|
1075
|
-
"toolReferenceName": "searchResults",
|
|
1076
|
-
"displayName": "%github.copilot.tools.searchResults.name%",
|
|
1077
|
-
"icon": "$(search)",
|
|
1078
|
-
"userDescription": "%github.copilot.tools.searchResults.description%",
|
|
1079
|
-
"modelDescription": "The results from the search view",
|
|
1080
|
-
"when": "!config.github.copilot.chat.getSearchViewResultsSkill.enabled"
|
|
1081
|
-
},
|
|
1082
1075
|
{
|
|
1083
1076
|
"name": "copilot_githubRepo",
|
|
1084
1077
|
"toolReferenceName": "githubRepo",
|
|
@@ -1348,7 +1341,6 @@
|
|
|
1348
1341
|
"codebase",
|
|
1349
1342
|
"fileSearch",
|
|
1350
1343
|
"listDirectory",
|
|
1351
|
-
"searchResults",
|
|
1352
1344
|
"textSearch",
|
|
1353
1345
|
"searchSubagent",
|
|
1354
1346
|
"usages"
|
|
@@ -1963,6 +1955,21 @@
|
|
|
1963
1955
|
"default": false,
|
|
1964
1956
|
"markdownDescription": "Whether Zero Data Retention (ZDR) is enabled for this endpoint. When `true`, `previous_response_id` will not be sent in requests via Responses API."
|
|
1965
1957
|
},
|
|
1958
|
+
"supportsReasoningEffort": {
|
|
1959
|
+
"type": "array",
|
|
1960
|
+
"markdownDescription": "Reasoning effort levels the model accepts (e.g. `[\"low\", \"medium\", \"high\"]`). When set, a `Thinking Effort` picker is shown in the model picker and the chosen value is forwarded to the model. Levels supported by mainstream OpenAI-compatible servers are `minimal`, `low`, `medium`, `high`.",
|
|
1961
|
+
"items": {
|
|
1962
|
+
"type": "string"
|
|
1963
|
+
}
|
|
1964
|
+
},
|
|
1965
|
+
"reasoningEffortFormat": {
|
|
1966
|
+
"type": "string",
|
|
1967
|
+
"enum": [
|
|
1968
|
+
"chat-completions",
|
|
1969
|
+
"responses"
|
|
1970
|
+
],
|
|
1971
|
+
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses` → nested, otherwise top-level."
|
|
1972
|
+
},
|
|
1966
1973
|
"requestHeaders": {
|
|
1967
1974
|
"type": "object",
|
|
1968
1975
|
"description": "Additional HTTP headers to include with requests to this model. These reserved headers are not allowed and ignored if present: forbidden request headers (https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_request_header), forwarding headers ('forwarded', 'x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto'), and others ('api-key', 'authorization', 'content-type', 'openai-intent', 'x-github-api-version', 'x-initiator', 'x-interaction-id', 'x-interaction-type', 'x-onbehalf-extension-id', 'x-request-id', 'x-vscode-user-agent-library-version'). Pattern-based forbidden headers ('proxy-*', 'sec-*', 'x-http-method*' with forbidden methods) are also blocked.",
|
|
@@ -2062,6 +2069,21 @@
|
|
|
2062
2069
|
"default": false,
|
|
2063
2070
|
"markdownDescription": "Whether Zero Data Retention (ZDR) is enabled for this endpoint. When `true`, `previous_response_id` will not be sent in requests via Responses API."
|
|
2064
2071
|
},
|
|
2072
|
+
"supportsReasoningEffort": {
|
|
2073
|
+
"type": "array",
|
|
2074
|
+
"markdownDescription": "Reasoning effort levels the model accepts (e.g. `[\"low\", \"medium\", \"high\"]`). When set, a `Thinking Effort` picker is shown in the model picker and the chosen value is forwarded to the model. Levels supported by mainstream OpenAI-compatible servers are `minimal`, `low`, `medium`, `high`.",
|
|
2075
|
+
"items": {
|
|
2076
|
+
"type": "string"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
"reasoningEffortFormat": {
|
|
2080
|
+
"type": "string",
|
|
2081
|
+
"enum": [
|
|
2082
|
+
"chat-completions",
|
|
2083
|
+
"responses"
|
|
2084
|
+
],
|
|
2085
|
+
"markdownDescription": "Body shape used to forward the reasoning effort to the model. `chat-completions` sends a top-level `reasoning_effort` string. `responses` sends a nested `reasoning.effort` object. When unset the format follows the URL: `/responses` → nested, otherwise top-level."
|
|
2086
|
+
},
|
|
2065
2087
|
"requestHeaders": {
|
|
2066
2088
|
"type": "object",
|
|
2067
2089
|
"description": "Additional HTTP headers to include with requests to this model. These reserved headers are not allowed and ignored if present: forbidden request headers (https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_request_header), forwarding headers ('forwarded', 'x-forwarded-for', 'x-forwarded-host', 'x-forwarded-proto'), and others ('api-key', 'authorization', 'content-type', 'openai-intent', 'x-github-api-version', 'x-initiator', 'x-interaction-id', 'x-interaction-type', 'x-onbehalf-extension-id', 'x-request-id', 'x-vscode-user-agent-library-version'). Pattern-based forbidden headers ('proxy-*', 'sec-*', 'x-http-method*' with forbidden methods) are also blocked.",
|
|
@@ -2820,50 +2842,43 @@
|
|
|
2820
2842
|
{
|
|
2821
2843
|
"command": "github.copilot.sessions.commit",
|
|
2822
2844
|
"title": "%github.copilot.command.sessions.commit%",
|
|
2823
|
-
"enablement": "!chatSessionRequestInProgress",
|
|
2845
|
+
"enablement": "!chatSessionRequestInProgress && !sessions.hasGitOperationInProgress",
|
|
2824
2846
|
"icon": "$(git-commit)",
|
|
2825
2847
|
"category": "GitHub Copilot"
|
|
2826
2848
|
},
|
|
2827
2849
|
{
|
|
2828
2850
|
"command": "github.copilot.sessions.commitAndSync",
|
|
2829
2851
|
"title": "%github.copilot.command.sessions.commitAndSync%",
|
|
2830
|
-
"enablement": "!chatSessionRequestInProgress",
|
|
2852
|
+
"enablement": "!chatSessionRequestInProgress && !sessions.hasGitOperationInProgress",
|
|
2831
2853
|
"icon": "$(sync)",
|
|
2832
2854
|
"category": "GitHub Copilot"
|
|
2833
2855
|
},
|
|
2834
2856
|
{
|
|
2835
2857
|
"command": "github.copilot.sessions.sync",
|
|
2836
2858
|
"title": "%github.copilot.command.sessions.sync%",
|
|
2837
|
-
"enablement": "!chatSessionRequestInProgress",
|
|
2859
|
+
"enablement": "!chatSessionRequestInProgress && !sessions.hasGitOperationInProgress",
|
|
2838
2860
|
"icon": "$(sync)",
|
|
2839
2861
|
"category": "GitHub Copilot"
|
|
2840
2862
|
},
|
|
2841
|
-
{
|
|
2842
|
-
"command": "github.copilot.sessions.discardChanges",
|
|
2843
|
-
"title": "%github.copilot.command.sessions.discardChanges%",
|
|
2844
|
-
"enablement": "!chatSessionRequestInProgress",
|
|
2845
|
-
"icon": "$(discard)",
|
|
2846
|
-
"category": "GitHub Copilot"
|
|
2847
|
-
},
|
|
2848
2863
|
{
|
|
2849
2864
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
2850
2865
|
"title": "%github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR%",
|
|
2851
|
-
"enablement": "!chatSessionRequestInProgress",
|
|
2866
|
+
"enablement": "!chatSessionRequestInProgress && !sessions.hasGitOperationInProgress",
|
|
2852
2867
|
"icon": "$(git-pull-request-create)",
|
|
2853
2868
|
"category": "GitHub Copilot"
|
|
2854
2869
|
},
|
|
2855
2870
|
{
|
|
2856
|
-
"command": "github.copilot.chat.
|
|
2857
|
-
"title": "%github.copilot.chat.
|
|
2858
|
-
"enablement": "!chatSessionRequestInProgress",
|
|
2859
|
-
"icon": "$(
|
|
2871
|
+
"command": "github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR",
|
|
2872
|
+
"title": "%github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR%",
|
|
2873
|
+
"enablement": "!chatSessionRequestInProgress && !sessions.hasGitOperationInProgress",
|
|
2874
|
+
"icon": "$(git-pull-request-draft)",
|
|
2860
2875
|
"category": "GitHub Copilot"
|
|
2861
2876
|
},
|
|
2862
2877
|
{
|
|
2863
|
-
"command": "github.copilot.
|
|
2864
|
-
"title": "%github.copilot.
|
|
2878
|
+
"command": "github.copilot.sessions.discardChanges",
|
|
2879
|
+
"title": "%github.copilot.command.sessions.discardChanges%",
|
|
2865
2880
|
"enablement": "!chatSessionRequestInProgress",
|
|
2866
|
-
"icon": "$(
|
|
2881
|
+
"icon": "$(discard)",
|
|
2867
2882
|
"category": "GitHub Copilot"
|
|
2868
2883
|
},
|
|
2869
2884
|
{
|
|
@@ -3141,7 +3156,13 @@
|
|
|
3141
3156
|
"additionalProperties": {
|
|
3142
3157
|
"type": "boolean"
|
|
3143
3158
|
},
|
|
3144
|
-
"markdownDescription": "Enable or disable auto triggering of Copilot completions for specified [languages](https://code.visualstudio.com/docs/languages/identifiers). You can still trigger suggestions manually using `Alt + \\`"
|
|
3159
|
+
"markdownDescription": "Enable or disable auto triggering of Copilot completions for specified [languages](https://code.visualstudio.com/docs/languages/identifiers). You can still trigger suggestions manually using `Alt + \\`",
|
|
3160
|
+
"agentsWindow": {
|
|
3161
|
+
"default": {
|
|
3162
|
+
"markdown": true,
|
|
3163
|
+
"plaintext": true
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3145
3166
|
},
|
|
3146
3167
|
"github.copilot.selectedCompletionModel": {
|
|
3147
3168
|
"type": "string",
|
|
@@ -3295,22 +3316,16 @@
|
|
|
3295
3316
|
{
|
|
3296
3317
|
"id": "experimental",
|
|
3297
3318
|
"properties": {
|
|
3298
|
-
"github.copilot.chat.getSearchViewResultsSkill.enabled": {
|
|
3299
|
-
"type": "boolean",
|
|
3300
|
-
"default": false,
|
|
3301
|
-
"description": "%github.copilot.config.getSearchViewResultsSkill.enabled%",
|
|
3302
|
-
"tags": [
|
|
3303
|
-
"experimental",
|
|
3304
|
-
"onExp"
|
|
3305
|
-
]
|
|
3306
|
-
},
|
|
3307
3319
|
"github.copilot.chat.githubMcpServer.enabled": {
|
|
3308
3320
|
"type": "boolean",
|
|
3309
3321
|
"default": false,
|
|
3310
3322
|
"markdownDescription": "%github.copilot.config.githubMcpServer.enabled%",
|
|
3311
3323
|
"tags": [
|
|
3312
3324
|
"experimental"
|
|
3313
|
-
]
|
|
3325
|
+
],
|
|
3326
|
+
"agentsWindow": {
|
|
3327
|
+
"default": true
|
|
3328
|
+
}
|
|
3314
3329
|
},
|
|
3315
3330
|
"github.copilot.chat.githubMcpServer.toolsets": {
|
|
3316
3331
|
"type": "array",
|
|
@@ -3656,7 +3671,10 @@
|
|
|
3656
3671
|
"experimental",
|
|
3657
3672
|
"onExP"
|
|
3658
3673
|
],
|
|
3659
|
-
"markdownDescription": "%github.copilot.chat.languageContext.typescript.enabled%"
|
|
3674
|
+
"markdownDescription": "%github.copilot.chat.languageContext.typescript.enabled%",
|
|
3675
|
+
"agentsWindow": {
|
|
3676
|
+
"default": true
|
|
3677
|
+
}
|
|
3660
3678
|
},
|
|
3661
3679
|
"github.copilot.chat.languageContext.typescript.items": {
|
|
3662
3680
|
"type": "string",
|
|
@@ -3797,15 +3815,6 @@
|
|
|
3797
3815
|
"clear-both"
|
|
3798
3816
|
]
|
|
3799
3817
|
},
|
|
3800
|
-
"github.copilot.chat.anthropic.cacheBreakpoints.lastTwoMessages": {
|
|
3801
|
-
"type": "boolean",
|
|
3802
|
-
"default": false,
|
|
3803
|
-
"markdownDescription": "%github.copilot.config.anthropic.cacheBreakpoints.lastTwoMessages%",
|
|
3804
|
-
"tags": [
|
|
3805
|
-
"experimental",
|
|
3806
|
-
"onExp"
|
|
3807
|
-
]
|
|
3808
|
-
},
|
|
3809
3818
|
"github.copilot.chat.responsesApiReasoningSummary": {
|
|
3810
3819
|
"type": "string",
|
|
3811
3820
|
"default": "detailed",
|
|
@@ -3882,6 +3891,24 @@
|
|
|
3882
3891
|
"onExp"
|
|
3883
3892
|
]
|
|
3884
3893
|
},
|
|
3894
|
+
"github.copilot.chat.gpt55GetChangedFilesTool.enabled": {
|
|
3895
|
+
"type": "boolean",
|
|
3896
|
+
"default": true,
|
|
3897
|
+
"markdownDescription": "%github.copilot.config.gpt55GetChangedFilesTool.enabled%",
|
|
3898
|
+
"tags": [
|
|
3899
|
+
"experimental",
|
|
3900
|
+
"onExp"
|
|
3901
|
+
]
|
|
3902
|
+
},
|
|
3903
|
+
"github.copilot.chat.gpt55ReadFileTool.enabled": {
|
|
3904
|
+
"type": "boolean",
|
|
3905
|
+
"default": true,
|
|
3906
|
+
"markdownDescription": "%github.copilot.config.gpt55ReadFileTool.enabled%",
|
|
3907
|
+
"tags": [
|
|
3908
|
+
"experimental",
|
|
3909
|
+
"onExp"
|
|
3910
|
+
]
|
|
3911
|
+
},
|
|
3885
3912
|
"github.copilot.chat.anthropic.tools.websearch.enabled": {
|
|
3886
3913
|
"type": "boolean",
|
|
3887
3914
|
"default": false,
|
|
@@ -4455,6 +4482,16 @@
|
|
|
4455
4482
|
"experimental"
|
|
4456
4483
|
]
|
|
4457
4484
|
},
|
|
4485
|
+
"github.copilot.chat.getChangedFilesTool.enabled": {
|
|
4486
|
+
"type": "boolean",
|
|
4487
|
+
"default": false,
|
|
4488
|
+
"markdownDescription": "%github.copilot.config.getChangedFilesTool.enabled%",
|
|
4489
|
+
"tags": [
|
|
4490
|
+
"advanced",
|
|
4491
|
+
"experimental",
|
|
4492
|
+
"onExp"
|
|
4493
|
+
]
|
|
4494
|
+
},
|
|
4458
4495
|
"github.copilot.chat.executionSubagent.enabled": {
|
|
4459
4496
|
"type": "boolean",
|
|
4460
4497
|
"default": false,
|
|
@@ -4652,7 +4689,10 @@
|
|
|
4652
4689
|
"tags": [
|
|
4653
4690
|
"advanced",
|
|
4654
4691
|
"experimental"
|
|
4655
|
-
]
|
|
4692
|
+
],
|
|
4693
|
+
"agentsWindow": {
|
|
4694
|
+
"default": true
|
|
4695
|
+
}
|
|
4656
4696
|
},
|
|
4657
4697
|
"github.copilot.chat.cli.branchSupport.enabled": {
|
|
4658
4698
|
"type": "boolean",
|
|
@@ -4660,7 +4700,10 @@
|
|
|
4660
4700
|
"markdownDescription": "%github.copilot.config.cli.branchSupport.enabled%",
|
|
4661
4701
|
"tags": [
|
|
4662
4702
|
"advanced"
|
|
4663
|
-
]
|
|
4703
|
+
],
|
|
4704
|
+
"agentsWindow": {
|
|
4705
|
+
"default": true
|
|
4706
|
+
}
|
|
4664
4707
|
},
|
|
4665
4708
|
"github.copilot.chat.cli.showExternalSessions": {
|
|
4666
4709
|
"type": "boolean",
|
|
@@ -4668,7 +4711,10 @@
|
|
|
4668
4711
|
"markdownDescription": "%github.copilot.config.cli.showExternalSessions%",
|
|
4669
4712
|
"tags": [
|
|
4670
4713
|
"advanced"
|
|
4671
|
-
]
|
|
4714
|
+
],
|
|
4715
|
+
"agentsWindow": {
|
|
4716
|
+
"default": false
|
|
4717
|
+
}
|
|
4672
4718
|
},
|
|
4673
4719
|
"github.copilot.chat.cli.planExitMode.enabled": {
|
|
4674
4720
|
"type": "boolean",
|
|
@@ -4680,7 +4726,7 @@
|
|
|
4680
4726
|
},
|
|
4681
4727
|
"github.copilot.chat.cli.autoModel.enabled": {
|
|
4682
4728
|
"type": "boolean",
|
|
4683
|
-
"default":
|
|
4729
|
+
"default": false,
|
|
4684
4730
|
"markdownDescription": "%github.copilot.config.cli.autoModel.enabled%",
|
|
4685
4731
|
"tags": [
|
|
4686
4732
|
"advanced"
|
|
@@ -4708,7 +4754,10 @@
|
|
|
4708
4754
|
"markdownDescription": "%github.copilot.config.cli.lazyLoadSessionItem.enabled%",
|
|
4709
4755
|
"tags": [
|
|
4710
4756
|
"advanced"
|
|
4711
|
-
]
|
|
4757
|
+
],
|
|
4758
|
+
"agentsWindow": {
|
|
4759
|
+
"default": false
|
|
4760
|
+
}
|
|
4712
4761
|
},
|
|
4713
4762
|
"github.copilot.chat.cli.aiGenerateBranchNames.enabled": {
|
|
4714
4763
|
"type": "boolean",
|
|
@@ -4720,7 +4769,7 @@
|
|
|
4720
4769
|
},
|
|
4721
4770
|
"github.copilot.chat.cli.forkSessions.enabled": {
|
|
4722
4771
|
"type": "boolean",
|
|
4723
|
-
"default":
|
|
4772
|
+
"default": false,
|
|
4724
4773
|
"markdownDescription": "%github.copilot.config.cli.forkSessions.enabled%",
|
|
4725
4774
|
"tags": [
|
|
4726
4775
|
"advanced"
|
|
@@ -4732,7 +4781,10 @@
|
|
|
4732
4781
|
"markdownDescription": "%github.copilot.config.cli.isolationOption.enabled%",
|
|
4733
4782
|
"tags": [
|
|
4734
4783
|
"advanced"
|
|
4735
|
-
]
|
|
4784
|
+
],
|
|
4785
|
+
"agentsWindow": {
|
|
4786
|
+
"default": true
|
|
4787
|
+
}
|
|
4736
4788
|
},
|
|
4737
4789
|
"github.copilot.chat.cli.autoCommit.enabled": {
|
|
4738
4790
|
"type": "boolean",
|
|
@@ -4741,15 +4793,22 @@
|
|
|
4741
4793
|
"tags": [
|
|
4742
4794
|
"advanced",
|
|
4743
4795
|
"experimental"
|
|
4744
|
-
]
|
|
4796
|
+
],
|
|
4797
|
+
"agentsWindow": {
|
|
4798
|
+
"default": false
|
|
4799
|
+
}
|
|
4745
4800
|
},
|
|
4746
4801
|
"github.copilot.chat.cli.sessionController.enabled": {
|
|
4747
4802
|
"type": "boolean",
|
|
4748
|
-
"default":
|
|
4803
|
+
"default": false,
|
|
4749
4804
|
"markdownDescription": "%github.copilot.config.cli.sessionController.enabled%",
|
|
4750
4805
|
"tags": [
|
|
4751
4806
|
"advanced"
|
|
4752
|
-
]
|
|
4807
|
+
],
|
|
4808
|
+
"agentsWindow": {
|
|
4809
|
+
"default": false,
|
|
4810
|
+
"readOnly": true
|
|
4811
|
+
}
|
|
4753
4812
|
},
|
|
4754
4813
|
"github.copilot.chat.cli.thinkingEffort.enabled": {
|
|
4755
4814
|
"type": "boolean",
|
|
@@ -4781,7 +4840,10 @@
|
|
|
4781
4840
|
"markdownDescription": "%github.copilot.config.cli.remote.enabled%",
|
|
4782
4841
|
"tags": [
|
|
4783
4842
|
"advanced"
|
|
4784
|
-
]
|
|
4843
|
+
],
|
|
4844
|
+
"agentsWindow": {
|
|
4845
|
+
"default": false
|
|
4846
|
+
}
|
|
4785
4847
|
},
|
|
4786
4848
|
"github.copilot.chat.searchSubagent.enabled": {
|
|
4787
4849
|
"type": "boolean",
|
|
@@ -5074,7 +5136,7 @@
|
|
|
5074
5136
|
"group": "navigation@0"
|
|
5075
5137
|
}
|
|
5076
5138
|
],
|
|
5077
|
-
"
|
|
5139
|
+
"agents/changes/actions/primary": [
|
|
5078
5140
|
{
|
|
5079
5141
|
"command": "github.copilot.sessions.initializeRepository",
|
|
5080
5142
|
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == workspace && !sessions.hasGitRepository && !sessions.isAgentHostSession",
|
|
@@ -5092,19 +5154,14 @@
|
|
|
5092
5154
|
},
|
|
5093
5155
|
{
|
|
5094
5156
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
5095
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasGitHubRemote && !sessions.hasPullRequest &&
|
|
5157
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasGitHubRemote && !sessions.hasPullRequest && sessions.hasBranchChanges && !sessions.isAgentHostSession",
|
|
5096
5158
|
"group": "2_pull_request@1"
|
|
5097
5159
|
},
|
|
5098
5160
|
{
|
|
5099
5161
|
"command": "github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR",
|
|
5100
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasGitHubRemote && !sessions.hasPullRequest &&
|
|
5162
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasGitHubRemote && !sessions.hasPullRequest && sessions.hasBranchChanges && !sessions.isAgentHostSession",
|
|
5101
5163
|
"group": "2_pull_request@2"
|
|
5102
5164
|
},
|
|
5103
|
-
{
|
|
5104
|
-
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
5105
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasGitHubRemote && sessions.hasPullRequest && sessions.hasOpenPullRequest && !sessions.isAgentHostSession && (sessions.hasIncomingChanges || sessions.hasOutgoingChanges || sessions.hasUncommittedChanges)",
|
|
5106
|
-
"group": "2_pull_request@3"
|
|
5107
|
-
},
|
|
5108
5165
|
{
|
|
5109
5166
|
"command": "github.copilot.sessions.commit",
|
|
5110
5167
|
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.hasGitRepository && sessions.hasUncommittedChanges && !sessions.isAgentHostSession",
|
|
@@ -5117,7 +5174,7 @@
|
|
|
5117
5174
|
},
|
|
5118
5175
|
{
|
|
5119
5176
|
"command": "github.copilot.sessions.sync",
|
|
5120
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.
|
|
5177
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.hasGitRepository && sessions.hasUpstream && !sessions.hasUncommittedChanges && (sessions.hasIncomingChanges || sessions.hasOutgoingChanges) && !sessions.isAgentHostSession",
|
|
5121
5178
|
"group": "4_sync@1"
|
|
5122
5179
|
},
|
|
5123
5180
|
{
|
|
@@ -5141,6 +5198,13 @@
|
|
|
5141
5198
|
"group": "sync@1"
|
|
5142
5199
|
}
|
|
5143
5200
|
],
|
|
5201
|
+
"agents/change/inline": [
|
|
5202
|
+
{
|
|
5203
|
+
"command": "github.copilot.sessions.discardChanges",
|
|
5204
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.hasGitRepository && !isActiveSessionArchived && !sessions.isAgentHostSession",
|
|
5205
|
+
"group": "navigation@2"
|
|
5206
|
+
}
|
|
5207
|
+
],
|
|
5144
5208
|
"chat/contextUsage/actions": [
|
|
5145
5209
|
{
|
|
5146
5210
|
"command": "github.copilot.chat.compact"
|
|
@@ -5443,10 +5507,6 @@
|
|
|
5443
5507
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
5444
5508
|
"when": "false"
|
|
5445
5509
|
},
|
|
5446
|
-
{
|
|
5447
|
-
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
5448
|
-
"when": "false"
|
|
5449
|
-
},
|
|
5450
5510
|
{
|
|
5451
5511
|
"command": "github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR",
|
|
5452
5512
|
"when": "false"
|
|
@@ -5890,13 +5950,6 @@
|
|
|
5890
5950
|
"group": "9_refresh@1"
|
|
5891
5951
|
}
|
|
5892
5952
|
],
|
|
5893
|
-
"chat/input/editing/sessionChangeToolbar": [
|
|
5894
|
-
{
|
|
5895
|
-
"command": "github.copilot.sessions.discardChanges",
|
|
5896
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.hasGitRepository && !sessions.isAgentHostSession && (sessions.changesVersionMode == branchChanges || sessions.changesVersionMode == uncommittedChanges)",
|
|
5897
|
-
"group": "navigation@2"
|
|
5898
|
-
}
|
|
5899
|
-
],
|
|
5900
5953
|
"chat/customizations/create": [
|
|
5901
5954
|
{
|
|
5902
5955
|
"command": "copilot.claude.agents",
|
|
@@ -6438,7 +6491,6 @@
|
|
|
6438
6491
|
},
|
|
6439
6492
|
{
|
|
6440
6493
|
"path": "./assets/prompts/skills/get-search-view-results/SKILL.md",
|
|
6441
|
-
"when": "config.github.copilot.chat.getSearchViewResultsSkill.enabled",
|
|
6442
6494
|
"sessionTypes": [
|
|
6443
6495
|
"local"
|
|
6444
6496
|
]
|
package/package.json
CHANGED