Skip to content

Releases: zaidfadhil/kemit

v0.0.8

08 Nov 18:26
Compare
Choose a tag to compare

Changelog

Bug fixes

v0.0.7

10 Oct 15:45
2ff7db4
Compare
Choose a tag to compare

Changelog

Bug fixes

Other

v0.0.6

09 Oct 15:35
Compare
Choose a tag to compare

Changelog

Other

v0.0.5

20 Aug 14:38
5b01dc7
Compare
Choose a tag to compare

Changelog

New Features

Bug fixes

Other

v0.0.4

01 Jun 13:13
d585fe7
Compare
Choose a tag to compare

Changelog

Other

v0.0.3

29 May 21:31
Compare
Choose a tag to compare

Changelog

Other

v0.0.2

29 May 19:32
Compare
Choose a tag to compare

Changelog

Other

  • b39db82: fix install.sh for different architectures and add download URL for releases (@zaidfadhil)

v0.0.1

29 May 18:54
Compare
Choose a tag to compare

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