mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 07:44:33 +01:00
Enable subagent custom agent setting by default (#297499)
This commit is contained in:
@@ -1227,8 +1227,7 @@ configurationRegistry.registerConfiguration({
|
||||
[ChatConfiguration.SubagentToolCustomAgents]: {
|
||||
type: 'boolean',
|
||||
description: nls.localize('chat.subagentTool.customAgents', "Whether the runSubagent tool is able to use custom agents. When enabled, the tool can take the name of a custom agent, but it must be given the exact name of the agent."),
|
||||
default: false,
|
||||
tags: ['experimental'],
|
||||
default: true,
|
||||
experiment: {
|
||||
mode: 'auto'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user