Home

Awesome

<!-- DO NOT REMOVE - contributor_list:data:start:["mefengl", "renovate[bot]", "esonwong"]:end -->

I Don't Care About Commit Message - The AI Git Commit Plugin

Yet another AI git commit plugin for VSCode, but with a twist - no need for manual confirmation! This plugin streamlines your git commit and push processes, making your workflow smoother and faster.

Aiming to keep commit keystrokes to a bare minimum via LLM.

I Don't Care About Commit Message

Visit Github Repository | 访问 Github 仓库 | Githubのリポジトリを見る

Join Discord Server | 加入 Discord 讨论 | Discordのディスカッションに参加する

Features ✨ - AI Git Commit Plugin

AI Git Commit/Push Stage: Same as above, but without using the command git add ..

Usage - AI Git Extension for VSCode

What's more:

Settings

Model

Specify the OpenAI Model. The default is gpt-3.5-turbo.

Consider these advanced models:

For more options, visit OpenAI Models Documentation.

Conventional Commits Format

Whether to use conventional commit, default is false.

Looks like this:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

It will be slower and just a little more expensive since it needs to generate more.

OpenAI API Key

Specify the OpenAI API Key for this AI git extension.

OpenAI API Base URL

Specify the OpenAI API Base URL, default is https://api.openai.com/v1.

Language Support

This AI git commit plugin interface supports multiple languages, making it accessible for developers around the world:

LanguageCodeLanguageCode
English (US)enItalianoit
简体中文zh-cnEspañoles
繁體中文zh-tw日本語ja
Françaisfr한국어ko
DeutschdeРусскийru
Português (Brasil)pt-brTürkçetr
PolskiplČeštinacs
Magyarhu

Development - Building the AI Git Commit Plugin

For development, follow these steps:

  1. Clone the repository and navigate into it.
  2. Run npm install to install all the necessary dependencies.
  3. Run npm run watch to start the development server.
  4. Press F5 to start the plugin in a new VSCode window.

For testing, run npm run test.

Credits

License

MIT

<!-- prettier-ignore-start --> <!-- DO NOT REMOVE - contributor_list:start -->

👥 Contributors

<!-- DO NOT REMOVE - contributor_list:end --> <!-- prettier-ignore-end -->