Statusline

Last updated: March 21, 2026

Statusline

See your working directory, git branch, model, context usage, estimated cost, and balance right in your terminal.

Install

bash
curl -fsSL https://clawapigate.com/statusline.sh | sh

What It Shows

  • Working directory
  • Git branch
  • Current model
  • Context usage
  • Estimated cost
  • Credit balance

Configuration

Edit ~/.claude/settings.json:

json
{
  "statusline": {
    "enabled": true,
    "balanceCacheTTL": 30,
    "pricingCacheTTL": 86400
  }
}

Cache Behavior

  • Balance: cached for 30 seconds
  • Pricing: cached for 24 hours
Chat with us on Telegram