Releases: catatsuy/bento
Releases · catatsuy/bento
v0.1.6
What's Changed
- Add GitHub Actions workflow for automatic code review by @catatsuy in #59
- Remove unnecessary permissions and adjust review body format in YAML by @catatsuy in #61
- Update module golang.org/x/term to v0.24.0 by @renovate in #60
- Update dependency golang to v1.23.1 by @renovate in #62
- update name origin description in README.md to reflect new meaning by @catatsuy in #64
- Use current branch in git diff command for automatic review workflow by @catatsuy in #63
- Add code review feature and update usage examples in README.md by @catatsuy in #65
- Update auto-review.yml to use pull request base ref for diffs by @catatsuy in #66
- Update auto-review workflow to exclude 'go.sum' from diffs. by @catatsuy in #67
- Update README and CLI help text for the
-language
option clarity by @catatsuy in #68
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- Update module golang.org/x/term to v0.23.0 by @renovate in #45
- Update dependency golang to v1.22.6 - autoclosed by @renovate in #46
- use renovate for go.yml by @catatsuy in #49
- Update Go version format in GitHub Actions workflow to 1.22.0 by @catatsuy in #50
- Update dependency golang to v1.23.0 by @renovate in #47
- Refactor CLI to include system prompt in request methods and tests by @catatsuy in #51
- Add 'review' flag for code review functionality in CLI. by @catatsuy in #52
- Rename variable 'by' to 'content' for improved clarity in cli.go by @catatsuy in #53
- Add error handling for insufficient CLI arguments in Run method by @catatsuy in #54
- Update CLI help text and default to single mode if no mode is specified by @catatsuy in #55
- Add -review and -system options to README, clarify Single mode defaults by @catatsuy in #56
- fix CLI to remove prompt requirement in single/multi mode if unset by @catatsuy in #57
- Update code review prompt to clarify Git diff analysis instructions by @catatsuy in #58
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- Update dependency golang to v1.22.5 by @renovate in #39
- Update module golang.org/x/term to v0.22.0 by @renovate in #40
- Add API key parameter to NewClient and NewTranslator functions by @catatsuy in #41
- Update renovate.json to include Go version match for release workflow by @catatsuy in #42
- Update dependency golang to v1.22.5 by @renovate in #43
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
v0.1.0
What's Changed
Full Changelog: v0.0.4...v0.1.0
v0.0.4
v0.0.3
v0.0.2
What's Changed
- Add regexManagers for Go version in renovate.json for security workflow by @catatsuy in #26
- Update dependency golang to v1.22.4 by @renovate in #27
- Update Go version to 1.22.4 and GoReleaser action to v6 in release.yml by @catatsuy in #25
- Clarify bento setup as Git alias in git config file by @catatsuy in #28
- Add error checks for mode and language options in CLI. by @catatsuy in #29
- Add terminal check in CLI constructor, update dependencies by @catatsuy in #30
- Update README by @catatsuy in #31
- Reorder README sections for
-branch
and-commit
usage by @catatsuy in #32
Full Changelog: v0.0.1...v0.0.2