Skip to content

Releases: appleboy/CodeGPT

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

v0.4.0

08 Aug 06:52
Compare
Choose a tag to compare

Changelog

  • 8d5887e feat: add new function and comment to options.go
  • 8ff7fac feat(model): add support for OpenAI API version configuration (#95)
  • e6daa6f docs: update instructions and remove alternative base URL

v0.3.0

30 Jul 16:10
Compare
Choose a tag to compare

Changelog

  • 8b9b35a refactor: refactor OpenAI client for improved dialing context
  • b326415 feat: implement custom headers support for OpenAI requests
  • 4c1c799 feat: implement skip TLS verification in OpenAI client config
  • ee70047 feat: refactor HTTP transport in OpenAI client
  • 7416072 foobar: update Go dependencies to latest versions
  • 5e56cc7 chore(commit): Added a new flag promptOnly (#93)
  • 99b47bc chore: update dependencies and improve test accuracy
  • 94b444a feat: update modelMaps and integrate GPT3.5Turbo16K0613
  • 121cdf1 feat: update completion function with new GPT models
  • e792643 chore: add new models to go-openai (#86)

v0.2.2

09 Jun 11:03
Compare
Choose a tag to compare

Changelog

  • 50329e0 chore: improve API usage and test coverage across platforms
  • 786d7d4 refactor: exclude_list flag to accept comma-separated values (#85)
  • b893b97 chore: update dependencies and improve tests and actions
  • 46d5cb6 chore(openai): upgrade to 1.9.5
  • c638b7d refactor: improve configuration, testing, and API integration