Skip to content

v0.1.6

Latest
Compare
Choose a tag to compare
@Jannchie Jannchie released this 28 Sep 10:36
· 5 commits to main since this release

compare changes

πŸš€ Enhancements

  • ai: Use llm to auto generate commit message (3fea9bf)
  • ai: Parse git commit messages using a regular expression (7246d72)

🩹 Fixes

  • config: Typo of perf (852ea98)
  • version: Show correct version for commander (3861ead)
  • prompt: Use better ai prompt (2fc18e2)
  • cli: The interactive cli will get data (72ef0ba)

πŸ’… Refactors

  • args: Refactor the commander parse logic (c5e66b7)

πŸ“– Documentation

  • ai: Add docs for using OpenAI ChatGPT API (1fdda7b)

πŸ“¦ Build

  • rollup: Expose __filename to global (eef1929)

🏑 Chore

  • ai: Update generateByAI and checkAI functions, modify getDiffOfCurrentGit command, and improve commit message prompt (cd2f65e)
  • update: Lowercase conversion for variables and prompt message update (c67eabb)
  • ai: Removes an unused import (0269b2a)

❀️ Contributors