Add warning to autoReplyToPrompts

Fixes #287542
This commit is contained in:
Daniel Imms
2026-01-13 05:33:44 -08:00
parent 97d778c701
commit 9dd4e3ec84
@@ -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."),