Releases: joaquinalmora/commitgen
Releases · joaquinalmora/commitgen
v0.1.0
Changelog
- 0152661 '
- 8cd08ad ./bin/commitgen doctor '
- 5fbdb09 127 bytes of staged changes diff --git a/demo.txt b/demo.txt new file mode 100644 index 0000000..ce01362 --- /dev/null +++ b/dem Update demo.txt
- d98a618 128 bytes of staged changes diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..b348e3c --- /dev/null +++ b/h Update hello.txt
- b6d36ca 129 bytes of staged changes diff --git a/debug.txt b/debug.txt new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/d Update debug.txt
- 9460c40 131 bytes of staged changes diff --git a/README.md b/README.md new file mode 100644 index 0000000..9b69328 --- /dev/null +++ b/R Update documentation
- 0842af9 133 bytes of staged changes diff --git a/normal.txt b/normal.txt new file mode 100644 index 0000000..ce01362 --- /dev/null +++ b Update normal.txt
- af92ea2 135 bytes of staged changes diff --git a/foo_test.go b/foo_test.go new file mode 100644 index 0000000..9daeafb --- /dev/null +++ Update tests
- 7243c2c 136 bytes of staged changes diff --git a/package.json b/package.json new file mode 100644 index 0000000..0967ef4 --- /dev/null + Update configuration
- fd1e8a4 95 bytes of staged changes diff --git a/README.md b/DOCS.md similarity index 100% rename from README.md rename to DOCS.md
- f9d9efc Implements zsh autosuggest for good ghost text
- 403ae99 Update .github/workflows/ci.yml, .gitignore
- b5ef2e8 Update .gitignore, DOCS/TECHNICAL.md (+1 more)
- d744e03 Update DOCS/AI_IMPLEMENTATION.md, DOCS/AI_READY_STATUS.md (+11 more)
- 8fa663a Update DOCS/TECHNICAL.md, bin/commitgen (+4 more)
- e35d9e4 Update Makefile, bla.txt (+3 more)
- e7145ca Update demo.txt
- 12e3e22 Update hello.txt
- 5837389 add demo
- 9c1df4a add demo.txt
- c9c781a add demo.txt
- db6efb2 added AI commit message conventions, improved heuristic
- cfdba99 added comments ran tests
- c1f347c added doctor command, removed redundtant command init shell and install shell
- f0cb3a3 added hook
- b89e451 added hook
- 5aaaceb added rename only
- 264e355 added rename only
- 2ad7418 bash script for hook
- 0731ffb bin works
- a1180b3 chore(ci): add CI workflow, docs, and ignore local tests; add badge
- e5eb83c chore(ci): add placeholder go.sum to satisfy Actions cache
- 72326ae chore(docs): ignore local tests, clean README and technical docs
- f5631e8 chore: set go.mod go version to 1.20 for CI compatibility
- f747b16 chore: set go.mod go version to 1.25
- 578b298 clean
- 3e8cc5e clean up dummy files
- 18b627d cleanup
- 4d90318 cleanup
- 72ae415 cli works, native zsh preview is semi functional, works good with autosuggest
- 3fb69fd desc
- 8692faa docs(test-autocache): update testing documentation to include
- 90aa66b feat(cache): add caching functionality for commit messages
- c01c753 feat(cache): implement cache clear functionality and fix duplicate messages
- dc879e6 feat(ci): enhance CI workflow for cross-platform testing and coverage
- 009fa0d feat(docs): add new documentation files for truncation testing
- f5eb083 feat(docs): update documentation for AI implementation completion
- c6c5293 feat(docs): update environment configuration and remove outdated AI feat(docs): update environment configuration and remove outdated AI
- f6a15fd feat(ollama): implement complete Ollama provider with documentation
- fbf2015 feat(shell): enhance commit suggestion functionality
- d3101db feat(shell): improve commit suggestion strategy to avoid duplicates
- 25c6a65 fix(ci): add .gitattributes for consistent line endings across platforms
- 6a881e9 fix(ci): downgrade to Go 1.23 for golangci-lint compatibility
- f04f22f fix(ci): specify bash shell for gofmt check on Windows
- 17f5a35 fix(ci): update GoReleaser to v2 for version 2 config support
- 39d1e2e fix(ci): update golangci-lint action to v4 for Go 1.25 compatibility
- 01f28ea fix(ci): use bash shell for test commands on Windows
- 1235420 fix(ci): use bash shell for test commands on Windows
- 222bcaf fix(lint): resolve golangci-lint errors and remove unused function
- 5a7b355 fix(openai): improve message truncation to preserve word boundaries
- a426b81 fix(test): improve cross-platform compatibility for Windows CI
- 03638f0 fix: resolve shell history conflicts and clean up duplicate docs
- b762ea6 fix: update DOCS/README.MD, DOCS/USAGE.md and 12 more files
- a12be08 fixed docs
- 88dc05f folders and files
- 38c18be git add .gitignore
- a767690 heuristic prompt
- 6067f7d improved heuristic
- d4a1c05 improved heuristic
- 7a1ebd3 improved prompt
- fb5383f ls -la README.md && file README.md
- f7d3a91 meh
- dd4c817 merge: recover tests from recover-tests
- 4f17040 reads cli
- 3f4946b reads staged files
- b5441f4 recover: add ignored test files (e2e + shell)
- fa7e19e refactor: reorganize documentation and improve shell script logic refactor: reorganize documentation and improve shell script logic
- 874bc02 retrieves patch
- 10912ed setup'
- a018690 struggling
- 4837ff3 style: fix Go formatting issues identified by CI
- 3612b7d style: fix gofmt formatting in main.go
- d0676f9 style: fix gofmt formatting in shell_test.go
- acfe523 style: format logger files with gofmt
- 890e432 style: remove unnecessary blank lines in cache and commitgen files