feat(plan): add experimental plan flag (#16650)

This commit is contained in:
Jerop Kipruto
2026-01-14 19:55:10 -05:00
committed by GitHub
parent ae198029bc
commit 5bdfe1a1fa
8 changed files with 66 additions and 0 deletions

View File

@@ -1540,6 +1540,15 @@ const SETTINGS_SCHEMA = {
},
},
},
plan: {
type: 'boolean',
label: 'Plan',
category: 'Experimental',
requiresRestart: true,
default: false,
description: 'Enable planning features (Plan Mode and tools).',
showInDialog: true,
},
},
},