chore(config): disable agents by default (#23546)

This commit is contained in:
Abhi
2026-03-23 15:24:16 -04:00
committed by GitHub
parent ac95282758
commit b2d6dc4e32
8 changed files with 15 additions and 9 deletions

View File

@@ -2673,8 +2673,8 @@
"enableAgents": {
"title": "Enable Agents",
"description": "Enable local and remote subagents.",
"markdownDescription": "Enable local and remote subagents.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `true`",
"default": true,
"markdownDescription": "Enable local and remote subagents.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `false`",
"default": false,
"type": "boolean"
},
"worktrees": {