opencommit icon indicating copy to clipboard operation
opencommit copied to clipboard

Generate conventional git commit messages with AI in 1 second 🤯🔫

Results 198 opencommit issues
Sort by recently updated
recently updated
newest added

This draft PR introduces end-to-end (E2E) tests for the OpenCommit CLI tool. The main goal of these tests is to simulate user interactions and ensure the tool functions as expected....

### Opencommit Version 3.0.4 ### Node Version v20.9.0 ### NPM Version [email protected] ### What OS are you seeing the problem on? Other Linux Distro ### What happened? A bug happened!...

bug

here it is the details ``` ◐ Generating the commit message.. │ └ ✖ {"model":"gpt-3.5-turbo","messages":[{"role":"system","content":"You are to act as the author of a commit message in git. Your mission is...

### Opencommit Version 1.0.2 ### Node Version 18.17.1 ### NPM Version 9.6.7 ### What OS are you seeing the problem on? Other Linux Distro ### What happened? - opencommit requires...

bug

### Opencommit Version 1.1.22 ### Node Version 19.8.1 ### NPM Version 9.6.2 ### What OS are you seeing the problem on? Mac ### What happened? A bug happened! ### Expected...

bug

### Description When making multiple commit it is time consuming to skip the " Do you want to run `git push`?" question each time. I can assume people (and I)...

The initial prompt is now more specific about not including "This commit" in the description, and adds a newline between the subject and description.

… and OPENAI_API_KEY as fallbacks for apiKey configuration to improve flexibility and security.

When using open commit in GitHub Actions, there is a problem that commit messages can be overwritten even if they are already correctly written. So, we've added a new feature...