claude-code-status-line 1.2.3

A configurable status line for Claude Code with powerline arrows, context tracking, and quota monitoring
Documentation
{
  "sections": {
    "cwd": {
      "enabled": true,
      "full_path": true,
      "show_username": true
    },
    "git": {
      "enabled": true,
      "show_repo_name": true,
      "show_diff_stats": true
    },
    "model": {
      "enabled": true,
      "show_output_style": false,
      "show_thinking_mode": true
    },
    "context": {
      "enabled": true,
      "show_decimals": false,
      "show_token_counts": true,
      "autocompact_buffer_size": 45000
    },
    "quota": {
      "enabled": true,
      "show_time_remaining": true,
      "cache_ttl": 0
    },
    "cost": {
      "enabled": false,
      "show_durations": true
    }
  },
  "display": {
    "multiline": true,
    "default_terminal_width": 120,
    "use_powerline": false,
    "segment_separator": "",
    "details_separator": ", ",
    "section_padding": 1,
    "show_background": true
  }
}