Start of day
With --restart always enabled, Docker usually auto-recovers your proxy. In most cases you only need one command.
claude-nimMinimal operating checklist for daily coding with the LiteLLM proxy stack.
With --restart always enabled, Docker usually auto-recovers your proxy. In most cases you only need one command.
claude-nimKeep these commands handy for restart, inspection, and session recovery.
# Launch commands
claude-nim
docker start litellm-nim
docker logs litellm-nim
# Management commands
docker stop litellm-nim
docker restart litellm-nim
claude-nim --resume <id>Inside Claude Code
Once you're inside Claude Code (after running claude-nim), you can use these commands:
| Command | Description |
|---|---|
| /model | Switch between Sonnet / Opus / Haiku model slots |
| /compact | Free up context when sessions get slow |
| /init | Generate CLAUDE.md for your project (recommended) |
| /clear | Clear conversation history, start fresh |
| /resume [session] | Resume a previous conversation |
| /export [filename] | Export conversation as text |
| /diff | View uncommitted changes interactively |
| /doctor | Diagnose installation issues |
| /context | Visualize context usage |
| /cost | Show token usage statistics |
| /btw <question> | Ask a quick side question |
| /tasks | List and manage background tasks |
| Ctrl+B | Background running tasks |
| Ctrl+O | Toggle transcript viewer |
| Ctrl+R | Reverse search command history |
| ! <command> | Run bash command directly |
Complete Reference
Type / inside Claude Code to see all available commands, or use the quick reference below.
/resume [session]Resume a previous conversation by ID or name/export [filename]Export conversation as plain text/compact [instructions]Compress conversation to free context/branch [name]Create a conversation branch at this point/clearClear conversation history and start fresh/exitExit the CLI (alias: /quit)/batch <instruction>Run parallel agents for large-scale changes/simplify [focus]Auto-review code for quality improvements/security-reviewAnalyze changes for security vulnerabilities/diffView uncommitted changes interactively/pr-comments [PR]Fetch and display PR comments/doctorDiagnose and verify installation issues/debug [description]Enable debug logging for troubleshooting/contextVisualize context usage as a grid/costShow token usage statistics/usageShow plan usage limits and rate limits/model [model]Switch models without clearing context/effort [level]Set model effort (low/medium/high/auto)/fast [on|off]Toggle fast mode on or off/effortShow current effort level/configOpen settings interface (alias: /settings)/themeChange color theme/color [color]Set prompt bar color for session/permissionsManage allow/ask/deny rules/statusShow version, model, account info/btw <question>Ask quick side question without cluttering context/tasksList and manage background tasks (alias: /bashes)/statsVisualize daily usage, sessions, streaks/insightsGenerate session analysis report/memoryEdit CLAUDE.md memory filesSession Management
List available sessions and resume where you left off:
ls ~/.claude/sessions/claude-nim --resume <session-id>