RepoDepot
Category

Status Lines

Replace Claude Code's default status bar with something that surfaces the signals you actually care about.

Frequently asked

About status lines

What is a Claude Code status line?+

A status line is a custom info bar at the bottom of your Claude Code session showing what you choose: context usage, cumulative cost, current model, branch name, session token count, etc. It replaces the default bar.

How do I install a status line?+

Add the statusLine entry to your Claude Code settings.json pointing to a script that prints the formatted line. The script runs on each turn and can read session metadata from environment variables.

Browse other categories