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, current model, and context window usage in real time, giving you a clear view of key information while coding.
PixPin_2026-05-15_14-02-05.png
Core Capabilities:
Git Status — Branch name, clean / dirty / conflict status, remote tracking info
Model Display — Simplified model names (e.g., Sonnet 4 instead of full identifiers)
Context Usage — Real-time token consumption percentage calculation
Theme System — Built-in multiple themes (cometix, minimal, gruvbox, nord, powerline-dark), with customization support

Installation#

Install via Claude Code (Recommended)#

Send the following message in the Claude Code chat dialog, 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.
Take effect after restart

Manual Installation#

Install globally via npm and configure manually:
Add the following configuration to ~/.claude/settings.json:
{
  "env": {
    "CLAUDE_CODE_STATUSLINE": "ccline"
  }
}
Takes 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 in real time:
Status bar layout and display items
Theme switching and custom color schemes
Git info display granularity
For more details, refer to the GitHub repository.
Modified at 2026-05-29 02:58:02
Previous
Configure Model Providers
Next
Skills Configuration
Built with