Carl-Robert Linnupuu
01a8d6264f
feat: add proper streaming implementation
2024-08-31 19:05:33 +03:00
Carl-Robert Linnupuu
753ee7db0f
feat: add git context to code completions
2024-08-27 18:36:36 +03:00
Carl-Robert Linnupuu
d66ec88377
feat: display web docs progress
2024-08-23 11:47:59 +03:00
Carl-Robert Linnupuu
e70370386b
fix: prompt creation from placeholders for custom openai provider ( fixes #662 )
2024-08-23 11:47:56 +03:00
Carl-Robert Linnupuu
62582324cc
fix: prompt text field inlay offset and up/down keys
2024-08-23 11:47:48 +03:00
Carl-Robert Linnupuu
2f7ba826c7
refactor: implement ConfigurationSettings as a Kotlin service ( #634 )
2024-08-23 11:47:42 +03:00
Nick P.
daf9af8283
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 16:23:30 +03:00
Carl-Robert Linnupuu
505bcc8d99
fix: reset doc and persona values on submit
2024-08-20 15:50:11 +03:00
Carl-Robert Linnupuu
b5cc3aa97c
fix: remove revalidations on each event
2024-08-20 15:47:44 +03:00
Carl-Robert Linnupuu
5d873d0899
fix: remove prompt text field background
2024-08-20 02:27:14 +03:00
Carl-Robert Linnupuu
425954f39f
fix: use personas only within current chat session context
2024-08-19 13:51:38 +03:00
Carl-Robert Linnupuu
d2d4f43a8e
feat: add deepseek coder v2 model
2024-08-19 11:03:32 +03:00
Carl-Robert Linnupuu
f073b0e592
fix: reverse inlay text colors
2024-08-19 11:03:26 +03:00
Carl-Robert Linnupuu
6af4e19eaf
feat: image support for Custom OpenAI provider ( #649 )
2024-08-19 11:03:20 +03:00
Carl-Robert
6a3e894dda
feat: replace the underlying input component with EditorTextField ( #665 )
2024-08-17 15:14:23 +03:00
Carl-Robert Linnupuu
a87ea8ade3
fix: long search queries ( fixes #652 )
2024-08-17 15:14:19 +03:00
Carl-Robert Linnupuu
59af158f0e
fix: slow file searches ( fixes #652 )
2024-08-17 15:14:11 +03:00
Carl-Robert Linnupuu
1afbc4de85
fix: chat reset button state when current conversation not properly configured ( fixes #651 )
2024-08-17 15:14:02 +03:00
Carl-Robert Linnupuu
2a0747f923
feat: add default docs and other minor improvements
2024-08-17 15:13:57 +03:00
Carl-Robert
a2d71efd78
feat: add webpage documentation support ( #650 )
...
* feat: documentation support while chatting
* feat: support managing web documentation entries
2024-08-17 15:13:52 +03:00
Carl-Robert Linnupuu
4c1ad42ab4
fix: web search items UI layout
2024-08-03 13:57:30 +03:00
Carl-Robert Linnupuu
423544a0b1
fix: personas settings state
2024-08-03 02:17:05 +03:00
Carl-Robert Linnupuu
0584c31530
feat: improve chat UI performance
2024-08-02 16:09:44 +03:00
Carl-Robert Linnupuu
c211423b9d
fix: hide webpage list on any interrupted event
2024-08-02 16:09:40 +03:00
Carl-Robert
032f2942e0
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-31 02:09:03 +03:00
Carl-Robert Linnupuu
070b711e87
feat: add persona prompt tooltip
2024-07-27 16:13:22 +03:00
Carl-Robert Linnupuu
2986c42ad9
refactor: popup suggestions strategy
2024-07-27 16:13:00 +03:00
Carl-Robert Linnupuu
44db3495b4
refactor: improve folder suggestions update strategy
2024-07-26 15:07:11 +03:00
Carl-Robert Linnupuu
fc91c4b02b
feat: focus popup when initially visible
2024-07-26 15:07:06 +03:00
Carl-Robert Linnupuu
96ac29640d
refactor: improve folder suggestions update strategy
2024-07-26 15:06:48 +03:00
Carl-Robert Linnupuu
e0dd612a70
feat: include only valid project folders
2024-07-26 15:06:44 +03:00
Carl-Robert Linnupuu
fb3216ebba
fix: popup focus on tab events
2024-07-26 15:06:39 +03:00
Carl-Robert Linnupuu
e34a3c40dd
feat: display popup close help text
2024-07-26 15:06:33 +03:00
Carl-Robert Linnupuu
133c3ab846
fix: truncation of suggestion descriptions
2024-07-26 15:06:25 +03:00
Carl-Robert
307c12e15d
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-26 15:06:09 +03:00
Carl-Robert Linnupuu
9bcd6a6278
fix: wrong line separators on code completion ( fixes #637 )
2024-07-24 20:08:38 +03:00
Carl-Robert Linnupuu
be37db8ee5
feat: add llama 3.1 405b model
2024-07-24 20:08:06 +03:00
Carl-Robert Linnupuu
0673e20fe0
fix: openai image models support
2024-07-19 12:54:50 +03:00
Carl-Robert Linnupuu
468da234f1
fix: replace hard coded max tokens for edit code request
2024-07-19 12:54:45 +03:00
Carl-Robert Linnupuu
f7ac956da5
feat: add gpt-4o-mini model
2024-07-19 12:54:38 +03:00
Carl-Robert Linnupuu
ff977f5c1e
fix: replace codegpt default anon chat model
2024-07-19 11:27:26 +03:00
NEO
501d52245f
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:11:03 +03:00
Carl-Robert
50d631838f
feat: improve tool window's textbox ( #621 )
...
* feat: initial smart user input panel implementation
* refactor: clean up
2024-07-18 14:22:48 +03:00
Laurențiu Lozan
3ccd340262
fix: Numeric values in Custom providers' headers section break configuration. #619 ( #620 )
...
https://github.com/carlrobertoh/CodeGPT/issues/619
2024-07-18 14:22:40 +03:00
Carl-Robert Linnupuu
60015d8a0f
fix: wrong line separators on windows ( fixes #605 )
2024-07-12 16:32:45 +03:00
Carl-Robert Linnupuu
6c867d78f7
fix: replace code selection behaviour ( fixes #614 )
2024-07-12 16:32:40 +03:00
Carl-Robert Linnupuu
d4b4edee54
feat: add enter key shortcut for Fast Edit submission ( closes #602 )
2024-07-12 16:32:32 +03:00
Carl-Robert Linnupuu
98650ee1d6
fix: build (ignore py tests)
2024-07-12 16:31:19 +03:00
Carl-Robert Linnupuu
737eeb0e4c
fix: inline completion breaking changes
2024-07-12 16:23:17 +03:00
Phil
60d71cd301
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-12 14:25:24 +03:00