Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 05 Mar 14:55
· 442 commits to main since this release

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