dependabot[bot]
dee87c0149
Bump com.github.jelmerk:hnswlib-core in /codegpt-core ( #326 )
...
Bumps [com.github.jelmerk:hnswlib-core](https://github.com/jelmerk/hnswlib ) from 1.1.0 to 1.1.2.
- [Commits](https://github.com/jelmerk/hnswlib/commits/v1.1.2 )
---
updated-dependencies:
- dependency-name: com.github.jelmerk:hnswlib-core
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-01-02 11:58:26 +02:00
dependabot[bot]
b4dc59cd4e
Bump com.github.jelmerk:hnswlib-utils in /codegpt-core ( #327 )
...
Bumps [com.github.jelmerk:hnswlib-utils](https://github.com/jelmerk/hnswlib ) from 1.1.0 to 1.1.2.
- [Commits](https://github.com/jelmerk/hnswlib/commits/v1.1.2 )
---
updated-dependencies:
- dependency-name: com.github.jelmerk:hnswlib-utils
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-01-02 11:25:17 +02:00
Carl-Robert
f831a1facd
feat: add support for auto resolving compilation errors ( #318 )
2023-12-29 16:41:47 +02:00
Carl-Robert
f4be25bdac
Feature: Support chatting with multiple files ( #306 )
...
* Initial implementation
* Refactor UI related classes and organize imports
* Display selected files notification, include the files in the prompt
* feat: store referenced file paths in the messate state
* feat: add selected files accordion
* feat: update UI
* feat: improve file selection
* feat: support prompt template configuration
* fix: token calculation for virtualfile checkbox tree
* refactor: clean up
* refactor: move labels/descriptions to bundle
2023-12-12 22:30:39 +02:00
René
c214b59f55
adds: configuration for the commit-message system prompt ( #304 )
...
* adds: configuration for the commit-message system prompt
this will remove the default file and move it to the code to be overwritten if the user chooses to modify the prompt.
* fix: checkstyle
---------
Co-authored-by: Carl-Robert Linnupuu <carlrobertoh@gmail.com>
2023-12-09 14:48:10 +02:00
Carl-Robert Linnupuu
425b0cd58b
refactor: improve llm-client code modularity
2023-12-07 21:48:12 +02:00
Carl-Robert
845c7b4cee
Support method name lookup generation ( #280 )
2023-11-19 22:56:12 +02:00
Carl-Robert
44e5aa79dd
Support git commit message generation ( #276 )
...
* Add git commit message generation feature using OpenAI service
2023-11-17 01:20:00 +02:00
Carl-Robert
c4115e257b
Add checkstyle rules ( #274 )
2023-11-16 17:15:11 +02:00
dependabot[bot]
47e9a7a1da
Bump org.json:json from 20230618 to 20231013 in /codegpt-core ( #240 )
...
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java ) from 20230618 to 20231013.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases )
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md )
- [Commits](https://github.com/douglascrockford/JSON-java/commits )
---
updated-dependencies:
- dependency-name: org.json:json
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 21:50:17 +02:00
dependabot[bot]
05c7560ec9
Bump com.github.jelmerk:hnswlib-utils in /codegpt-core ( #204 )
...
Bumps [com.github.jelmerk:hnswlib-utils](https://github.com/jelmerk/hnswlib ) from 1.0.1 to 1.1.0.
- [Commits](https://github.com/jelmerk/hnswlib/commits )
---
updated-dependencies:
- dependency-name: com.github.jelmerk:hnswlib-utils
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>
2023-09-21 13:48:23 +03:00
dependabot[bot]
01691b01e7
Bump com.github.jelmerk:hnswlib-core from 1.0.1 to 1.1.0 ( #208 )
...
Bumps [com.github.jelmerk:hnswlib-core](https://github.com/jelmerk/hnswlib ) from 1.0.1 to 1.1.0.
- [Commits](https://github.com/jelmerk/hnswlib/commits )
---
updated-dependencies:
- dependency-name: com.github.jelmerk:hnswlib-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>
2023-09-21 13:26:10 +03:00
Carl-Robert
37af74ebdf
You API integration ( #203 )
...
* Ability to configure custom service
* Add example preset templates, rename module
* Custom service client impl
* Add YOU API integration
* Remove/ignore generated antlr classes
* Remove text completion models(deprecated)
* Remove unused code, fix settings state sync
* Display model name/icon in the tool window
* Update chat history UI
* Fix model/service sync
* Clear plugin state
* Fix minor bugs, add settings sync tests
* UI changes
* Separate model configuration
* Add support for overriding the completion path
* Update Find Bugs prompt
2023-09-14 14:52:18 +03:00