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