Skip to content

Releases: Blarc/ai-commits-intellij-plugin

v2.14.1

15 Jul 11:43
83c00a5
Compare
Choose a tag to compare

Fixed

  • Invalid first-keystroke attribute value in plugin.xml causes PluginException (#366).

v2.14.0

08 Jul 08:34
f363aff
Compare
Choose a tag to compare

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

17 Jun 17:23
db06cf1
Compare
Choose a tag to compare

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

05 Jun 17:16
d115110
Compare
Choose a tag to compare

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

25 Apr 08:05
9ae2353
Compare
Choose a tag to compare

Fixed

  • Make SVN dependency optional.

v2.11.0

24 Apr 18:38
b8a7c1b
Compare
Choose a tag to compare

Added

  • Support for SVN.

v2.10.1

13 Apr 16:02
9769db9
Compare
Choose a tag to compare

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

08 Apr 16:23
2bcb9f6
Compare
Choose a tag to compare

Added

  • Variable {taskTimeSpent} in HH:mm format for prompt customization that is replaced with value from the active task.

v2.9.1

23 Mar 15:51
9b164f6
Compare
Choose a tag to compare

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).

v2.9.0

01 Dec 17:58
5a65a36
Compare
Choose a tag to compare

Added

  • More options for configuring LLM clients.
  • Use the chosen LLM client icon as the generate commit message action's icon.
  • Option to stop the commit message generation by clicking the action icon again.
  • Setting for HuggingFace client to automatically remove prompt from the generated commit message.
  • Show progress and result when refreshing models via API.
  • Support for Mistral AI.

Fixed

  • The progress bar for generating commit message continues running after the user creates the commit.