@codingame/monaco-vscode-chat-service-override 32.0.0 → 32.0.1
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/index.js +1 -0
- package/package.json +5 -5
- package/vscode/src/vs/workbench/contrib/chat/browser/agentPluginsView.d.ts +58 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/agentPluginsView.js +637 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentHost/agentHostPermissionUiContribution.js +5 -5
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessions.contribution.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsActions.js +53 -53
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsPicker.js +5 -5
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/agentSessionsQuickAccess.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/experiments/agentSessionProjection.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/experiments/agentSessionProjectionActions.js +4 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/experiments/agentSessionProjectionService.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/experiments/agentSessionsExperiments.contribution.js +4 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/experiments/agentTitleBarStatusWidget.js +22 -22
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/experiments/unifiedQuickAccess.js +17 -17
- package/vscode/src/vs/workbench/contrib/chat/browser/agentSessions/experiments/unifiedQuickAccessActions.js +4 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationIcons.js +14 -14
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationListWidget.js +97 -97
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagement.contribution.js +43 -43
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagementEditor.js +58 -58
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationManagementEditorInput.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/aiCustomizationWelcomePagePromptLaunchers.js +25 -25
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/embeddedAgentPluginDetail.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/embeddedMcpServerDetail.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/mcpListWidget.js +50 -50
- package/vscode/src/vs/workbench/contrib/chat/browser/aiCustomization/pluginListWidget.js +51 -51
- package/vscode/src/vs/workbench/contrib/chat/browser/attachments/chatAttachmentResolveService.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chat.contribution.js +229 -229
- package/vscode/src/vs/workbench/contrib/chat/browser/chat.view.contribution.d.ts +1 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/chat.view.contribution.js +5 -0
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatCustomizationDiscoveryRenderer.js +32 -32
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugCacheExplorerView.js +99 -99
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugDetailPanel.js +6 -6
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugEditorInput.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugEventDetailRenderer.js +20 -20
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugEventList.js +7 -7
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugFilters.js +4 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugFlowChartView.js +7 -7
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugFlowGraph.js +22 -22
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugHomeView.js +13 -13
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugHookContentRenderer.js +17 -17
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugLogsView.js +24 -24
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugMessageContentRenderer.js +8 -8
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugModelTurnContentRenderer.js +23 -23
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugOverviewView.js +33 -33
- package/vscode/src/vs/workbench/contrib/chat/browser/chatDebug/chatDebugToolCallContentRenderer.js +11 -11
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingCodeEditorIntegration.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorActions.js +14 -14
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingEditorOverlay.js +7 -7
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingExplanationModelManager.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingExplanationWidget.js +12 -12
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingModifiedDocumentEntry.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingModifiedFileEntry.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingModifiedNotebookEntry.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingServiceImpl.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingSession.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/notebook/chatEditingNotebookEditorIntegration.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chatImageCarouselService.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chatManagement/chatManagement.contribution.js +7 -7
- package/vscode/src/vs/workbench/contrib/chat/browser/chatManagement/chatManagementEditorInput.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/chatManagement/chatModelsWidget.js +43 -43
- package/vscode/src/vs/workbench/contrib/chat/browser/chatOutputItemRenderer.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/browser/chatParticipant.contribution.js +30 -30
- package/vscode/src/vs/workbench/contrib/chat/browser/chatRepoInfo.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/chatSetup/chatSetupContributions.js +16 -16
- package/vscode/src/vs/workbench/contrib/chat/browser/chatSetup/chatSetupController.js +10 -10
- package/vscode/src/vs/workbench/contrib/chat/browser/chatSetup/chatSetupGrowthSession.js +6 -6
- package/vscode/src/vs/workbench/contrib/chat/browser/chatSetup/chatSetupProviders.js +26 -26
- package/vscode/src/vs/workbench/contrib/chat/browser/chatSetup/chatSetupRunner.js +12 -12
- package/vscode/src/vs/workbench/contrib/chat/browser/chatSlashCommands.js +19 -19
- package/vscode/src/vs/workbench/contrib/chat/browser/chatStatus/chatStatusDashboard.js +57 -57
- package/vscode/src/vs/workbench/contrib/chat/browser/chatStatus/chatStatusEntry.js +13 -13
- package/vscode/src/vs/workbench/contrib/chat/browser/chatTipCatalog.js +19 -19
- package/vscode/src/vs/workbench/contrib/chat/browser/chatTipService.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/chatWindowNotifier.js +4 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/claudePluginRecommendations.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/defaultModelContribution.js +4 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/enablementActions.js +4 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/enablementStatusWidget.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/languageModelsConfigurationService.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/planReviewFeedback/planReviewFeedbackEditorActions.js +4 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/planReviewFeedback/planReviewFeedbackEditorContribution.js +5 -5
- package/vscode/src/vs/workbench/contrib/chat/browser/pluginGitCommandService.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/browser/pluginInstallService.js +25 -25
- package/vscode/src/vs/workbench/contrib/chat/browser/pluginSources.js +15 -15
- package/vscode/src/vs/workbench/contrib/chat/browser/pluginUrlHandler.js +6 -6
- package/vscode/src/vs/workbench/contrib/chat/browser/promptSyntax/chatModeActions.js +6 -6
- package/vscode/src/vs/workbench/contrib/chat/browser/promptSyntax/hookActions.js +27 -27
- package/vscode/src/vs/workbench/contrib/chat/browser/promptSyntax/hookUtils.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/browser/promptSyntax/promptCodingAgentActionOverlay.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/promptSyntax/promptToolsCodeLensProvider.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/browser/promptSyntax/promptUrlHandler.js +8 -8
- package/vscode/src/vs/workbench/contrib/chat/browser/promptSyntax/runPromptAction.js +7 -7
- package/vscode/src/vs/workbench/contrib/chat/browser/promptSyntax/saveAsPromptFileActions.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/browser/promptSyntax/skillActions.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/browser/promptsDebugContribution.js +20 -20
- package/vscode/src/vs/workbench/contrib/chat/browser/tools/languageModelToolsConfirmationService.js +39 -39
- package/vscode/src/vs/workbench/contrib/chat/browser/tools/languageModelToolsService.js +23 -23
- package/vscode/src/vs/workbench/contrib/chat/browser/tools/renameTool.js +5 -5
- package/vscode/src/vs/workbench/contrib/chat/browser/tools/usagesTool.js +6 -6
- package/vscode/src/vs/workbench/contrib/chat/browser/viewsWelcome/chatViewsWelcomeHandler.js +5 -5
- package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/chatQueuePickerActionItem.js +9 -9
- package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/editor/chatInputCompletions.js +9 -9
- package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/editor/chatInputEditorContrib.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/widget/input/editor/chatInputEditorHover.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/chatQuick.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/editor/chatEditor.js +1 -1
- package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatViewPane.js +4 -4
- package/vscode/src/vs/workbench/contrib/chat/browser/widgetHosts/viewPane/chatViewTitleControl.js +2 -2
- package/vscode/src/vs/workbench/contrib/chat/common/chatService/chatServiceImpl.js +3 -3
- package/vscode/src/vs/workbench/contrib/chat/common/model/chatSessionStore.js +6 -6
- package/vscode/src/vs/workbench/contrib/chat/common/plugins/agentPluginServiceImpl.js +12 -12
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/chatPromptFilesContribution.js +18 -18
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/languageProviders/promptCodeActions.js +5 -5
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/languageProviders/promptHeaderAutocompletion.js +5 -5
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/languageProviders/promptHovers.js +12 -12
- package/vscode/src/vs/workbench/contrib/chat/common/promptSyntax/languageProviders/promptValidator.js +150 -150
- package/vscode/src/vs/workbench/contrib/chat/common/voiceChatService.js +1 -1
- package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatActions.js +15 -15
- package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatDefaultModel.js +2 -2
- package/vscode/src/vs/workbench/contrib/inlineChat/browser/inlineChatSessionServiceImpl.js +4 -4
- package/vscode/src/vs/workbench/contrib/mcp/browser/mcpPromptArgumentPick.js +14 -14
- package/vscode/src/vs/workbench/contrib/notebook/browser/contrib/chat/notebookChatUtils.js +1 -1
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/chat/cellChatActions.js +10 -10
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/chat/notebook.chat.contribution.js +5 -5
- package/vscode/src/vs/workbench/contrib/notebook/browser/controller/chat/notebookChatContext.js +1 -1
- package/vscode/src/vs/workbench/contrib/remoteCodingAgents/browser/remoteCodingAgents.contribution.js +7 -7
- package/vscode/src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatAccessibilityHelp.js +16 -16
- package/vscode/src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatActions.js +20 -20
- package/vscode/src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChatWidget.js +1 -1
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/terminal.chatAgentTools.contribution.js +3 -3
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/getTerminalLastCommandTool.js +3 -3
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/getTerminalOutputTool.js +3 -3
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/getTerminalSelectionTool.js +3 -3
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/killTerminalTool.js +3 -3
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/runInTerminalConfirmationTool.js +2 -2
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/sendToTerminalTool.js +10 -10
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/task/createAndRunTaskTool.js +14 -14
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/task/getTaskOutputTool.js +7 -7
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/task/runTaskTool.js +14 -14
- package/vscode/src/vs/workbench/contrib/terminalContrib/chatAgentTools/browser/tools/task/taskHelpers.js +1 -1
|
@@ -202,13 +202,13 @@ jsonContributionRegistry.registerSchema(HOOK_SCHEMA_URI, hookFileSchema);
|
|
|
202
202
|
const configurationRegistry = ( Registry.as(Extensions$1.Configuration));
|
|
203
203
|
configurationRegistry.registerConfiguration({
|
|
204
204
|
id: "chatSidebar",
|
|
205
|
-
title: ( localize(
|
|
205
|
+
title: ( localize(5756, "Chat")),
|
|
206
206
|
type: "object",
|
|
207
207
|
properties: {
|
|
208
208
|
"chat.experimentalSessionsWindowOverride": {
|
|
209
209
|
type: "boolean",
|
|
210
210
|
description: ( localize(
|
|
211
|
-
|
|
211
|
+
5757,
|
|
212
212
|
"When true, enables sessions-window-specific behavior for extensions."
|
|
213
213
|
)),
|
|
214
214
|
default: false,
|
|
@@ -219,41 +219,41 @@ configurationRegistry.registerConfiguration({
|
|
|
219
219
|
},
|
|
220
220
|
"chat.fontSize": {
|
|
221
221
|
type: "number",
|
|
222
|
-
description: ( localize(
|
|
222
|
+
description: ( localize(5758, "Controls the font size in pixels in chat messages.")),
|
|
223
223
|
default: 13,
|
|
224
224
|
minimum: 6,
|
|
225
225
|
maximum: 100
|
|
226
226
|
},
|
|
227
227
|
"chat.fontFamily": {
|
|
228
228
|
type: "string",
|
|
229
|
-
description: ( localize(
|
|
229
|
+
description: ( localize(5759, "Controls the font family in chat messages.")),
|
|
230
230
|
default: "default"
|
|
231
231
|
},
|
|
232
232
|
"chat.editor.fontSize": {
|
|
233
233
|
type: "number",
|
|
234
|
-
description: ( localize(
|
|
234
|
+
description: ( localize(5760, "Controls the font size in pixels in chat codeblocks.")),
|
|
235
235
|
default: isMacintosh ? 12 : 14
|
|
236
236
|
},
|
|
237
237
|
"chat.editor.fontFamily": {
|
|
238
238
|
type: "string",
|
|
239
|
-
description: ( localize(
|
|
239
|
+
description: ( localize(5761, "Controls the font family in chat codeblocks.")),
|
|
240
240
|
default: "default"
|
|
241
241
|
},
|
|
242
242
|
"chat.editor.fontWeight": {
|
|
243
243
|
type: "string",
|
|
244
|
-
description: ( localize(
|
|
244
|
+
description: ( localize(5762, "Controls the font weight in chat codeblocks.")),
|
|
245
245
|
default: "default"
|
|
246
246
|
},
|
|
247
247
|
"chat.editor.wordWrap": {
|
|
248
248
|
type: "string",
|
|
249
|
-
description: ( localize(
|
|
249
|
+
description: ( localize(5763, "Controls whether lines should wrap in chat codeblocks.")),
|
|
250
250
|
default: "off",
|
|
251
251
|
enum: ["on", "off"]
|
|
252
252
|
},
|
|
253
253
|
"chat.editor.lineHeight": {
|
|
254
254
|
type: "number",
|
|
255
255
|
description: ( localize(
|
|
256
|
-
|
|
256
|
+
5764,
|
|
257
257
|
"Controls the line height in pixels in chat codeblocks. Use 0 to compute the line height from the font size."
|
|
258
258
|
)),
|
|
259
259
|
default: 0
|
|
@@ -261,12 +261,12 @@ configurationRegistry.registerConfiguration({
|
|
|
261
261
|
[ChatConfiguration.AgentStatusEnabled]: {
|
|
262
262
|
type: "string",
|
|
263
263
|
enum: ["hidden", "badge", "compact"],
|
|
264
|
-
enumDescriptions: [( localize(
|
|
265
|
-
|
|
264
|
+
enumDescriptions: [( localize(5765, "The agent status indicator is hidden from the title bar.")), ( localize(5766, "Shows the agent status as a badge next to the command center.")), ( localize(
|
|
265
|
+
5767,
|
|
266
266
|
"Replaces the command center search box with a compact agent status indicator and unified chat widget."
|
|
267
267
|
))],
|
|
268
268
|
markdownDescription: ( localize(
|
|
269
|
-
|
|
269
|
+
5768,
|
|
270
270
|
"Controls how the 'Agent Status' indicator appears in the title bar command center. When set to `hidden`, the indicator is not shown. Other values show the indicator and automatically enable {0}. The unread and in-progress session indicators require {1} to be enabled.",
|
|
271
271
|
"`#window.commandCenter#`",
|
|
272
272
|
"`#chat.viewSessions.enabled#`"
|
|
@@ -277,7 +277,7 @@ configurationRegistry.registerConfiguration({
|
|
|
277
277
|
[ChatConfiguration.UnifiedAgentsBar]: {
|
|
278
278
|
type: "boolean",
|
|
279
279
|
markdownDescription: ( localize(
|
|
280
|
-
|
|
280
|
+
5769,
|
|
281
281
|
"Replaces the command center search box with a unified chat and search widget."
|
|
282
282
|
)),
|
|
283
283
|
default: false,
|
|
@@ -286,7 +286,7 @@ configurationRegistry.registerConfiguration({
|
|
|
286
286
|
[ChatConfiguration.AgentSessionProjectionEnabled]: {
|
|
287
287
|
type: "boolean",
|
|
288
288
|
markdownDescription: ( localize(
|
|
289
|
-
|
|
289
|
+
5770,
|
|
290
290
|
"Controls whether Agent Session Projection mode is enabled for reviewing agent sessions in a focused workspace."
|
|
291
291
|
)),
|
|
292
292
|
default: false,
|
|
@@ -295,14 +295,14 @@ configurationRegistry.registerConfiguration({
|
|
|
295
295
|
"chat.implicitContext.enabled": {
|
|
296
296
|
type: "object",
|
|
297
297
|
description: ( localize(
|
|
298
|
-
|
|
298
|
+
5771,
|
|
299
299
|
"Enables automatically using the active editor as chat context for specified chat locations."
|
|
300
300
|
)),
|
|
301
301
|
additionalProperties: {
|
|
302
302
|
type: "string",
|
|
303
303
|
enum: ["never", "first", "always"],
|
|
304
|
-
description: ( localize(
|
|
305
|
-
enumDescriptions: [( localize(
|
|
304
|
+
description: ( localize(5772, "The value for the implicit context.")),
|
|
305
|
+
enumDescriptions: [( localize(5773, "Implicit context is never enabled.")), ( localize(5774, "Implicit context is enabled for the first interaction.")), ( localize(5775, "Implicit context is always enabled."))]
|
|
306
306
|
},
|
|
307
307
|
default: {
|
|
308
308
|
"panel": "always"
|
|
@@ -320,7 +320,7 @@ configurationRegistry.registerConfiguration({
|
|
|
320
320
|
"chat.implicitContext.suggestedContext": {
|
|
321
321
|
type: "boolean",
|
|
322
322
|
markdownDescription: ( localize(
|
|
323
|
-
|
|
323
|
+
5776,
|
|
324
324
|
"Controls whether the new implicit context flow is shown. In Ask and Edit modes, the context will automatically be included. When using an agent, context will be suggested as an attachment. Selections are always included as context."
|
|
325
325
|
)),
|
|
326
326
|
default: true,
|
|
@@ -331,7 +331,7 @@ configurationRegistry.registerConfiguration({
|
|
|
331
331
|
"chat.editing.autoAcceptDelay": {
|
|
332
332
|
type: "number",
|
|
333
333
|
markdownDescription: ( localize(
|
|
334
|
-
|
|
334
|
+
5777,
|
|
335
335
|
"Delay after which changes made by chat are automatically accepted. Values are in seconds, `0` means disabled and `100` seconds is the maximum."
|
|
336
336
|
)),
|
|
337
337
|
default: 0,
|
|
@@ -342,7 +342,7 @@ configurationRegistry.registerConfiguration({
|
|
|
342
342
|
type: "boolean",
|
|
343
343
|
scope: ConfigurationScope.APPLICATION,
|
|
344
344
|
markdownDescription: ( localize(
|
|
345
|
-
|
|
345
|
+
5778,
|
|
346
346
|
"Whether to show a confirmation before removing a request and its associated edits."
|
|
347
347
|
)),
|
|
348
348
|
default: true
|
|
@@ -351,7 +351,7 @@ configurationRegistry.registerConfiguration({
|
|
|
351
351
|
type: "boolean",
|
|
352
352
|
scope: ConfigurationScope.APPLICATION,
|
|
353
353
|
markdownDescription: ( localize(
|
|
354
|
-
|
|
354
|
+
5779,
|
|
355
355
|
"Whether to show a confirmation before retrying a request and its associated edits."
|
|
356
356
|
)),
|
|
357
357
|
default: true
|
|
@@ -359,7 +359,7 @@ configurationRegistry.registerConfiguration({
|
|
|
359
359
|
"chat.editing.explainChanges.enabled": {
|
|
360
360
|
type: "boolean",
|
|
361
361
|
markdownDescription: ( localize(
|
|
362
|
-
|
|
362
|
+
5780,
|
|
363
363
|
"Controls whether the Explain button in the Chat panel and the Explain Changes context menu in the SCM view are shown. This is an experimental feature."
|
|
364
364
|
)),
|
|
365
365
|
default: false,
|
|
@@ -371,7 +371,7 @@ configurationRegistry.registerConfiguration({
|
|
|
371
371
|
[ChatConfiguration.RevealNextChangeOnResolve]: {
|
|
372
372
|
type: "boolean",
|
|
373
373
|
markdownDescription: ( localize(
|
|
374
|
-
|
|
374
|
+
5781,
|
|
375
375
|
"Controls whether the editor automatically reveals the next change after keeping or undoing a chat edit."
|
|
376
376
|
)),
|
|
377
377
|
default: true
|
|
@@ -380,7 +380,7 @@ configurationRegistry.registerConfiguration({
|
|
|
380
380
|
type: "boolean",
|
|
381
381
|
scope: ConfigurationScope.APPLICATION,
|
|
382
382
|
description: ( localize(
|
|
383
|
-
|
|
383
|
+
5782,
|
|
384
384
|
"Controls whether tips are shown above user messages in chat. New tips are added frequently, so this is a helpful way to stay up to date with the latest features."
|
|
385
385
|
)),
|
|
386
386
|
default: true
|
|
@@ -388,9 +388,9 @@ configurationRegistry.registerConfiguration({
|
|
|
388
388
|
"chat.upvoteAnimation": {
|
|
389
389
|
type: "string",
|
|
390
390
|
enum: ["off", "confetti", "floatingThumbs", "pulseWave", "radiantLines"],
|
|
391
|
-
enumDescriptions: [( localize(
|
|
391
|
+
enumDescriptions: [( localize(5783, "No animation is shown.")), ( localize(5784, "Shows a confetti burst animation around the thumbs up button.")), ( localize(5785, "Shows floating thumbs up icons rising from the button.")), ( localize(5786, "Shows expanding pulse rings from the button.")), ( localize(5787, "Shows radiant lines emanating from the button."))],
|
|
392
392
|
description: ( localize(
|
|
393
|
-
|
|
393
|
+
5788,
|
|
394
394
|
"Controls whether an animation is shown when clicking the thumbs up button on a chat response."
|
|
395
395
|
)),
|
|
396
396
|
default: "floatingThumbs"
|
|
@@ -398,16 +398,16 @@ configurationRegistry.registerConfiguration({
|
|
|
398
398
|
"chat.experimental.detectParticipant.enabled": {
|
|
399
399
|
type: "boolean",
|
|
400
400
|
deprecationMessage: ( localize(
|
|
401
|
-
|
|
401
|
+
5789,
|
|
402
402
|
"This setting is deprecated. Please use `chat.detectParticipant.enabled` instead."
|
|
403
403
|
)),
|
|
404
|
-
description: ( localize(
|
|
404
|
+
description: ( localize(5790, "Enables chat participant autodetection for panel chat.")),
|
|
405
405
|
default: null
|
|
406
406
|
},
|
|
407
407
|
[ChatConfiguration.IncrementalRendering]: {
|
|
408
408
|
type: "boolean",
|
|
409
409
|
description: ( localize(
|
|
410
|
-
|
|
410
|
+
5791,
|
|
411
411
|
"Enables incremental rendering with optional block-level animation when streaming chat responses."
|
|
412
412
|
)),
|
|
413
413
|
default: false,
|
|
@@ -416,17 +416,17 @@ configurationRegistry.registerConfiguration({
|
|
|
416
416
|
[ChatConfiguration.IncrementalRenderingStyle]: {
|
|
417
417
|
type: "string",
|
|
418
418
|
enum: ["none", "fade", "rise", "blur", "scale", "slide", "reveal"],
|
|
419
|
-
enumDescriptions: [( localize(
|
|
420
|
-
description: ( localize(
|
|
419
|
+
enumDescriptions: [( localize(5792, "No animation. Content appears instantly.")), ( localize(5793, "Simple opacity fade from 0 to 1.")), ( localize(5794, "Content fades in while rising upward.")), ( localize(5795, "Content fades in from a blurred state.")), ( localize(5796, "Content scales up from slightly smaller.")), ( localize(5797, "Content slides in from the left.")), ( localize(5798, "Content reveals top-to-bottom with a soft gradient edge."))],
|
|
420
|
+
description: ( localize(5799, "Controls the animation style for incremental rendering.")),
|
|
421
421
|
default: "fade",
|
|
422
422
|
tags: ["experimental"]
|
|
423
423
|
},
|
|
424
424
|
[ChatConfiguration.IncrementalRenderingBuffering]: {
|
|
425
425
|
type: "string",
|
|
426
426
|
enum: ["off", "word", "paragraph"],
|
|
427
|
-
enumDescriptions: [( localize(
|
|
427
|
+
enumDescriptions: [( localize(5800, "Renders content immediately as tokens arrive.")), ( localize(5801, "Reveals content word by word.")), ( localize(5802, "Buffers content until a paragraph break before rendering."))],
|
|
428
428
|
description: ( localize(
|
|
429
|
-
|
|
429
|
+
5803,
|
|
430
430
|
"Controls how content is buffered before rendering during incremental rendering. Lower buffering levels render faster but may show incomplete sentences or partially formed markdown."
|
|
431
431
|
)),
|
|
432
432
|
default: "word",
|
|
@@ -434,18 +434,18 @@ configurationRegistry.registerConfiguration({
|
|
|
434
434
|
},
|
|
435
435
|
"chat.detectParticipant.enabled": {
|
|
436
436
|
type: "boolean",
|
|
437
|
-
description: ( localize(
|
|
437
|
+
description: ( localize(5804, "Enables chat participant autodetection for panel chat.")),
|
|
438
438
|
default: true
|
|
439
439
|
},
|
|
440
440
|
[ChatConfiguration.InlineReferencesStyle]: {
|
|
441
441
|
type: "string",
|
|
442
442
|
enum: ["box", "link"],
|
|
443
|
-
enumDescriptions: [( localize(
|
|
444
|
-
|
|
443
|
+
enumDescriptions: [( localize(5805, "Display file and symbol references as boxed widgets with icons.")), ( localize(
|
|
444
|
+
5806,
|
|
445
445
|
"Display file and symbol references as simple blue links without icons."
|
|
446
446
|
))],
|
|
447
447
|
description: ( localize(
|
|
448
|
-
|
|
448
|
+
5807,
|
|
449
449
|
"Controls how file and symbol references are displayed in chat messages."
|
|
450
450
|
)),
|
|
451
451
|
default: "box"
|
|
@@ -453,7 +453,7 @@ configurationRegistry.registerConfiguration({
|
|
|
453
453
|
[ChatConfiguration.EditorAssociations]: {
|
|
454
454
|
type: "object",
|
|
455
455
|
markdownDescription: ( localize(
|
|
456
|
-
|
|
456
|
+
5808,
|
|
457
457
|
"Configure [glob patterns](https://aka.ms/vscode-glob-patterns) to editors for opening files from chat (for example `\"*.md\": \"vscode.markdown.preview.editor\"`)."
|
|
458
458
|
)),
|
|
459
459
|
additionalProperties: {
|
|
@@ -464,15 +464,15 @@ configurationRegistry.registerConfiguration({
|
|
|
464
464
|
[ChatConfiguration.NotifyWindowOnConfirmation]: {
|
|
465
465
|
type: "string",
|
|
466
466
|
enum: ["off", "windowNotFocused", "always"],
|
|
467
|
-
enumDescriptions: [( localize(
|
|
468
|
-
|
|
467
|
+
enumDescriptions: [( localize(5809, "Never show OS notifications for confirmations.")), ( localize(
|
|
468
|
+
5810,
|
|
469
469
|
"Show OS notifications for confirmations when the window is not focused."
|
|
470
470
|
)), ( localize(
|
|
471
|
-
|
|
471
|
+
5811,
|
|
472
472
|
"Always show OS notifications for confirmations, even when the window is focused."
|
|
473
473
|
))],
|
|
474
474
|
description: ( localize(
|
|
475
|
-
|
|
475
|
+
5812,
|
|
476
476
|
"Controls whether a chat session should present the user with an OS notification when a confirmation or question needs input. This includes a window badge as well as notification toast."
|
|
477
477
|
)),
|
|
478
478
|
default: "windowNotFocused"
|
|
@@ -480,7 +480,7 @@ configurationRegistry.registerConfiguration({
|
|
|
480
480
|
[ChatConfiguration.AutoReply]: {
|
|
481
481
|
default: false,
|
|
482
482
|
markdownDescription: ( localize(
|
|
483
|
-
|
|
483
|
+
5813,
|
|
484
484
|
"Automatically skip question carousels by telling the agent that the user is not available and to use its best judgment. This is an advanced setting and can lead to unintended choices or actions based on incomplete context."
|
|
485
485
|
)),
|
|
486
486
|
type: "boolean",
|
|
@@ -490,7 +490,7 @@ configurationRegistry.registerConfiguration({
|
|
|
490
490
|
[ChatConfiguration.AutopilotEnabled]: {
|
|
491
491
|
type: "boolean",
|
|
492
492
|
markdownDescription: ( localize(
|
|
493
|
-
|
|
493
|
+
5814,
|
|
494
494
|
"Controls whether the Autopilot mode is available in the permissions picker. When enabled, Autopilot auto-approves all tool calls and continues until the task is done."
|
|
495
495
|
)),
|
|
496
496
|
default: true,
|
|
@@ -499,7 +499,7 @@ configurationRegistry.registerConfiguration({
|
|
|
499
499
|
[ChatConfiguration.PlanReviewInlineEditorEnabled]: {
|
|
500
500
|
type: "boolean",
|
|
501
501
|
markdownDescription: ( localize(
|
|
502
|
-
|
|
502
|
+
5815,
|
|
503
503
|
"When enabled, the plan review widget mounts an editor inline, as opposed to in a separate editor tab."
|
|
504
504
|
)),
|
|
505
505
|
default: true
|
|
@@ -511,10 +511,10 @@ configurationRegistry.registerConfiguration({
|
|
|
511
511
|
ChatPermissionLevel.AutoApprove,
|
|
512
512
|
ChatPermissionLevel.Autopilot
|
|
513
513
|
],
|
|
514
|
-
enumItemLabels: [( localize(
|
|
515
|
-
enumDescriptions: [( localize(
|
|
514
|
+
enumItemLabels: [( localize(5816, "Default Approvals")), ( localize(5817, "Bypass Approvals")), ( localize(5818, "Autopilot (Preview)"))],
|
|
515
|
+
enumDescriptions: [( localize(5819, "Start new chat sessions with Default Approvals.")), ( localize(5820, "Start new chat sessions in Bypass Approvals mode.")), ( localize(5821, "Start new chat sessions in Autopilot mode."))],
|
|
516
516
|
description: ( localize(
|
|
517
|
-
|
|
517
|
+
5822,
|
|
518
518
|
"Controls the default permissions picker mode for new chat sessions. You can still change the permission mode per session, and each session remembers the permission mode that was used. If enterprise policy disables auto approval, new sessions use Default Approvals."
|
|
519
519
|
)),
|
|
520
520
|
default: ChatPermissionLevel.Default,
|
|
@@ -535,7 +535,7 @@ configurationRegistry.registerConfiguration({
|
|
|
535
535
|
description: {
|
|
536
536
|
key: "autoApprove3.description",
|
|
537
537
|
value: ( localize(
|
|
538
|
-
|
|
538
|
+
5823,
|
|
539
539
|
"Global auto approve also known as \"YOLO mode\" disables manual approval completely for all tools in all workspaces, allowing the agent to act fully autonomously. This is extremely dangerous and is *never* recommended, even containerized environments like Codespaces and Dev Containers have user keys forwarded into the container that could be compromised.\n\nThis feature disables critical security protections and makes it much easier for an attacker to compromise the machine.\n\nNote: This setting only controls tool approval and does not prevent the agent from asking questions. To automatically answer agent questions, use the `#chat.autoReply#` setting."
|
|
540
540
|
))
|
|
541
541
|
}
|
|
@@ -545,7 +545,7 @@ configurationRegistry.registerConfiguration({
|
|
|
545
545
|
[ChatConfiguration.SessionSyncEnabled]: {
|
|
546
546
|
default: false,
|
|
547
547
|
markdownDescription: ( localize(
|
|
548
|
-
|
|
548
|
+
5824,
|
|
549
549
|
"Enable session sync to GitHub.com. When enabled, Copilot session data is synced to your GitHub account for cross-device access and richer insights. Requires local session tracking to also be enabled."
|
|
550
550
|
)),
|
|
551
551
|
type: "boolean",
|
|
@@ -559,7 +559,7 @@ configurationRegistry.registerConfiguration({
|
|
|
559
559
|
description: {
|
|
560
560
|
key: "chat.sessionSync.enabled.policy",
|
|
561
561
|
value: ( localize(
|
|
562
|
-
|
|
562
|
+
5825,
|
|
563
563
|
"Enable session sync to GitHub.com for cross-device Copilot session history. When disabled by organization policy, session data is kept local only."
|
|
564
564
|
))
|
|
565
565
|
}
|
|
@@ -573,7 +573,7 @@ configurationRegistry.registerConfiguration({
|
|
|
573
573
|
},
|
|
574
574
|
default: [],
|
|
575
575
|
markdownDescription: ( localize(
|
|
576
|
-
|
|
576
|
+
5826,
|
|
577
577
|
"Repository patterns to exclude from session sync. Use exact `owner/repo` names or glob patterns like `my-org/*`. Sessions from matching repositories will only be stored locally."
|
|
578
578
|
)),
|
|
579
579
|
tags: ["experimental", "advanced"]
|
|
@@ -589,7 +589,7 @@ configurationRegistry.registerConfiguration({
|
|
|
589
589
|
"**/*-lock.{yaml,json}": false
|
|
590
590
|
},
|
|
591
591
|
markdownDescription: ( localize(
|
|
592
|
-
|
|
592
|
+
5827,
|
|
593
593
|
"Controls whether edits made by the agent are automatically approved. The default is to approve all edits except those made to certain files which have the potential to cause immediate unintended side-effects, such as `**/.vscode/*.json`.\n\nSet to `true` to automatically approve edits to matching files, `false` to always require explicit approval. The last pattern matching a given file will determine whether the edit is automatically approved."
|
|
594
594
|
)),
|
|
595
595
|
type: "object",
|
|
@@ -603,7 +603,7 @@ configurationRegistry.registerConfiguration({
|
|
|
603
603
|
"https://github.com/microsoft/vscode/wiki/*": true
|
|
604
604
|
},
|
|
605
605
|
markdownDescription: ( localize(
|
|
606
|
-
|
|
606
|
+
5828,
|
|
607
607
|
"Controls which URLs are automatically approved when requested by chat tools. Keys are URL patterns and values can be `true` to approve both requests and responses, `false` to deny, or an object with `approveRequest` and `approveResponse` properties for granular control.\n\nExamples:\n- `\"https://example.com\": true` - Approve all requests to example.com\n- `\"https://*.example.com\": true` - Approve all requests to any subdomain of example.com\n- `\"https://example.com/api/*\": { \"approveRequest\": true, \"approveResponse\": false }` - Approve requests but not responses for example.com/api paths"
|
|
608
608
|
)),
|
|
609
609
|
type: "object",
|
|
@@ -626,7 +626,7 @@ configurationRegistry.registerConfiguration({
|
|
|
626
626
|
[ChatConfiguration.EligibleForAutoApproval]: {
|
|
627
627
|
default: {},
|
|
628
628
|
markdownDescription: ( localize(
|
|
629
|
-
|
|
629
|
+
5829,
|
|
630
630
|
"Controls which tools are eligible for automatic approval. Tools set to 'false' will always present a confirmation and will never offer the option to auto-approve. The default behavior (or setting a tool to 'true') may result in the tool offering auto-approval options."
|
|
631
631
|
)),
|
|
632
632
|
type: "object",
|
|
@@ -649,7 +649,7 @@ configurationRegistry.registerConfiguration({
|
|
|
649
649
|
description: {
|
|
650
650
|
key: "chat.tools.eligibleForAutoApproval",
|
|
651
651
|
value: ( localize(
|
|
652
|
-
|
|
652
|
+
5829,
|
|
653
653
|
"Controls which tools are eligible for automatic approval. Tools set to 'false' will always present a confirmation and will never offer the option to auto-approve. The default behavior (or setting a tool to 'true') may result in the tool offering auto-approval options."
|
|
654
654
|
))
|
|
655
655
|
}
|
|
@@ -659,7 +659,7 @@ configurationRegistry.registerConfiguration({
|
|
|
659
659
|
"chat.sendElementsToChat.attachImages": {
|
|
660
660
|
default: true,
|
|
661
661
|
markdownDescription: ( localize(
|
|
662
|
-
|
|
662
|
+
5830,
|
|
663
663
|
"Controls whether a screenshot of the selected element will be added to the chat."
|
|
664
664
|
)),
|
|
665
665
|
type: "boolean",
|
|
@@ -667,7 +667,7 @@ configurationRegistry.registerConfiguration({
|
|
|
667
667
|
},
|
|
668
668
|
[ChatConfiguration.ArtifactsEnabled]: {
|
|
669
669
|
default: false,
|
|
670
|
-
description: ( localize(
|
|
670
|
+
description: ( localize(5831, "Controls whether the artifacts view is available in chat.")),
|
|
671
671
|
type: "boolean",
|
|
672
672
|
tags: ["experimental"]
|
|
673
673
|
},
|
|
@@ -679,7 +679,7 @@ configurationRegistry.registerConfiguration({
|
|
|
679
679
|
}
|
|
680
680
|
},
|
|
681
681
|
description: ( localize(
|
|
682
|
-
|
|
682
|
+
5832,
|
|
683
683
|
"Rules for extracting artifacts from tool results by MIME type. Maps MIME type patterns (e.g. 'image/*') to group configuration."
|
|
684
684
|
)),
|
|
685
685
|
type: "object",
|
|
@@ -688,11 +688,11 @@ configurationRegistry.registerConfiguration({
|
|
|
688
688
|
properties: {
|
|
689
689
|
groupName: {
|
|
690
690
|
type: "string",
|
|
691
|
-
description: ( localize(
|
|
691
|
+
description: ( localize(5833, "Display name for the artifact group."))
|
|
692
692
|
},
|
|
693
693
|
onlyShowGroup: {
|
|
694
694
|
type: "boolean",
|
|
695
|
-
description: ( localize(
|
|
695
|
+
description: ( localize(5834, "When true, show only the group header instead of individual items."))
|
|
696
696
|
}
|
|
697
697
|
},
|
|
698
698
|
required: ["groupName"]
|
|
@@ -706,7 +706,7 @@ configurationRegistry.registerConfiguration({
|
|
|
706
706
|
}
|
|
707
707
|
},
|
|
708
708
|
description: ( localize(
|
|
709
|
-
|
|
709
|
+
5835,
|
|
710
710
|
"Rules for extracting artifacts from written files by file path pattern. Maps glob patterns to group configuration."
|
|
711
711
|
)),
|
|
712
712
|
type: "object",
|
|
@@ -715,11 +715,11 @@ configurationRegistry.registerConfiguration({
|
|
|
715
715
|
properties: {
|
|
716
716
|
groupName: {
|
|
717
717
|
type: "string",
|
|
718
|
-
description: ( localize(
|
|
718
|
+
description: ( localize(5836, "Display name for the artifact group."))
|
|
719
719
|
},
|
|
720
720
|
onlyShowGroup: {
|
|
721
721
|
type: "boolean",
|
|
722
|
-
description: ( localize(
|
|
722
|
+
description: ( localize(5837, "When true, show only the group header instead of individual items."))
|
|
723
723
|
}
|
|
724
724
|
},
|
|
725
725
|
required: ["groupName"]
|
|
@@ -733,7 +733,7 @@ configurationRegistry.registerConfiguration({
|
|
|
733
733
|
}
|
|
734
734
|
},
|
|
735
735
|
description: ( localize(
|
|
736
|
-
|
|
736
|
+
5838,
|
|
737
737
|
"Rules for extracting artifacts from memory tool calls by memory file path pattern. Maps glob patterns to group configuration."
|
|
738
738
|
)),
|
|
739
739
|
type: "object",
|
|
@@ -742,11 +742,11 @@ configurationRegistry.registerConfiguration({
|
|
|
742
742
|
properties: {
|
|
743
743
|
groupName: {
|
|
744
744
|
type: "string",
|
|
745
|
-
description: ( localize(
|
|
745
|
+
description: ( localize(5839, "Display name for the artifact group."))
|
|
746
746
|
},
|
|
747
747
|
onlyShowGroup: {
|
|
748
748
|
type: "boolean",
|
|
749
|
-
description: ( localize(
|
|
749
|
+
description: ( localize(5840, "When true, show only the group header instead of individual items."))
|
|
750
750
|
}
|
|
751
751
|
},
|
|
752
752
|
required: ["groupName"]
|
|
@@ -756,14 +756,14 @@ configurationRegistry.registerConfiguration({
|
|
|
756
756
|
"chat.undoRequests.restoreInput": {
|
|
757
757
|
default: true,
|
|
758
758
|
markdownDescription: ( localize(
|
|
759
|
-
|
|
759
|
+
5841,
|
|
760
760
|
"Controls whether the input of the chat should be restored when an undo request is made. The input will be filled with the text of the request that was restored."
|
|
761
761
|
)),
|
|
762
762
|
type: "boolean"
|
|
763
763
|
},
|
|
764
764
|
"chat.editRequests": {
|
|
765
765
|
markdownDescription: ( localize(
|
|
766
|
-
|
|
766
|
+
5842,
|
|
767
767
|
"Enables editing of requests in the chat. This allows you to change the request content and resubmit it to the model."
|
|
768
768
|
)),
|
|
769
769
|
type: "string",
|
|
@@ -774,7 +774,7 @@ configurationRegistry.registerConfiguration({
|
|
|
774
774
|
type: "boolean",
|
|
775
775
|
default: true,
|
|
776
776
|
description: ( localize(
|
|
777
|
-
|
|
777
|
+
5843,
|
|
778
778
|
"Show chat agent sessions when chat is empty or to the side when chat view is wide enough."
|
|
779
779
|
)),
|
|
780
780
|
agentsWindow: {
|
|
@@ -785,15 +785,15 @@ configurationRegistry.registerConfiguration({
|
|
|
785
785
|
type: "string",
|
|
786
786
|
enum: ["stacked", "sideBySide"],
|
|
787
787
|
enumDescriptions: [( localize(
|
|
788
|
-
|
|
788
|
+
5844,
|
|
789
789
|
"Display chat sessions vertically stacked above the chat input unless a chat session is visible."
|
|
790
790
|
)), ( localize(
|
|
791
|
-
|
|
791
|
+
5845,
|
|
792
792
|
"Display chat sessions side by side if space is sufficient, otherwise fallback to stacked above the chat input unless a chat session is visible."
|
|
793
793
|
))],
|
|
794
794
|
default: "sideBySide",
|
|
795
795
|
description: ( localize(
|
|
796
|
-
|
|
796
|
+
5846,
|
|
797
797
|
"Controls the orientation of the chat agent sessions view when it is shown alongside the chat."
|
|
798
798
|
))
|
|
799
799
|
},
|
|
@@ -801,25 +801,25 @@ configurationRegistry.registerConfiguration({
|
|
|
801
801
|
type: "boolean",
|
|
802
802
|
default: false,
|
|
803
803
|
description: ( localize(
|
|
804
|
-
|
|
804
|
+
5847,
|
|
805
805
|
"Show a progress badge on the chat view when an agent session is in progress that is opened in that view."
|
|
806
806
|
))
|
|
807
807
|
},
|
|
808
808
|
[ChatConfiguration.ChatContextUsageEnabled]: {
|
|
809
809
|
type: "boolean",
|
|
810
810
|
default: true,
|
|
811
|
-
description: ( localize(
|
|
811
|
+
description: ( localize(5848, "Show the context window usage indicator in the chat input."))
|
|
812
812
|
},
|
|
813
813
|
[ChatConfiguration.ChatPersistentProgressEnabled]: {
|
|
814
814
|
type: "boolean",
|
|
815
815
|
default: product.quality !== "stable",
|
|
816
|
-
description: ( localize(
|
|
816
|
+
description: ( localize(5849, "Always show progress in chat."))
|
|
817
817
|
},
|
|
818
818
|
[ChatConfiguration.ProgressBorder]: {
|
|
819
819
|
type: "boolean",
|
|
820
820
|
default: true,
|
|
821
821
|
markdownDescription: ( localize(
|
|
822
|
-
|
|
822
|
+
5850,
|
|
823
823
|
"Show an animated gradient border around the chat input while the agent is working or thinking. When enabled and reduced motion is not enabled, this overrides {0} to be off. Has no effect when reduced motion is enabled.",
|
|
824
824
|
"`#chat.persistentProgress.enabled#`"
|
|
825
825
|
))
|
|
@@ -827,16 +827,16 @@ configurationRegistry.registerConfiguration({
|
|
|
827
827
|
[ChatConfiguration.NotifyWindowOnResponseReceived]: {
|
|
828
828
|
type: "string",
|
|
829
829
|
enum: ["off", "windowNotFocused", "always"],
|
|
830
|
-
enumDescriptions: [( localize(
|
|
831
|
-
|
|
830
|
+
enumDescriptions: [( localize(5851, "Never show OS notifications for responses.")), ( localize(
|
|
831
|
+
5852,
|
|
832
832
|
"Show OS notifications for responses when the window is not focused."
|
|
833
833
|
)), ( localize(
|
|
834
|
-
|
|
834
|
+
5853,
|
|
835
835
|
"Always show OS notifications for responses, even when the window is focused."
|
|
836
836
|
))],
|
|
837
837
|
default: "windowNotFocused",
|
|
838
838
|
description: ( localize(
|
|
839
|
-
|
|
839
|
+
5854,
|
|
840
840
|
"Controls whether a chat session should present the user with an OS notification when a response is received. This includes a window badge as well as notification toast."
|
|
841
841
|
))
|
|
842
842
|
},
|
|
@@ -844,23 +844,23 @@ configurationRegistry.registerConfiguration({
|
|
|
844
844
|
type: "boolean",
|
|
845
845
|
default: true,
|
|
846
846
|
description: ( localize(
|
|
847
|
-
|
|
847
|
+
5855,
|
|
848
848
|
"Enables checkpoints in chat. Checkpoints allow you to restore the chat to a previous state."
|
|
849
849
|
))
|
|
850
850
|
},
|
|
851
851
|
"chat.checkpoints.showFileChanges": {
|
|
852
852
|
type: "boolean",
|
|
853
|
-
description: ( localize(
|
|
853
|
+
description: ( localize(5856, "Controls whether to show chat checkpoint file changes.")),
|
|
854
854
|
default: false
|
|
855
855
|
},
|
|
856
856
|
[mcpAccessConfig]: {
|
|
857
857
|
type: "string",
|
|
858
|
-
description: ( localize(
|
|
858
|
+
description: ( localize(5857, "Controls access to installed Model Context Protocol servers.")),
|
|
859
859
|
enum: [McpAccessValue.None, McpAccessValue.Registry, McpAccessValue.All],
|
|
860
|
-
enumDescriptions: [( localize(
|
|
861
|
-
|
|
860
|
+
enumDescriptions: [( localize(5858, "No access to MCP servers.")), ( localize(
|
|
861
|
+
5859,
|
|
862
862
|
"Allows access to MCP servers installed from the registry that VS Code is connected to."
|
|
863
|
-
)), ( localize(
|
|
863
|
+
)), ( localize(5860, "Allow access to any installed MCP server."))],
|
|
864
864
|
default: McpAccessValue.All,
|
|
865
865
|
policy: {
|
|
866
866
|
name: "ChatMCP",
|
|
@@ -878,20 +878,20 @@ configurationRegistry.registerConfiguration({
|
|
|
878
878
|
localization: {
|
|
879
879
|
description: {
|
|
880
880
|
key: "chat.mcp.access",
|
|
881
|
-
value: ( localize(
|
|
881
|
+
value: ( localize(5857, "Controls access to installed Model Context Protocol servers."))
|
|
882
882
|
},
|
|
883
883
|
enumDescriptions: [{
|
|
884
884
|
key: "chat.mcp.access.none",
|
|
885
|
-
value: ( localize(
|
|
885
|
+
value: ( localize(5858, "No access to MCP servers."))
|
|
886
886
|
}, {
|
|
887
887
|
key: "chat.mcp.access.registry",
|
|
888
888
|
value: ( localize(
|
|
889
|
-
|
|
889
|
+
5859,
|
|
890
890
|
"Allows access to MCP servers installed from the registry that VS Code is connected to."
|
|
891
891
|
))
|
|
892
892
|
}, {
|
|
893
893
|
key: "chat.mcp.access.any",
|
|
894
|
-
value: ( localize(
|
|
894
|
+
value: ( localize(5860, "Allow access to any installed MCP server."))
|
|
895
895
|
}]
|
|
896
896
|
}
|
|
897
897
|
}
|
|
@@ -899,7 +899,7 @@ configurationRegistry.registerConfiguration({
|
|
|
899
899
|
[mcpAutoStartConfig]: {
|
|
900
900
|
type: "string",
|
|
901
901
|
description: ( localize(
|
|
902
|
-
|
|
902
|
+
5861,
|
|
903
903
|
"Controls whether MCP servers should be automatically started when the chat messages are submitted."
|
|
904
904
|
)),
|
|
905
905
|
default: McpAutoStartValue.NewAndOutdated,
|
|
@@ -908,8 +908,8 @@ configurationRegistry.registerConfiguration({
|
|
|
908
908
|
McpAutoStartValue.OnlyNew,
|
|
909
909
|
McpAutoStartValue.NewAndOutdated
|
|
910
910
|
],
|
|
911
|
-
enumDescriptions: [( localize(
|
|
912
|
-
|
|
911
|
+
enumDescriptions: [( localize(5862, "Never automatically start MCP servers.")), ( localize(5863, "Only automatically start new MCP servers that have never been run.")), ( localize(
|
|
912
|
+
5864,
|
|
913
913
|
"Automatically start new and outdated MCP servers that are not yet running."
|
|
914
914
|
))],
|
|
915
915
|
tags: ["experimental"]
|
|
@@ -917,7 +917,7 @@ configurationRegistry.registerConfiguration({
|
|
|
917
917
|
[mcpAppsEnabledConfig]: {
|
|
918
918
|
type: "boolean",
|
|
919
919
|
description: ( localize(
|
|
920
|
-
|
|
920
|
+
5865,
|
|
921
921
|
"Controls whether MCP servers can provide custom UI for tool invocations."
|
|
922
922
|
)),
|
|
923
923
|
default: true,
|
|
@@ -926,19 +926,19 @@ configurationRegistry.registerConfiguration({
|
|
|
926
926
|
[mcpServerCollisionBehaviorSection]: {
|
|
927
927
|
type: "string",
|
|
928
928
|
description: ( localize(
|
|
929
|
-
|
|
929
|
+
5866,
|
|
930
930
|
"Controls behavior when multiple MCP servers are discovered with the same name. 'disable' disables lower-priority duplicates. 'suffix' appends numeric suffixes to disambiguate."
|
|
931
931
|
)),
|
|
932
932
|
enum: [McpCollisionBehavior.Disable, McpCollisionBehavior.Suffix],
|
|
933
|
-
enumDescriptions: [( localize(
|
|
933
|
+
enumDescriptions: [( localize(5867, "Disable lower-priority servers with duplicate names.")), ( localize(5868, "Append numeric suffixes to servers with duplicate names."))],
|
|
934
934
|
default: McpCollisionBehavior.Disable
|
|
935
935
|
},
|
|
936
936
|
[mcpServerSamplingSection]: {
|
|
937
937
|
type: "object",
|
|
938
938
|
description: ( localize(
|
|
939
|
-
|
|
939
|
+
5869,
|
|
940
940
|
"Configures which models are exposed to MCP servers for sampling (making model requests in the background). This setting can be edited in a graphical way under the `{0}` command.",
|
|
941
|
-
"MCP: " + ( localize(
|
|
941
|
+
"MCP: " + ( localize(5870, "List Servers"))
|
|
942
942
|
)),
|
|
943
943
|
scope: ConfigurationScope.RESOURCE,
|
|
944
944
|
additionalProperties: {
|
|
@@ -947,7 +947,7 @@ configurationRegistry.registerConfiguration({
|
|
|
947
947
|
allowedDuringChat: {
|
|
948
948
|
type: "boolean",
|
|
949
949
|
description: ( localize(
|
|
950
|
-
|
|
950
|
+
5871,
|
|
951
951
|
"Whether this server is allowed to make sampling requests during its tool calls in a chat session."
|
|
952
952
|
)),
|
|
953
953
|
default: true
|
|
@@ -955,7 +955,7 @@ configurationRegistry.registerConfiguration({
|
|
|
955
955
|
allowedOutsideChat: {
|
|
956
956
|
type: "boolean",
|
|
957
957
|
description: ( localize(
|
|
958
|
-
|
|
958
|
+
5872,
|
|
959
959
|
"Whether this server is allowed to make sampling requests outside of a chat session."
|
|
960
960
|
)),
|
|
961
961
|
default: false
|
|
@@ -964,7 +964,7 @@ configurationRegistry.registerConfiguration({
|
|
|
964
964
|
type: "array",
|
|
965
965
|
items: {
|
|
966
966
|
type: "string",
|
|
967
|
-
description: ( localize(
|
|
967
|
+
description: ( localize(5873, "A model the MCP server has access to."))
|
|
968
968
|
}
|
|
969
969
|
}
|
|
970
970
|
}
|
|
@@ -973,7 +973,7 @@ configurationRegistry.registerConfiguration({
|
|
|
973
973
|
[AssistedTypes[AddConfigurationType.NuGetPackage].enabledConfigKey]: {
|
|
974
974
|
type: "boolean",
|
|
975
975
|
description: ( localize(
|
|
976
|
-
|
|
976
|
+
5874,
|
|
977
977
|
"Enables NuGet packages for AI-assisted MCP server installation. Used to install MCP servers by name from the central registry for .NET packages (NuGet.org)."
|
|
978
978
|
)),
|
|
979
979
|
default: false,
|
|
@@ -984,7 +984,7 @@ configurationRegistry.registerConfiguration({
|
|
|
984
984
|
},
|
|
985
985
|
[ChatConfiguration.ExtensionToolsEnabled]: {
|
|
986
986
|
type: "boolean",
|
|
987
|
-
description: ( localize(
|
|
987
|
+
description: ( localize(5875, "Enable using tools contributed by third-party extensions.")),
|
|
988
988
|
default: true,
|
|
989
989
|
policy: {
|
|
990
990
|
name: "ChatAgentExtensionTools",
|
|
@@ -993,14 +993,14 @@ configurationRegistry.registerConfiguration({
|
|
|
993
993
|
localization: {
|
|
994
994
|
description: {
|
|
995
995
|
key: "chat.extensionToolsEnabled",
|
|
996
|
-
value: ( localize(
|
|
996
|
+
value: ( localize(5875, "Enable using tools contributed by third-party extensions."))
|
|
997
997
|
}
|
|
998
998
|
}
|
|
999
999
|
}
|
|
1000
1000
|
},
|
|
1001
1001
|
[ChatConfiguration.PluginsEnabled]: {
|
|
1002
1002
|
type: "boolean",
|
|
1003
|
-
description: ( localize(
|
|
1003
|
+
description: ( localize(5876, "Enable agent plugin integration in chat.")),
|
|
1004
1004
|
default: true,
|
|
1005
1005
|
tags: ["preview"],
|
|
1006
1006
|
policy: {
|
|
@@ -1010,7 +1010,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1010
1010
|
localization: {
|
|
1011
1011
|
description: {
|
|
1012
1012
|
key: "chat.plugins.enabled",
|
|
1013
|
-
value: ( localize(
|
|
1013
|
+
value: ( localize(5876, "Enable agent plugin integration in chat."))
|
|
1014
1014
|
}
|
|
1015
1015
|
}
|
|
1016
1016
|
}
|
|
@@ -1022,7 +1022,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1022
1022
|
},
|
|
1023
1023
|
restricted: true,
|
|
1024
1024
|
markdownDescription: ( localize(
|
|
1025
|
-
|
|
1025
|
+
5877,
|
|
1026
1026
|
"Plugin directories to discover. Each key is a path that points directly to a plugin folder, and the value enables (`true`) or disables (`false`) it. Paths can be absolute, relative to the workspace root, or start with `~/` for the user's home directory."
|
|
1027
1027
|
)),
|
|
1028
1028
|
scope: ConfigurationScope.MACHINE,
|
|
@@ -1034,7 +1034,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1034
1034
|
type: "string"
|
|
1035
1035
|
},
|
|
1036
1036
|
markdownDescription: ( localize(
|
|
1037
|
-
|
|
1037
|
+
5878,
|
|
1038
1038
|
"Plugin marketplaces to query. Entries may be GitHub shorthand (`owner/repo`), direct Git repository URIs (`https://...git`, `ssh://...git`, or `git@host:path.git`), or local repository URIs (`file:///...`). Equivalent GitHub shorthand and URI entries are deduplicated."
|
|
1039
1039
|
)),
|
|
1040
1040
|
default: ["github/copilot-plugins", "github/awesome-copilot"],
|
|
@@ -1044,7 +1044,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1044
1044
|
[ChatConfiguration.AgentEnabled]: {
|
|
1045
1045
|
type: "boolean",
|
|
1046
1046
|
description: ( localize(
|
|
1047
|
-
|
|
1047
|
+
5879,
|
|
1048
1048
|
"When enabled, agent mode can be activated from chat and tools in agentic contexts with side effects can be used."
|
|
1049
1049
|
)),
|
|
1050
1050
|
default: true,
|
|
@@ -1058,7 +1058,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1058
1058
|
description: {
|
|
1059
1059
|
key: "chat.agent.enabled.description",
|
|
1060
1060
|
value: ( localize(
|
|
1061
|
-
|
|
1061
|
+
5879,
|
|
1062
1062
|
"When enabled, agent mode can be activated from chat and tools in agentic contexts with side effects can be used."
|
|
1063
1063
|
))
|
|
1064
1064
|
}
|
|
@@ -1067,7 +1067,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1067
1067
|
},
|
|
1068
1068
|
[AgentNetworkDomainSettingId.NetworkFilter]: {
|
|
1069
1069
|
markdownDescription: ( localize(
|
|
1070
|
-
|
|
1070
|
+
5880,
|
|
1071
1071
|
"When enabled, network access by agent tools (fetch tool, integrated browser) is restricted according to {0} and {1}. Domain filtering is also applied to those tools when {2} is enabled.",
|
|
1072
1072
|
`\`#${AgentNetworkDomainSettingId.AllowedNetworkDomains}#\``,
|
|
1073
1073
|
`\`#${AgentNetworkDomainSettingId.DeniedNetworkDomains}#\``,
|
|
@@ -1084,7 +1084,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1084
1084
|
description: {
|
|
1085
1085
|
key: "chat.agent.networkFilter",
|
|
1086
1086
|
value: ( localize(
|
|
1087
|
-
|
|
1087
|
+
5880,
|
|
1088
1088
|
"When enabled, network access by agent tools (fetch tool, integrated browser) is restricted according to {0} and {1}. Domain filtering is also applied to those tools when {2} is enabled.",
|
|
1089
1089
|
`\`#${AgentNetworkDomainSettingId.AllowedNetworkDomains}#\``,
|
|
1090
1090
|
`\`#${AgentNetworkDomainSettingId.DeniedNetworkDomains}#\``,
|
|
@@ -1096,7 +1096,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1096
1096
|
},
|
|
1097
1097
|
[AgentNetworkDomainSettingId.AllowedNetworkDomains]: {
|
|
1098
1098
|
markdownDescription: ( localize(
|
|
1099
|
-
|
|
1099
|
+
5881,
|
|
1100
1100
|
"Allowed domains for network access by agent tools (fetch tool, integrated browser). Applies when {0} or {1} is enabled. When {1} is set to {2}, all domains are allowed. Supports wildcards like {3}. When both allowed and denied lists are empty, all domains are blocked. Denied domains (see {4}) take precedence.",
|
|
1101
1101
|
`\`#${AgentNetworkDomainSettingId.NetworkFilter}#\``,
|
|
1102
1102
|
`\`#${AgentSandboxSettingId.AgentSandboxEnabled}#\``,
|
|
@@ -1118,7 +1118,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1118
1118
|
description: {
|
|
1119
1119
|
key: "chat.agent.allowedNetworkDomains",
|
|
1120
1120
|
value: ( localize(
|
|
1121
|
-
|
|
1121
|
+
5881,
|
|
1122
1122
|
"Allowed domains for network access by agent tools (fetch tool, integrated browser). Applies when {0} or {1} is enabled. When {1} is set to {2}, all domains are allowed. Supports wildcards like {3}. When both allowed and denied lists are empty, all domains are blocked. Denied domains (see {4}) take precedence.",
|
|
1123
1123
|
`\`#${AgentNetworkDomainSettingId.NetworkFilter}#\``,
|
|
1124
1124
|
`\`#${AgentSandboxSettingId.AgentSandboxEnabled}#\``,
|
|
@@ -1132,7 +1132,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1132
1132
|
},
|
|
1133
1133
|
[AgentNetworkDomainSettingId.DeniedNetworkDomains]: {
|
|
1134
1134
|
markdownDescription: ( localize(
|
|
1135
|
-
|
|
1135
|
+
5882,
|
|
1136
1136
|
"Denied domains for network access by agent tools (fetch tool, integrated browser). Applies when {0} or {1} is enabled. This does not apply when {1} is set to {2}. Takes precedence over {3}. Supports wildcards like {4}.",
|
|
1137
1137
|
`\`#${AgentNetworkDomainSettingId.NetworkFilter}#\``,
|
|
1138
1138
|
`\`#${AgentSandboxSettingId.AgentSandboxEnabled}#\``,
|
|
@@ -1154,7 +1154,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1154
1154
|
description: {
|
|
1155
1155
|
key: "chat.agent.deniedNetworkDomains",
|
|
1156
1156
|
value: ( localize(
|
|
1157
|
-
|
|
1157
|
+
5882,
|
|
1158
1158
|
"Denied domains for network access by agent tools (fetch tool, integrated browser). Applies when {0} or {1} is enabled. This does not apply when {1} is set to {2}. Takes precedence over {3}. Supports wildcards like {4}.",
|
|
1159
1159
|
`\`#${AgentNetworkDomainSettingId.NetworkFilter}#\``,
|
|
1160
1160
|
`\`#${AgentSandboxSettingId.AgentSandboxEnabled}#\``,
|
|
@@ -1173,7 +1173,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1173
1173
|
},
|
|
1174
1174
|
deprecated: true,
|
|
1175
1175
|
markdownDeprecationMessage: ( localize(
|
|
1176
|
-
|
|
1176
|
+
5883,
|
|
1177
1177
|
"Use {0} instead",
|
|
1178
1178
|
`\`#${AgentNetworkDomainSettingId.AllowedNetworkDomains}#\``
|
|
1179
1179
|
))
|
|
@@ -1185,7 +1185,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1185
1185
|
},
|
|
1186
1186
|
deprecated: true,
|
|
1187
1187
|
markdownDeprecationMessage: ( localize(
|
|
1188
|
-
|
|
1188
|
+
5884,
|
|
1189
1189
|
"Use {0} instead",
|
|
1190
1190
|
`\`#${AgentNetworkDomainSettingId.DeniedNetworkDomains}#\``
|
|
1191
1191
|
))
|
|
@@ -1197,7 +1197,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1197
1197
|
},
|
|
1198
1198
|
deprecated: true,
|
|
1199
1199
|
markdownDeprecationMessage: ( localize(
|
|
1200
|
-
|
|
1200
|
+
5885,
|
|
1201
1201
|
"Use {0} instead",
|
|
1202
1202
|
`\`#${AgentNetworkDomainSettingId.AllowedNetworkDomains}#\``
|
|
1203
1203
|
))
|
|
@@ -1209,7 +1209,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1209
1209
|
},
|
|
1210
1210
|
deprecated: true,
|
|
1211
1211
|
markdownDeprecationMessage: ( localize(
|
|
1212
|
-
|
|
1212
|
+
5886,
|
|
1213
1213
|
"Use {0} instead",
|
|
1214
1214
|
`\`#${AgentNetworkDomainSettingId.DeniedNetworkDomains}#\``
|
|
1215
1215
|
))
|
|
@@ -1217,14 +1217,14 @@ configurationRegistry.registerConfiguration({
|
|
|
1217
1217
|
[ChatConfiguration.DefaultNewSessionMode]: {
|
|
1218
1218
|
type: "string",
|
|
1219
1219
|
description: ( localize(
|
|
1220
|
-
|
|
1220
|
+
5887,
|
|
1221
1221
|
"The default mode for new chat sessions. When empty, the chat view's default mode is used."
|
|
1222
1222
|
)),
|
|
1223
1223
|
default: ""
|
|
1224
1224
|
},
|
|
1225
1225
|
[AgentHostEnabledSettingId]: {
|
|
1226
1226
|
type: "boolean",
|
|
1227
|
-
description: ( localize(
|
|
1227
|
+
description: ( localize(5888, "When enabled, some agents run in a separate agent host process.")),
|
|
1228
1228
|
default: false,
|
|
1229
1229
|
tags: ["experimental", "advanced"],
|
|
1230
1230
|
included: product.quality !== "stable"
|
|
@@ -1232,7 +1232,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1232
1232
|
[AgentHostClaudeAgentSdkPathSettingId]: {
|
|
1233
1233
|
type: "string",
|
|
1234
1234
|
description: ( localize(
|
|
1235
|
-
|
|
1235
|
+
5889,
|
|
1236
1236
|
"Experimental, for local testing only. Absolute path to a locally-installed `@anthropic-ai/claude-agent-sdk` package. When set, the Claude agent provider is registered inside the agent host and the SDK is loaded from this path. Requires `#chat.agentHost.enabled#`. The agent host process must be restarted for changes to take effect. This setting will be removed once the SDK is delivered through the Extension Marketplace."
|
|
1237
1237
|
)),
|
|
1238
1238
|
default: "",
|
|
@@ -1242,7 +1242,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1242
1242
|
[AgentHostIpcLoggingSettingId]: {
|
|
1243
1243
|
type: "boolean",
|
|
1244
1244
|
description: ( localize(
|
|
1245
|
-
|
|
1245
|
+
5890,
|
|
1246
1246
|
"When enabled, logs all IPC traffic for each agent host to a dedicated output channel."
|
|
1247
1247
|
)),
|
|
1248
1248
|
default: product.quality !== "stable",
|
|
@@ -1252,7 +1252,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1252
1252
|
[AgentHostAhpJsonlLoggingSettingId]: {
|
|
1253
1253
|
type: "boolean",
|
|
1254
1254
|
description: ( localize(
|
|
1255
|
-
|
|
1255
|
+
5891,
|
|
1256
1256
|
"When enabled, logs all AHP transport messages for agent host connections to JSONL files under the window's log directory."
|
|
1257
1257
|
)),
|
|
1258
1258
|
default: product.quality !== "stable",
|
|
@@ -1265,7 +1265,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1265
1265
|
type: "string"
|
|
1266
1266
|
},
|
|
1267
1267
|
description: ( localize(
|
|
1268
|
-
|
|
1268
|
+
5892,
|
|
1269
1269
|
"Tool reference names to expose as client-provided tools in agent host sessions."
|
|
1270
1270
|
)),
|
|
1271
1271
|
default: [
|
|
@@ -1281,7 +1281,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1281
1281
|
[ChatConfiguration.ToolConfirmationCarousel]: {
|
|
1282
1282
|
type: "boolean",
|
|
1283
1283
|
description: ( localize(
|
|
1284
|
-
|
|
1284
|
+
5893,
|
|
1285
1285
|
"When enabled, multiple tool confirmations are batched into a carousel above the input."
|
|
1286
1286
|
)),
|
|
1287
1287
|
default: product.quality !== "stable",
|
|
@@ -1290,7 +1290,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1290
1290
|
[ChatConfiguration.ToolRiskAssessmentEnabled]: {
|
|
1291
1291
|
type: "boolean",
|
|
1292
1292
|
description: ( localize(
|
|
1293
|
-
|
|
1293
|
+
5894,
|
|
1294
1294
|
"When enabled, terminal tool confirmations show an LLM-generated risk level (Safe / Caution / Review carefully) and a short explanation."
|
|
1295
1295
|
)),
|
|
1296
1296
|
default: true,
|
|
@@ -1302,7 +1302,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1302
1302
|
[ChatConfiguration.ToolRiskAssessmentModel]: {
|
|
1303
1303
|
type: "string",
|
|
1304
1304
|
description: ( localize(
|
|
1305
|
-
|
|
1305
|
+
5895,
|
|
1306
1306
|
"The language model id used to generate tool risk assessments. Should be a small, fast model."
|
|
1307
1307
|
)),
|
|
1308
1308
|
default: "copilot-fast",
|
|
@@ -1314,7 +1314,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1314
1314
|
[ChatConfiguration.PlanAgentDefaultModel]: {
|
|
1315
1315
|
type: "string",
|
|
1316
1316
|
description: ( localize(
|
|
1317
|
-
|
|
1317
|
+
5896,
|
|
1318
1318
|
"Select the default language model to use for the Plan agent from the available providers."
|
|
1319
1319
|
)),
|
|
1320
1320
|
default: "",
|
|
@@ -1325,7 +1325,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1325
1325
|
[ChatConfiguration.ExploreAgentDefaultModel]: {
|
|
1326
1326
|
type: "string",
|
|
1327
1327
|
description: ( localize(
|
|
1328
|
-
|
|
1328
|
+
5897,
|
|
1329
1329
|
"Select the default language model to use for the Explore subagent from the available providers."
|
|
1330
1330
|
)),
|
|
1331
1331
|
default: "",
|
|
@@ -1336,19 +1336,19 @@ configurationRegistry.registerConfiguration({
|
|
|
1336
1336
|
[ChatConfiguration.RequestQueueingDefaultAction]: {
|
|
1337
1337
|
type: "string",
|
|
1338
1338
|
enum: ["queue", "steer"],
|
|
1339
|
-
enumDescriptions: [( localize(
|
|
1340
|
-
|
|
1339
|
+
enumDescriptions: [( localize(5898, "Queue the message to send after the current request completes.")), ( localize(
|
|
1340
|
+
5899,
|
|
1341
1341
|
"Steer the current request by sending the message immediately, signaling the current request to yield."
|
|
1342
1342
|
))],
|
|
1343
1343
|
description: ( localize(
|
|
1344
|
-
|
|
1344
|
+
5900,
|
|
1345
1345
|
"Controls which action is the default for the queue button when a request is in progress."
|
|
1346
1346
|
)),
|
|
1347
1347
|
default: "steer"
|
|
1348
1348
|
},
|
|
1349
1349
|
[ChatConfiguration.EditModeHidden]: {
|
|
1350
1350
|
type: "boolean",
|
|
1351
|
-
description: ( localize(
|
|
1351
|
+
description: ( localize(5901, "When enabled, hides the Edit mode from the chat mode picker.")),
|
|
1352
1352
|
default: true,
|
|
1353
1353
|
tags: ["experimental"],
|
|
1354
1354
|
experiment: {
|
|
@@ -1361,20 +1361,20 @@ configurationRegistry.registerConfiguration({
|
|
|
1361
1361
|
localization: {
|
|
1362
1362
|
description: {
|
|
1363
1363
|
key: "chat.editMode.hidden",
|
|
1364
|
-
value: ( localize(
|
|
1364
|
+
value: ( localize(5901, "When enabled, hides the Edit mode from the chat mode picker."))
|
|
1365
1365
|
}
|
|
1366
1366
|
}
|
|
1367
1367
|
}
|
|
1368
1368
|
},
|
|
1369
1369
|
[ChatConfiguration.EnableMath]: {
|
|
1370
1370
|
type: "boolean",
|
|
1371
|
-
description: ( localize(
|
|
1371
|
+
description: ( localize(5902, "Enable math rendering in chat responses using KaTeX.")),
|
|
1372
1372
|
default: true
|
|
1373
1373
|
},
|
|
1374
1374
|
[ChatConfiguration.ShowCodeBlockProgressAnimation]: {
|
|
1375
1375
|
type: "boolean",
|
|
1376
1376
|
description: ( localize(
|
|
1377
|
-
|
|
1377
|
+
5903,
|
|
1378
1378
|
"When applying edits, show a progress animation in the code block pill. If disabled, shows the progress percentage instead."
|
|
1379
1379
|
)),
|
|
1380
1380
|
default: true,
|
|
@@ -1389,7 +1389,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1389
1389
|
additionalProperties: false,
|
|
1390
1390
|
default: Object.fromEntries(( allDiscoverySources.map(k => [k, false]))),
|
|
1391
1391
|
markdownDescription: ( localize(
|
|
1392
|
-
|
|
1392
|
+
5904,
|
|
1393
1393
|
"Configures discovery of Model Context Protocol servers from configuration from various other applications."
|
|
1394
1394
|
))
|
|
1395
1395
|
},
|
|
@@ -1398,14 +1398,14 @@ configurationRegistry.registerConfiguration({
|
|
|
1398
1398
|
default: false,
|
|
1399
1399
|
tags: ["preview"],
|
|
1400
1400
|
description: ( localize(
|
|
1401
|
-
|
|
1401
|
+
5905,
|
|
1402
1402
|
"Enables the default Marketplace for Model Context Protocol (MCP) servers."
|
|
1403
1403
|
)),
|
|
1404
1404
|
included: product.quality === "stable"
|
|
1405
1405
|
},
|
|
1406
1406
|
[mcpGalleryServiceUrlConfig]: {
|
|
1407
1407
|
type: "string",
|
|
1408
|
-
description: ( localize(
|
|
1408
|
+
description: ( localize(5906, "Configure the MCP Gallery service URL to connect to")),
|
|
1409
1409
|
default: "",
|
|
1410
1410
|
scope: ConfigurationScope.APPLICATION,
|
|
1411
1411
|
tags: ["usesOnlineServices", "advanced"],
|
|
@@ -1418,16 +1418,16 @@ configurationRegistry.registerConfiguration({
|
|
|
1418
1418
|
localization: {
|
|
1419
1419
|
description: {
|
|
1420
1420
|
key: "mcp.gallery.serviceUrl",
|
|
1421
|
-
value: ( localize(
|
|
1421
|
+
value: ( localize(5906, "Configure the MCP Gallery service URL to connect to"))
|
|
1422
1422
|
}
|
|
1423
1423
|
}
|
|
1424
1424
|
}
|
|
1425
1425
|
},
|
|
1426
1426
|
[PromptsConfig.INSTRUCTIONS_LOCATION_KEY]: {
|
|
1427
1427
|
type: "object",
|
|
1428
|
-
title: ( localize(
|
|
1428
|
+
title: ( localize(5907, "Instructions File Locations")),
|
|
1429
1429
|
markdownDescription: ( localize(
|
|
1430
|
-
|
|
1430
|
+
5908,
|
|
1431
1431
|
"Specify location(s) of instructions files (`*{0}`) that can be attached in Chat sessions. [Learn More]({1}).\n\nRelative paths are resolved from the root folder(s) of your workspace.",
|
|
1432
1432
|
INSTRUCTION_FILE_EXTENSION,
|
|
1433
1433
|
INSTRUCTIONS_DOCUMENTATION_URL
|
|
@@ -1446,7 +1446,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1446
1446
|
propertyNames: {
|
|
1447
1447
|
pattern: VALID_PROMPT_FOLDER_PATTERN,
|
|
1448
1448
|
patternErrorMessage: ( localize(
|
|
1449
|
-
|
|
1449
|
+
5909,
|
|
1450
1450
|
"Paths must be relative or start with '~/'. Absolute paths and '\\' separators are not supported. Glob patterns are deprecated and will be removed in future versions."
|
|
1451
1451
|
))
|
|
1452
1452
|
},
|
|
@@ -1461,9 +1461,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1461
1461
|
},
|
|
1462
1462
|
[PromptsConfig.PROMPT_LOCATIONS_KEY]: {
|
|
1463
1463
|
type: "object",
|
|
1464
|
-
title: ( localize(
|
|
1464
|
+
title: ( localize(5910, "Prompt File Locations")),
|
|
1465
1465
|
markdownDescription: ( localize(
|
|
1466
|
-
|
|
1466
|
+
5911,
|
|
1467
1467
|
"Specify location(s) of reusable prompt files (`*{0}`) that can be run in Chat sessions. [Learn More]({1}).\n\nRelative paths are resolved from the root folder(s) of your workspace.",
|
|
1468
1468
|
PROMPT_FILE_EXTENSION,
|
|
1469
1469
|
PROMPT_DOCUMENTATION_URL
|
|
@@ -1480,7 +1480,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1480
1480
|
propertyNames: {
|
|
1481
1481
|
pattern: VALID_PROMPT_FOLDER_PATTERN,
|
|
1482
1482
|
patternErrorMessage: ( localize(
|
|
1483
|
-
|
|
1483
|
+
5912,
|
|
1484
1484
|
"Paths must be relative or start with '~/'. Absolute paths and '\\' separators are not supported. Glob patterns are deprecated and will be removed in future versions."
|
|
1485
1485
|
))
|
|
1486
1486
|
},
|
|
@@ -1495,9 +1495,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1495
1495
|
},
|
|
1496
1496
|
[PromptsConfig.MODE_LOCATION_KEY]: {
|
|
1497
1497
|
type: "object",
|
|
1498
|
-
title: ( localize(
|
|
1498
|
+
title: ( localize(5913, "Mode File Locations")),
|
|
1499
1499
|
markdownDescription: ( localize(
|
|
1500
|
-
|
|
1500
|
+
5914,
|
|
1501
1501
|
"Specify location(s) of custom chat mode files (`*{0}`). [Learn More]({1}).\n\nRelative paths are resolved from the root folder(s) of your workspace.",
|
|
1502
1502
|
LEGACY_MODE_FILE_EXTENSION,
|
|
1503
1503
|
AGENT_DOCUMENTATION_URL
|
|
@@ -1506,7 +1506,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1506
1506
|
[LEGACY_MODE_DEFAULT_SOURCE_FOLDER]: true
|
|
1507
1507
|
},
|
|
1508
1508
|
deprecationMessage: ( localize(
|
|
1509
|
-
|
|
1509
|
+
5915,
|
|
1510
1510
|
"This setting is deprecated and will be removed in future releases. Chat modes are now called custom agents and are located in `.github/agents`"
|
|
1511
1511
|
)),
|
|
1512
1512
|
additionalProperties: {
|
|
@@ -1532,9 +1532,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1532
1532
|
},
|
|
1533
1533
|
[PromptsConfig.AGENTS_LOCATION_KEY]: {
|
|
1534
1534
|
type: "object",
|
|
1535
|
-
title: ( localize(
|
|
1535
|
+
title: ( localize(5916, "Agent File Locations")),
|
|
1536
1536
|
markdownDescription: ( localize(
|
|
1537
|
-
|
|
1537
|
+
5917,
|
|
1538
1538
|
"Specify location(s) of custom agent files (`*{0}`). [Learn More]({1}).\n\nRelative paths are resolved from the root folder(s) of your workspace.",
|
|
1539
1539
|
AGENT_FILE_EXTENSION,
|
|
1540
1540
|
AGENT_DOCUMENTATION_URL
|
|
@@ -1550,7 +1550,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1550
1550
|
propertyNames: {
|
|
1551
1551
|
pattern: VALID_PROMPT_FOLDER_PATTERN,
|
|
1552
1552
|
patternErrorMessage: ( localize(
|
|
1553
|
-
|
|
1553
|
+
5918,
|
|
1554
1554
|
"Paths must be relative or start with '~/'. Absolute paths and '\\' separators are not supported."
|
|
1555
1555
|
))
|
|
1556
1556
|
},
|
|
@@ -1567,9 +1567,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1567
1567
|
},
|
|
1568
1568
|
[PromptsConfig.USE_AGENT_MD]: {
|
|
1569
1569
|
type: "boolean",
|
|
1570
|
-
title: ( localize(
|
|
1570
|
+
title: ( localize(5919, "Use AGENTS.md file")),
|
|
1571
1571
|
markdownDescription: ( localize(
|
|
1572
|
-
|
|
1572
|
+
5920,
|
|
1573
1573
|
"Controls whether instructions from `AGENTS.md` file found in a workspace roots are attached to all chat requests."
|
|
1574
1574
|
)),
|
|
1575
1575
|
default: true,
|
|
@@ -1579,9 +1579,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1579
1579
|
},
|
|
1580
1580
|
[PromptsConfig.USE_NESTED_AGENT_MD]: {
|
|
1581
1581
|
type: "boolean",
|
|
1582
|
-
title: ( localize(
|
|
1582
|
+
title: ( localize(5921, "Use nested AGENTS.md files")),
|
|
1583
1583
|
markdownDescription: ( localize(
|
|
1584
|
-
|
|
1584
|
+
5922,
|
|
1585
1585
|
"Controls whether instructions from nested `AGENTS.md` files found in the workspace are listed in all chat requests. The language model can load these skills on-demand if the `read` tool is available."
|
|
1586
1586
|
)),
|
|
1587
1587
|
default: false,
|
|
@@ -1597,9 +1597,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1597
1597
|
},
|
|
1598
1598
|
[PromptsConfig.USE_CLAUDE_MD]: {
|
|
1599
1599
|
type: "boolean",
|
|
1600
|
-
title: ( localize(
|
|
1600
|
+
title: ( localize(5923, "Use CLAUDE.md file")),
|
|
1601
1601
|
markdownDescription: ( localize(
|
|
1602
|
-
|
|
1602
|
+
5924,
|
|
1603
1603
|
"Controls whether instructions from `CLAUDE.md` file found in workspace roots, .claude and ~/.claude folder are attached to all chat requests."
|
|
1604
1604
|
)),
|
|
1605
1605
|
default: true,
|
|
@@ -1609,9 +1609,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1609
1609
|
},
|
|
1610
1610
|
[PromptsConfig.USE_AGENT_SKILLS]: {
|
|
1611
1611
|
type: "boolean",
|
|
1612
|
-
title: ( localize(
|
|
1612
|
+
title: ( localize(5925, "Use Agent skills")),
|
|
1613
1613
|
markdownDescription: ( localize(
|
|
1614
|
-
|
|
1614
|
+
5926,
|
|
1615
1615
|
"Controls whether skills are provided as specialized capabilities to the chat requests. Skills are loaded from the folders configured in `#chat.agentSkillsLocations#`. The language model can load these skills on-demand if the `read` tool is available. Learn more about [Agent Skills](https://aka.ms/vscode-agent-skills)."
|
|
1616
1616
|
)),
|
|
1617
1617
|
default: true,
|
|
@@ -1621,9 +1621,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1621
1621
|
},
|
|
1622
1622
|
[PromptsConfig.USE_SKILL_ADHERENCE_PROMPT]: {
|
|
1623
1623
|
type: "boolean",
|
|
1624
|
-
title: ( localize(
|
|
1624
|
+
title: ( localize(5927, "Use Skill Adherence Prompt")),
|
|
1625
1625
|
markdownDescription: ( localize(
|
|
1626
|
-
|
|
1626
|
+
5928,
|
|
1627
1627
|
"Controls whether a stronger skill adherence prompt is used that encourages the model to immediately invoke skills when relevant rather than just announcing them."
|
|
1628
1628
|
)),
|
|
1629
1629
|
default: false,
|
|
@@ -1642,9 +1642,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1642
1642
|
},
|
|
1643
1643
|
[PromptsConfig.INCLUDE_APPLYING_INSTRUCTIONS]: {
|
|
1644
1644
|
type: "boolean",
|
|
1645
|
-
title: ( localize(
|
|
1645
|
+
title: ( localize(5929, "Include Applying Instructions")),
|
|
1646
1646
|
markdownDescription: ( localize(
|
|
1647
|
-
|
|
1647
|
+
5930,
|
|
1648
1648
|
"Controls whether instructions with a matching 'applyTo' attribute are automatically included in chat requests."
|
|
1649
1649
|
)),
|
|
1650
1650
|
default: true,
|
|
@@ -1654,9 +1654,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1654
1654
|
},
|
|
1655
1655
|
[PromptsConfig.INCLUDE_REFERENCED_INSTRUCTIONS]: {
|
|
1656
1656
|
type: "boolean",
|
|
1657
|
-
title: ( localize(
|
|
1657
|
+
title: ( localize(5931, "Include Referenced Instructions")),
|
|
1658
1658
|
markdownDescription: ( localize(
|
|
1659
|
-
|
|
1659
|
+
5932,
|
|
1660
1660
|
"Controls whether referenced instructions are automatically included in chat requests."
|
|
1661
1661
|
)),
|
|
1662
1662
|
default: false,
|
|
@@ -1666,9 +1666,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1666
1666
|
},
|
|
1667
1667
|
[PromptsConfig.USE_CUSTOMIZATIONS_IN_PARENT_REPOS]: {
|
|
1668
1668
|
type: "boolean",
|
|
1669
|
-
title: ( localize(
|
|
1669
|
+
title: ( localize(5933, "Use Customizations in Parent Repositories")),
|
|
1670
1670
|
markdownDescription: ( localize(
|
|
1671
|
-
|
|
1671
|
+
5934,
|
|
1672
1672
|
"Controls whether to use chat customization files in parent repositories."
|
|
1673
1673
|
)),
|
|
1674
1674
|
default: false,
|
|
@@ -1678,9 +1678,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1678
1678
|
},
|
|
1679
1679
|
[PromptsConfig.SKILLS_LOCATION_KEY]: {
|
|
1680
1680
|
type: "object",
|
|
1681
|
-
title: ( localize(
|
|
1681
|
+
title: ( localize(5935, "Agent Skills Locations")),
|
|
1682
1682
|
markdownDescription: ( localize(
|
|
1683
|
-
|
|
1683
|
+
5936,
|
|
1684
1684
|
"Specify location(s) of agent skills (`{0}`) that can be used in Chat Sessions. [Learn More]({1}).\n\nEach path should contain skill subfolders with SKILL.md files (e.g., add `my-skills` if you have `my-skills/skillA/SKILL.md`). Relative paths are resolved from the root folder(s) of your workspace.",
|
|
1685
1685
|
SKILL_FILENAME,
|
|
1686
1686
|
SKILL_DOCUMENTATION_URL
|
|
@@ -1699,7 +1699,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1699
1699
|
propertyNames: {
|
|
1700
1700
|
pattern: VALID_PROMPT_FOLDER_PATTERN,
|
|
1701
1701
|
patternErrorMessage: ( localize(
|
|
1702
|
-
|
|
1702
|
+
5937,
|
|
1703
1703
|
"Paths must be relative or start with '~/'. Absolute paths and '\\' separators are not supported."
|
|
1704
1704
|
))
|
|
1705
1705
|
},
|
|
@@ -1716,9 +1716,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1716
1716
|
},
|
|
1717
1717
|
[PromptsConfig.HOOKS_LOCATION_KEY]: {
|
|
1718
1718
|
type: "object",
|
|
1719
|
-
title: ( localize(
|
|
1719
|
+
title: ( localize(5938, "Hook File Locations")),
|
|
1720
1720
|
markdownDescription: ( localize(
|
|
1721
|
-
|
|
1721
|
+
5939,
|
|
1722
1722
|
"Specify paths to hook configuration files that define custom shell commands to execute at strategic points in an agent's workflow. [Learn More]({0}).\n\nRelative paths are resolved from the root folder(s) of your workspace. Supports Copilot hooks (`*.json`) and Claude Code hooks (`settings.json`, `settings.local.json`).",
|
|
1723
1723
|
HOOK_DOCUMENTATION_URL
|
|
1724
1724
|
)),
|
|
@@ -1736,7 +1736,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1736
1736
|
propertyNames: {
|
|
1737
1737
|
pattern: VALID_PROMPT_FOLDER_PATTERN,
|
|
1738
1738
|
patternErrorMessage: ( localize(
|
|
1739
|
-
|
|
1739
|
+
5940,
|
|
1740
1740
|
"Paths must be relative or start with '~/'. Absolute paths and '\\' separators are not supported."
|
|
1741
1741
|
))
|
|
1742
1742
|
},
|
|
@@ -1758,9 +1758,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1758
1758
|
},
|
|
1759
1759
|
[PromptsConfig.USE_CHAT_HOOKS]: {
|
|
1760
1760
|
type: "boolean",
|
|
1761
|
-
title: ( localize(
|
|
1761
|
+
title: ( localize(5941, "Use Chat Hooks")),
|
|
1762
1762
|
markdownDescription: ( localize(
|
|
1763
|
-
|
|
1763
|
+
5942,
|
|
1764
1764
|
"Controls whether chat hooks are executed at strategic points during an agent's workflow. Hooks are loaded from the files configured in `#chat.hookFilesLocations#`."
|
|
1765
1765
|
)),
|
|
1766
1766
|
default: true,
|
|
@@ -1776,7 +1776,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1776
1776
|
description: {
|
|
1777
1777
|
key: "chat.useHooks.description",
|
|
1778
1778
|
value: ( localize(
|
|
1779
|
-
|
|
1779
|
+
5942,
|
|
1780
1780
|
"Controls whether chat hooks are executed at strategic points during an agent's workflow. Hooks are loaded from the files configured in `#chat.hookFilesLocations#`."
|
|
1781
1781
|
))
|
|
1782
1782
|
}
|
|
@@ -1785,9 +1785,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1785
1785
|
},
|
|
1786
1786
|
[PromptsConfig.USE_CLAUDE_HOOKS]: {
|
|
1787
1787
|
type: "boolean",
|
|
1788
|
-
title: ( localize(
|
|
1788
|
+
title: ( localize(5943, "Use Claude Hooks")),
|
|
1789
1789
|
markdownDescription: ( localize(
|
|
1790
|
-
|
|
1790
|
+
5944,
|
|
1791
1791
|
"Controls whether hooks from Claude configuration files can execute. When disabled, only Copilot-format hooks are used. Hooks are loaded from the files configured in `#chat.hookFilesLocations#`."
|
|
1792
1792
|
)),
|
|
1793
1793
|
default: false,
|
|
@@ -1798,9 +1798,9 @@ configurationRegistry.registerConfiguration({
|
|
|
1798
1798
|
[PromptsConfig.PROMPT_FILES_SUGGEST_KEY]: {
|
|
1799
1799
|
type: "object",
|
|
1800
1800
|
scope: ConfigurationScope.RESOURCE,
|
|
1801
|
-
title: ( localize(
|
|
1801
|
+
title: ( localize(5945, "Prompt File Recommendations")),
|
|
1802
1802
|
markdownDescription: ( localize(
|
|
1803
|
-
|
|
1803
|
+
5946,
|
|
1804
1804
|
"Configure which prompt files to recommend in the chat welcome view. Each key is a prompt file name, and the value can be `true` to always recommend, `false` to never recommend, or a [when clause](https://aka.ms/vscode-when-clause) expression like `resourceExtname == .js` or `resourceLangId == markdown`."
|
|
1805
1805
|
)),
|
|
1806
1806
|
default: {},
|
|
@@ -1822,7 +1822,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1822
1822
|
type: "boolean",
|
|
1823
1823
|
default: true,
|
|
1824
1824
|
description: ( localize(
|
|
1825
|
-
|
|
1825
|
+
5947,
|
|
1826
1826
|
"Controls whether to show the todo list widget above the chat input. When enabled, the widget displays todo items created by the agent and updates as progress is made."
|
|
1827
1827
|
))
|
|
1828
1828
|
},
|
|
@@ -1830,21 +1830,21 @@ configurationRegistry.registerConfiguration({
|
|
|
1830
1830
|
type: "string",
|
|
1831
1831
|
default: "fixedScrolling",
|
|
1832
1832
|
enum: ["collapsed", "collapsedPreview", "fixedScrolling"],
|
|
1833
|
-
enumDescriptions: [( localize(
|
|
1834
|
-
|
|
1833
|
+
enumDescriptions: [( localize(5948, "Thinking parts will be collapsed by default.")), ( localize(
|
|
1834
|
+
5949,
|
|
1835
1835
|
"Thinking parts will be expanded first, then collapse once we reach a part that is not thinking."
|
|
1836
1836
|
)), ( localize(
|
|
1837
|
-
|
|
1837
|
+
5950,
|
|
1838
1838
|
"Show thinking in a fixed-height streaming panel that auto-scrolls; click header to expand to full height."
|
|
1839
1839
|
))],
|
|
1840
|
-
description: ( localize(
|
|
1840
|
+
description: ( localize(5951, "Controls how thinking is rendered.")),
|
|
1841
1841
|
tags: ["experimental"]
|
|
1842
1842
|
},
|
|
1843
1843
|
[ChatConfiguration.ThinkingGenerateTitles]: {
|
|
1844
1844
|
type: "boolean",
|
|
1845
1845
|
default: true,
|
|
1846
1846
|
description: ( localize(
|
|
1847
|
-
|
|
1847
|
+
5952,
|
|
1848
1848
|
"Controls whether to use an LLM to generate summary titles for thinking sections."
|
|
1849
1849
|
)),
|
|
1850
1850
|
tags: ["experimental"]
|
|
@@ -1853,12 +1853,12 @@ configurationRegistry.registerConfiguration({
|
|
|
1853
1853
|
type: "string",
|
|
1854
1854
|
default: "always",
|
|
1855
1855
|
enum: ["off", "withThinking", "always"],
|
|
1856
|
-
enumDescriptions: [( localize(
|
|
1857
|
-
|
|
1856
|
+
enumDescriptions: [( localize(5953, "Tool calls are shown separately, not collapsed into thinking.")), ( localize(
|
|
1857
|
+
5954,
|
|
1858
1858
|
"Tool calls are collapsed into thinking sections when thinking is present."
|
|
1859
|
-
)), ( localize(
|
|
1859
|
+
)), ( localize(5955, "Tool calls are always collapsed, even without thinking."))],
|
|
1860
1860
|
markdownDescription: ( localize(
|
|
1861
|
-
|
|
1861
|
+
5956,
|
|
1862
1862
|
"Controls how tool calls are displayed in relation to thinking sections."
|
|
1863
1863
|
)),
|
|
1864
1864
|
tags: ["experimental"]
|
|
@@ -1867,7 +1867,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1867
1867
|
type: "boolean",
|
|
1868
1868
|
default: true,
|
|
1869
1869
|
markdownDescription: ( localize(
|
|
1870
|
-
|
|
1870
|
+
5957,
|
|
1871
1871
|
"When enabled, terminal tool calls are displayed inside the thinking dropdown with a simplified view."
|
|
1872
1872
|
)),
|
|
1873
1873
|
tags: ["experimental"]
|
|
@@ -1876,7 +1876,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1876
1876
|
type: "boolean",
|
|
1877
1877
|
default: true,
|
|
1878
1878
|
markdownDescription: ( localize(
|
|
1879
|
-
|
|
1879
|
+
5958,
|
|
1880
1880
|
"When enabled, terminal tool calls are always displayed in a collapsible container with a simplified view."
|
|
1881
1881
|
)),
|
|
1882
1882
|
tags: ["experimental"]
|
|
@@ -1885,7 +1885,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1885
1885
|
type: "boolean",
|
|
1886
1886
|
default: false,
|
|
1887
1887
|
markdownDescription: ( localize(
|
|
1888
|
-
|
|
1888
|
+
5959,
|
|
1889
1889
|
"Post-process tool output (for example `git diff`, `ls -l`, or `npm install`) to reduce token usage before it is sent to the model."
|
|
1890
1890
|
)),
|
|
1891
1891
|
tags: ["preview"],
|
|
@@ -1897,7 +1897,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1897
1897
|
type: "boolean",
|
|
1898
1898
|
default: true,
|
|
1899
1899
|
markdownDescription: ( localize(
|
|
1900
|
-
|
|
1900
|
+
5960,
|
|
1901
1901
|
"Controls whether the usages tool is available for finding references, definitions, and implementations of code symbols."
|
|
1902
1902
|
)),
|
|
1903
1903
|
tags: ["preview"],
|
|
@@ -1909,7 +1909,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1909
1909
|
type: "boolean",
|
|
1910
1910
|
default: true,
|
|
1911
1911
|
markdownDescription: ( localize(
|
|
1912
|
-
|
|
1912
|
+
5961,
|
|
1913
1913
|
"Controls whether the rename tool is available for renaming code symbols across the workspace."
|
|
1914
1914
|
)),
|
|
1915
1915
|
tags: ["preview"],
|
|
@@ -1929,7 +1929,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1929
1929
|
enum: ["replace", "append"],
|
|
1930
1930
|
default: "append",
|
|
1931
1931
|
description: ( localize(
|
|
1932
|
-
|
|
1932
|
+
5962,
|
|
1933
1933
|
"'replace' replaces all default phrases entirely; 'append' adds your phrases to all default categories."
|
|
1934
1934
|
))
|
|
1935
1935
|
},
|
|
@@ -1940,14 +1940,14 @@ configurationRegistry.registerConfiguration({
|
|
|
1940
1940
|
},
|
|
1941
1941
|
default: [],
|
|
1942
1942
|
description: ( localize(
|
|
1943
|
-
|
|
1943
|
+
5963,
|
|
1944
1944
|
"Custom loading messages to show during thinking, working progress, terminal, and tool operations."
|
|
1945
1945
|
))
|
|
1946
1946
|
}
|
|
1947
1947
|
},
|
|
1948
1948
|
additionalProperties: false,
|
|
1949
1949
|
markdownDescription: ( localize(
|
|
1950
|
-
|
|
1950
|
+
5964,
|
|
1951
1951
|
"Customize the loading messages shown during agent thinking and progress indicators. Use `\"mode\": \"replace\"` to use only your phrases, or `\"mode\": \"append\"` to add them to the defaults."
|
|
1952
1952
|
)),
|
|
1953
1953
|
tags: ["experimental"]
|
|
@@ -1956,14 +1956,14 @@ configurationRegistry.registerConfiguration({
|
|
|
1956
1956
|
type: "boolean",
|
|
1957
1957
|
default: true,
|
|
1958
1958
|
markdownDescription: ( localize(
|
|
1959
|
-
|
|
1959
|
+
5965,
|
|
1960
1960
|
"When enabled, tool failures are automatically expanded in the chat UI to show error details."
|
|
1961
1961
|
))
|
|
1962
1962
|
},
|
|
1963
1963
|
[ChatConfiguration.AIDisabled]: {
|
|
1964
1964
|
type: "boolean",
|
|
1965
1965
|
description: ( localize(
|
|
1966
|
-
|
|
1966
|
+
5966,
|
|
1967
1967
|
"Disable and hide built-in AI features provided by GitHub Copilot, including chat and inline suggestions."
|
|
1968
1968
|
)),
|
|
1969
1969
|
default: false,
|
|
@@ -1976,7 +1976,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1976
1976
|
description: {
|
|
1977
1977
|
key: "chat.disableAIFeatures",
|
|
1978
1978
|
value: ( localize(
|
|
1979
|
-
|
|
1979
|
+
5966,
|
|
1980
1980
|
"Disable and hide built-in AI features provided by GitHub Copilot, including chat and inline suggestions."
|
|
1981
1981
|
))
|
|
1982
1982
|
}
|
|
@@ -1986,7 +1986,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1986
1986
|
[ChatConfiguration.TitleBarSignInEnabled]: {
|
|
1987
1987
|
type: "boolean",
|
|
1988
1988
|
description: ( localize(
|
|
1989
|
-
|
|
1989
|
+
5967,
|
|
1990
1990
|
"Controls whether the Copilot Sign In button is shown in the title bar when signed out. When disabled, the Sign In affordance falls back to the status bar."
|
|
1991
1991
|
)),
|
|
1992
1992
|
default: true
|
|
@@ -1997,7 +1997,7 @@ configurationRegistry.registerConfiguration({
|
|
|
1997
1997
|
type: "string"
|
|
1998
1998
|
},
|
|
1999
1999
|
description: ( localize(
|
|
2000
|
-
|
|
2000
|
+
5968,
|
|
2001
2001
|
"List of GitHub organization logins whose members are permitted to use AI features. When set to a non-empty list, AI features are disabled until the user signs into a GitHub account that belongs to one of the specified organizations and account-level policy data has been resolved. Set to '*' to allow any authenticated GitHub or GitHub Enterprise account."
|
|
2002
2002
|
)),
|
|
2003
2003
|
default: [],
|
|
@@ -2010,7 +2010,7 @@ configurationRegistry.registerConfiguration({
|
|
|
2010
2010
|
description: {
|
|
2011
2011
|
key: "chat.approvedAccountOrganizations.policy.description",
|
|
2012
2012
|
value: ( localize(
|
|
2013
|
-
|
|
2013
|
+
5969,
|
|
2014
2014
|
"Setting this policy to a non-empty list activates the Approved Account gate: all AI features are disabled until the user signs into a GitHub account whose organizations intersect this list AND the account-side policy data has resolved. Comparison is case-insensitive. Use '*' as a wildcard to accept any signed-in GitHub or GHE account (use this for GHE deployments where the organization list is not surfaced)."
|
|
2015
2015
|
))
|
|
2016
2016
|
}
|
|
@@ -2019,7 +2019,7 @@ configurationRegistry.registerConfiguration({
|
|
|
2019
2019
|
},
|
|
2020
2020
|
"chat.allowAnonymousAccess": {
|
|
2021
2021
|
type: "boolean",
|
|
2022
|
-
description: ( localize(
|
|
2022
|
+
description: ( localize(5970, "Controls whether anonymous access is allowed in chat.")),
|
|
2023
2023
|
default: false,
|
|
2024
2024
|
tags: ["experimental"],
|
|
2025
2025
|
experiment: {
|
|
@@ -2029,7 +2029,7 @@ configurationRegistry.registerConfiguration({
|
|
|
2029
2029
|
[ChatConfiguration.GrowthNotificationEnabled]: {
|
|
2030
2030
|
type: "boolean",
|
|
2031
2031
|
description: ( localize(
|
|
2032
|
-
|
|
2032
|
+
5971,
|
|
2033
2033
|
"Controls whether to show a growth notification in the agent sessions view to encourage new users to try Copilot."
|
|
2034
2034
|
)),
|
|
2035
2035
|
default: false,
|
|
@@ -2041,7 +2041,7 @@ configurationRegistry.registerConfiguration({
|
|
|
2041
2041
|
[ChatConfiguration.RestoreLastPanelSession]: {
|
|
2042
2042
|
type: "boolean",
|
|
2043
2043
|
description: ( localize(
|
|
2044
|
-
|
|
2044
|
+
5972,
|
|
2045
2045
|
"Controls whether the last session is restored in panel after restart."
|
|
2046
2046
|
)),
|
|
2047
2047
|
default: false
|
|
@@ -2049,7 +2049,7 @@ configurationRegistry.registerConfiguration({
|
|
|
2049
2049
|
[ChatConfiguration.ExitAfterDelegation]: {
|
|
2050
2050
|
type: "boolean",
|
|
2051
2051
|
description: ( localize(
|
|
2052
|
-
|
|
2052
|
+
5973,
|
|
2053
2053
|
"Controls whether the chat panel automatically exits after delegating a request to another session."
|
|
2054
2054
|
)),
|
|
2055
2055
|
default: false,
|
|
@@ -2058,7 +2058,7 @@ configurationRegistry.registerConfiguration({
|
|
|
2058
2058
|
"chat.extensionUnification.enabled": {
|
|
2059
2059
|
type: "boolean",
|
|
2060
2060
|
description: ( localize(
|
|
2061
|
-
|
|
2061
|
+
5974,
|
|
2062
2062
|
"Enables the unification of GitHub Copilot extensions. When enabled, all GitHub Copilot functionality is served from the GitHub Copilot Chat extension. When disabled, the GitHub Copilot and GitHub Copilot Chat extensions operate independently."
|
|
2063
2063
|
)),
|
|
2064
2064
|
default: true,
|
|
@@ -2070,7 +2070,7 @@ configurationRegistry.registerConfiguration({
|
|
|
2070
2070
|
[ChatConfiguration.GeneralPurposeAgentEnabled]: {
|
|
2071
2071
|
type: "boolean",
|
|
2072
2072
|
description: ( localize(
|
|
2073
|
-
|
|
2073
|
+
5975,
|
|
2074
2074
|
"Controls whether the built-in General Purpose agent is available as a subagent."
|
|
2075
2075
|
)),
|
|
2076
2076
|
default: false,
|
|
@@ -2081,9 +2081,9 @@ configurationRegistry.registerConfiguration({
|
|
|
2081
2081
|
},
|
|
2082
2082
|
[ChatConfiguration.SubagentsAllowInvocationsFromSubagents]: {
|
|
2083
2083
|
type: "boolean",
|
|
2084
|
-
description: ( localize(
|
|
2084
|
+
description: ( localize(5976, "Allow subagents to invoke subagents.")),
|
|
2085
2085
|
markdownDescription: ( localize(
|
|
2086
|
-
|
|
2086
|
+
5977,
|
|
2087
2087
|
"Controls whether subagents can invoke other subagents. When enabled, nesting is limited to a maximum depth of 5."
|
|
2088
2088
|
)),
|
|
2089
2089
|
default: false,
|
|
@@ -2095,7 +2095,7 @@ configurationRegistry.registerConfiguration({
|
|
|
2095
2095
|
type: "boolean",
|
|
2096
2096
|
tags: ["preview"],
|
|
2097
2097
|
description: ( localize(
|
|
2098
|
-
|
|
2098
|
+
5978,
|
|
2099
2099
|
"Controls whether the harness selector is shown in the Chat Customizations editor sidebar. When disabled, the editor always shows all customizations without filtering."
|
|
2100
2100
|
)),
|
|
2101
2101
|
default: true
|
|
@@ -2104,7 +2104,7 @@ configurationRegistry.registerConfiguration({
|
|
|
2104
2104
|
type: "boolean",
|
|
2105
2105
|
tags: ["preview"],
|
|
2106
2106
|
description: ( localize(
|
|
2107
|
-
|
|
2107
|
+
5979,
|
|
2108
2108
|
"Controls whether the Chat Customizations editor shows a structured preview for markdown customization files (agents, skills, instructions, prompts). When disabled, the editor always opens the raw markdown in the embedded code editor."
|
|
2109
2109
|
)),
|
|
2110
2110
|
default: false
|
|
@@ -2112,7 +2112,7 @@ configurationRegistry.registerConfiguration({
|
|
|
2112
2112
|
[ChatConfiguration.UseChatSessionCustomizationsForCustomAgents]: {
|
|
2113
2113
|
type: "boolean",
|
|
2114
2114
|
description: ( localize(
|
|
2115
|
-
|
|
2115
|
+
5980,
|
|
2116
2116
|
"When enabled, custom agents shown in the chat mode picker are sourced from the customization harness service (scoped per session type) instead of the prompts service."
|
|
2117
2117
|
)),
|
|
2118
2118
|
default: false,
|
|
@@ -2124,15 +2124,15 @@ configurationRegistry.registerConfiguration({
|
|
|
2124
2124
|
}
|
|
2125
2125
|
});
|
|
2126
2126
|
( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(
|
|
2127
|
-
EditorPaneDescriptor.create(ChatEditor, ChatEditorInput.EditorID, ( localize(
|
|
2127
|
+
EditorPaneDescriptor.create(ChatEditor, ChatEditorInput.EditorID, ( localize(5981, "Chat"))),
|
|
2128
2128
|
[( new SyncDescriptor(ChatEditorInput))]
|
|
2129
2129
|
);
|
|
2130
2130
|
( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(
|
|
2131
|
-
EditorPaneDescriptor.create(ChatDebugEditor, ChatDebugEditorInput.ID, ( localize(
|
|
2131
|
+
EditorPaneDescriptor.create(ChatDebugEditor, ChatDebugEditorInput.ID, ( localize(5982, "Debug View"))),
|
|
2132
2132
|
[( new SyncDescriptor(ChatDebugEditorInput))]
|
|
2133
2133
|
);
|
|
2134
2134
|
( Registry.as(EditorExtensions.EditorPane)).registerEditorPane(
|
|
2135
|
-
EditorPaneDescriptor.create(AgentPluginEditor, AgentPluginEditor.ID, ( localize(
|
|
2135
|
+
EditorPaneDescriptor.create(AgentPluginEditor, AgentPluginEditor.ID, ( localize(5983, "Agent Plugin"))),
|
|
2136
2136
|
[( new SyncDescriptor(AgentPluginEditorInput))]
|
|
2137
2137
|
);
|
|
2138
2138
|
( Registry.as(Extensions$2.ConfigurationMigration)).registerConfigurationMigrations([{
|
|
@@ -2279,7 +2279,7 @@ let ChatResolverContribution = class ChatResolverContribution extends Disposable
|
|
|
2279
2279
|
_registerEditor(scheme) {
|
|
2280
2280
|
this._editorRegistrations.set(scheme, this.editorResolverService.registerEditor(`${scheme}:**/**`, {
|
|
2281
2281
|
id: ChatEditorInput.EditorID,
|
|
2282
|
-
label: ( localize(
|
|
2282
|
+
label: ( localize(5981, "Chat")),
|
|
2283
2283
|
priority: RegisteredEditorPriority.builtin
|
|
2284
2284
|
}, {
|
|
2285
2285
|
singlePerResource: true,
|
|
@@ -2328,7 +2328,7 @@ let ChatDebugResolverContribution = class ChatDebugResolverContribution {
|
|
|
2328
2328
|
constructor(editorResolverService) {
|
|
2329
2329
|
editorResolverService.registerEditor(`${ChatDebugEditorInput.RESOURCE.scheme}:**/**`, {
|
|
2330
2330
|
id: ChatDebugEditorInput.ID,
|
|
2331
|
-
label: ( localize(
|
|
2331
|
+
label: ( localize(5982, "Debug View")),
|
|
2332
2332
|
priority: RegisteredEditorPriority.exclusive
|
|
2333
2333
|
}, {
|
|
2334
2334
|
singlePerResource: true,
|
|
@@ -2367,13 +2367,13 @@ let ChatAgentSettingContribution = class ChatAgentSettingContribution extends Di
|
|
|
2367
2367
|
this.experimentService.getTreatment(treatmentId).then(value => {
|
|
2368
2368
|
const node = {
|
|
2369
2369
|
id: "chatSidebar",
|
|
2370
|
-
title: ( localize(
|
|
2370
|
+
title: ( localize(5756, "Chat")),
|
|
2371
2371
|
type: "object",
|
|
2372
2372
|
properties: {
|
|
2373
2373
|
"chat.agent.maxRequests": {
|
|
2374
2374
|
type: "number",
|
|
2375
2375
|
markdownDescription: ( localize(
|
|
2376
|
-
|
|
2376
|
+
5984,
|
|
2377
2377
|
"The maximum number of requests to allow per-turn when using an agent. When the limit is reached, will ask to confirm to continue."
|
|
2378
2378
|
)),
|
|
2379
2379
|
default: value ?? 50,
|
|
@@ -2410,13 +2410,13 @@ let ChatAgentSettingContribution = class ChatAgentSettingContribution extends Di
|
|
|
2410
2410
|
this.experimentService.getTreatment("chatDefaultNewSessionMode").then(value => {
|
|
2411
2411
|
const node = {
|
|
2412
2412
|
id: "chatSidebar",
|
|
2413
|
-
title: ( localize(
|
|
2413
|
+
title: ( localize(5756, "Chat")),
|
|
2414
2414
|
type: "object",
|
|
2415
2415
|
properties: {
|
|
2416
2416
|
[ChatConfiguration.DefaultNewSessionMode]: {
|
|
2417
2417
|
type: "string",
|
|
2418
2418
|
description: ( localize(
|
|
2419
|
-
|
|
2419
|
+
5887,
|
|
2420
2420
|
"The default mode for new chat sessions. When empty, the chat view's default mode is used."
|
|
2421
2421
|
)),
|
|
2422
2422
|
default: typeof value === "string" ? value : ""
|
|
@@ -2590,7 +2590,7 @@ let ToolReferenceNamesContribution = class ToolReferenceNamesContribution extend
|
|
|
2590
2590
|
for (const tool of tools) {
|
|
2591
2591
|
toolReferenceNameEnumValues.push(tool.toolReferenceName);
|
|
2592
2592
|
toolReferenceNameEnumDescriptions.push(( localize(
|
|
2593
|
-
|
|
2593
|
+
5985,
|
|
2594
2594
|
"{0} - {1}",
|
|
2595
2595
|
tool.toolReferenceName,
|
|
2596
2596
|
tool.userDescription || tool.displayName
|