Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 1cbfc7b

Browse files
authored
Merge pull request #1 from Marc-R2/main
feat: Add features to description in plugin.xml.
2 parents 26f61fc + 487cc23 commit 1cbfc7b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-description -->
1616
<description><![CDATA[
1717
<p>AI Commits is a plugin that generates your commit messages with AI.</p>
18+
<h3>Features</h3>
19+
<ul>
20+
<li>Generate commit message from diff using OpenAI API</li>
21+
<li>Compute diff only from the selected files and lines in the commit dialog</li>
22+
</ul>
1823
<h3>Usage</h3>
1924
<p>To get started, install the plugin and set OpenAI private token in plugin's settings:
2025
<br/>

0 commit comments

Comments
 (0)