claude-code-status-line 1.2.3

A configurable status line for Claude Code with powerline arrows, context tracking, and quota monitoring
Documentation
{
  "separator": [65, 65, 62],
  "cwd": {
    "background": [217, 119, 87],
    "foreground": [38, 38, 36],
    "details": [65, 65, 62]
  },
  "git": {
    "background": [38, 38, 36],
    "foreground": [217, 119, 87],
    "details": [130, 129, 122]
  },
  "model": {
    "background": [217, 119, 87],
    "foreground": [38, 38, 36],
    "details": [65, 65, 62]
  },
  "context": {
    "background": [38, 38, 36],
    "foreground": [217, 119, 87],
    "details": [130, 129, 122]
  },
  "quota_5h": {
    "background": [217, 119, 87],
    "foreground": [38, 38, 36],
    "details": [65, 65, 62]
  },
  "quota_7d": {
    "background": [38, 38, 36],
    "foreground": [217, 119, 87],
    "details": [130, 129, 122]
  },
  "cost": {
    "background": [217, 119, 87],
    "foreground": [38, 38, 36],
    "details": [65, 65, 62]
  }
}