Skip to content

Releases: m1guelpf/auto-commit

Switch to turbo model + extra context

Choose a tag to compare

@m1guelpf m1guelpf released this 26 Jun 12:32
22de9f9

What's Changed

New Contributors

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

v0.1.5: Introduce Manual Confirm (#3)

Choose a tag to compare

@m1guelpf m1guelpf released this 31 Oct 23:52
239a781
* 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 <github@miguelpiedrafita.com>

v0.1.4: Remove git2 dependency

Choose a tag to compare

@m1guelpf m1guelpf released this 31 Oct 23:13
00167f0
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

Choose a tag to compare

@m1guelpf m1guelpf released this 31 Oct 00:57
0bd99b0
- Remove version from binary name
- Add install script

v0.1: Add release workflow

Choose a tag to compare

@m1guelpf m1guelpf released this 30 Oct 23:45
9c906ab
This workflow will build the binaries for the release and upload them to the
release.