Skip to content

Releases: appleboy/CodeGPT

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

v0.4.3

26 Aug 07:13
Compare
Choose a tag to compare

Changelog

  • 58b946e feat: refactor openai package to support GPT3Dot5Turbo16K0613 model
  • 089bde6 refactor: refactor Client struct and New function
  • fe2afe8 refactor: add support for function calls in summarization (#101)
  • b218141 feat: add CreateFunctionCall function (#100)

v0.4.2

19 Aug 14:09
Compare
Choose a tag to compare

Changelog

  • 2fd957e chore: refactor commit message generation
  • 2dacf12 chore: update go-openai and gotenv dependencies
  • 5dfdbbb chore: update container image to golang:1.21-alpine

v0.4.1

09 Aug 07:48
Compare
Choose a tag to compare

Changelog

  • b4d8ce9 chore: update modelMaps variable with new OpenAI models
  • 46af71f fix: the max_tokens is fixed at 300 in commitCmd (#97)
  • b887729 chore: update Go dependencies