This release focuses on refining the commit message generation experience with cleaner output, improved prompt instructions, and a more readable CLI display.
✨ What's New
- Clearer Prompt Design: Simplified and clarified prompt text to generate cleaner commit messages.
- Prettier CLI Output: Multi-line
git commit
suggestions are now shown using-m
with proper indentation and backslashes. - Smarter Formatting: Automatically handles spacing issues and prevents sentence continuation errors in commit headers.
🛠 Fixes & Improvements
- Fixed spacing issue between version and summary in commit messages.
- Removed redundant instructions and improved LLM parsing compatibility.
- Ensured body lines are only printed if present and properly trimmed.
Ideal for users who want consistent, readable, and professional commit messages with minimal hassle.