From 1e396084292e614322b0342ae8d24805e991022b Mon Sep 17 00:00:00 2001 From: Stephan Janssen Date: Mon, 9 Dec 2024 19:01:57 +0100 Subject: [PATCH] The horizontal scrolling is again turned off because of unwanted side effects --- .DS_Store | Bin 6148 -> 0 bytes build.gradle.kts | 4 ++-- .../devoxx/genie/ui/panel/PromptOutputPanel.java | 5 ++--- .../devoxx/genie/ui/util/CodeSnippetAction.java | 5 ++++- src/main/resources/META-INF/plugin.xml | 4 ++++ src/main/resources/application.properties | 11 +++-------- 6 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 .DS_Store diff --git a/.DS_Store b/.DS_Store deleted file mode 100644 index 9a874b5768f336915163bb88cd434575b859f936..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6148 zcmeH~Jr2S!425ml0g0s}V-^m;4I%_5-~tF3k&vj^b9A16778<}(6eNJu~Vz<8=6`~ zboab&MFtUB!i}=AFfm2m$tVxGT*u4pe81nUlA49C} z?O@64YO)2RT{MRe%{!}2F))pG(Sih~)xkgosK7*lF7m<7{{#Hn{6A@7N(HFEpDCdI z{ v0.4.1 +
    +
  • Fix #352 : Restore horizontal scrolling in chat response panel
  • +

v0.4.0

  • RAG feature : Uses Chroma DB to index and search code using RAG
  • diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 9d3b8655..da56668b 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,10 +1,5 @@ -<<<<<<< HEAD -#Mon Dec 09 12:48:54 CET 2024 +#Mon Dec 09 18:57:18 CET 2024 =\=\=\=\=\=\= <<<<<<<=HEAD ->>>>>>>=origin/master -version=0.4.0 -======= -#Sat Dec 07 16:43:15 CET 2024 -version=0.3.1 ->>>>>>> master +>>>>>>>=master +version=0.4.1