55 <img src="./src/main/resources/META-INF/pluginIcon.svg" width="200" height="200" alt="logo"/>
66 </a>
77</div >
8- <h1 align =" center " >AI Commits </h1 >
9- <p align =" center " >AI Commits for IntelliJ based IDEs/Android Studio.</p >
8+ <h1 align =" center " >CommitGPT </h1 >
9+ <p align =" center " >CommitGPT for IntelliJ based IDEs/Android Studio.</p >
1010
1111<p align =" center " >
1212<a href =" https://actions-badge.atrox.dev/blarc/ai-commits-intellij-plugin/goto?ref=main " ><img alt =" Build Status " src =" https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fblarc%2Fai-commits-intellij-plugin%2Fbadge%3Fref%3Dmain&style=popout-square " /></a >
2525[ // ] : # ( - [Demo]( ; #demo) ; )
2626
2727## Description
28- AI Commits is a plugin that generates your commit messages with AI . To get started,
28+ CommitGPT is a plugin that generates your commit messages with ChatGPT . To get started,
2929install the plugin and set OpenAI private token in plugin's settings:
30- <kbd >Settings</kbd > > <kbd >Tools</kbd > > <kbd >AI Commits </kbd >
30+ <kbd >Settings</kbd > > <kbd >Tools</kbd > > <kbd >CommitGPT </kbd >
3131
3232## Features
33- - Generate commit message from diff using OpenAI API
33+ - Generate commit message from diff using OpenAI ChatGPT API
3434- Compute diff only from the selected files and lines in the commit dialog
3535
3636## Compatibility
@@ -44,15 +44,15 @@ IntelliJ IDEA, PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, GoLand, Da
4444
4545Or you could install it inside your IDE:
4646
47- For Windows & Linux: <kbd >File</kbd > > <kbd >Settings</kbd > > <kbd >Plugins</kbd > > <kbd >Marketplace</kbd > > <kbd >Search for "AI Commits "</kbd > > <kbd >Install Plugin</kbd > > <kbd >Restart IntelliJ IDEA</kbd >
47+ For Windows & Linux: <kbd >File</kbd > > <kbd >Settings</kbd > > <kbd >Plugins</kbd > > <kbd >Marketplace</kbd > > <kbd >Search for "CommitGPT "</kbd > > <kbd >Install Plugin</kbd > > <kbd >Restart IntelliJ IDEA</kbd >
4848
49- For Mac: <kbd >IntelliJ IDEA</kbd > > <kbd >Preferences</kbd > > <kbd >Plugins</kbd > > <kbd >Marketplace</kbd > > <kbd >Search for "AI Commits "</kbd > > <kbd >Install Plugin</kbd > > <kbd >Restart IntelliJ IDEA</kbd >
49+ For Mac: <kbd >IntelliJ IDEA</kbd > > <kbd >Preferences</kbd > > <kbd >Plugins</kbd > > <kbd >Marketplace</kbd > > <kbd >Search for "CommitGPT "</kbd > > <kbd >Install Plugin</kbd > > <kbd >Restart IntelliJ IDEA</kbd >
5050
5151
5252### Installation from zip
53- 1 . Download zip from [ releases] ( https://github.com/Blarc/gitlab-lint -plugin/releases )
53+ 1 . Download zip from [ releases] ( https://github.com/Marc-R2/ai-commits-intellij -plugin/releases )
54542 . Import to IntelliJ: <kbd >Settings</kbd > > <kbd >Plugins</kbd > > <kbd >Cog</kbd > > <kbd >Install plugin from disk...</kbd >
55- 3 . Set OpenAI private token in plugin's settings: <kbd >Settings</kbd > > <kbd >Tools</kbd > > <kbd >AI Commits </kbd >
55+ 3 . Set OpenAI private token in plugin's settings: <kbd >Settings</kbd > > <kbd >Tools</kbd > > <kbd >CommitGPT </kbd >
5656
5757[ // ] : # ( ## Demo )
5858
@@ -77,6 +77,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
7777## Acknowledgements
7878
7979- Inspired by Nutlope's [ AICommits] ( https://github.com/Nutlope/aicommits ) .
80+ - Fork from Blarc's [ AI Commits] ( https://github.com/Blarc/ai-commits-intellij-plugin )
8081- [ openai-kotlin] ( https://github.com/aallam/openai-kotlin ) for OpenAI API client.
8182
8283## License
0 commit comments