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

## Problems - The `openai` had a hanging socket that was preventing `aicommits` from exiting immediately: https://github.com/Nutlope/aicommits/pull/102 - The `openai` package was pretty bulky Before ``` Tarball size 73.8 kB...

without terminal "hangs" after selecting "NO" on a generated commit

![Screenshot_338](https://user-images.githubusercontent.com/96514967/219903288-323cf4ec-7492-47ad-a60f-86e4e5968fde.png)

See #22 for previous discussion This allows potential contributors to work in a GitHub Codespace with minimal setup on their end. They can start a codespace by clicking "Code" in...

Advantages of having a flag to allow additional custom prompt: 1. More flexibility for the user in configuring how they want the commit message to look like. Sometimes we want...

Since I run `aicommit` in my terminal, I get the message below: ```text Update PRINT opcode to join stack items with a space and print on a single line. ```...

feature

It's easier to manage CLI updates with Homebrew, you don't have to install NodeJS yourself and it's generally the best practice to allow the installation of CLI tools with Homebrew....

feature

This PR resolves #20 I take motivation with this PR #69. This PR takes a flag `Gitmoji` as an option to use Gitmoji on commits.

I found aicommits a great example of how chatgpt can be used to help developers automate their tasks. I just think the recommended messages it gave are out of context,...

Hi, I used to add some common prefixes to my commit messages (like fix, feat, doc, etc.) also they have some emojis that I will always add them to the...