Claude Code Status Line banner
shanraisshan shanraisshan

Claude Code Status Line

AI community

Description

A custom status line script for Claude Code that displays context window usage, git status, and model information.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code Status Line

Claude Code mascot jumping and pointing Claude Code status line monitor

A minimal status line script for [Claude Code](https://claude.ai/) that displays model name and context window usage.

![Status Line Example](https://img.shields.io/badge/Claude%20Code-2.1.6+-blue)

![Screenshot](!/comparision.png)

Preview

**Session start (loading state):**

Opus 4.5 | ○○○○○○○○○○ loading...

**Normal usage (blue circles):**

Opus 4.5 | ●●●○○○○○○○ 30k/200k (15% used)

**Warning state (red circles when > 60%):**

Opus 4.5 | ●●●●●●●○○○ 140k/200k (70% used)

Features

  • Context Window Display: Shows token usage with circle-based progress bar
  • Loading State: Empty circles with "loading..." at session start
  • Warning Indicator: Circles turn red when context usage exceeds 60%
  • Minimal Design: Shows only model name and context - no clutter

Requirements

  • Claude Code v2.1.6 or higher
  • jq (JSON processor)
  • Bash shell

Installation

  1. **Create the scripts directory** (if it doesn't exist):

    mkdir -p ~/.claude/scripts
  2. **Copy the script**:

    curl -o ~/.claude/scripts/status-line.sh https://raw.githubusercontent.com/shanraisshan/claude-code-status-line/main/status-line.sh

    Or manually copy `status-line.sh` to `~/.claude/scripts/`

  3. **Make it executable**:

    chmod +x ~/.claude/scripts/status-line.sh
  4. **Configure Claude Code** by adding to `~/.claude/settings.json`:

    {
      "statusLine": {
        "type": "command",
        "command": "~/.claude/scripts/status-line.sh"
      }
    }
  5. **Restart Claude Code** to see the new status line.

How It Works

The script reads JSON data from Claude Code via stdin and displays:

  • Model name: From model.display_name or