Skip to content

Releases: appleboy/CodeGPT

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

v0.2.1

20 May 11:47
Compare
Choose a tag to compare

Changelog

  • 8cfeb6e ci: improve release process and test coverage
  • c4085ba docs: enhance commit message customization and documentation (#81)
  • 4b2d053 feat: improve template variables handling and testing (#80)
  • 61b2777 feat: improve template handling and test coverage (#79)
  • 9b3eae9 chore: upgrade go-openai from v1.9.3 to v1.9.4 (#78)
  • 7beb0b6 chore: update ca-certificates and improve test stability
  • d1da92b build: improve test coverage and GitHub actions setup
  • 32a9922 docs: improve API usage, testing, and documentation (#76)
  • 7bd613a chore: improve performance and extend OS compatibility
  • 68e9d85 build: improve compression and test tolerance in build
  • a471a55 chore: optimize API usage and enhance test reliability

v0.2.0

26 Apr 06:13
68ce8d0
Compare
Choose a tag to compare

Changelog

  • 68ce8d0 feat: improve model selection and API usage (#71)
  • 7ae227e refactor: refactor codebase by removing obsolete functions
  • d95f1b2 fix: fix COMMIT_EDITMSG of worktree missing bug (#70)
  • ea4b5d0 style: variable 'proxy' collides with imported package name (#69)
  • 70aa045 chore: update dependency version for go-openai
  • 9500376 docs: add visual representation of project stars
  • bb0b54d docs: update Chinese language resources
  • e07c0e2 docs: fix a typo in README.md (#65)
  • 182cea6 refactor: refactor configuration handling and helper functions

v0.1.9

15 Apr 01:29
Compare
Choose a tag to compare

Changelog

  • 92b3564 refactor: refactor variable names and function arguments for code readability
  • b114586 test: improve testing coverage for prompt package
  • fcc9ca4 test: refactor testing for IsCommandAvailable function
  • bb8b49e refactor: refactor language handling and file loading in prompt module
  • 87c4c1c docs: refactor configuration handling in New function
  • bf33640 fix: improve code reliability and maintainability (#64) #62
  • 3716d74 refactor: refactor config struct and fix typo in function name

v0.1.8

14 Apr 16:53
Compare
Choose a tag to compare

Changelog

  • fd54cef feat: add Azure OpenAI Service support to CLI
  • b4d3b40 docs: add OpenAI to code completion options
  • afa47c7 refactor: OpenAI provider initialization and testing (#63)
  • ae89c72 docs: update README with Azure OpenAI Service instructions and images
  • 995ae86 refactor: refactor OpenAI provider configuration and options
  • 3ac67f7 chore: add Azure OpenAI provider (#60) #18
  • cdddc9a docs: update installation instructions for README.md

v0.1.7

07 Apr 23:51
Compare
Choose a tag to compare

Changelog

  • 8bf7d98 refactor: refactor timeout flag to accept duration input
  • cb6f2c7 feat: increase timeout options for API requests (#55)
  • 8a44d35 chore: refactor environment variable prefixes to unified naming convention
  • 36e505a feat: add support for multiple CI/CD platforms in initConfig() function
  • fb4cf74 docs: document configuration options for OpenAI API
  • c98e375 feat: add temperature control to OpenAI package
  • 5079244 feat: add max_tokens flag for OpenAI API
  • efe8f74 docs: update flow
  • e802945 docs: add flow diagram to project README
  • 347fd2e chore: update CodeGPT binary download links and version number

v0.1.6

04 Apr 03:42
Compare
Choose a tag to compare

Changelog

  • eb8bf3b chore: update package versions for security and performance improvements
  • 996b5fe fix: improve handling of missing API key errors
  • b492f7d chore: update go-openai package version in go.mod file
  • 6346a5f build: add Docker support with CI/CD pipeline (#54)
  • c12a9dc docs: fix typo from zh-tw to zh-cn (#51)