File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 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 ).
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments