Enable subagent custom agent setting by default (#297499)

This commit is contained in:
Harald Kirschner
2026-02-24 13:41:29 -08:00
committed by GitHub
parent f3dba005db
commit ad8360665e
@@ -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'
}