Skip to content

Releases: appleboy/CodeGPT

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

v0.6.1

29 Oct 00:09
Compare
Choose a tag to compare

Changelog

  • d24af1a chore: hide API key in config list command output

v0.6.0

28 Oct 14:42
8b6858d
Compare
Choose a tag to compare

Changelog

  • 8b6858d chore(cmd): support config list and set for sub command. (#124)

v0.5.1

28 Oct 13:13
Compare
Choose a tag to compare

Changelog

  • edb9f5e feat: add bindings for new flags in configCmd function

v0.5.0

28 Oct 03:21
Compare
Choose a tag to compare

Changelog

  • 75822b6 chore: update build configurations and file structure
  • 0ec5940 docs: add new options to .codegpt.yaml file
  • 09db758 chore: update default temperature value to 1.0 (#122)
  • 92f2119 chore: add OpenAI configuration options to commit command (#121)
  • ca7dcdd chore: update dependencies to latest versions

v0.4.4

10 Oct 06:00
c41f9bb
Compare
Choose a tag to compare

Changelog

  • c41f9bb refactor: refactor translation template in prompt/templates
  • 9c47ce8 chore: update dependencies to latest versions
  • b9dfe91 chore: update version of go-openai in go.mod file
  • d5d97fa chore: update version of github.com/spf13/afero in go.mod file
  • bea310f chore: update GitHub Actions workflows
  • a4f4f04 chore: update Docker actions to latest versions
  • 3acd87c chore: update CodeGPT version in README.md (#114)
  • d157807 chore: update goreleaser GitHub Actions version
  • d5d34ad chore: update version of go-openai dependency
  • 6116ac6 chore: update dependencies to latest versions
  • 49c7f1a chore: update version of actions/checkout in GitHub workflows
  • dc5ada0 fix: fix completion commands to assign output to variables
  • 9c39122 feat: add completion command to root command
  • 4029bb7 chore: update commit label in conventional_commit.tmpl