Commit graph

592 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
2df9274fff feat: support quick way of including git commit diffs in the prompt (closes #688) 2024-09-11 13:14:36 +03:00
Carl-Robert Linnupuu
b717927a5e docs: update changelog 2024-09-11 13:09:39 +03:00
Carl-Robert Linnupuu
391fea2eb1 fix: prompt text field persona suggestions (fixes #685) 2024-09-11 13:09:07 +03:00
Carl-Robert Linnupuu
5b5ed45c3c refactor: inlay rendering improvements 2024-09-11 13:09:01 +03:00
Carl-Robert Linnupuu
c3a4974e37 fix: build errors 2024-09-11 13:08:46 +03:00
Carl-Robert Linnupuu
f3da0e06ce fix: include selected changes diff only 2024-09-11 12:57:33 +03:00
Carl-Robert Linnupuu
bdbc1233b5 fix: build errors 2024-09-11 12:51:19 +03:00
Carl-Robert Linnupuu
64b4e6ad50 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-11 12:50:11 +03:00
Carl-Robert Linnupuu
cd202f0dd0 fix: use default value when model not found (#687) 2024-09-11 12:48:36 +03:00
Carl-Robert Linnupuu
0cc912986a feat: support name suggestions for other languages (closes #615) 2024-09-11 12:48:21 +03:00
Carl-Robert Linnupuu
e0cc4a094d 2.11.0 2024-09-05 23:16:08 +03:00
Carl-Robert Linnupuu
132068746a refactor: remove multiple code models 2024-09-05 23:12:39 +03:00
Carl-Robert Linnupuu
e26034367e fix: build errors 2024-09-05 15:50:26 +03:00
Carl-Robert Linnupuu
15d3423d92 docs: update changelog 2024-09-05 15:29:27 +03:00
Carl-Robert Linnupuu
ff73affe89 fix: ollama stream requests (fixes #646) 2024-09-05 15:29:21 +03:00
Carl-Robert Linnupuu
6ee0163c69 refactor: remove success notification upon insert at caret action 2024-09-05 15:29:15 +03:00
Aliet Expósito García
a8316cb4f2 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 15:29:10 +03:00
Carl-Robert Linnupuu
baa99d97d1 feat: new 'Insert at Caret' toolwindow editor action 2024-09-05 15:29:03 +03:00
Carl-Robert Linnupuu
4b80fa2a9d docs: update changelog 2024-09-05 15:26:16 +03:00
Carl-Robert Linnupuu
7c4646de84 fix: prompt text field transparent bg issues (fixes #673) 2024-09-05 15:25:48 +03:00
Carl-Robert Linnupuu
148302a3af docs: update changelog 2024-09-05 15:25:34 +03:00
Carl-Robert Linnupuu
465ae704d6 feat: add apply and diff actions for toolwindow code editor 2024-09-05 15:25:00 +03:00
Moritz
6e9fa02201 feat: enable vision support in GUI for Azure models #649 (#675)
Co-authored-by: Moritz Flöter <moritz.floeter@set.de>
2024-09-05 15:24:54 +03:00
Carl-Robert Linnupuu
1b36ed53fd feat: add git context to code completions 2024-09-05 15:24:33 +03:00
Carl-Robert Linnupuu
04286f0ad9 fix: ignore hidden files/folders when applying folders in the context (#666) 2024-09-05 15:21:13 +03:00
Carl-Robert Linnupuu
1d2a6dc0c3 2.10.2 2024-08-23 12:15:46 +03:00
Carl-Robert Linnupuu
4db9fe597e docs: update changelog 2024-08-23 12:06:37 +03:00
Carl-Robert Linnupuu
03feba0a4f feat: display web docs progress 2024-08-23 11:34:45 +03:00
Carl-Robert Linnupuu
ce0b90f232 fix: prompt creation from placeholders for custom openai provider (fixes #662) 2024-08-23 11:34:39 +03:00
Carl-Robert Linnupuu
e9c72dfdee chore: update deps 2024-08-23 11:34:32 +03:00
Carl-Robert Linnupuu
1d1fbe4d70 fix: prompt text field inlay offset and up/down keys 2024-08-23 11:34:28 +03:00
Carl-Robert Linnupuu
1cb4998b87 refactor: implement ConfigurationSettings as a Kotlin service (#634) 2024-08-23 11:34:14 +03:00
Carl-Robert Linnupuu
688591a23d 2.10.1 2024-08-20 16:18:03 +03:00
Carl-Robert Linnupuu
92dd0f28eb docs: update changelog (closes #668) 2024-08-20 16:15:24 +03:00
Nick P.
113d274c64 fix: Codestral Infill templates for code completion in llama.cpp (#667)
* fix: Codestral template variables and [MIDDLE] token

* fix: Codestral references CODESTRAL fixed template
2024-08-20 16:14:39 +03:00
Carl-Robert Linnupuu
e6b53a5079 fix: reset doc and persona values on submit 2024-08-20 15:52:48 +03:00
Carl-Robert Linnupuu
b22a261650 fix: remove revalidations on each event 2024-08-20 15:52:43 +03:00
Carl-Robert Linnupuu
27c83fd19b fix: remove prompt text field background 2024-08-20 02:08:07 +03:00
Carl-Robert Linnupuu
d3381d9a1c 2.10.0 2024-08-19 14:32:40 +03:00
Carl-Robert Linnupuu
bf1cb5c183 docs: update changelog 2024-08-19 13:50:51 +03:00
Carl-Robert Linnupuu
39a7d635a3 docs: update plugin description 2024-08-19 13:49:47 +03:00
Carl-Robert Linnupuu
9beef4f556 fix: use personas only within current chat session context 2024-08-19 13:49:39 +03:00
Carl-Robert Linnupuu
0b7ceddf07 feat: add deepseek coder v2 model 2024-08-19 11:04:54 +03:00
Carl-Robert Linnupuu
a113bdb177 docs: update plugin description 2024-08-19 11:04:50 +03:00
Carl-Robert Linnupuu
93aee6818a fix: reverse inlay text colors 2024-08-19 11:04:46 +03:00
Carl-Robert Linnupuu
94a273ce9e feat: image support for Custom OpenAI provider (#649) 2024-08-19 11:04:42 +03:00
Carl-Robert Linnupuu
62baf3c827 fix: remove edit code floating toolbar action 2024-08-18 13:12:10 +03:00
Carl-Robert Linnupuu
c56f846704 fix: build and compatibility issues 2024-08-18 13:00:09 +03:00
Carl-Robert Linnupuu
12e513cadb fix: build 2024-08-17 16:04:16 +03:00
Carl-Robert
67d8a4443a feat: replace the underlying input component with EditorTextField (#665) 2024-08-17 15:19:18 +03:00