Skip to content

Statusline

The statusline displays real-time information about Claude's current mode and activity at the bottom of your terminal.

Official documentation: Claude Code statusline

Built-in Statusline

The native Claude Code statusline shows current mode, thinking state, token usage, and activity status. See the official docs for reading guide.

Statusline

Alternative: ccstatusline

For additional metrics and styling customization, try ccstatusline:

bash
# Configuration TUI with npm
npx ccstatusline@latest

# Or with Bun (faster)
bunx ccstatusline@latest
  • Permission Modes - Switch between default, acceptEdits, plan, auto, dontAsk, and bypassPermissions
  • Keyboard Shortcuts - Quick commands including mode switching with Shift+Tab

Built with VitePress and powered by Claude Code