Carl-Robert Linnupuu
0ea44b4a9e
chore: replace kimi-k2 with qwen3-coder
2025-07-24 12:16:12 +01:00
Carl-Robert Linnupuu
339a581181
feat: add project-based chat history filtering
2025-07-24 12:16:06 +01:00
Carl-Robert Linnupuu
bf48a90003
feat: support cancelling auto apply requests
2025-07-24 12:16:01 +01:00
dependabot[bot]
b1dc9c25f9
chore(deps): bump org.apache.commons:commons-text from 1.13.0 to 1.13.1 ( #987 )
...
Bumps org.apache.commons:commons-text from 1.13.0 to 1.13.1.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-text
dependency-version: 1.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-24 12:15:57 +01:00
dependabot[bot]
1a01fe9450
chore(deps): bump com.squareup.okio:okio from 3.10.2 to 3.15.0 ( #1061 )
...
Bumps [com.squareup.okio:okio](https://github.com/square/okio ) from 3.10.2 to 3.15.0.
- [Release notes](https://github.com/square/okio/releases )
- [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md )
- [Commits](https://github.com/square/okio/compare/3.10.2...parent-3.15.0 )
---
updated-dependencies:
- dependency-name: com.squareup.okio:okio
dependency-version: 3.15.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-24 12:15:54 +01:00
dependabot[bot]
ca04521c42
chore(deps): bump org.junit:junit-bom from 5.12.1 to 5.13.4 ( #1080 )
...
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit-framework ) from 5.12.1 to 5.13.4.
- [Release notes](https://github.com/junit-team/junit-framework/releases )
- [Commits](https://github.com/junit-team/junit-framework/compare/r5.12.1...r5.13.4 )
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 5.13.4
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-24 12:15:50 +01:00
Robin
1d8363feea
fix: EditorUtil.createEditor() creates files on EDT ( fixes #1006 ) ( #1079 )
2025-07-24 12:15:47 +01:00
Carl-Robert Linnupuu
dd3dcdc548
docs: update changelog
2025-07-24 12:15:43 +01:00
Carl-Robert Linnupuu
0f9bf991f7
feat: add kimi k2 model
2025-07-24 12:15:39 +01:00
Carl-Robert Linnupuu
b3593860f2
fix: legacy model settings migration
2025-07-24 12:15:36 +01:00
Carl-Robert Linnupuu
23766d5ebc
fix: tab docs link
2025-07-24 12:15:32 +01:00
Carl-Robert Linnupuu
fd20fa02d1
chore: update openai models
2025-07-24 12:15:27 +01:00
Carl-Robert Linnupuu
e6801fd548
docs: update changelog
2025-07-24 12:15:17 +01:00
Carl-Robert Linnupuu
1c3f063b4b
fix: remove code analyzer from initial tags
2025-07-24 12:15:11 +01:00
Carl-Robert Linnupuu
d8ba96d30e
docs: update changelog
2025-07-24 12:15:00 +01:00
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