Skip to content

Commit 20a3a61

Browse files
committed
chore: update README.md and plugin.xml
1 parent a67b9c4 commit 20a3a61

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ plugin and configure a LLM API client in plugin's settings: <kbd>Settings</kbd>
3333
- Compute diff only from the selected files and lines in the commit dialog
3434
- Create your own prompt for commit message generation
3535
- Use predefined variables and hint to customize your prompt
36+
- Supports Git and Subversion as version control systems.
3637

3738
## Supported models
3839

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

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<li>Compute diff only from the selected files and lines in the commit dialog</li>
2222
<li>Create your own prompt for commit message generation</li>
2323
<li>Use predefined variables and hint to customize your prompt</li>
24+
<li>Supports Git and Subversion as version control systems.</li>
2425
</ul>
2526
<h3>Supported models</h3>
2627
<ul>
@@ -52,7 +53,15 @@
5253
border="0"
5354
width="600"
5455
alt="Demo.gif"/>
55-
</p>
56+
</p>
57+
<h3>Support</h3>
58+
<ul>
59+
<li><a href="https://github.com/Blarc/ai-commits-intellij-plugin">Star the repository</a></li>
60+
<li><a href="https://ko-fi.com/blarc">Buy me a coffee</a></li>
61+
<li><a href="https://plugins.jetbrains.com/plugin/21335-ai-commits">Rate the plugin</a></li>
62+
<li><a href="https://plugins.jetbrains.com/plugin/21335-ai-commits">Share the plugin</a></li>
63+
<li><a href="https://github.com/sponsors/Blarc">Sponsor me</a></li>
64+
</ul>
5665
]]></description>
5766

5867
<!-- Product and plugin compatibility requirements.

0 commit comments

Comments
 (0)