HomeTokenhotAPI DocumentTools
language
language
  • 中文
  • English
HomeTokenhotAPI DocumentTools
language
language
  • 中文
  • English
  1. Claude
  • navigation
  • OpenClaw
  • hermes
  • Gemini CLI
  • OpenCode
  • Cherry Studio
  • CC-Switch
  • Claude
    • Overview
    • Install Claude Code
    • Configure Model Providers
    • CCometixLine Status Bar Plugin
    • Skills Configuration
  • Codex
    • Codex CLI Installation
    • Configure Model Providers
  1. Claude

CCometixLine Status Bar Plugin

CCometixLine is a Claude Code status bar enhancement tool that displays Git branch status, the current model, and context window usage in real time, so you can see key information at a glance while coding.
PixPin_2026-05-15_14-02-05.png
Core Capabilities:
Git status — Branch name, clean / dirty / conflict status, and remote tracking information
Model display — Simplified model names (for example, Sonnet 4 instead of the full identifier)
Context usage — Real-time calculation of token usage percentage
Theme system — Multiple built-in themes (cometix, minimal, gruvbox, nord, powerline-dark), with support for customization

Installation#

Install Through Claude Code (Recommended)#

Send the following message in the Claude Code chat window, and Claude will automatically complete the installation and configuration:
Help me install: https://github.com/Haleclipse/CCometixLine
And configure it in Claude Code global settings to enable it
Claude Code will automatically:
1.
Clone the repository and compile/install CCometixLine
2.
Write the status bar configuration to ~/.claude/settings.json
3.
Apply the changes after restart

Manual Installation#

Install it globally via npm and then configure it manually:
Add the following configuration to ~/.claude/settings.json:
{
  "env": {
    "CLAUDE_CODE_STATUSLINE": "ccline"
  }
}
It will take effect after restarting Claude Code.

Customization#

CCometixLine provides an interactive TUI configuration panel. Run the following command to open it:
In the configuration panel, you can preview and adjust the following in real time:
Status bar layout and displayed items
Theme switching and custom colors
Git information display granularity
For more details, refer to the GitHub repository.
Modified at 2026-06-22 09:55:45
Previous
Configure Model Providers
Next
Skills Configuration
Built with