Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 13:36
· 107 commits to main since this release
bc05877

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.