| CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 69
Releases: Haleclipse/CCometixLine
v1.0.9
[1.0.9] - 2025-12-21
Added
- Add Claude in Chrome subscription bypass patches
Changed
- ui: Keep main menu open and show status message after check/init config by @cheukyin175 in #57
- ui: Simplify icon selector control flow with boolean return @zhangzhenxiang666 in #55
Fixed
-
ui: Increase help height to show status message in config mode @zhangzhenxiang666 in #55
-
Prevent git lock conflicts and skip disabled segments by @ekain-fr in #46
-
Handle icon selector input and selection logic properly by @zhangzhenxiang666 in #55
Miscellaneous
- Add lefthook for pre-commit fmt and clippy checks
- Add git-cliff configuration for changelog generation
Styling
- Use compound assignment operator for clippy
Ci
- Integrate git-cliff for release notes generation
Assets 7
v1.0.8
Full Changelog: v1.0.7...v1.0.8
Assets 7
v1.0.7
Full Changelog: v1.0.6...v1.0.7
Assets 7
v1.0.6
Full Changelog: v1.0.5...v1.0.6
Assets 7
v1.0.5
Release Notes v1.0.5
π Bug Fixes
Third-Party Model Usage Display
- Fixed usage calculation issues for Kimi (Moonshot AI) and other third-party models
- Resolved "duplicate field" parsing errors when models return both OpenAI and Anthropic format tokens
- Usage now displays correctly instead of showing 0%
Improved Data Handling
- Display "-" when usage data is unavailable (instead of 0%)
- Intelligent token merging with Anthropic format priority
- Support for mixed API formats (OpenAI + Anthropic)
β¨ Enhancements
Configuration UX
- Auto-create default models.toml template on first run
- Simplified model configuration structure
- Removed redundant configuration loading for better performance
Compatibility: All existing configurations remain compatible. New users will automatically get a models.toml
template to customize.
Assets 7
v1.0.4
CCometixLine 1.0.4 Release Notes
Added
- Interactive Main Menu: Direct execution now shows TUI menu instead of hanging when no stdin input
- Claude Code Patcher: --patch command to disable context warnings and enable verbose mode
- Three New Segments: Extended statusline with additional information
- Cost Segment: Shows monetary cost with intelligent zero-cost handling
- Session Segment: Displays session duration and line changes
- OutputStyle Segment: Shows current output style name
- Enhanced Theme System: Comprehensive theme architecture with 9 built-in themes
- Modular theme organization with individual theme modules
- 4 new Powerline theme variants (dark, light, rose pine, tokyo night)
- Enhanced existing themes (cometix, default, minimal, gruvbox, nord)
- Model Management System: Intelligent model recognition and configuration
Fixed
- Direct Execution Hanging: No longer hangs when executed without stdin input
- Help Component Styling: Consistent key highlighting across all TUI help displays
- Cross-platform Path Support: Enhanced Windows %USERPROFILE% and Unix ~/ path handling
Usage Examples
Configuration management
ccline --init
ccline --config
ccline --check
Claude Code enhancement
ccline --patch /path/to/claude-code/cli.js
Assets 7
v1.0.3
Full Changelog: v1.0.2...v1.0.3
Assets 7
v1.0.2
Full Changelog: v1.0.1...v1.0.2
Assets 7
v1.0.1
Full Changelog: v1.0.0...v1.0.1
Assets 7
v1.0.0
CCometixLine 1.0.0 Release Notes
π Brand New Interactive Configuration Experience
No more manual config file editing -
Now you can configure your statusline directly through a
visual interface!
π‘ Ready-to-Use New Features
π― One-Click Configuration Interface
ccline -c
- Real-time preview of your statusline style
- Full configuration control, customize as you wish
π¨ Built-in Themes, Ready Out of the Box
- Powerline: Classic arrow style, compatible with existing
Powerline themes - Minimal: Clean design, guaranteed to work
- Compact: Tight layout, saves space
- Default: Balanced design, perfect for most users
π οΈ Simplified User Experience
Before: Manual TOML config file editing
[theme]
primary_color = "#61afef"
# Lots of complex configuration...
Now: Interactive interface, what you see is what you get
- Tab key to switch settings
- Arrow keys to adjust values
- Enter to confirm changes
- Escape to go back
π¦ Easier Installation
npm install -g @cometix/ccline
Why Choose 1.0.0?
- Zero Learning Curve: Graphical configuration, intuitive and
easy - Instant Feedback: See changes immediately as you modify
settings - Zero-Config Startup: Built-in themes, ready to use after
installation - Strong Compatibility: Supports importing existing Powerline
themes
Upgraded from a command-line tool to a complete configuration
platform, making statusline customization simple and fun.