Skip to content

Commit 3cdb459

Browse files
committed
Auto approve machine scope
1 parent 53f5216 commit 3cdb459

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vs/workbench/contrib/chat/browser/chat.contribution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ configurationRegistry.registerConfiguration({
223223
description: nls.localize('chat.tools.autoApprove.description', "Controls whether tool use should be automatically approved. Allow all tools to run automatically without user confirmation, overriding any tool-specific settings such as terminal auto-approval. Use with caution: carefully review selected tools and be extra wary of possible sources of prompt injection!"),
224224
markdownDescription: nls.localize('chat.tools.autoApprove.markdownDescription', "Controls whether tool use should be automatically approved.\n\nAllows _all_ tools to run automatically without user confirmation, overriding any tool-specific settings such as terminal auto-approval.\n\nUse with caution: carefully review selected tools and be extra wary of possible sources of prompt injection!"),
225225
type: 'boolean',
226+
scope: ConfigurationScope.MACHINE,
226227
tags: ['experimental'],
227228
policy: {
228229
name: 'ChatToolsAutoApprove',

0 commit comments

Comments
 (0)