Skip to content

v0.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 18:54
· 45 commits to main since this release

Changelog

Other

  • be3dedf Update build and release workflows to use goreleaser action, adding support for multiple go versions and uploading artifacts.
  • bbe1135 Update prompt.go: Improved formatting and added prePrompt variable.
  • 92ee5b0 Update .golangci.yml
  • 4048872 Update build workflow to use make and add goreleaser configuration, update Makefile for building and installing, and modify install script to handle different architectures
  • 6af5fad Update setConfig function to handle errors and exit with 1 if an error occurs. Add error handling in run function for git.Diff() and ollama.GetCommit().
  • ab4177e Update ollama request to include diff string and fix json decoding error
  • 3cf7673 update go.mod
  • 835b3e5 Update prompt.go: Add new prePrompt variable definition for improved user experience.
  • 42b3c6f Rename engines to engine package and update imports. This change is necessary to reflect the new package name and avoid confusion.
  • 749d245 Update engine to remove unnecessary imports and simplify code. Removed unused 'git' package and simplified method.
  • 20e833f add ollama logic
  • e11b6e9 replase git status with git diff --name-status to get only staged files
  • 42ecc66 list modified git files
  • 9d73a29 init
  • 24f11d9 update README.md
  • d33b473 Initial commit