Step 2 of 6

Verify It Worked

Type this command:
In your terminal, type cc and press Enter.

If you see Claude Code start up: You're good! The cc command is a safe wrapper that blocks dangerous operations while letting everything else run without permission prompts.

Notice the status bar at the bottom? That shows your context usage (how much of your conversation budget is used), token costs, and your current git branch. It updates in real time so you always know where you stand.
Troubleshooting

If you see "cc: command not found", close your terminal completely, open a new one, and try again. This refreshes the system path.