aicommits icon indicating copy to clipboard operation
aicommits copied to clipboard

A CLI that writes your git commit messages for you with AI

Results 118 aicommits issues
Sort by recently updated
recently updated
newest added

This PR adds a flag `--prefix` to prefix a string to the generated commit message. It'll make it possible to use aicommits with many actual workflows while being very flexible...

Hello all, I am trying this package but getting an internal server error.

This replaces #80 Used `aicommits` to generate the following commit message: Add dependency '@dqbd/tiktoken' and update OpenAI configuration to use 'text-davinci-003' model

adding noninteractive flag to use first commit message retrieved from openai to avoid user interaction

It would be great to have a flag `-p` or `--prefix` that would take an argument that would be prefixed into the final commit message. `aicommits -p web:` would yield...

feature
pr welcome

First, thanks a lot for building this tool! The current limitation of 200 lines could be improved by adding `--ignore-all-space` flag, which will produce more concise diff, for example when...

This is an improvement for #69, this PR sets the language using the config command. Examples: Set Spanish ![Screenshot from 2023-02-21 10-06-17](https://user-images.githubusercontent.com/55886451/220403817-d78b1a0f-a752-47ce-a83f-7dc293768dd6.png) Set French ![Screenshot from 2023-02-21 10-06-24](https://user-images.githubusercontent.com/55886451/220403864-349c26d7-c2ed-45cd-874d-27386ea6d341.png) @privatenumber Can...

This registers more files to be excluded for these types of projects (specifically, their lock files): - Python - Ruby - Rust