Carl-Robert Linnupuu
f45f8e2e02
refactor: improve chat completion call handling
2024-10-18 15:28:22 +03:00
Carl-Robert Linnupuu
dc1450931b
refactor: improve project directory handling for git repository lookup
2024-10-18 15:28:19 +03:00
Carl-Robert Linnupuu
e0f915d428
fix: resolve inconsistent text rendering
2024-10-15 14:04:30 +03:00
Carl-Robert Linnupuu
deb6e8405c
fix: NPE on suggestion actions when no files are opened in editor ( fixes #725 )
2024-10-15 14:04:19 +03:00
Carl-Robert Linnupuu
193dcc7018
feat: keep previous files in context while chatting
2024-10-10 11:21:29 +03:00
Carl-Robert Linnupuu
126c5dee8a
fix: chat UI threading issues ( fixes #730 )
2024-10-10 11:21:25 +03:00
Carl-Robert Linnupuu
6668ad5123
chore: include metadata in codegpt requests
2024-10-10 11:21:19 +03:00
Carl-Robert Linnupuu
fdac994fd7
feat: support high context limits (CodeGPT)
2024-10-10 11:21:15 +03:00
Carl-Robert Linnupuu
05f9c4770f
fix: chat response rendering
2024-10-01 17:35:30 +03:00
Carl-Robert Linnupuu
152f8176d7
fix: chat response rendering
2024-10-01 17:35:26 +03:00
Carl-Robert Linnupuu
24ae263a39
feat: support qwen2.5 and o1 models
2024-10-01 14:28:33 +03:00
Carl-Robert Linnupuu
563d7126c4
fix: prompt text field theme issues ( fixes #701 )
2024-09-24 13:12:28 +03:00
Carl-Robert Linnupuu
b7ecebdcda
feat: show models submenu on hover ( #681 )
2024-09-24 13:11:50 +03:00
Carl-Robert Linnupuu
0e9dba049d
fix: model combobox value upon provider change
2024-09-24 13:11:46 +03:00
Carl-Robert Linnupuu
c42ee67f4e
refactor: clean up completion request factory
2024-09-24 13:11:41 +03:00
Carl-Robert Linnupuu
001c12b3f8
refactor: consolidate completion request building ( #703 )
...
* fix: direct apply and output diff actions visibility
* refactor: consolidate chat completion request building
2024-09-23 23:30:49 +03:00
Carl-Robert Linnupuu
726492733e
feat: enable Edit Code feature for all providers ( closes #700 , #698 , #696 )
2024-09-23 23:30:21 +03:00
Carl-Robert Linnupuu
2403cf5cc6
feat: add Qwen 2.5 Coder model
2024-09-23 23:30:05 +03:00
Carl-Robert Linnupuu
f2e27f1d52
fix: make question mark icon platform-wide
2024-09-12 03:02:46 +03:00
Carl-Robert Linnupuu
60c88dbdee
fix: highlighted text referencing in prompts
2024-09-12 02:51:00 +03:00
Carl-Robert Linnupuu
74608ec930
refactor: improve inlay action UI rendering
2024-09-12 02:50:42 +03:00
GenericMale
36ba3616de
feat(ui): improve model combobox menu UI/UX by extracting the providers into standalone subgroups ( #681 )
...
* feat: move models into sub-menus
* feat: improve chat model combobox menu UI
---------
Co-authored-by: GenericMale <genericmale00@gmail.com>
Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2024-09-12 02:50:17 +03:00
Carl-Robert Linnupuu
d9071402a4
fix: build errors
2024-09-11 13:25:03 +03:00
Carl-Robert Linnupuu
349d7ebaf7
feat: support quick way of including git commit diffs in the prompt ( closes #688 )
2024-09-11 13:22:55 +03:00
Carl-Robert Linnupuu
974b3f5c8c
fix: include selected changes diff only
2024-09-11 13:20:38 +03:00
Carl-Robert Linnupuu
6a07704a52
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-11 13:20:27 +03:00
Carl-Robert Linnupuu
7cdf118371
feat: support name suggestions for other languages ( closes #615 )
2024-09-11 13:20:17 +03:00
Carl-Robert Linnupuu
384368f4fa
refactor: remove success notification upon insert at caret action
2024-09-05 14:58:36 +03:00
Carl-Robert Linnupuu
ebc838bc06
feat: new 'Insert at Caret' toolwindow editor action
2024-09-05 14:58:21 +03:00
Carl-Robert Linnupuu
9d21057738
feat: add apply and diff actions for toolwindow code editor
2024-09-05 14:55:57 +03:00
Carl-Robert Linnupuu
070e773e18
test: add test coverage for code completions
2024-09-05 14:55:39 +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