Commit graph

382 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
b6d34bfe98 fix: prevent race condition during tool window initialization (fixes #856) 2025-02-06 11:12:10 +00:00
Carl-Robert Linnupuu
bdf5d2bc66 fix: temp workaround for invalid openai model state (fixes #842) 2025-02-06 11:12:07 +00:00
Carl-Robert Linnupuu
756fea1897 feat: status toolbar completion progress for all core actions 2025-02-04 00:11:13 +00:00
Carl-Robert Linnupuu
3620a12dce fix: NPE during tool window init (tool window is shown before the chat panel is created) 2025-02-03 18:09:56 +00:00
Carl-Robert Linnupuu
cd6cdef9ee fix: improve thought process parsing and displaying 2025-02-03 18:09:16 +00:00
Carl-Robert Linnupuu
ab13db26d9 feat: display avatar image (CodeGPT) 2025-02-03 18:09:11 +00:00
Carl-Robert Linnupuu
7fe6f7af89 feat: support disabling system prompt 2025-02-03 18:09:07 +00:00
Carl-Robert Linnupuu
7282fd044a feat: add o3-mini model 2025-02-03 18:09:01 +00:00
Carl-Robert Linnupuu
e02ce4895d fix: invoke toolwindow content in edt and fix other UI anomalies 2025-02-03 18:08:44 +00:00
Carl-Robert Linnupuu
853f57b0b2 fix: minor ui improvements and fixes 2025-01-28 11:51:00 +00:00
Carl-Robert Linnupuu
80b55b4bb2 feat: support DeepSeek R1 and V3 models 2025-01-28 11:50:56 +00:00
Carl-Robert Linnupuu
2c52ed6512 refactor: code clean up and minor UI improvements 2025-01-28 11:50:52 +00:00
Carl-Robert Linnupuu
00fb2115e9 feat: option to disable open file chat tag and other minor improvements 2025-01-28 11:50:46 +00:00
Carl-Robert Linnupuu
7dc89f11cd fix: duplicate actions and other keymap improvements (fixes #826) 2025-01-28 11:50:40 +00:00
Carl-Robert Linnupuu
41118f1084 feat: redesign chat user input component 2025-01-28 11:50:27 +00:00
Carl-Robert Linnupuu
e57c590a75 feat: add additional git diff actions 2025-01-13 16:23:46 +00:00
Carl-Robert Linnupuu
2fa532a0bc fix: consistent model combobox title (fixes #814) 2025-01-13 16:23:41 +00:00
Carl-Robert Linnupuu
6ecb512860 feat: add paste prediction action 2025-01-06 13:18:59 +00:00
Carl-Robert Linnupuu
dc13924113 fix: do not process chat files for codegpt api 2024-12-30 01:10:16 +00:00
Carl-Robert Linnupuu
e3d353910f feat: add 'Include Open Files' chat action item (closes #796) 2024-12-30 01:09:49 +00:00
Carl-Robert Linnupuu
6dc2aa07ae feat: code assistant (#810)
* feat: code assistant implementation

* refactor: clean up
2024-12-30 01:09:34 +00:00
Carl-Robert Linnupuu
1e21f93036 fix: model value change for empty conversations 2024-12-17 12:19:10 +00:00
Carl-Robert Linnupuu
f2d90c8c28 fix: execute chat completion request in background thread 2024-12-17 12:19:05 +00:00
Carl-Robert Linnupuu
ce46deeb57 feat: support copying user and response messages (closes #791) 2024-12-17 12:18:55 +00:00
Carl-Robert Linnupuu
1688394e87 feat: add popup menu for toolwindow chat textpane 2024-12-17 12:18:50 +00:00
Carl-Robert Linnupuu
467000c9e9 fix: do not unescape code (fixes #169, #437) 2024-12-17 12:18:45 +00:00
Carl-Robert Linnupuu
33e433b50f fix: get/validate credentials outside of EDT (fixes #374) 2024-12-06 10:54:04 +00:00
Carl-Robert Linnupuu
071c45b677 feat: streaming support for o1 models 2024-12-06 10:53:58 +00:00
Jack Boswell
71b32d7e1d 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-04 12:02:05 +00:00
Carl-Robert Linnupuu
7ca08d8b03 feat: add latest qwen 2.5 coder models and adjust stop tokens 2024-12-04 12:01:20 +00:00
Carl-Robert Linnupuu
a47ffd62e4 feat: support multi-line code completions 2024-12-04 12:01:08 +00:00
Carl-Robert Linnupuu
824e0ee75c fix: use JB in-built logic for creating git diff 2024-11-25 10:47:02 +00:00
Carl-Robert Linnupuu
e078c13024 fix: refresh chat actions upon apply 2024-11-25 10:46:49 +00:00
Carl-Robert Linnupuu
01304156b0 feat: consolidate all prompts into a single settings view (#775)
* feat: consolidate all prompts into a single configurable

* feat: implement prompts settings view

* feat: use prompts from PromptsSettings state

* feat: use startInNewWindow settings value

* fix: landing view action placeholder

* feat: update default chat prompts
2024-11-25 10:46:31 +00:00
Carl-Robert Linnupuu
70e9137093 refactor: chat request message building 2024-11-25 10:46:19 +00:00
Carl-Robert Linnupuu
7ec6929ba8 fix: user chat message rendering 2024-11-18 09:53:23 +00:00
Carl-Robert Linnupuu
aaee889741 fix: chat response streaming for messages received faster than polling rate (fixes #757) 2024-11-18 09:53:14 +00:00
Carl-Robert Linnupuu
194742f881 feat: explain commits from vcs log tree (relates #688) 2024-11-18 09:53:06 +00:00
Carl-Robert Linnupuu
1f21dbaddb refactor: rewrite method lookup listener and improve error handling 2024-11-14 15:10:22 +00:00
Carl-Robert Linnupuu
4dba97dc95 feat: improve code completion user experience (#763) 2024-11-14 15:09:43 +00:00
Carl-Robert Linnupuu
4ed322c6ba docs: update signup message 2024-11-07 09:35:52 +00:00
Carl-Robert Linnupuu
8edb124cb5 fix: include previously attached files with each message 2024-11-07 09:35:48 +00:00
Carl-Robert Linnupuu
4998e91a29 chore: oai compatibility for ollama chat completions 2024-11-04 12:31:19 +00:00
Carl-Robert Linnupuu
f3b0017893 fix: total token calculation for highlighted texts 2024-10-29 10:46:29 +00:00
Carl-Robert Linnupuu
f2dd91d2fe feat: auto apply (#743) 2024-10-29 10:46:13 +00:00
Carl-Robert Linnupuu
2312a9dcb2 refactor: improve chat response rendering performance 2024-10-18 15:28:26 +03:00
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