Commit graph

356 commits

Author SHA1 Message Date
Carl-Robert
50d631838f feat: improve tool window's textbox (#621)
* feat: initial smart user input panel implementation

* refactor: clean up
2024-07-18 14:22:48 +03:00
Laurențiu Lozan
3ccd340262 fix: Numeric values in Custom providers' headers section break configuration. #619 (#620)
https://github.com/carlrobertoh/CodeGPT/issues/619
2024-07-18 14:22:40 +03:00
Carl-Robert Linnupuu
60015d8a0f fix: wrong line separators on windows (fixes #605) 2024-07-12 16:32:45 +03:00
Carl-Robert Linnupuu
6c867d78f7 fix: replace code selection behaviour (fixes #614) 2024-07-12 16:32:40 +03:00
Carl-Robert Linnupuu
d4b4edee54 feat: add enter key shortcut for Fast Edit submission (closes #602) 2024-07-12 16:32:32 +03:00
Carl-Robert Linnupuu
98650ee1d6 fix: build (ignore py tests) 2024-07-12 16:31:19 +03:00
Carl-Robert Linnupuu
737eeb0e4c fix: inline completion breaking changes 2024-07-12 16:23:17 +03:00
Phil
60d71cd301 feat: add project context to code completions (#571)
* feat: add context to code completions

* feat: context finder for Python

* feat: improve and refactor context finder for Python

* feat: include method calls in JavaContextFinder

* test: add JavaContextFinder tests

* test: add PythonContextFinder tests

* fix: CompletionContextService thread

* fix: InfillPromptTemplate context files string

* refactor: simplify findRelevantElements for Java and Python

* feat: only add code snippets instead of files for code-completion context

* feat: add default multi-file prompt template

* fix: add Codestral multi-file FIM

* feat: add feature flag for context aware code completions

* feat: truncate project context elements for code completion
2024-07-12 14:25:24 +03:00
Carl-Robert Linnupuu
c193695fc1 fix: ollama form combobox state (fixes #606) 2024-07-12 14:24:28 +03:00
Carl-Robert Linnupuu
ccbf7fc722 fix: test anomalies 2024-07-01 14:13:48 +03:00
Carl-Robert Linnupuu
dff71e64da chore: update edit-code feature system prompt 2024-07-01 02:27:57 +03:00
Carl-Robert Linnupuu
d63094c047 feat: add external upgrade plan link to error notification 2024-06-30 18:40:03 +03:00
Carl-Robert Linnupuu
2c6f4b528b chore: update edit-code prompt with detailed instructions 2024-06-30 18:39:59 +03:00
Carl-Robert Linnupuu
ffc667d17e fix: edit code popover loading state 2024-06-30 18:39:54 +03:00
Carl-Robert Linnupuu
d41bb317e5 fix: undo action after completion 2024-06-30 18:39:49 +03:00
Carl-Robert Linnupuu
0e8d6a187d fix: increase max_tokens for code edit requests 2024-06-30 18:39:41 +03:00
Carl-Robert Linnupuu
db3f4ac98c feat: add default keymap for edit code action 2024-06-30 01:22:25 +03:00
Carl-Robert
b1d8c521c4 feat: fast code edits (#601)
* feat: initial implementation of direct code edits

* fix: popup model selection

* refactor: simplify code replacement logic

* feat: interactive code modifications

* refactor: remove junk
2024-06-30 01:22:18 +03:00
Carl-Robert Linnupuu
7190ed3213 fix: wrong line separators on windows (closes #599) 2024-06-30 01:22:13 +03:00
Carl-Robert Linnupuu
786abd0b31 chore: remove You.com support 2024-06-30 01:22:03 +03:00
Carl-Robert Linnupuu
7fe101ff16 chore: fix checkstyle 2024-06-30 01:21:11 +03:00
Carl-Robert Linnupuu
36cb730db4 fix: disable checkForNewScreenshots by default 2024-06-30 01:21:05 +03:00
Carl-Robert Linnupuu
be906971db fix: tool window autoscroller (closes #459) 2024-06-30 01:20:59 +03:00
Carl-Robert Linnupuu
ae4b87898d feat: add claude 3.5 sonnet model 2024-06-21 11:41:04 +03:00
PhilKes
72abd4169f feat: re-select Ollama model after refresh if available otherwise show error 2024-06-21 11:40:29 +03:00
PhilKes
cdcffc249d feat: set maxTokens and temperature for Ollama chat and codecompletion 2024-06-21 11:40:24 +03:00
PhilKes
7e10dd3cfd feat: optional apiKey field for Ollama service 2024-06-21 11:40:18 +03:00
Carl-Robert Linnupuu
9fc685a93a fix: commit message placeholders 2024-06-17 16:54:06 +03:00
Carl-Robert Linnupuu
63480ffdb4 Merge remote-tracking branch 'origin/master' into platform/2024.1 2024-06-06 02:35:08 +03:00
Carl-Robert Linnupuu
8c92dd5331 Merge branch 'master' of github.com:carlrobertoh/CodeGPT 2024-06-06 00:12:20 +03:00
Carl-Robert Linnupuu
fdb2fb98e0 feat: introduce openai and anthropic models for subscribed users 2024-06-06 00:12:05 +03:00
Rene Leonhardt
ea6b1c8538
feat: Support Codestral 22B 32K (#587) 2024-06-03 11:22:39 +03:00
Carl-Robert Linnupuu
590635bd62 fix: disable code completions by default 2024-05-29 23:35:46 +03:00
Phil
4856639238
feat: add OpenRouter service template (#581) 2024-05-28 10:27:13 +03:00
Phil
08b592f7e8
feat: add field for environment variables for Llama server (#550)
Co-authored-by: Carl-Robert <carlrobertoh@gmail.com>
2024-05-23 12:55:51 +03:00
Phil
ee6b2d3350
fix: remove trailing slashes from URL text fields (#579) 2024-05-23 01:11:57 +03:00
Rene Leonhardt
73ec3b5d56
feat: Support Phi-3 Medium 128K (#577) 2024-05-23 01:10:02 +03:00
Rene Leonhardt
586cff421e
feat: Support Stable Code Instruct 3B (#552)
* feat: Support Stable Code Instruct 3B

* feat: Sort LLaMA models in settings
2024-05-16 22:28:54 +03:00
Carl-Robert Linnupuu
65d0993e39 fix: backward compatibility issues on plugin update (fixes #551) 2024-05-15 00:11:20 +03:00
Carl-Robert Linnupuu
d817e950a5 chore: update toolwindow landing panel text content 2024-05-15 00:11:15 +03:00
Rene Leonhardt
d953b0320c feat: Show server name in start/stop notifications (#546)
* feat: Show server name in start/stop notifications

* feat: Show opposite action in notification

* feat: Pre-select biggest downloaded parameter size on model change

* chore: Update to latest llama.cpp fixes (2024-05-14)
2024-05-15 00:11:10 +03:00
Carl-Robert Linnupuu
6f259bf044 fix: backward compatibility issues on plugin update (fixes #551) 2024-05-15 00:09:27 +03:00
Carl-Robert Linnupuu
8b7781f865 chore: update toolwindow landing panel text content 2024-05-14 21:48:47 +03:00
Rene Leonhardt
8e5ba8158d
feat: Show server name in start/stop notifications (#546)
* feat: Show server name in start/stop notifications

* feat: Show opposite action in notification

* feat: Pre-select biggest downloaded parameter size on model change

* chore: Update to latest llama.cpp fixes (2024-05-14)
2024-05-14 21:26:22 +03:00
Carl-Robert Linnupuu
d38af4226d Merge remote-tracking branch 'origin/master' into platform/2024.1 2024-05-14 00:11:17 +03:00
Carl-Robert Linnupuu
de3db77755 feat: add gpt-4o model (closes #547) 2024-05-14 00:03:45 +03:00
Carl-Robert Linnupuu
fe7a33ac2a Merge remote-tracking branch 'origin/master' into platform/2024.1 2024-05-13 19:08:56 +03:00
Carl-Robert Linnupuu
864f442db1 fix: landing page hyperlinks 2024-05-13 19:04:46 +03:00
Rene Leonhardt
7c668ae143
feat: Start/stop LLaMA Server from statusbar (#544) 2024-05-13 19:02:22 +03:00
Carl-Robert Linnupuu
1a55798997 Merge remote-tracking branch 'origin/master' into platform/2024.1 2024-05-13 17:59:07 +03:00