Releases: Blarc/ai-commits-intellij-plugin
Releases · Blarc/ai-commits-intellij-plugin
v2.15.0
Changed
- Generate commit action triggered via shortcut no longer opens the dropdown but instead runs the commit generation with the currently selected LLM client (#370).
Removed
- Remove deprecated Gemini models (#376).
v2.14.1
Fixed
- Invalid first-keystroke attribute value in plugin.xml causes PluginException (#366).
v2.14.0
Added
- Add a shortcut (
CMD + option + C
/ control + alt + C
) for generating a commit message (#362).
Changed
- Temperature is no longer a required field for OpenAI client configuration (#360).
v2.13.0
Added
- Support Amazon Bedrock client.
- Ollama icon for dark theme and Anthropic & OpenAI icons for dark theme in SVG format (thanks to @yaoxinghuo).
v2.12.0
Added
- Generate commit action button is now a split button with a dropdown from which the user can change the LLM client from the commit dialog.
- Sort LLM clients in settings dropdown.
v2.11.1
Fixed
- Make SVN dependency optional.
v2.10.1
Fixed
- Common branch is not detected when most files are unassociated with branches, despite at least one file belonging to a branch.
- Cannot generate commit message when updating a submodule.
v2.10.0
Added
- Variable
{taskTimeSpent}
in HH:mm
format for prompt customization that is replaced with value from the active task.
v2.9.1
Fixed
- Common branch is not computed.
- Align language handling with IDE settings (thanks to @Canario5).
- Locale dropdown incorrectly displays the first alphabetical locale instead of the actual default (e.q. "English") (thanks to @Canario5).