Claude Code
Claude Code is Anthropic’s official CLI for Claude.
Features
- Tool Execution — Read, write, and execute commands
- Build/Plan Modes — Toggle between full execution and read-only
- Multiple Models — Opus 4.5, Sonnet 4.5
- 200K Context — Large context window
Models
| Model | Best For |
|---|---|
| Opus 4.5 | Complex reasoning, architecture |
| Sonnet 4.5 | Balanced performance (default) |
Build vs Plan Mode
- Build Mode (default) — Full capabilities
- Plan Mode — Read-only analysis, no file modifications
Toggle with Tab or Ctrl+4.
Tools Available
Read— Read file contentsWrite— Create or overwrite filesEdit— Modify existing filesBash— Execute shell commandsGlob— Find files by patternGrep— Search file contents
Installation
npm install -g @anthropic-ai/claude-code