Skip to content

Releases: appleboy/CodeGPT

v0.0.5

09 Mar 02:37
2337d79
Compare
Choose a tag to compare

Changelog

  • 2337d79 feat: Add support for conventional commits and templates (#10)
  • 03b4770 chore(hook): Refactor Git hook and improve error handling
  • 0aa21f3 chore(git): Refactor git commands and functions.
  • 18ae561 chore(openai): add comments.
  • 76ffe95 chore(openai): Refactor openai.New() function to use options for arguments.
  • 1407cf7 docs(readme): add OpenAI configuration options
  • a75ed83 docs: Improve README instructions and clarity.
  • a09ebe8 docs(readme): Update CodeGPT to version 0.0.4
  • 1b9e7f7 docs(readme): fix typo

v0.0.4

07 Mar 02:00
Compare
Choose a tag to compare

Changelog

  • 359a48a chore(cmd): Refactor commit message language and model handling
  • 0b255fe chore(cmd): Refactor console output with color package integration.
  • 71a6dcd docs(readme): Update CodeGPT binary download links and version number

v0.0.3

06 Mar 10:22
Compare
Choose a tag to compare

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

06 Mar 07:54
Compare
Choose a tag to compare

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

05 Mar 14:55
Compare
Choose a tag to compare

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 the prompt/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