ai-commit icon indicating copy to clipboard operation
ai-commit copied to clipboard

Treating every line as a title/header.

Open seumas opened this issue 1 year ago • 2 comments

Unless I've been mislead all this time, I believe that Conventional Commit methodology should look like this (possibly without the emoji beyond the title line?):

🚀 (logger.py): refactor the logger module to improve readability and add more functionality

  • 📝 Add docstrings to functions and modules to improve documentation
  • ♻️ Refactor logger initialization and configuration for better organization and flexibility
  • ➕ Add support for pretty-printing data in log messages for better readability and debugging
  • 🔧 Add support for logging to a file and enable rotation for better log management
  • ⚡️ Improve error logging by adding a dedicated error_pretty function for logging error messages with pretty-printed data
  • ⬆️ Upgrade dependencies by using the latest versions of loguru, pprint, and pathlib libraries

However, ai-commit is treating every line like a title/header line:

🚀 (logger.py): refactor the logger module to improve readability and add more functionality 📝 (logger.py): add docstrings to functions and modules to improve documentation ♻️ (logger.py): refactor logger initialization and configuration for better organization and flexibility ➕ (logger.py): add support for pretty-printing data in log messages for better readability and debugging 🔧 (logger.py): add support for logging to a file and enable rotation for better log management ⚡️ (logger.py): improve error logging by adding a dedicated error_pretty function for logging error messages with pretty-printed data ⬆️ (logger.py): upgrade dependencies by using the latest versions of loguru, pprint, and pathlib libraries

Enjoying the extension, otherwise!

seumas avatar Feb 08 '24 10:02 seumas

This plugin is great, I hope I can customize the prompt to meet different needs.

Cp0204 avatar Jul 12 '24 03:07 Cp0204

Try version 0.0.6

Sitoi avatar Nov 07 '24 04:11 Sitoi