cship 1.7.1

A beautiful, fully customizable statusline for Claude Code — Starship-style TOML config, themeable colours, Nerd Font glyphs, and tunable cost/context/usage thresholds
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod ansi;
pub mod cache;
pub mod config;
pub mod context;
pub mod explain;
pub mod format;
pub mod modules;
pub mod passthrough;
pub mod platform;
pub mod renderer;
pub mod uninstall;
pub mod usage_limits;