Commit graph

901 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
2714f80343 2.16.0 2025-01-28 12:21:56 +00:00
Carl-Robert Linnupuu
9cad8452cc docs: update changelog 2025-01-28 12:00:57 +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
445b71184c 2.15.2 2025-01-13 20:56:13 +00:00
Carl-Robert Linnupuu
ebef58f0f9 fix: remove paste predictions 2025-01-13 20:40:49 +00:00
Carl-Robert Linnupuu
efcade76f2 docs: update changelog 2025-01-13 14:03:46 +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
b3ca5bb41a 2.15.1 2025-01-07 01:19:33 +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
89e59e2159 docs: update changelog 2025-01-06 12:39:36 +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
f41e0af773 2.15.0 2024-12-30 10:36:31 +00:00
Carl-Robert Linnupuu
9424dc08fa docs: update changelog and plugin description 2024-12-30 01:02:53 +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
d81648549c 2.14.3 2024-12-17 13:55:55 +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
c5f4ba772a docs: update changelog 2024-12-17 11:26:06 +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
bd9c0b242d 2.14.2 2024-12-12 10:08:05 +00:00
Carl-Robert Linnupuu
279f629252 docs: update changelog 2024-12-12 09:46:00 +00:00
Carl-Robert Linnupuu
ba12865a72 feat: support partial code completion acceptance 2024-12-11 14:26:07 +00:00
Carl-Robert Linnupuu
259c3d05cf feat: support partial code completion acceptance 2024-12-10 23:01:37 +00:00
Carl-Robert Linnupuu
453fa31c65 2.14.1 2024-12-06 11:13:18 +00:00