Commit graph

964 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
a515bfc99e fix: revert direct auto apply 2025-07-24 12:14:37 +01:00
Carl-Robert Linnupuu
c2747b07af feat: add native mistral client support 2025-07-24 12:14:33 +01:00
Carl-Robert Linnupuu
7656c2281b feat: improve chat history ui/ux 2025-07-24 12:14:16 +01:00
Carl-Robert Linnupuu
2b96b1e8d0 feat: support model per feature 2025-07-24 12:14:06 +01:00
Carl-Robert Linnupuu
e11477ded3 feat: add server and build logs for llama.cpp 2025-07-24 12:13:39 +01:00
Carl-Robert Linnupuu
768d410737 fix: llama.cpp server startup (fixes #852) 2025-07-24 12:13:17 +01:00
Viktor Muraviev
b5215ec45c feat: Add separate model selection for code completion (#1032)
* add separate Ollama model selection for code completion

closes issue #733

* add separate selection of code completion provider

closes issue #804

* add test for Ollama code completion with separate model selection

also added missing clearing of code completion cache to other tests. This fixes ProxyAI test - before the fix it was passed always regardless of real ProxyAI completion operation

* fix saving of code completion provider option in IDE settings

* fix code style

* fix: remove expected failing test

---------

Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2025-07-24 12:13:07 +01:00
Violine
2ead45efde feat: Added code structure analysis with depth configuration and improved tag handling (#1045)
* feat: add Kotlin inferred type analyzer

* feat: implemented a queue with support for maximum crawl depth

* feat: added the depth of analysis setting to end the chat

* feat: added the depth of analysis setting to code completion

* feat: add tag for code analysis

# Conflicts:
#	src/main/kotlin/ee/carlrobert/codegpt/ui/textarea/PromptTextField.kt

* feat: changed priority of EditorTagDetails and FileTagDetails

If we added a file when opening a tab, and then added the same file through the "Include files in Prompt..." menu, it will not be in the selected state.

---------

Co-authored-by: alexander.korovin <alexander.korovin@vk.team>
Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2025-07-24 12:12:38 +01:00
Carl-Robert Linnupuu
aef332e486 3.4.4 2025-07-04 14:01:23 +01:00
Carl-Robert Linnupuu
87d5e097b1 docs: update changelog 2025-07-04 13:54:49 +01:00
Carl-Robert Linnupuu
aba157a235 fix: prevent NPE when loading state with null conversations 2025-07-04 13:21:17 +01:00
Carl-Robert Linnupuu
2e363b769c feat: support chat renaming 2025-07-04 13:21:12 +01:00
Carl-Robert Linnupuu
429b151b07 fix: add virtual file validation to prevent InvalidVirtualFileAccessException 2025-07-04 13:21:06 +01:00
Carl-Robert Linnupuu
c00631418b feat: add chat modes (ask/edit/agent) 2025-07-04 13:21:00 +01:00
Carl-Robert Linnupuu
e0eda78e97 3.4.3 2025-06-26 10:24:52 +01:00
Carl-Robert Linnupuu
2d664d03ae docs: update changelog 2025-06-26 10:04:10 +01:00
Carl-Robert Linnupuu
8bafe1583a feat: add conversations tags support 2025-06-26 10:03:33 +01:00
Carl-Robert Linnupuu
b295f7334a feat: remove model-conversation dependency 2025-06-26 10:03:27 +01:00
Carl-Robert Linnupuu
155358084e refactor: ToolWindowFactory class 2025-06-26 10:03:21 +01:00
Carl-Robert Linnupuu
cd9bf3d3ab fix: NPE (fixes #1046) 2025-06-26 10:03:15 +01:00
Carl-Robert Linnupuu
28c7e2892c 3.4.2 2025-06-06 12:28:26 +01:00
Carl-Robert Linnupuu
d439adc8eb fix: internal IDE exception 2025-06-06 12:26:29 +01:00
Carl-Robert Linnupuu
f8dd9a0fcd chore: increase gradle heap space 2025-06-06 11:59:53 +01:00
Carl-Robert Linnupuu
299dabefa2 docs: update changelog 2025-06-06 11:59:46 +01:00
Carl-Robert Linnupuu
e0dbb030fb feat: global context search 2025-06-06 11:59:24 +01:00
Carl-Robert Linnupuu
c3890870c4 chore: migrate to new gradle intellij plugin 2025-06-06 11:59:14 +01:00
Carl-Robert Linnupuu
d17efef61d 3.4.1 2025-06-04 18:24:38 +01:00
Carl-Robert Linnupuu
252006db4c fix: sse search/replace processing 2025-06-04 18:21:55 +01:00
Carl-Robert Linnupuu
c7b9f2902d fix: search/replace processing for larger chunks 2025-06-04 17:38:14 +01:00
Carl-Robert Linnupuu
1d1b91a7b7 fix: search/replace processing for larger chunks 2025-06-04 17:38:03 +01:00
Carl-Robert Linnupuu
292e589566 docs: update changelog 2025-06-04 15:45:23 +01:00
Carl-Robert Linnupuu
1b090874fd fix: replace line separators when replacing editor's content 2025-06-04 15:44:56 +01:00
Carl-Robert Linnupuu
329e8fde6f fix: proxyai default cc model 2025-06-04 15:44:50 +01:00
Carl-Robert Linnupuu
bfba8b2042 fix: issues with line separators 2025-06-04 15:44:45 +01:00
Carl-Robert Linnupuu
7b4871cc4b 3.4.0 2025-06-02 13:01:29 +01:00
Carl-Robert Linnupuu
89304a4390 docs: update description 2025-06-02 12:59:50 +01:00
Carl-Robert Linnupuu
48f9700ae0 fix: build errors 2025-06-02 12:56:48 +01:00
Carl-Robert Linnupuu
b0967a7cca docs: update changelog 2025-06-02 12:48:25 +01:00
Carl-Robert Linnupuu
55d06009aa fix: internal IDE errors 2025-06-02 12:48:22 +01:00
Carl-Robert Linnupuu
fbb9b20111 feat: add claude 4 sonnet thinking model 2025-06-02 12:48:18 +01:00
Carl-Robert Linnupuu
6e949707f3 fix: tag panel cursor type 2025-06-02 12:48:14 +01:00
Carl-Robert Linnupuu
690bdf821b fix: header link anomalies on invalid paths 2025-06-02 12:48:11 +01:00
Carl-Robert Linnupuu
f3010ff5dc refactor: adjust default prompt 2025-06-02 12:48:07 +01:00
Carl-Robert Linnupuu
0eeb5e1d1a docs: update changelog 2025-06-02 12:47:58 +01:00
Carl-Robert Linnupuu
8d6c3067c3 fix: segment parsing 2025-06-02 12:47:36 +01:00
Carl-Robert Linnupuu
07ea6340d6 feat: show info balloon on direct apply 2025-06-02 12:47:29 +01:00
Carl-Robert Linnupuu
78f50dd393 feat: add view and revert diff logic 2025-06-02 12:47:25 +01:00
Carl-Robert Linnupuu
bc0cd40d00 feat: improve failed diff error handling 2025-06-02 12:47:21 +01:00
Carl-Robert Linnupuu
f9c9455f7c refactor: remove azure provider 2025-06-02 12:47:18 +01:00
Carl-Robert Linnupuu
6faedd0241 feat: select file in project tree on creation 2025-06-02 12:47:14 +01:00