Skip to content

Commit 4870fee

Browse files
committed
feat: add a shortcut for generating a commit message
Closes #362
1 parent ff99c02 commit 4870fee

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Add a shortcut (`CMD + option + C` / `control + alt + C`) for generating a commit message (#362).
8+
59
### Changed
610

711
- Temperature is no longer a required field for OpenAI client configuration (#360).

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,15 @@
124124
icon="/icons/aiCommits15.svg"
125125
class="com.github.blarc.ai.commits.intellij.plugin.AICommitAction">
126126

127+
<keyboard-shortcut
128+
keymap="Mac OS X"
129+
first-keystroke="cmd alt C"
130+
/>
131+
<keyboard-shortcut
132+
keymap="$default"
133+
first-keystroke="control alt C"
134+
/>
135+
127136
<add-to-group group-id="Vcs.MessageActionGroup" anchor="last"/>
128137
</action>
129138
</actions>

0 commit comments

Comments
 (0)