feat(plan): add experimental 'plan' approval mode (#16753)

This commit is contained in:
Jerop Kipruto
2026-01-15 17:00:19 -05:00
committed by GitHub
parent 1e8f87fbdf
commit 655ab21d8b
4 changed files with 82 additions and 4 deletions
+1
View File
@@ -46,6 +46,7 @@ export enum ApprovalMode {
DEFAULT = 'default',
AUTO_EDIT = 'autoEdit',
YOLO = 'yolo',
PLAN = 'plan',
}
/**