Commit graph

739 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
b8b9e1391d docs: update changelog 2024-09-24 10:53:51 +03:00
Carl-Robert Linnupuu
35e7ca8f20 feat: show models submenu on hover (#681) 2024-09-24 02:44:58 +03:00
Carl-Robert Linnupuu
a360cb76c6 fix: model combobox value upon provider change 2024-09-24 00:50:49 +03:00
Carl-Robert Linnupuu
f26d15fc49 refactor: clean up completion request factory 2024-09-24 00:23:27 +03:00
Carl-Robert Linnupuu
88c54cfa07 fix: openai model field value for various requests 2024-09-23 16:52:05 +03:00
Carl-Robert Linnupuu
d0011689de docs: update changelog 2024-09-23 16:37:12 +03:00
Carl-Robert Linnupuu
d3e8ee823a docs: update readme 2024-09-23 15:53:48 +03:00
Carl-Robert Linnupuu
feb9b6607c Revert "feat: add openai o1 models"
This reverts commit 07fa79ce26.
2024-09-23 14:57:28 +03:00
Carl-Robert Linnupuu
403ab338f9
refactor: consolidate completion request building (#703)
* fix: direct apply and output diff actions visibility

* refactor: consolidate chat completion request building
2024-09-23 14:54:15 +03:00
Carl-Robert Linnupuu
d65a512f0d chore: integrate llama.cpp submodule into prepareSandbox task 2024-09-22 15:19:28 +03:00
Carl-Robert Linnupuu
f410588175 feat: enable Edit Code feature for all providers (closes #700, #698, #696) 2024-09-22 13:56:25 +03:00
Carl-Robert Linnupuu
eb36e11c5f feat: add Qwen 2.5 Coder model 2024-09-22 01:59:23 +03:00
Carl-Robert Linnupuu
37adb90587 docs: update changelog 2024-09-13 16:04:11 +03:00
Carl-Robert Linnupuu
07fa79ce26 feat: add openai o1 models 2024-09-13 15:34:27 +03:00
Carl-Robert Linnupuu
21b8cf33e8 2.11.1 2024-09-12 13:40:13 +03:00
Carl-Robert Linnupuu
4dc959cbaf fix: focus stealing when searching for suggestions 2024-09-12 13:24:35 +03:00
Carl-Robert Linnupuu
0de4306853 fix: make question mark icon platform-wide 2024-09-12 02:59:17 +03:00
Carl-Robert Linnupuu
b4dfde32b4 docs: update changelog 2024-09-12 02:24:57 +03:00
Carl-Robert Linnupuu
0cdf330bd0 chore: bump llm-client 2024-09-12 02:18:06 +03:00
Carl-Robert Linnupuu
63e2ef2a2d fix: highlighted text referencing in prompts 2024-09-12 02:16:12 +03:00
Carl-Robert Linnupuu
7a54bf8788 docs: update changelog 2024-09-11 19:18:17 +03:00
Carl-Robert Linnupuu
5194355879 refactor: improve inlay action UI rendering 2024-09-11 19:12:53 +03:00
GenericMale
2d30472141
feat(ui): improve model combobox menu UI/UX by extracting the providers into standalone subgroups (#681)
* feat: move models into sub-menus

* feat: improve chat model combobox menu UI

---------

Co-authored-by: GenericMale <genericmale00@gmail.com>
Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2024-09-11 15:33:15 +03:00
Carl-Robert Linnupuu
c399e0094d fix: prompt input focusing when opening chat toolwindow (fixes #691) 2024-09-11 14:47:22 +03:00
Carl-Robert Linnupuu
94d0bcd0a0 feat: support quick way of including git commit diffs in the prompt (closes #688) 2024-09-11 12:31:38 +03:00
Carl-Robert Linnupuu
757afeff9e docs: update changelog 2024-09-11 00:47:43 +03:00
Carl-Robert Linnupuu
c9fcf7362d fix: prompt text field persona suggestions (fixes #685) 2024-09-11 00:38:23 +03:00
Carl-Robert Linnupuu
c7333a19f3 refactor: inlay rendering improvements 2024-09-11 00:13:28 +03:00
Carl-Robert Linnupuu
3abd981b49 fix: include selected changes diff only 2024-09-10 22:39:09 +03:00
Carl-Robert Linnupuu
6641daf6fd
feat: add quick code snippet referencing in prompts (#690)
* feat: ability to include cone snippets in prompt text field

* refactor: revert changes

* refactor: improve main editor actions group configuration

* refactor: clean up

* refactor: improve editor actions keymap

* fix: inlay casting

* refactor: consolidate labels
2024-09-10 19:41:03 +03:00
Carl-Robert Linnupuu
9a94813237 fix: use default value when model not found (#687) 2024-09-10 15:24:37 +03:00
Carl-Robert Linnupuu
ed0432b3cf feat: support name suggestions for other languages (closes #615) 2024-09-10 11:45:22 +03:00
Carl-Robert Linnupuu
4ebe35260c 2.11.0 2024-09-05 23:24:10 +03:00
Carl-Robert Linnupuu
45d8c8c11a refactor: remove multiple code models 2024-09-05 20:07:51 +03:00
Carl-Robert Linnupuu
c4531867b4 docs: update changelog 2024-09-05 13:31:33 +03:00
Carl-Robert Linnupuu
64ff342306 Merge branch 'master' of github.com:carlrobertoh/CodeGPT 2024-09-05 13:28:51 +03:00
Carl-Robert Linnupuu
2bc3d8d645 fix: ollama stream requests (fixes #646) 2024-09-05 13:24:30 +03:00
Carl-Robert Linnupuu
a81bfa1005 refactor: remove success notification upon insert at caret action 2024-09-05 12:27:09 +03:00
Aliet Expósito García
4d484182d6
fix: update OpenRouter model version in custom OpenAI provider (#678)
- Updated the model version for the OpenRouter configuration in the custom OpenAI provider from `meta-llama/llama-3-8b-instruct:free` to `meta-llama/llama-3.1-8b-instruct:free`
2024-09-05 09:56:36 +03:00
Carl-Robert Linnupuu
c417ccadac feat: new 'Insert at Caret' toolwindow editor action 2024-09-05 01:28:42 +03:00
Carl-Robert Linnupuu
dc02fd3e65 docs: update changelog 2024-09-04 18:39:29 +03:00
Carl-Robert Linnupuu
7e71d0cf34 fix: prompt text field transparent bg issues (fixes #673) 2024-09-04 18:35:17 +03:00
Carl-Robert Linnupuu
77515a5aed docs: update changelog 2024-09-04 18:15:44 +03:00
Carl-Robert Linnupuu
4898c8580c feat: add apply and diff actions for toolwindow code editor 2024-09-04 18:02:41 +03:00
Moritz
10e48cdb43
feat: enable vision support in GUI for Azure models #649 (#675)
Co-authored-by: Moritz Flöter <moritz.floeter@set.de>
2024-09-01 18:00:14 +03:00
Carl-Robert Linnupuu
a546217155 test: add test coverage for code completions 2024-09-01 17:40:44 +03:00
Carl-Robert Linnupuu
c83d9eff00 fix: apply next word inlay suggestion 2024-09-01 03:39:01 +03:00
Carl-Robert Linnupuu
fb3075cffe Merge branch 'platform/2024.1' 2024-09-01 00:10:51 +03:00
Carl-Robert Linnupuu
cb0146034c feat: add proper streaming implementation 2024-08-31 20:01:51 +03:00
Carl-Robert Linnupuu
2ce05a50af feat: add git context to code completions 2024-08-31 19:39:43 +03:00