Commit graph

7 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
6c3f19b131 feat: quick link navigation 2025-10-03 13:30:10 +01:00
Carl-Robert Linnupuu
6dc2aa07ae feat: code assistant (#810)
* feat: code assistant implementation

* refactor: clean up
2024-12-30 01:09:34 +00:00
Carl-Robert Linnupuu
e07af73f61 fix: tool window autoscroller (closes #459) 2024-06-24 17:24:33 +03:00
Rene Leonhardt
7d89650062
chore: Improve code (#442)
* chore: Improve code

* Convert classes to records
2024-04-10 14:47:38 +03:00
Phil
cceba88c35
Allow using existing Llama Server instead of running locally (#345)
* Add setting to use existing Llama server

* minor UI improvements

* support infill template configuration

---------

Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2024-02-02 12:24:41 +02:00
Phil
390d8cdd5e
Add setting for custom LLama server executable (#344) 2024-01-30 11:22:22 +02:00
Carl-Robert
f4be25bdac
Feature: Support chatting with multiple files (#306)
* Initial implementation

* Refactor UI related classes and organize imports

* Display selected files notification, include the files in the prompt

* feat: store referenced file paths in the messate state

* feat: add selected files accordion

* feat: update UI

* feat: improve file selection

* feat: support prompt template configuration

* fix: token calculation for virtualfile checkbox tree

* refactor: clean up

* refactor: move labels/descriptions to bundle
2023-12-12 22:30:39 +02:00
Renamed from src/main/java/ee/carlrobert/codegpt/util/UIUtil.java (Browse further)