You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'autopilot': {label: 'Autopilot',description: l10n.t('Auto-approve all tool calls and continue until the task is done')},
461
+
'interactive': {label: 'Interactive',description: l10n.t('Let the agent continue in interactive mode, asking for user input and approval for each action.')},
462
+
'exit_only': {label: 'Approve and exit plan mode',description: l10n.t('Exit plan mode, but do not execute the plan. I will execute the plan myself after reviewing it.')},
463
+
'autopilot_fleet': {label: 'Autopilot Fleet',description: l10n.t('Auto-approve all tool calls, including fleet management actions, and continue until the task is done.')},
0 commit comments