mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 15:26:49 +01:00
+1
-1
@@ -477,7 +477,7 @@ export const terminalChatAgentToolsConfiguration: IStringDictionary<IConfigurati
|
||||
type: 'boolean',
|
||||
default: false,
|
||||
tags: ['experimental'],
|
||||
markdownDescription: localize('autoReplyToPrompts.key', "Whether to automatically respond to prompts in the terminal such as `Confirm? y/n`. This is an experimental feature and may not work in all scenarios."),
|
||||
markdownDescription: localize('autoReplyToPrompts.key', "Whether to automatically respond to prompts in the terminal such as `Confirm? y/n`. This is an experimental feature and may not work in all scenarios.\n\n**This feature is inherently risky to use as you're deferring potentially sensitive decisions to an LLM. Use at your own risk.**"),
|
||||
},
|
||||
[TerminalChatAgentToolsSettingId.OutputLocation]: {
|
||||
markdownDescription: localize('outputLocation.description', "Where to show the output from the run in terminal tool session."),
|
||||
|
||||
Reference in New Issue
Block a user