Commit graph

382 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
cb0146034c feat: add proper streaming implementation 2024-08-31 20:01:51 +03:00
Carl-Robert Linnupuu
2ce05a50af feat: add git context to code completions 2024-08-31 19:39:43 +03:00
Carl-Robert Linnupuu
7ae66e04ca fix: ignore hidden files/folders when applying folders in the context (#666) 2024-08-23 13:34:06 +03:00
Carl-Robert Linnupuu
d672d28474 feat: display web docs progress 2024-08-23 11:26:15 +03:00
Carl-Robert Linnupuu
1016041c40 fix: prompt creation from placeholders for custom openai provider (fixes #662) 2024-08-21 16:23:59 +03:00
Carl-Robert Linnupuu
915a290479 fix: prompt text field inlay offset and up/down keys 2024-08-21 14:19:12 +03:00
Carl-Robert Linnupuu
083c11f923 refactor: implement ConfigurationSettings as a Kotlin service (#634) 2024-08-21 13:39:48 +03:00
Carl-Robert Linnupuu
cfe5cdb297 fix: reset doc and persona values on submit 2024-08-20 15:52:28 +03:00
Carl-Robert Linnupuu
0c89dc7793 fix: remove revalidations on each event 2024-08-20 15:52:23 +03:00
Nick P.
f910576f89
fix: Codestral Infill templates for code completion in llama.cpp (#667)
* fix: Codestral template variables and [MIDDLE] token

* fix: Codestral references CODESTRAL fixed template
2024-08-20 12:03:19 +03:00
Carl-Robert Linnupuu
16cbb22f1b fix: remove prompt text field background 2024-08-20 02:04:28 +03:00
Carl-Robert Linnupuu
e36e954276 fix: use personas only within current chat session context 2024-08-19 12:39:55 +03:00
Carl-Robert Linnupuu
43a1f8d8d7 feat: add deepseek coder v2 model 2024-08-19 02:24:56 +03:00
Carl-Robert Linnupuu
6177a7f014 fix: reverse inlay text colors 2024-08-19 01:18:29 +03:00
Carl-Robert Linnupuu
2ddcde1363 feat: image support for Custom OpenAI provider (#649) 2024-08-19 01:17:52 +03:00
Carl-Robert
53693f3326
feat: replace the underlying input component with EditorTextField (#665) 2024-08-17 12:22:29 +03:00
Carl-Robert Linnupuu
7935621008 fix: long search queries (fixes #652) 2024-08-14 02:25:01 +03:00
Carl-Robert Linnupuu
325dfc5d28 fix: slow file searches (fixes #652) 2024-08-14 01:54:56 +03:00
Carl-Robert Linnupuu
1d7f3e8349 fix: chat reset button state when current conversation not properly configured (fixes #651) 2024-08-14 00:17:18 +03:00
Carl-Robert Linnupuu
c6e4d5fd7c feat: add default docs and other minor improvements 2024-08-14 00:12:16 +03:00
Carl-Robert
b4ef573be2
feat: add webpage documentation support (#650)
* feat: documentation support while chatting

* feat: support managing web documentation entries
2024-08-13 13:44:40 +03:00
Carl-Robert Linnupuu
316a7dfeb8 fix: web search items UI layout 2024-08-03 13:53:52 +03:00
Carl-Robert Linnupuu
739be56b2f fix: personas settings state 2024-08-03 04:02:19 +03:00
Carl-Robert Linnupuu
6479604dce feat: improve chat UI performance 2024-08-02 16:00:04 +03:00
Carl-Robert Linnupuu
658e78f8ad fix: hide webpage list on any interrupted event 2024-08-02 02:58:16 +03:00
Carl-Robert
05f146c405
feat: web search support (#641)
* feat: web search support

* fix: enable web search only for codegpt provider

* fix: checkstyle

* feat: improve list cell design
2024-07-30 15:53:45 +03:00
Carl-Robert Linnupuu
1f28bc6217 feat: add persona prompt tooltip 2024-07-27 15:37:45 +03:00
Carl-Robert Linnupuu
a3567100a9 refactor: popup suggestions strategy 2024-07-27 11:19:26 +03:00
Carl-Robert Linnupuu
3d7239a3dd refactor: improve folder suggestions update strategy 2024-07-26 14:39:04 +03:00
Carl-Robert Linnupuu
ff6babf8a6 feat: focus popup when initially visible 2024-07-26 14:00:52 +03:00
Carl-Robert Linnupuu
170a083a39 refactor: improve folder suggestions update strategy 2024-07-26 13:49:37 +03:00
Carl-Robert Linnupuu
c955c64f61 feat: include only valid project folders 2024-07-26 13:20:54 +03:00
Carl-Robert Linnupuu
876f68fde9 fix: popup focus on tab events 2024-07-26 12:50:23 +03:00
Carl-Robert Linnupuu
f85db97c40 feat: display popup close help text 2024-07-26 12:41:07 +03:00
Carl-Robert Linnupuu
e362eb3783 fix: truncation of suggestion descriptions 2024-07-26 00:56:35 +03:00
Carl-Robert
d68b356b42
feat: improved popup suggestions and personas support (#638)
* feat: support personas

* fix: replace previous system prompts with personas

* feat: add persona toolbar label

* refactor: rename properties

* refactor: clean up

* fix: personas settings configurable state

* refactor: code cleanup

* feat: list item auto highlightning

* feat: replace personas toolbar label with action link

* refactor: code cleanup

* fix: manual items not being able to delete

* fix: personas settings configurable state

* refactor: clean up code

* fix: folder selection
2024-07-25 23:50:31 +03:00
Carl-Robert Linnupuu
45c0a49078 fix: wrong line separators on code completion (fixes #637) 2024-07-24 20:03:40 +03:00
Carl-Robert Linnupuu
6a42f32856 feat: add llama 3.1 405b model 2024-07-24 19:56:09 +03:00
Carl-Robert Linnupuu
d9a08fc029 fix: replace codegpt default anon chat model 2024-07-19 11:25:49 +03:00
NEO
91e72a79fd fix: ollama settings sync (#617)
* fix: Updated Ollama settings to sort models and add available models.

1) sort ollama models list when select the model from settings
2) fix: settings of cached ollama models need update
3) sort cached ollama models

* remove code comments

* remove code comments

---------

Co-authored-by: neo <yifei0727@no-reply.users.github.io>
2024-07-19 03:15:03 +03:00
Carl-Robert Linnupuu
76cec21a7d fix: openai image models support 2024-07-19 02:45:59 +03:00
Carl-Robert Linnupuu
a2325c1ce4 fix: replace hard coded max tokens for edit code request 2024-07-19 02:40:35 +03:00
Carl-Robert Linnupuu
ecc4613615 feat: add gpt-4o-mini model 2024-07-19 02:22:58 +03:00
Carl-Robert
1fc47fa889
feat: improve tool window's textbox (#621)
* feat: initial smart user input panel implementation

* refactor: clean up
2024-07-18 14:18:51 +03:00
Laurențiu Lozan
671d9caa07
fix: Numeric values in Custom providers' headers section break configuration. #619 (#620)
https://github.com/carlrobertoh/CodeGPT/issues/619
2024-07-18 11:08:40 +03:00
Carl-Robert Linnupuu
274dd37ae3 fix: wrong line separators on windows (fixes #605) 2024-07-12 12:29:51 +03:00
Carl-Robert Linnupuu
2b9eaea9d4 fix: replace code selection behaviour (fixes #614) 2024-07-12 11:52:43 +03:00
Carl-Robert Linnupuu
f60fabcded feat: add enter key shortcut for Fast Edit submission (closes #602) 2024-07-03 23:57:11 +03:00
Carl-Robert Linnupuu
e821ff9403 feat: use debouncing for code completions 2024-07-03 17:41:02 +03:00
Phil
620226ff1d
feat: add project context to code completions (#571)
* feat: add context to code completions

* feat: context finder for Python

* feat: improve and refactor context finder for Python

* feat: include method calls in JavaContextFinder

* test: add JavaContextFinder tests

* test: add PythonContextFinder tests

* fix: CompletionContextService thread

* fix: InfillPromptTemplate context files string

* refactor: simplify findRelevantElements for Java and Python

* feat: only add code snippets instead of files for code-completion context

* feat: add default multi-file prompt template

* fix: add Codestral multi-file FIM

* feat: add feature flag for context aware code completions

* feat: truncate project context elements for code completion
2024-07-03 17:38:03 +03:00