Releases: Haleclipse/CCometixLine
v1.1.2
v1.1.1
[1.1.1] - 2026-02-09
Miscellaneous
- Release v1.1.1
v1.1.0
[1.1.0] - 2026-01-25
Added
-
session: Color line changes green/red for +/-
-
Support Claude Code native context_window API (#71)
-
Add Linux ARM64 (aarch64) support
-
Prioritize CLAUDE_CONFIG_DIR over default credentials path
Changed
- credentials: Extract read_token_from_path() to reduce duplication
- patcher: Migrate all patches to tree-sitter AST parsing
- patcher: Optimize AST parsing and fix verbose property matching
Fixed
-
context-window: Prioritize models.toml config over native API
-
ui: Sync Usage segment colors with TOML theme configs
-
Improve musl detection and add security improvements
-
Remove fake checksum placeholder for ARM64 musl toolchain
Miscellaneous
- Release v1.1.0
Revert
- Remove native context_window API support (#71)
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
v1.0.8
Full Changelog: v1.0.7...v1.0.8
v1.0.7
Full Changelog: v1.0.6...v1.0.7
v1.0.6
Full Changelog: v1.0.5...v1.0.6
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.
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
v1.0.3
Full Changelog: v1.0.2...v1.0.3