Skip to content

Releases: m1guelpf/auto-commit

Switch to turbo model + extra context

26 Jun 12:32
22de9f9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.5...v0.2.0

v0.1.5: Introduce Manual Confirm (#3)

31 Oct 23:52
239a781
Compare
Choose a tag to compare
* Add question crate to prompt user for commit message

This commit adds the question crate to prompt the user for a commit message.

The question crate is used to ask the user if they want to commit the message
that was generated by the OpenAI API.

The user can choose to commit the message or abort the commit.

* Add a dry-run flag to the CLI

This commit adds a dry-run flag to the CLI. This flag will allow the user to
see what the commit message would be without actually committing the changes.

* Add a spinner to the CLI

This is a nice addition to the CLI.

It makes the CLI more fun to use.

* Overshadow variable

Co-authored-by: Miguel Piedrafita <[email protected]>

v0.1.4: Remove git2 dependency

31 Oct 23:13
00167f0
Compare
Choose a tag to compare
The git2 dependency was only used to check if the current directory was a git
repository. This can be done using the `git` command line tool instead.

v0.1.1: chore: update release workflow

31 Oct 00:57
0bd99b0
Compare
Choose a tag to compare
- Remove version from binary name
- Add install script

v0.1: Add release workflow

30 Oct 23:45
9c906ab
Compare
Choose a tag to compare
This workflow will build the binaries for the release and upload them to the
release.