Skip to content

Releases: appleboy/CodeGPT

v0.12.0

12 May 14:52
6c81350
Compare
Choose a tag to compare

Changelog

Features

Enhancements

Refactor

Documentation updates

v0.11.2

29 Apr 05:46
ca96abd
Compare
Choose a tag to compare

Changelog

Features

v0.11.1

27 Apr 07:11
3059df1
Compare
Choose a tag to compare

Changelog

Features

Enhancements

v0.11.0

24 Apr 03:31
e6a5a52
Compare
Choose a tag to compare

Changelog

Features

Enhancements

v0.10.0

22 Mar 23:51
986115d
Compare
Choose a tag to compare

Changelog

  • 986115d chore: update dependencies and versions in go.mod files
  • b36bf4b feat: update model configurations and API links
  • b3d2950 feat(func): support for function calling in OpenAI API (#149)
  • 296d527 feat(model): Introduce Groq package with Model type and related functions (#148)

v0.9.0

13 Mar 15:00
0f04268
Compare
Choose a tag to compare

Changelog

  • 0f04268 chore: update dependencies and improve CI robustness
  • 97b4a29 chore: update dependencies and CI configurations
  • 6e4b4dd chore: update dependencies to latest versions
  • 8822a03 feat(git): make diff exclusion results the same in different directories (#147)
  • c49c6ad ci: update GitHub Actions dependencies to v4
  • 0125d86 feat: improve application shutdown process

v0.8.0

23 Feb 05:23
06aa70c
Compare
Choose a tag to compare

Changelog

  • 06aa70c feat: refactor OpenAI model integration
  • 553901a ci: refactor CI workflows and Go configurations

v0.7.1

31 Dec 06:33
d95ca55
Compare
Choose a tag to compare

Changelog

  • d95ca55 chore(timeout): update default timeout to 30 seconds across files (#145)
  • ff97f1d chore: update dependencies to latest versions
  • 4024bfd chore: update dependencies in go.mod file
  • 40c2c1b chore: update version of actions/setup-go in GitHub workflows
  • e61298e chore: update dependencies to latest versions
  • 409aee8 docs(readme): fix link (#141)
  • 5cfcffd docs(readme): add windows installation note. (#140)
  • 264e079 docs(readme): default temperature of this tool already change to 1 (#136)
  • 97b30b2 chore: update github.com/sagikazarmark/locafero to v0.4.0

v0.7.0

29 Nov 13:42
450ad28
Compare
Choose a tag to compare

Changelog

  • 450ad28 chore: update dependencies to latest versions
  • e031a18 chore: update Dockerfile and add Dockerfile linting
  • 09a5329 refactor: refactor modelMaps variable and remove openai.GPT432K0613 model from Completion function
  • 0a7ac39 chore: update dependencies to latest versions
  • 0e24cbc chore: update git commit message template with custom variables
  • 0cd4025 chore: update dependencies in go.mod file

v0.6.2

31 Oct 08:00
77b2e90
Compare
Choose a tag to compare

Changelog

  • 77b2e90 feat: update configuration flags and bindings (#127)
  • 2df470c docs: add comments explaining the purpose and behavior of config commands