Commit graph

20 commits

Author SHA1 Message Date
Carl-Robert Linnupuu
a18b74fe26 feat: add gpt-4o model (closes #547) 2024-05-14 00:10:38 +03:00
Carl-Robert Linnupuu
1373e96eaa refactor: remove max_tokens configuration and other minor fixes 2024-05-13 16:04:40 +03:00
Carl-Robert Linnupuu
4dbe0f5532 fix: lookup completion request validation 2024-05-13 16:01:49 +03:00
Carl-Robert Linnupuu
2e961bcb6a fix: lookup and commit message completions for codegpt provider 2024-05-13 16:00:05 +03:00
dependabot[bot]
06392efcd7 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-13 15:59:58 +03:00
dependabot[bot]
e57ebaa74f 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-13 15:59:54 +03:00
Carl-Robert
61613336bb feat: add CodeGPT "native" API provider (#537)
* feat: support codegpt client

* feat: add basic request handler test

* refactor: minor cleanup
2024-05-13 15:59:04 +03:00
Carl-Robert Linnupuu
2db8e3b2f0 chore(deps): bump llm-client and tree-sitter 2024-05-13 15:57:54 +03:00
Jack Boswell
e4796da277 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-13 15:54:18 +03:00
Carl-Robert Linnupuu
4fc09a3053 chore(deps): bump deps 2024-05-13 15:52:37 +03:00
Rene Leonhardt
f02e3cedbe fix: Telemetry can't serialize traits anymore (#477)
* fix: Telemetry can't serialize traits anymore

* Add tests
2024-04-21 23:42:52 +03:00
Carl-Robert Linnupuu
db697c186d chore(deps): bump llm-client 2024-04-15 16:05:40 +03:00
Carl-Robert Linnupuu
6d43876d70 chore(deps): bump llm-client 2024-04-12 17:40:37 +03:00
Rene Leonhardt
ba7b51684e chore: Improve code (#442)
* chore: Improve code

* Convert classes to records
2024-04-12 17:33:56 +03:00
Rene Leonhardt
8fad64eb57 chore(deps): Update checkstyle to 10.15.0 (#438)
* Cleaned versions catalog and dependencies
* Fixed checkstyle finding
2024-04-07 17:13:17 +03:00
Rene Leonhardt
dbf05aebc6 chore(deps): Update and centralize dependencies (#436)
* chore(deps): Update and centralize dependencies

* Update treesitter to 0.22.2
* Update kotlin to 1.9.23
* Update jackson to 2.17.0
* Update gradle-intellij-plugin to 1.17.3
* Update gradle to 8.7
* Use BOMs where possible
* Centralize dependencies in version catalog
* Allow Dependabot to update other modules (add treesitter and buildSrc/src/main/kotlin, remove core)

* fix: preload credentials only once for all headers
2024-04-07 17:12:50 +03:00
Carl-Robert Linnupuu
f557406b96 chore: bump gradle version 2023-12-04 16:39:50 +02:00
Carl-Robert Linnupuu
9b1e29c155 Upgrade gradle 8.3 2023-08-26 13:58:25 +03:00
Carl-Robert Linnupuu
56c27031f5 Migrate to Java 17 2023-02-22 11:43:23 +00:00
Carl-Robert Linnupuu
1ef33b85e8 Initial commit 2023-02-15 11:48:44 +00:00