Skip to content

Commit d6a467d

Browse files
committed
chore: Update features description.
1 parent b30c2b0 commit d6a467d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ install the plugin and set OpenAI private token in plugin's settings:
3232
## Features
3333
- Generate commit message from diff using OpenAI API
3434
- Compute diff only from the selected files and lines in the commit dialog
35+
- Create your own prompt for commit message generation
3536

3637
## Compatibility
3738
IntelliJ IDEA, PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, GoLand, DataGrip, Rider, MPS, Android Studio, DataSpell, Code With Me

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<ul>
2020
<li>Generate commit message from diff using OpenAI API</li>
2121
<li>Compute diff only from the selected files and lines in the commit dialog</li>
22+
<li>Create your own prompt for commit message generation</li>
2223
</ul>
2324
<h3>Usage</h3>
2425
<p>To get started, install the plugin and set OpenAI private token in plugin's settings:

0 commit comments

Comments
 (0)