fix: make Shift+Tab enter plan mode before auto-approve (#1197)
This commit is contained in:
@@ -1041,8 +1041,8 @@ export function Input({
|
||||
// Cycle through permission modes
|
||||
const modes: PermissionMode[] = [
|
||||
"default",
|
||||
"acceptEdits",
|
||||
"plan",
|
||||
"acceptEdits",
|
||||
"bypassPermissions",
|
||||
];
|
||||
const currentIndex = modes.indexOf(currentMode);
|
||||
|
||||
Reference in New Issue
Block a user