Commit graph

58 commits

Author SHA1 Message Date
dependabot[bot]
ce7c3b1397 chore(deps): bump com.google.code.gson:gson from 2.10.1 to 2.12.1 (#843)
Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.12.1.
- [Release notes](https://github.com/google/gson/releases)
- [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md)
- [Commits](https://github.com/google/gson/compare/gson-parent-2.10.1...gson-parent-2.12.1)

---
updated-dependencies:
- dependency-name: com.google.code.gson:gson
  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-03-24 11:56:41 +00:00
dependabot[bot]
302d7d726d chore(deps): bump org.assertj:assertj-core from 3.26.3 to 3.27.3 (#924)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.3 to 3.27.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.26.3...assertj-build-3.27.3)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  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-03-24 11:56:36 +00:00
dependabot[bot]
d0a52ed3b9 chore(deps): bump io.github.bonede:tree-sitter from 0.24.4 to 0.24.5 (#925)
Bumps [io.github.bonede:tree-sitter](https://github.com/bonede/tree-sitter-ng) from 0.24.4 to 0.24.5.
- [Release notes](https://github.com/bonede/tree-sitter-ng/releases)
- [Commits](https://github.com/bonede/tree-sitter-ng/compare/v0.24.4...v0.24.5)

---
updated-dependencies:
- dependency-name: io.github.bonede:tree-sitter
  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-03-24 11:56:32 +00:00
dependabot[bot]
206ada9cb7 chore(deps): bump org.junit:junit-bom from 5.11.0 to 5.12.1 (#926)
Bumps [org.junit:junit-bom](https://github.com/junit-team/junit5) from 5.11.0 to 5.12.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.0...r5.12.1)

---
updated-dependencies:
- dependency-name: org.junit:junit-bom
  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-03-24 11:56:27 +00:00
Carl-Robert Linnupuu
7fbae569b1 feat: improved multi-line edits (#923)
* fix: llama.cpp copy task

* feat: next edit predictions

* feat: minor clean up
2025-03-20 03:02:35 +00:00
carlrobertoh@gmail.com
e954a0e1ef feat: support latest gemini models (closes #860) 2025-02-11 11:54:16 +00:00
carlrobertoh@gmail.com
c25ad6ee38 fix: remove clashing coroutines deps 2025-02-11 11:53:49 +00:00
Aleksandr
c5f2e6065c feat: multiple custom providers (#859)
* Initial changes to switch to multiple custom providers

* Change CredentialKey from enum to sealed class

* Changes in the form of settings, support for saving and other logic

* Add copy service settings logic

* Add service settings migration logic

* Fixed the error of working with passwords on the main thread, added api token cleanup for remote settings

* Check style fix

---------

Co-authored-by: a.iudin <a.iudin@vk.team>
2025-02-11 11:53:40 +00:00
Carl-Robert Linnupuu
ab13db26d9 feat: display avatar image (CodeGPT) 2025-02-03 18:09:11 +00:00
Carl-Robert Linnupuu
7282fd044a feat: add o3-mini model 2025-02-03 18:09:01 +00:00
Carl-Robert Linnupuu
6ecb512860 feat: add paste prediction action 2025-01-06 13:18:59 +00:00
Carl-Robert Linnupuu
6dc2aa07ae feat: code assistant (#810)
* feat: code assistant implementation

* refactor: clean up
2024-12-30 01:09:34 +00:00
Carl-Robert Linnupuu
00d8815964 fix: disable tree-sitter for CodeGPT provider 2024-12-04 12:02:25 +00:00
Carl-Robert Linnupuu
a47ffd62e4 feat: support multi-line code completions 2024-12-04 12:01:08 +00:00
Jack Boswell
ee17963285 chore: bump gradle wrapper 8.11 (#771) 2024-11-25 10:46:26 +00:00
Carl-Robert Linnupuu
3cd526b2e5 chore: bump llm-client 2024-11-14 15:10:26 +00:00
Carl-Robert Linnupuu
bfbc7dfb30 chore: bump llm-client 2024-11-07 09:35:56 +00:00
Carl-Robert Linnupuu
4998e91a29 chore: oai compatibility for ollama chat completions 2024-11-04 12:31:19 +00:00
Carl-Robert Linnupuu
38038653b2 chore: bump llm-client (fixes #744) 2024-11-04 12:31:14 +00:00
Carl-Robert Linnupuu
f2dd91d2fe feat: auto apply (#743) 2024-10-29 10:46:13 +00:00
Carl-Robert Linnupuu
6668ad5123 chore: include metadata in codegpt requests 2024-10-10 11:21:19 +03:00
Carl-Robert Linnupuu
fdac994fd7 feat: support high context limits (CodeGPT) 2024-10-10 11:21:15 +03:00
Carl-Robert Linnupuu
24ae263a39 feat: support qwen2.5 and o1 models 2024-10-01 14:28:33 +03:00
Carl-Robert Linnupuu
e8ac0af1da chore: bump gradle-intellij-plugin version 2024-09-24 13:12:41 +03:00
Carl-Robert Linnupuu
001c12b3f8 refactor: consolidate completion request building (#703)
* fix: direct apply and output diff actions visibility

* refactor: consolidate chat completion request building
2024-09-23 23:30:49 +03:00
Carl-Robert Linnupuu
a9bd73b8f5 chore: bump llm-client 2024-09-12 02:51:06 +03:00
Carl-Robert Linnupuu
40df064192 fix: ollama stream requests (fixes #646) 2024-09-05 14:58:40 +03:00
Carl-Robert Linnupuu
2ce05a50af feat: add git context to code completions 2024-08-31 19:39:43 +03:00
Carl-Robert Linnupuu
309491386c chore: update deps 2024-08-21 15:17:44 +03:00
dependabot[bot]
a2d549e6d4
chore(deps): bump org.jetbrains.changelog from 2.2.0 to 2.2.1 (#624)
Bumps org.jetbrains.changelog from 2.2.0 to 2.2.1.

---
updated-dependencies:
- dependency-name: org.jetbrains.changelog
  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>
2024-08-14 00:28:24 +03:00
Carl-Robert
b4ef573be2
feat: add webpage documentation support (#650)
* feat: documentation support while chatting

* feat: support managing web documentation entries
2024-08-13 13:44:40 +03:00
Carl-Robert
05f146c405
feat: web search support (#641)
* feat: web search support

* fix: enable web search only for codegpt provider

* fix: checkstyle

* feat: improve list cell design
2024-07-30 15:53:45 +03:00
Carl-Robert Linnupuu
ecc4613615 feat: add gpt-4o-mini model 2024-07-19 02:22:58 +03:00
Carl-Robert Linnupuu
5baab54697 chore: upgrade treesitter deps 2024-07-18 12:28:52 +03:00
Carl-Robert Linnupuu
8017731900 chore: bump llm-client 2024-06-17 19:32:20 +03:00
Carl-Robert Linnupuu
58e17c0819 chore: bump llm-client 2024-06-10 12:04:54 +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
f260a71d1b
chore(deps): Update to Kotlin 2 (#576) 2024-05-28 10:27:30 +03:00
Carl-Robert Linnupuu
de3db77755 feat: add gpt-4o model (closes #547) 2024-05-14 00:03:45 +03:00
Carl-Robert Linnupuu
014f26f802 refactor: remove max_tokens configuration and other minor fixes 2024-05-13 15:32:20 +03:00
Carl-Robert Linnupuu
0b21652c04 fix: lookup completion request validation 2024-05-11 02:18:24 +03:00
Carl-Robert Linnupuu
310210957b fix: lookup and commit message completions for codegpt provider 2024-05-09 15:41:04 +03:00
dependabot[bot]
6344f225c9
chore(deps): bump com.fasterxml.jackson:jackson-bom (#539)
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.0 to 2.17.1.
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.17.0...jackson-bom-2.17.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  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>
2024-05-09 13:09:19 +03:00
dependabot[bot]
69bef7099d
chore(deps): bump org.jetbrains.kotlin:kotlin-gradle-plugin (#540)
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.23 to 1.9.24.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v1.9.24)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
  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>
2024-05-09 13:09:07 +03:00
Carl-Robert
0852c27170
feat: add CodeGPT "native" API provider (#537)
* feat: support codegpt client

* feat: add basic request handler test

* refactor: minor cleanup
2024-05-08 23:59:51 +03:00
Carl-Robert Linnupuu
f5a63eb889 chore(deps): bump llm-client and tree-sitter 2024-05-08 16:38:00 +03:00
Jack Boswell
5f5c9cbfa1
chore: Bump llm-client to 0.7.5 (#520)
* Bump llm-client to 0.7.3

* llm-client 0.7.5

Co-authored-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>

---------

Co-authored-by: Rene Leonhardt <65483435+reneleonhardt@users.noreply.github.com>
2024-05-07 10:41:45 +03:00
Carl-Robert Linnupuu
0b2387c2f6 chore(deps): bump deps 2024-04-23 17:21:29 +03:00
Rene Leonhardt
67dc425a94
fix: Telemetry can't serialize traits anymore (#477)
* fix: Telemetry can't serialize traits anymore

* Add tests
2024-04-19 17:06:37 +03:00
Carl-Robert Linnupuu
077059fd23 chore(deps): bump llm-client 2024-04-15 15:51:12 +03:00