Session Management
Continue Last Conversation
claude --continue
Resume exactly where you left off
Continue with Prompt
claude --continue --print "Show me our progress"
Continue with specific instruction
YOLO Mode (Danger Zone)
⚠️ Warning: Skips ALL permission prompts. Claude will automatically edit, delete, and execute without asking. Use only when you fully trust the outcome.
claude --skip-permission dangerously
Perfect for repetitive tasks where you know exactly what needs to be done. Dangerous for exploratory work.
Thinking Modes (Magic Words)
Add these keywords to your prompts to trigger extended thinking. Claude will show its thought process in teal boxes.
"think"
"Let's think step by step about this"
~4,000 tokens for reasoning
"think hard" / "megathink"
"Think hard about the best approach"
~10,000 tokens for deeper analysis
"think harder"
"Think harder about this architecture"
Extended reasoning budget
"ultrathink"
"Ultrathink: solve this complex issue"
Maximum 31,999 tokens (45-180s)
When to Use:
• Basic "think": Syntax fixes, simple refactoring
• "Megathink": Architectural decisions, complex debugging
• "Ultrathink": System design, performance optimization, intractable problems
Note:
These are prompt keywords, NOT CLI flags. Just include them in your message. Performance follows logarithmic curve - megathink often provides optimal balance.