Commit graph

49 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
6100c77026 2.8.2 2024-07-01 14:15:45 +03:00
Carl-Robert Linnupuu
c21b3a4d06 2.8.1 2024-06-21 12:15:33 +03:00
Carl-Robert Linnupuu
9fc685a93a fix: commit message placeholders 2024-06-17 16:54:06 +03:00
Carl-Robert Linnupuu
f2e89b429c 2.8.0 2024-06-06 15:55:37 +03:00
Carl-Robert Linnupuu
7e59383e1c 2.7.1 2024-05-15 10:35:08 +03:00
Carl-Robert Linnupuu
8c9c93987a 2.7.0 2024-05-14 00:33:29 +03:00
Carl-Robert Linnupuu
0a3034e89a 2.6.3 2024-04-22 12:33:24 +03:00
Carl-Robert Linnupuu
24233ebcda 2.6.2 2024-04-15 16:18:12 +03:00
Carl-Robert Linnupuu
763c65e1f6 2.6.1 2024-04-12 18:09:26 +03:00
Carl-Robert Linnupuu
9e4cac617e 2.6.0 - 2024.1 2024-04-08 16:40:55 +03:00
Carl-Robert Linnupuu
dcee4fdbb3 Merge remote-tracking branch 'origin/master' into platform/2024.1 2024-04-07 18:24:16 +03:00
Carl-Robert Linnupuu
3c2d185b8a 2.6.0 2024-04-07 17:28:39 +03:00
Rene Leonhardt
7f505e2c30
chore(deps): Update and centralize dependencies (#436)
* chore(deps): Update and centralize dependencies

* Update treesitter to 0.22.2
* Update kotlin to 1.9.23
* Update jackson to 2.17.0
* Update gradle-intellij-plugin to 1.17.3
* Update gradle to 8.7
* Use BOMs where possible
* Centralize dependencies in version catalog
* Allow Dependabot to update other modules (add treesitter and buildSrc/src/main/kotlin, remove core)

* fix: preload credentials only once for all headers
2024-04-06 13:41:02 +03:00
Carl-Robert Linnupuu
a825d1cdb4 feat: support partial completion acceptance 2024-03-30 16:02:38 +02:00
Carl-Robert
657868453f
feat: migrate to a new inline completion api (#425)
* fix: plugin since/until build versions

* add necessary kotlin deps

* migrate to new inline completions api

* remove previous implementation

* replace build and platform versions

* bump gradle-intellij-plugin version
2024-03-27 14:34:09 +02:00
Carl-Robert Linnupuu
33c597d8e5 2.5.1 2024-03-14 14:09:59 +02:00
Carl-Robert Linnupuu
a7610acfa1 fix: couple of intellij platform warnings 2024-03-13 16:47:00 +02:00
Carl-Robert Linnupuu
1edea138cf chore: bump sinceBuild and javaVersion 2024-03-13 11:53:15 +02:00
Carl-Robert Linnupuu
acbe550810 2.5.0 2024-03-06 16:10:07 +02:00
Carl-Robert Linnupuu
b972078395 2.4.0 2024-02-26 15:10:26 +02:00
Carl-Robert Linnupuu
dd4460a84f 2.3.1 2024-02-19 18:45:03 +02:00
Carl-Robert Linnupuu
4ccba567d9 2.3.0 2024-02-15 21:14:13 +02:00
Carl-Robert Linnupuu
c287128744 2.2.12 2023-12-21 15:26:16 +02:00
Carl-Robert Linnupuu
52c1b5d68c 2.2.11 2023-12-14 15:36:22 +02:00
Carl-Robert Linnupuu
02a336ae9c 2.2.10 2023-12-12 10:21:15 +02:00
Carl-Robert Linnupuu
624180a626 2.2.9 2023-12-04 16:45:07 +02:00
Carl-Robert Linnupuu
f557406b96 chore: bump gradle version 2023-12-04 16:39:50 +02:00
Carl-Robert Linnupuu
10b090e2d2 2.2.8 2023-12-01 01:07:30 +02:00
Carl-Robert Linnupuu
fde20109cd 2.2.7 2023-11-30 11:21:12 +02:00
Carl-Robert Linnupuu
63b356ab18 2.2.6 2023-11-27 12:46:52 +02:00
Carl-Robert Linnupuu
0faf48ed7e 2.2.5 2023-11-23 15:47:23 +02:00
Carl-Robert Linnupuu
fc6d085b61 2.2.4 2023-11-20 15:59:05 +02:00
Carl-Robert Linnupuu
fe613afc74 2.2.3 2023-11-15 11:18:02 +02:00
Carl-Robert Linnupuu
26af45126f 2.2.2 2023-11-07 16:47:14 +02:00
Carl-Robert Linnupuu
9322382c3a 2.2.1 2023-11-06 23:44:20 +02:00
Carl-Robert
43abca66c4
Remove pluginUntilBuild value to include all builds (#258)
* Remove value to include all builds
2023-11-06 20:08:42 +02:00
Carl-Robert Linnupuu
cd58f77982 2.2.0 2023-11-03 12:13:00 +02:00
Carl-Robert
45908e69df
#178 - Add support for running local LLMs via LLaMA C/C++ port (#249)
* Initial implementation of integrating llama.cpp to run LLaMA models locally

* Move submodule

* Copy llama submodule to bundle

* Support for downloading models from IDE

* Code cleanup

* Store port field

* Replace service selection radio group with dropdown

* Add quantization support + other fixes

* Add option to override host

* Fix override host handler

* Disable port field when override host enabled

* Design updates

* Fix llama settings configuration, design changes, clean up code

* Improve You.com coupon design

* Add new Phind model and help tooltip

* Fetch you.com subscription

* Add CodeBooga model, fix downloadable model selection

* Chat history support

* Code refactoring, minor bug fixes

* UI updates, several bug fixes, removed code llama python model

* Code cleanup, enable llama port only on macOS

* Change downloaded gguf models path

* Move some of the labels to codegpt bundle

* Minor fixes

* Remove ToRA model, add help texts

* Fix test

* Modify description
2023-11-03 12:00:24 +02:00
Carl-Robert Linnupuu
ca2eb9b6fa 2.1.7 2023-10-26 02:17:03 +03:00
Carl-Robert Linnupuu
f21e0d9cd6 2.1.6 2023-10-12 22:58:41 +03:00
Carl-Robert Linnupuu
730ed5121a 2.1.5 2023-10-02 11:54:01 +03:00
Carl-Robert Linnupuu
e3e547fa51 2.1.4 2023-10-01 13:16:05 +03:00
Carl-Robert Linnupuu
6490a2c8d5 2.1.3 2023-09-28 17:16:33 +03:00
Carl-Robert Linnupuu
d504922fea 2.1.2 2023-09-28 01:02:39 +03:00
Carl-Robert Linnupuu
439c231658 2.1.1 2023-09-27 20:01:43 +03:00
Carl-Robert
37af74ebdf
You API integration (#203)
* Ability to configure custom service

* Add example preset templates, rename module

* Custom service client impl

* Add YOU API integration

* Remove/ignore generated antlr classes

* Remove text completion models(deprecated)

* Remove unused code, fix settings state sync

* Display model name/icon in the tool window

* Update chat history UI

* Fix model/service sync

* Clear plugin state

* Fix minor bugs, add settings sync tests

* UI changes

* Separate model configuration

* Add support for overriding the completion path

* Update Find Bugs prompt
2023-09-14 14:52:18 +03:00
Carl-Robert Linnupuu
87b6114bb4 2.0.6 2023-08-29 09:56:47 +03:00
Carl-Robert
3c2c23b3ea
Move embeddings impl to a different module (#179)
* Move embeddings impl to a different module
* Disable plugin verifier for sub modules
2023-08-26 12:55:32 +03:00
Carl-Robert Linnupuu
26a3e07360 Reopen plugin's source code (1.10.8 → 2.0.5) 2023-08-25 16:36:22 +03:00