Commit graph

704 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
40892e50a5 feat: add codestral code model 2024-11-25 10:19:42 +00:00
Carl-Robert Linnupuu
42ea3f2924 fix: build errors 2024-11-22 12:41:50 +00:00
Carl-Robert Linnupuu
3eb79f8614 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-22 11:14:32 +00:00
Jack Boswell
5671781a85 chore: bump gradle wrapper 8.11 (#771) 2024-11-22 11:11:03 +00:00
Carl-Robert Linnupuu
d80a4a6556 refactor: chat request message building 2024-11-22 11:10:22 +00:00
Carl-Robert Linnupuu
352c211323 2.12.5 2024-11-18 10:03:19 +00:00
Carl-Robert Linnupuu
f3a6af14df docs: update changelog 2024-11-18 09:46:50 +00:00
Carl-Robert Linnupuu
c807a93fdc fix: user chat message rendering 2024-11-18 09:46:18 +00:00
Carl-Robert Linnupuu
65ed291c64 refactor: load default prompt from resource file and improve instructions 2024-11-18 09:46:13 +00:00
Carl-Robert Linnupuu
be3391ebb3 fix: chat response streaming for messages received faster than polling rate (fixes #757) 2024-11-18 09:46:05 +00:00
Carl-Robert Linnupuu
1acad18988 feat: explain commits from vcs log tree (relates #688) 2024-11-18 09:45:52 +00:00
Carl-Robert Linnupuu
71b98872bf 2.12.4 2024-11-14 16:34:18 +00:00
Carl-Robert Linnupuu
f7ccf69c5a fix: trim completion values before adding to lookup 2024-11-14 15:55:55 +00:00
Carl-Robert Linnupuu
6d65132fd8 docs: update changelog 2024-11-14 14:37:03 +00:00
Carl-Robert Linnupuu
bd253dd31d chore: bump llm-client 2024-11-14 14:36:29 +00:00
Carl-Robert Linnupuu
415c2630e2 refactor: rewrite method lookup listener and improve error handling 2024-11-14 14:36:23 +00:00
Carl-Robert Linnupuu
6189c03846 refactor: clean up unused code 2024-11-14 14:36:14 +00:00
Carl-Robert Linnupuu
f8574e5f4c feat: add Qwen 2.5 Coder (32B) model (CodeGPT) 2024-11-14 14:34:32 +00:00
Carl-Robert Linnupuu
6ddeeb6840 fix: image notification condition (fixes #711) 2024-11-14 14:34:28 +00:00
Carl-Robert Linnupuu
42b4f4bc9c 2.12.3 2024-11-07 09:42:26 +00:00
Carl-Robert Linnupuu
fa1b7f5fb8 docs: update changelog 2024-11-07 09:35:20 +00:00
Carl-Robert Linnupuu
a1fe290b06 chore: bump llm-client 2024-11-07 09:35:00 +00:00
Carl-Robert Linnupuu
746d2ca550 docs: update signup message 2024-11-07 09:34:55 +00:00
Carl-Robert Linnupuu
602869e613 fix: include previously attached files with each message 2024-11-07 09:34:50 +00:00
Carl-Robert Linnupuu
3ecb561c7c 2.12.2 2024-11-04 12:30:39 +00:00
Carl-Robert Linnupuu
17706b07c9 docs: update changelog 2024-11-04 12:13:57 +00:00
Carl-Robert Linnupuu
536a3f23a4 chore: oai compatibility for ollama chat completions 2024-11-04 12:13:33 +00:00
Carl-Robert Linnupuu
a6bfd171c6 chore: bump llm-client (fixes #744) 2024-11-04 12:13:29 +00:00
Carl-Robert Linnupuu
3e693c8cda fix: prompt text field height issues (fixes #747) 2024-11-04 12:13:22 +00:00
Carl-Robert Linnupuu
8b1977aa19 fix: endless loading when persona name or instrctions are not set (fixes #748) 2024-11-04 12:12:42 +00:00
Carl-Robert Linnupuu
9bbfb4787b 2.12.1 2024-11-01 14:35:30 +00:00
Carl-Robert Linnupuu
3ca4c34a18 docs: update changelog 2024-11-01 14:32:49 +00:00
Carl-Robert Linnupuu
dcf06e55f9 feat: add gemini 1.5 pro model (CodeGPT) 2024-11-01 14:32:09 +00:00
Carl-Robert Linnupuu
21612c31a1 Revert "refactor: clean up unused messages"
This reverts commit 7dc610d126.
2024-10-29 14:13:01 +00:00
Carl-Robert Linnupuu
5435ead51a 2.12.0 2024-10-29 11:15:27 +00:00
Carl-Robert Linnupuu
7b0f0633d2 fix: request FileEditorManager as component (IDE error) 2024-10-29 11:02:28 +00:00
Carl-Robert Linnupuu
b234ad0fc2 fix: build errors 2024-10-29 10:38:33 +00:00
Carl-Robert Linnupuu
e381b280c8 docs: update changelog 2024-10-29 10:15:42 +00:00
Carl-Robert Linnupuu
f9ef51015d fix: build errors caused by missing message keys 2024-10-29 10:14:45 +00:00
Carl-Robert Linnupuu
5d75998a5f docs: update readme and plugin description 2024-10-29 10:14:41 +00:00
Carl-Robert Linnupuu
701d4c11a2 refactor: clean up unused messages 2024-10-29 10:14:36 +00:00
Carl-Robert Linnupuu
5518028731 feat: additional validation for Auto Apply action 2024-10-29 10:14:31 +00:00
Carl-Robert Linnupuu
11187615b1 fix: total token calculation for highlighted texts 2024-10-29 10:14:26 +00:00
Carl-Robert Linnupuu
a93531f838 refactor: ensure action is executed on EDT 2024-10-29 10:14:21 +00:00
Carl-Robert Linnupuu
b5e8ed512c feat: auto apply (#743) 2024-10-29 10:13:51 +00:00
Carl-Robert Linnupuu
346411c979 2.11.7 2024-10-18 15:36:31 +03:00
Carl-Robert Linnupuu
fd5119b5c6 docs: update changelog 2024-10-18 15:12:42 +03:00
Carl-Robert Linnupuu
540c6ab346 refactor: improve chat response rendering performance 2024-10-18 15:12:17 +03:00
Carl-Robert Linnupuu
5ad9bcfaff refactor: improve chat completion call handling 2024-10-18 15:12:08 +03:00
Carl-Robert Linnupuu
1b3b5687bc refactor: improve project directory handling for git repository lookup 2024-10-18 15:11:32 +03:00