Releases: appleboy/CodeGPT
Releases · appleboy/CodeGPT
v0.0.4
v0.0.3
Changelog
- 415c8a1 chore(CI): Update goreleaser configuration for release.
- 5e705b9 Include version and commit info in ldflags.
- 20df195 docs(readme): Improve OpenAI API Key setup process
- 4c70e9f docs(readme): Update CodeGPT download links to version 0.0.2
- 88ff781 docs(readme): Improve commit message guidelines with CLI and Git Hook instructions.
- 4b94f1c docs(readme): Integrate OpenAI tools and improve user experience
- 6a9e879 Improve user experience and documentation for OpenAI tools
v0.0.2
Changelog
- 500ae35 chore(commit): Bind commit flags to viper and add GetModel function.
- 760a3d5 chore(openai): Add support for HTTP proxy configuration. (#3)
- d49a07e chore(cmd): Add version and commit information to build process.
- eacd020 chore(cmd): Add color output to progress messages
- a9fd57b docs(readme): Add reference to ChatGPT and Whisper APIs blog
- fb49108 docs(readme): documentation reference.
- d32c3bb docs(readme): Update README.md badge for lint and testing.
v0.0.1
Changelog
- 5316c95 chore(CI): Configure cross-platform builds and packaging with goreleaser
- f5f545e chore(hook): add new package
- 7afbe1a chore(cmd): add git hook management feature.
- df7f69a chore(CI): Rename GitHub Actions workflow for testing.
- f8172b0 chore(cmd): improve commit message formatting and include summary.
- 8a7ae98 refactor(cmd): file writing to use OS package
- d122b3a refactor: language handling and add template utility file
- 6ab282f refactor(prompt): commit command and prompt functions.
- 7113b7b fix(lint): check viper.BindPFlag
- 92323cf docs(readme): add GitHub Actions badge
- 1ec651a chore(CI): Added project maintenance files and workflows.
- f901881 chore(prompt): Rename three template files from
.tpl
to.tmpl
in theprompt/templates
directory - 6d2ac70 chore(openai): Add a tool that summarizes pull request titles.
- 1dc70d8 chore(prompt): update git diff prompt format.
- 4e6b9af chore(prompt): update summarize template
- 7d77a5f chore(openai): support translate language
- e0b9c97 docs: Add documentation for the Git prepare-commit-msg hook using ChatGPT written in Golang.
- 089c01e refactor(openai): Refactor OpenAI client to support multiple models and add new models.
- 1b3ef2e chore(openai): set default model to gpt-3.5-turbo in the config command
- e77f9df chore(openai): Add org ID parameter to OpenAI client initialization
- f676caf chore(commit): Add comments to functions in multiple files for better code readability
- d687259 chore(openai): add new package
- 20be2fc chore(prompt): add new package
- 8191025 chore(cmd): check git command
- 9c7a0bc chore(cmd): create config file if not exist.
- 6f8a4d5 chore(cmd): rename
- 1acf45d chore(cmd): check config key value.
- a27851a chore(cmd): remove debug message
- 19eb93c chore(cmd): update config folder path
- 87ca189 chore(cmd): update description
- b02eb89 chore(cmd): add config
- c535b97 chore(cmd): add version file
- ceb5010 chore(cmd): initial command line
- 347d335 Initial commit