Carl-Robert Linnupuu
3abd981b49
fix: include selected changes diff only
2024-09-10 22:39:09 +03:00
Carl-Robert Linnupuu
6641daf6fd
feat: add quick code snippet referencing in prompts ( #690 )
...
* feat: ability to include cone snippets in prompt text field
* refactor: revert changes
* refactor: improve main editor actions group configuration
* refactor: clean up
* refactor: improve editor actions keymap
* fix: inlay casting
* refactor: consolidate labels
2024-09-10 19:41:03 +03:00
Carl-Robert Linnupuu
ed0432b3cf
feat: support name suggestions for other languages ( closes #615 )
2024-09-10 11:45:22 +03:00
Carl-Robert Linnupuu
a81bfa1005
refactor: remove success notification upon insert at caret action
2024-09-05 12:27:09 +03:00
Carl-Robert Linnupuu
c417ccadac
feat: new 'Insert at Caret' toolwindow editor action
2024-09-05 01:28:42 +03:00
Carl-Robert Linnupuu
4898c8580c
feat: add apply and diff actions for toolwindow code editor
2024-09-04 18:02:41 +03:00
Carl-Robert Linnupuu
a546217155
test: add test coverage for code completions
2024-09-01 17:40:44 +03:00
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
d672d28474
feat: display web docs progress
2024-08-23 11:26:15 +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
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
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
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
1d7f3e8349
fix: chat reset button state when current conversation not properly configured ( fixes #651 )
2024-08-14 00:17:18 +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
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
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
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
2b9eaea9d4
fix: replace code selection behaviour ( fixes #614 )
2024-07-12 11:52:43 +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
Carl-Robert Linnupuu
fbf88bc75a
fix: undo action after completion
2024-06-30 16:57:23 +03:00
Carl-Robert Linnupuu
0d8a182f1f
fix: increase max_tokens for code edit requests
2024-06-30 15:51:38 +03:00
Carl-Robert
14a0d4085c
feat: fast code edits ( #601 )
...
* feat: initial implementation of direct code edits
* fix: popup model selection
* refactor: simplify code replacement logic
* feat: interactive code modifications
* refactor: remove junk
2024-06-30 00:39:52 +03:00
Carl-Robert Linnupuu
cf5f38365d
fix: wrong line separators on windows ( closes #599 )
2024-06-27 18:23:55 +03:00
Carl-Robert Linnupuu
8a7c84ae35
chore: remove You.com support
2024-06-24 17:48:27 +03:00
Carl-Robert Linnupuu
faeca118ee
chore: fix checkstyle
2024-06-24 17:34:07 +03:00
Carl-Robert Linnupuu
ab773c475a
fix: disable checkForNewScreenshots by default
2024-06-24 17:26:39 +03:00
Carl-Robert Linnupuu
e07af73f61
fix: tool window autoscroller ( closes #459 )
2024-06-24 17:24:33 +03:00
PhilKes
0789dc40e8
feat: set maxTokens and temperature for Ollama chat and codecompletion
2024-06-17 19:32:01 +03:00
PhilKes
4586838610
feat: optional apiKey field for Ollama service
2024-06-17 19:31:56 +03:00
Carl-Robert Linnupuu
98c3d5073c
fix: commit message placeholders
2024-06-17 17:01:24 +03:00
Carl-Robert Linnupuu
3a4208c507
fix: replace codegpt website base url
2024-06-10 12:04:44 +03:00
Carl-Robert Linnupuu
8c92dd5331
Merge branch 'master' of github.com:carlrobertoh/CodeGPT
2024-06-06 00:12:20 +03:00
Carl-Robert Linnupuu
fdb2fb98e0
feat: introduce openai and anthropic models for subscribed users
2024-06-06 00:12:05 +03:00
Rene Leonhardt
ea6b1c8538
feat: Support Codestral 22B 32K ( #587 )
2024-06-03 11:22:39 +03:00
Carl-Robert Linnupuu
590635bd62
fix: disable code completions by default
2024-05-29 23:35:46 +03:00
Phil
08b592f7e8
feat: add field for environment variables for Llama server ( #550 )
...
Co-authored-by: Carl-Robert <carlrobertoh@gmail.com>
2024-05-23 12:55:51 +03:00
Phil
ee6b2d3350
fix: remove trailing slashes from URL text fields ( #579 )
2024-05-23 01:11:57 +03:00
Rene Leonhardt
73ec3b5d56
feat: Support Phi-3 Medium 128K ( #577 )
2024-05-23 01:10:02 +03:00