Commit graph

40 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
3f7ffb36a6 feat: support debug logs 2025-11-17 10:07:12 +00:00
Carl-Robert Linnupuu
fdfde4243d feat: inline edit
Some checks failed
Build / Build (push) Has been cancelled
Build / Verify Plugin (push) Has been cancelled
2025-09-16 03:11:20 +01:00
Carl-Robert Linnupuu
23437c1cea docs: update changelog, plugin and repo description 2025-03-20 02:32:27 +00:00
Carl-Robert Linnupuu
ad16f5c98f chore: rebranding 2025-03-04 00:25:50 +00:00
Carl-Robert Linnupuu
9424dc08fa docs: update changelog and plugin description 2024-12-30 01:02:53 +00:00
Carl-Robert Linnupuu
4912de7fc4 docs: update readme and plugin description 2024-10-29 09:32:18 +00:00
Carl-Robert Linnupuu
3f76984f74 docs: update readme 2024-09-25 01:51:41 +03:00
Carl-Robert Linnupuu
f59859745e docs: update readme and description 2024-09-25 00:59:25 +03:00
Carl-Robert Linnupuu
d3e8ee823a docs: update readme 2024-09-23 15:53:48 +03:00
Carl-Robert Linnupuu
ba14006779 docs: add fast edit feature description 2024-07-01 14:00:28 +03:00
Carl-Robert Linnupuu
cd8c086a61 docs: remove feature note 2024-05-13 17:29:18 +03:00
Carl-Robert Linnupuu
bcb33aeeeb docs: update readme 2024-04-21 01:09:48 +03:00
Simon Svensson
14f3254913
feat: code completion for "Custom OpenAI Service" (#476)
* Add code completion setting states for custom service

* Add settings for code completion in Custom OpenAI service

* Move code completion section to the bottom

* Create test testFetchCodeCompletionCustomService

* Add Custom OpenAI to the "Enable/Disable Completion" actions

* New configuration UI separating /v1/chat/completions from /v1/completions

* Code completion for Custom Service

* Formatting fixes

* Move prefix and suffix to templates in body

* Message updates

* New tabbed UI for Chat and Code Completions

* convert to kotlin, improve ui and other minor changes

* fix test connection for chat completions

* add help tooltips

* allow backward compatibility

* support prefix and suffix placeholders

* fix initial state loading

---------

Co-authored-by: Jack Boswell (boswelja) <boswelja@outlook.com>
Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2024-04-20 23:23:08 +03:00
Rene Leonhardt
7d89650062
chore: Improve code (#442)
* chore: Improve code

* Convert classes to records
2024-04-10 14:47:38 +03:00
Carl-Robert Linnupuu
3ef9aba488 docs: extract getting started guide into its own doc 2024-04-07 17:38:00 +03:00
Carl-Robert Linnupuu
17cfbf43de docs: update readme 2024-04-04 16:40:34 +03:00
Carl-Robert Linnupuu
1aeac0d867 docs: update docs 2024-03-06 13:02:10 +02:00
Carl-Robert Linnupuu
f3357ff0a6 docs: update readme 2024-02-04 23:41:16 +02:00
Phil
7387cf4536
Inline Autocompletion Pt.2 (#333)
* Add first draft of inline code completion with mock text

* Adds InsertInlineTextAction for inserting autocomplete suggestion with tab

- Changed to disable suggestions when text is selected
- Adds and removes the insert action based on when it shows the inlay hint

* Request inline code completion

* Move inline completion prompt into txt file

* Add inline completion settings to ConfigurationState

* Fix code style

* Use EditorTrackerListener instead of EditorFactoryListener to enable inline completion

* Code completion requests synchronously without SSE

* Use LlamaClient.getInfill() for inline code completion

* support inlay block element rendering, clean up code

* Use only enclosed Method or Class contents for code completion if possible

* Refactor extracting PsiElement contents in code completion

* bump llm-client

* fix completion call from triggering on EDT, force method params to be nonnull by default

* refactor request building, decrease delay value

* Trigger code completion if cursor is not inside a word

* Improve inlay rendering

* Support cancellable infill requests

* add statusbar widget, disable completions by default

* Show error notification if code completion failed

* Truely disable/enable EditorInlayHandler when completion is turned off/on

* Add CodeCompletionEnabledListener Topic to control enabling/disabling code-completion

* Add progress indicator for code-completion with option to cancel

* Add CodeCompletionServiceTest + refactor inlay ElementRenderers

* several improvements

- replace timer implementation with call debouncing
- use OpenAI /v1/completions API for completions
- code refactoring

* trigger progress indicator only for llama completions

* fix tests

---------

Co-authored-by: James Higgins <james.isaac.higgins@gmail.com>
Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2024-01-31 01:05:31 +02:00
Carl-Robert Linnupuu
695f1658e0 docs: update readme 2023-12-21 22:12:58 +02:00
Paolo Inaudi
0edc0455db
Fix license in README.md (#313)
This aligns with the LICENSE file in this repo and on Jetbrains website, and is coherent with https://github.com/carlrobertoh/CodeGPT/issues/275
2023-12-19 12:34:06 +02:00
Carl-Robert Linnupuu
3f57427a45 docs: move assets outside of the repo 2023-12-08 02:22:03 +02:00
Carl-Robert Linnupuu
c0ecce8d45 docs: update readme and image assets 2023-12-05 01:35:38 +02:00
Carl-Robert Linnupuu
5a7d0abaf2 docs: update readme and plugin description 2023-12-03 23:15:57 +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
d68ef65f8b Update readme 2023-08-25 17:19:00 +03:00
Carl-Robert Linnupuu
2b346d0d24 Update readme 2023-08-25 16:50:51 +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
Matthieu Borgraeve
faf02a5c0a
Adding documentation for Azure OpenAI. (#120)
Signed-off-by: Matthieu Borgraeve <3082664+mborgraeve@users.noreply.github.com>
Co-authored-by: Matthieu Borgraeve <matthieu.borgraeve@bell.ca>
2023-06-06 14:06:38 +01:00
Carl-Robert Linnupuu
68f29aed06 Update README 2023-06-04 17:07:15 +01:00
Carl-Robert Linnupuu
99c1f683fc Update README 2023-06-04 16:02:03 +01:00
Carl-Robert Linnupuu
b26681ed7b 🐢 2023-05-04 23:24:44 +01:00
Carl-Robert Linnupuu
3a854c9f46 Closes #93 2023-05-01 23:13:21 +01:00
Carl-Robert Linnupuu
9a4197e453 👾 2023-04-29 19:46:05 +01:00
Carl-Robert Linnupuu
0aada19345 🍋 2023-04-01 23:19:28 +01:00
Carl-Robert Linnupuu
c0cea7cc43 💚 2023-03-11 19:25:48 +00:00
Carl-Robert Linnupuu
8e9a7a1f66 💚 2023-03-11 14:47:14 +00:00
Carl-Robert Linnupuu
a2ea5a0333 1.2.0 - 🔥 Add support for the official ChatGPT API (closes #10) 2023-03-02 19:24:53 +00:00
Carl-Robert Linnupuu
841950d153 Update README 2023-02-24 11:38:55 +00:00
Carl-Robert Linnupuu
d71edd19b3 Code refactoring, add readme 2023-02-21 23:08:31 +00:00