Carl-Robert Linnupuu
efced71bc5
chore: bump llm-client
2024-11-14 13:56:33 +00:00
Carl-Robert Linnupuu
6b71d1435a
chore: bump llm-client
2024-11-07 09:07:25 +00:00
Carl-Robert Linnupuu
d13652ff40
chore: oai compatibility for ollama chat completions
2024-11-04 12:06:43 +00:00
Carl-Robert Linnupuu
50ceecbe5a
chore: bump llm-client ( fixes #744 )
2024-11-03 01:10:01 +00:00
Carl-Robert Linnupuu
6fbea7d4b8
feat: auto apply ( #743 )
2024-10-28 16:33:50 +00:00
Carl-Robert Linnupuu
020e1aff7f
chore: include metadata in codegpt requests
2024-10-09 11:57:03 +03:00
Carl-Robert Linnupuu
30c255c5b5
feat: support high context limits (CodeGPT)
2024-10-08 00:33:33 +03:00
Carl-Robert Linnupuu
6b4e22b545
feat: support qwen2.5 and o1 models
2024-10-01 13:22:57 +03:00
Carl-Robert Linnupuu
c87ef10d5c
chore: bump gradle-intellij-plugin version
2024-09-24 12:01:45 +03:00
Carl-Robert Linnupuu
403ab338f9
refactor: consolidate completion request building ( #703 )
...
* fix: direct apply and output diff actions visibility
* refactor: consolidate chat completion request building
2024-09-23 14:54:15 +03:00
Carl-Robert Linnupuu
0cdf330bd0
chore: bump llm-client
2024-09-12 02:18:06 +03:00
Carl-Robert Linnupuu
2bc3d8d645
fix: ollama stream requests ( fixes #646 )
2024-09-05 13:24:30 +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
Carl-Robert Linnupuu
18a4e80951
chore(deps): bump llm-client
2024-04-12 16:21:54 +03:00
Rene Leonhardt
7d89650062
chore: Improve code ( #442 )
...
* chore: Improve code
* Convert classes to records
2024-04-10 14:47:38 +03:00
Rene Leonhardt
00c9813eeb
chore(deps): Update checkstyle to 10.15.0 ( #438 )
...
* Cleaned versions catalog and dependencies
* Fixed checkstyle finding
2024-04-07 16:53:59 +03:00
Rene Leonhardt
7f505e2c30
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-06 13:41:02 +03:00