Commit graph

817 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
0af7d43a06 refactor: load default prompt from resource file and improve instructions 2024-11-17 16:23:17 +00:00
Carl-Robert Linnupuu
cfd5f6f651 fix: chat response streaming for messages received faster than polling rate (fixes #757) 2024-11-15 18:25:40 +00:00
Carl-Robert Linnupuu
2ab6d1a54c feat: explain commits from vcs log tree (relates #688) 2024-11-15 09:07:32 +00:00
Carl-Robert Linnupuu
5ee8ef941d 2.12.4 2024-11-14 16:27:52 +00:00
Carl-Robert Linnupuu
6cdd075706 fix: trim completion values before adding to lookup 2024-11-14 15:54:45 +00:00
Carl-Robert Linnupuu
4b6a5481e2 docs: update changelog 2024-11-14 14:30:10 +00:00
Carl-Robert Linnupuu
2420d068e7 fix: fallback to default inline insertion logic when codegpt elements not found 2024-11-14 14:19:38 +00:00
Carl-Robert Linnupuu
efced71bc5 chore: bump llm-client 2024-11-14 13:56:33 +00:00
Carl-Robert Linnupuu
755791aea8 refactor: rewrite method lookup listener and improve error handling 2024-11-14 13:56:07 +00:00
Carl-Robert Linnupuu
808fdfaf7e refactor: replace inline completion diffing with editor suffix matching 2024-11-14 11:58:56 +00:00
Carl-Robert Linnupuu
25d8835db1 feat: disable code completions when rate limit exceeded 2024-11-14 10:03:30 +00:00
Carl-Robert Linnupuu
8dd74b3d84 feat: add Qwen 2.5 Coder (32B) model (CodeGPT) 2024-11-14 00:16:17 +00:00
Carl-Robert Linnupuu
284dc66961 fix: image notification condition (fixes #711) 2024-11-13 23:28:23 +00:00
Carl-Robert Linnupuu
8daf4f5f05
feat: improve code completion user experience (#763) 2024-11-13 23:18:53 +00:00
Carl-Robert Linnupuu
4e14635492 2.12.3 2024-11-07 09:49:37 +00:00
Carl-Robert Linnupuu
e680092e49 docs: update changelog 2024-11-07 09:07:42 +00:00
Carl-Robert Linnupuu
6b71d1435a chore: bump llm-client 2024-11-07 09:07:25 +00:00
Carl-Robert Linnupuu
829f54d4d1 docs: update signup message 2024-11-07 09:06:38 +00:00
Carl-Robert Linnupuu
358c1105b7 fix: include previously attached files with each message 2024-11-04 15:39:11 +00:00
Carl-Robert Linnupuu
15f589d17a 2.12.2 2024-11-04 12:38:42 +00:00
Carl-Robert Linnupuu
4502c663f9 docs: update changelog 2024-11-04 12:11:22 +00:00
Carl-Robert Linnupuu
d13652ff40 chore: oai compatibility for ollama chat completions 2024-11-04 12:06:43 +00:00
Carl-Robert Linnupuu
50ceecbe5a chore: bump llm-client (fixes #744) 2024-11-03 01:10:01 +00:00
Carl-Robert Linnupuu
ab7f5f9122 fix: prompt text field height issues (fixes #747) 2024-11-02 18:21:09 +00:00
Carl-Robert Linnupuu
9f2669e0b1 fix: endless loading when persona name or instrctions are not set (fixes #748) 2024-11-02 16:25:08 +00:00
Carl-Robert Linnupuu
1f453a47eb 2.12.1 2024-11-01 14:44:28 +00:00
Carl-Robert Linnupuu
eaa5e7929b docs: update changelog 2024-11-01 14:29:27 +00:00
Carl-Robert Linnupuu
478340fe11 fix: code completion state when session contains remining completion 2024-11-01 14:27:18 +00:00
Carl-Robert Linnupuu
04713fe534 feat: add gemini 1.5 pro model (CodeGPT) 2024-11-01 14:24:52 +00:00
Carl-Robert Linnupuu
39c67adcfd Revert "refactor: clean up unused messages"
This reverts commit 7dc610d126.
2024-10-29 14:23:44 +00:00
Carl-Robert Linnupuu
8c16f03e95 2.12.0 2024-10-29 11:20:38 +00:00
Carl-Robert Linnupuu
f10f3a34f9 docs: update changelog 2024-10-29 10:10:29 +00:00
Carl-Robert Linnupuu
a11e667507 fix: build errors caused by missing message keys 2024-10-29 09:40:53 +00:00
Carl-Robert Linnupuu
4912de7fc4 docs: update readme and plugin description 2024-10-29 09:32:18 +00:00
Carl-Robert Linnupuu
7dc610d126 refactor: clean up unused messages 2024-10-29 00:19:23 +00:00
Carl-Robert Linnupuu
dfa551806b feat: additional validation for Auto Apply action 2024-10-28 23:59:51 +00:00
Carl-Robert Linnupuu
cc47859859 fix: total token calculation for highlighted texts 2024-10-28 23:21:53 +00:00
Carl-Robert Linnupuu
33345e3c2e refactor: ensure action is executed on EDT 2024-10-28 17:28:55 +00:00
Carl-Robert Linnupuu
72155a82e4 fix: code completions enabled/disabled state 2024-10-28 17:15:52 +00:00
Carl-Robert Linnupuu
6fbea7d4b8
feat: auto apply (#743) 2024-10-28 16:33:50 +00:00
Carl-Robert Linnupuu
ffa1fbbacf 2.11.7 2024-10-18 15:42:26 +03:00
Carl-Robert Linnupuu
5cc1a0e7f5 docs: update changelog 2024-10-18 15:09:17 +03:00
Carl-Robert Linnupuu
079ad80e60 refactor: improve chat response rendering performance 2024-10-18 01:29:28 +03:00
Carl-Robert Linnupuu
d5d03a53b1 refactor: improve chat completion call handling 2024-10-17 02:24:57 +03:00
Carl-Robert Linnupuu
d0e74d43a2 refactor: improve project directory handling for git repository lookup 2024-10-16 15:50:02 +03:00
Carl-Robert Linnupuu
4521a3335c fix: OpenAI edit code request building (fixes #737) 2024-10-16 15:32:29 +03:00
Carl-Robert Linnupuu
f5da7c4419 2.11.6 2024-10-15 17:02:26 +03:00
Carl-Robert Linnupuu
46ee0a0d43 docs: update changelog 2024-10-15 13:53:11 +03:00
Carl-Robert Linnupuu
8348e3c061 fix: resolve inconsistent text rendering 2024-10-15 13:20:26 +03:00
Carl-Robert Linnupuu
2c68d2e1be fix: toolwindow response editor diff action 2024-10-14 23:54:48 +03:00