Commit graph

606 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
38d935ac73 feat: add o3-mini model 2025-02-02 03:22:55 +00:00
Carl-Robert Linnupuu
27a0023d36 fix: invoke toolwindow content in edt and fix other UI anomalies 2025-01-31 18:17:55 +00:00
Aleksandr
72f31bf56f
feat: Kotlin psi structure for FIM. (#829)
* Add Kotlin dependency and configuration file

* Add collect dependency structure option to code completion settings

* Add Kotlin PSI structure analysis and serialization components

* Add repository name and dependencies structure to InfillRequest and update prompt template for QWEN_2_5

---------

Co-authored-by: a.iudin <a.iudin@vk.team>
2025-01-29 15:16:05 +00:00
Carl-Robert Linnupuu
71aa61b7b6 fix: minor ui improvements and fixes 2025-01-28 02:41:06 +00:00
Carl-Robert Linnupuu
4e149c54de feat: support DeepSeek R1 and V3 models 2025-01-27 21:51:12 +00:00
Carl-Robert Linnupuu
89a3b669c5 refactor: code clean up and minor UI improvements 2025-01-26 02:21:58 +00:00
Carl-Robert Linnupuu
f7c49f5f90 feat: option to disable open file chat tag and other minor improvements 2025-01-24 12:36:27 +00:00
Carl-Robert Linnupuu
6044f88697 fix: duplicate actions and other keymap improvements (fixes #826) 2025-01-23 02:12:10 +00:00
Carl-Robert Linnupuu
c2d683fd7c feat: new 'Include Current Changes' chat action 2025-01-22 23:07:40 +00:00
Carl-Robert Linnupuu
c27d8adfc9 feat: redesign chat user input component 2025-01-22 23:06:16 +00:00
Carl-Robert Linnupuu
ebef58f0f9 fix: remove paste predictions 2025-01-13 20:40:49 +00:00
Carl-Robert Linnupuu
5b0ad1a7d0 feat: add additional git diff actions 2025-01-13 13:54:06 +00:00
Carl-Robert Linnupuu
10a5d77df0 fix: consistent model combobox title (fixes #814) 2025-01-10 22:31:26 +00:00
Carl-Robert Linnupuu
f2bb264244 feat: add open code assistant diff in editor action 2025-01-08 01:43:04 +00:00
Carl-Robert Linnupuu
c3031bbda8 feat: add sample code assistant guideline 2025-01-07 02:07:22 +00:00
Carl-Robert Linnupuu
5eef1eabef fix: code assistant next change scrolling 2025-01-07 01:01:46 +00:00
Carl-Robert Linnupuu
81615f7fd6 fix: prevent negative offset in caret movement 2025-01-06 13:26:11 +00:00
Carl-Robert Linnupuu
55139b3661 feat: add paste prediction action 2025-01-06 12:25:13 +00:00
Carl-Robert Linnupuu
43cfcf44ad feat: display first code assistant suggestion closest to cursor 2025-01-06 00:02:44 +00:00
Carl-Robert Linnupuu
49fdcab40f fix: adjust code assistant token limits 2025-01-05 23:31:31 +00:00
Carl-Robert Linnupuu
fda1c2a18b fix: add missing shortcut labels and rename a few 2025-01-05 23:09:03 +00:00
Carl-Robert Linnupuu
0a8289557c fix: apply changes when action is set to a different keymap shortcut 2025-01-05 22:34:39 +00:00
Carl-Robert Linnupuu
0c3c3fcd9c fix: code assistant popup disposal 2025-01-05 13:26:23 +00:00
Carl-Robert Linnupuu
724870a4ed fix: do not process chat files for codegpt api 2024-12-30 00:22:34 +00:00
Carl-Robert Linnupuu
5a9c7c328e fix: cursorOffset for lookup predictions 2024-12-29 21:48:24 +00:00
Carl-Robert Linnupuu
091fda4557 fix: illegal component state exception 2024-12-27 00:44:47 +00:00
Carl-Robert Linnupuu
a596fa969c feat: add 'Include Open Files' chat action item (closes #796) 2024-12-27 00:21:08 +00:00
Carl-Robert Linnupuu
8d6ca73064
feat: code assistant (#810)
* feat: code assistant implementation

* refactor: clean up
2024-12-26 23:27:18 +00:00
Carl-Robert Linnupuu
c3592d8e11 fix: change fim override description message (relates #799) 2024-12-17 11:50:15 +00:00
Carl-Robert Linnupuu
54fa78e7e6 fix: model value change for empty conversations 2024-12-17 11:06:28 +00:00
Carl-Robert Linnupuu
1c2a5496e4 fix: execute chat completion request in background thread 2024-12-17 10:43:33 +00:00
Carl-Robert Linnupuu
59fe48f00f fix: change the order of custom openai applied settings 2024-12-17 10:33:50 +00:00
Carl-Robert Linnupuu
be9ae08693 feat: support copying user and response messages (closes #791) 2024-12-17 10:03:18 +00:00
Carl-Robert Linnupuu
0d52dc5ae8 feat: add popup menu for toolwindow chat textpane 2024-12-16 12:43:45 +00:00
Carl-Robert Linnupuu
2b53033b69 fix: do not unescape code (fixes #169, #437) 2024-12-16 11:50:38 +00:00
Carl-Robert Linnupuu
ba12865a72 feat: support partial code completion acceptance 2024-12-11 14:26:07 +00:00
Carl-Robert Linnupuu
71dd9463c4 fix: disable submission when current response is ongoing 2024-12-06 10:03:35 +00:00
Carl-Robert Linnupuu
dc8dcb1564 fix: get/validate credentials outside of EDT (fixes #374) 2024-12-05 21:02:52 +00:00
Carl-Robert Linnupuu
e23aac95b4 feat: streaming support for o1 models 2024-12-05 21:02:03 +00:00
Carl-Robert Linnupuu
fcea1ed164 fix: disable tree-sitter for CodeGPT provider 2024-12-04 09:24:24 +00:00
Carl-Robert Linnupuu
7a802cee97 fix: NPE when code completion parser not supported 2024-12-03 17:11:20 +00:00
Carl-Robert Linnupuu
cdb0d7b7ad fix: NPE caused by lookup element sorter 2024-12-03 17:10:46 +00:00
Jack Boswell
3c84f2e99c
feat: use the Ollama generate API for FIM templates (#772)
* Gradle wrapper 8.11

* Use Ollama API for FIM

* Shorten long line

* Allow optionally overriding ollama FIM template

* fix: configurable actions

* feat: improve UX

---------

Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2024-12-03 00:01:16 +00:00
Carl-Robert Linnupuu
4e147dc62c feat: improve code completion git diff context 2024-12-02 18:23:05 +00:00
Carl-Robert Linnupuu
9c27a60d10 fix: adjust qwen 2.5 coder stop tokens 2024-12-01 00:57:34 +00:00
Carl-Robert Linnupuu
54e5e8331c fix: unstaged git diff 2024-12-01 00:43:44 +00:00
Carl-Robert Linnupuu
4e5b28048b feat: add latest qwen 2.5 coder models and adjust stop tokens 2024-12-01 00:01:26 +00:00
Carl-Robert Linnupuu
3670fdfb0f feat: make Codestral as default code completion model and remove StarCoder entirely 2024-11-30 23:25:17 +00:00
Carl-Robert Linnupuu
f84a659cf6 feat: support multi-line code completions 2024-11-30 23:12:14 +00:00
Carl-Robert Linnupuu
0a156bcd68 fix: NPE for remaining editor completion state (#777) 2024-11-27 10:50:13 +00:00