
Add the following configuration to ~/.claude/settings.json to view Claude Code usage, model info, and more. If the file does not exist, create it manually.
{
"statusLine": {
"type": "command",
"command": "npx ccstatusline@latest",
"padding": 0
}
}
Note: running npx ccstatusline@latest in the terminal also lets you customize the status line. Follow the prompts after it starts.


