Skip to content

Releases: Blarc/ai-commits-intellij-plugin

v2.2.0

01 Aug 17:48
90dbfec
Compare
Choose a tag to compare

Added

  • Support for Anthropic.

Fixed

  • Dialog is too small to show full verification result.

v2.1.1

31 Jul 18:02
2366b6d
Compare
Choose a tag to compare

Fixed

  • GPT4o-mini is missing from OpenAI model list.

v2.1.0

19 Jul 17:32
103fa1e
Compare
Choose a tag to compare

Added

  • Support for Qianfan (Ernie).
  • Support for Gemini.
  • Icon next to name in clients table.

Fixed

  • Ollama icon size to 15x15.
  • Input is not validated when switching between clients in add and edit dialog.
  • GitBranchWorker.loadTotalDiff should not wait for built-in server on EDT.

v2.0.0

08 Jun 13:36
bc05877
Compare
Choose a tag to compare

Added

  • LLM clients table for saving multiple clients configurations.
  • Support for Ollama.
  • Setting for Open AI's organization ID.
  • New persistent state settings component for saving multiple LLM clients.

Changed

  • Replace com.aallam.openai:openai-client with langchain4j.
  • Refactor the code with generic implementation of LLM clients that makes adding new clients easier.
  • Use Kotlin's coroutines to prevent blocking of EDT thread.
  • Plugin now supports IDE versions 233 and higher.

Fixed

  • Language Pack plugin makes the AI commits plugin unusable.

v1.6.0

04 Mar 18:32
cf54a24
Compare
Choose a tag to compare

Added

  • Variable `{hint}' for prompt customization that is filled with content from commit message dialog.

Fixed

  • Selected prompt resets after editing custom prompt.

v1.5.1

27 Jan 16:46
4613f6d
Compare
Choose a tag to compare

Fixed

  • Diff "before" and "after" is swapped in "Edit Prompt" settings window.

v1.5.0

26 Dec 20:26
0dbbdfc
Compare
Choose a tag to compare

Added

  • OpenAI session timeout setting.

v1.4.0

18 Dec 18:42
6258301
Compare
Choose a tag to compare

Added

  • Show example OpenAI token value when field is empty.
  • Show prompt preview when editing a prompt.

v1.3.0

11 Nov 20:00
12d8497
Compare
Choose a tag to compare

Changed

  • Update dependencies.
  • Change word order of comment about prompt setting.

v1.2.1

17 Jun 11:45
ac2f204
Compare
Choose a tag to compare

Fixed

  • Set error message as commit message when OpenAI API returns error, because notification seems unreliable.