Skip to content

Releases: devoxx/DevoxxGenieIDEAPlugin

v0.4.4

12 Dec 14:59
Compare
Choose a tag to compare
  • Fix #377: Height of Expandable Files panel
  • Fix #375: Start/Stop a prompt without seeing a Completion exception
  • Refactoring #371: UI MVC related refactoring
  • Refactoring #372 : OpenAIChatModelFactory, AnthropicChatModelFactory,.. (Thanks @samkerr4coding)

v0.4.3

11 Dec 17:55
5da7991
Compare
Choose a tag to compare
  • Support for the brand new Google Gemini 2.0 Flash Experimental version!
  • Fix #367: Check if file is directory in ProjectScannerService
image Screenshot 2024-12-11 at 18 54 41

v0.4.2

11 Dec 09:21
d85c71d
Compare
Choose a tag to compare

Feature #364: Show specific RAG prompt placeholder when turned on
Feature: Glowing border now around panel to make it more obvious when running

Screenshot 2024-12-11 at 09 42 03 image

v0.4.1

10 Dec 10:10
Compare
Choose a tag to compare

Fix #352 : Restore horizontal scrolling in chat response panel
Fix #354 : Fix splitter proportion for chat window
Fix #356 : Fix PromptInputArea scrolling of text
Fix #359 : Restore ModelProvider naming
Feature #175: Enable/Disable LLM Providers in Settings

Screenshot 2024-12-10 at 10 21 16

v0.4.0

09 Dec 14:54
2696e9c
Compare
Choose a tag to compare

RAG feature : Uses Chroma DB to index and search code using RAG
Added Google Gemini Exp 1206 model
Fixed horizontal scrolling in chat response panel

Demo ➡️ https://www.youtube.com/watch?v=VVU8x45jIt4

RAG

v0.3.0

02 Dec 17:48
Compare
Choose a tag to compare

Feat #339

Instead of copying code from the prompt response you can now trigger a Git Diff/Merge panel to add the suggested code immediately to the involved java file 🤩 🚀

JavadocGitSimple.mp4

v0.2.27

17 Nov 15:53
Compare
Choose a tag to compare
  • Feature #327: Test Driven Generation integration
  • Fix #324: Replace invocations of SwingUtilities.invokeLater()
  • Fix #236: Refactoring large class ActionButtonsPanel
  • Fix #329: Refactored the calc token cost
  • Fix #333: Use LangChain4j new model names
  • Fix #336: Cost Calculation is consistent now between calculation from directory and calculation from DevoxxGenie panel

v0.2.26

08 Nov 09:54
Compare
Choose a tag to compare

v0.2.26

  • Feature #325 : Support excluding a single file in the Scan & Copy settings

image

v0.2.25

05 Nov 18:46
e44250e
Compare
Choose a tag to compare

Fix #320 : Replace deprecated methods
Feature #322: Add Claude 3.5 Haiku and update Claude 3.5 Sonnet version

v0.2.24

24 Oct 15:04
Compare
Choose a tag to compare
  • Feat #206 : Support for JLama using REST API
  • Feat #311: Support reload language model without restart of IDEA
  • Feat #315: Support for Azure OpenAI