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 instant visibility into key information while coding.

This screenshot will be refreshed with kineticRouter branding during the integration documentation pass.

Key Features:

  • Git Status — Branch name, clean / dirty / conflict state, remote tracking info
  • Model Display — Simplified model name (e.g., Sonnet 4 instead of the full identifier)
  • Context Usage — Real-time token consumption percentage
  • Theme System — Multiple built-in themes (cometix, minimal, gruvbox, nord, powerline-dark) with custom theme support

Installation

A Nerd Font  must be installed in your terminal for icons to display correctly.

Send the following message in the Claude Code chat, and Claude will automatically complete the installation and configuration:

Send to Claude Code
Planned example

The Anthropic-native route is planned and its configuration is shown only as a reference. This page preserves configuration steps for the Anthropic-native protocol. This example is intentionally not copyable in its current display state.

Claude Code will automatically:

  1. Clone the repository and build/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:

Planned example

The Anthropic-native route is planned and its configuration is shown only as a reference. This page preserves configuration steps for the Anthropic-native protocol. This example is intentionally not copyable in its current display state.

Add the following configuration to ~/.claude/settings.json:

~/.claude/settings.json
Planned example

The Anthropic-native route is planned and its configuration is shown only as a reference. This page preserves configuration steps for the Anthropic-native protocol. This example is intentionally not copyable in its current display state.

Restart Claude Code for changes to take effect.

Customization

CCometixLine provides an interactive TUI configuration panel. Run the following command to open it:

Planned example

The Anthropic-native route is planned and its configuration is shown only as a reference. This page preserves configuration steps for the Anthropic-native protocol. This example is intentionally not copyable in its current display state.

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 information display granularity

For more details, see the GitHub repository .