-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Summary
Add a "YOLO Mode" option to the Claude Terminal session picker that launches Claude with --dangerously-skip-permissions for power users who want to skip all confirmation prompts.
Use Case
Power users who understand the risks and want maximum efficiency when working with Claude may prefer to skip all permission prompts. This is particularly useful for:
- Automated workflows
- Trusted development environments
- Users who prefer to review changes after the fact
Proposed Implementation
- Add option 8 to the session picker menu with a visual separator to distinguish it from standard options
- Display a clear warning screen explaining the risks
- Require the user to type "YOLO" to confirm they understand the risks
- Provide a sub-menu to choose session type (New/Continue/Resume)
- Set
IS_SANDBOX=1environment variable for tracking - Launch Claude with
--dangerously-skip-permissionsflag
Safety Considerations
- Clear warning displayed before activation
- Explicit confirmation required (must type "YOLO")
- Visual separation in menu to prevent accidental selection
- Environment variable set for audit/tracking purposes
Files to Modify
claude-terminal/scripts/claude-session-picker.sh
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels