Skip to content

Releases: devoxx/DevoxxGenieIDEAPlugin

v0.4.7

21 Dec 09:39
3325961
Compare
Choose a tag to compare

Feat #411 Added more preview experimental Gemini models and new OpenAI models.

v0.4.6

19 Dec 09:39
Compare
Choose a tag to compare
  • Fix #196 : Continue with prompt if '/' command is unknown
  • Fix #394 : Removed Google Gemini 1.0 Pro
  • Feat #397: Support custom model name for OpenAI compliant provider
  • Feat #400 : List "custom local model" when enabled in dropdown
  • Feat #400 : Removed Exo & JLama because they can use the Custom OpenAI-compliant local provider
  • Fix #399 : Fixed UserMessage GPT4ALL issue
  • Feat #402 : Allow all LLM Providers to have the "Add Project" feature
  • Feat #406 : Show "Jan" model in combobox
  • Feat #243 : Make ChatResponsePanel more modular

v0.4.5

16 Dec 12:30
6ed3c0b
Compare
Choose a tag to compare
  • Feat #379: Cache file icons to increase performance
  • Fix #382: Restore the correct switch buttons states for RAG, Search, GitDiff
  • Fix #384: Fix web search with enable/disable of Google or Tavily feature
  • Fix #387: Fix tokens encoding for special chars
  • Fix #389: Remove action buttons tooltips
  • Fix #392: Fixed GPT4All support

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