v0.0.45 - Enhanced Diff Modes Selection
🎯 Highlights
- Mode Selection: New
-m/--mode
flag for precise diff comparisons - Breaking: Removed auto-detection in favor of explicit modes
- CLI Updates: Enhanced help text with mode-specific examples
🔍 Details
Mode Selection
- Added
-m/--mode
flag with three options:
Breaking Changes
- Removed automatic commit mode detection
- Required explicit mode selection via
-m
flag
CLI Improvements
- Added mode-specific examples in help text
- Updated command syntax documentation
- Clarified diff notation differences
🛠 Technical Changes
- Changed JSDoc to include new mode options
- Updated CLI option handling
- Added mode explanation in help text
📦 Dependencies
No changes