v0.0.75
Version 0.0.75
This new version includes several enhancements to the CLI module of LlamaBot. The improvements focus on automating the process of writing commit messages and ensuring consistency. The version also includes codebase improvements such as the removal of unnecessary comments.
New Features
- A new command
autowrite_commit_message
has been added to thegit.py
file in thellamabot/cli
directory. This command automatically generates a commit message based on the diff and writes it to the.git/COMMIT_EDITMSG
file. Error handling has also been included in case any exceptions occur during the process. (185613) (Eric Ma) - A new command
install_commit_message_hook
has been added to the Git subcommand for LlamaBot CLI. This command installs a commit message hook that runs the commit message through the bot, automating the process of writing commit messages and ensuring consistency. (d1254e) (Eric Ma)
Bug Fixes
- No bug fixes in this release.
Deprecations
- Unnecessary comments in
git.py
have been removed to improve the codebase. (ecf9c0) (Eric Ma)