Skip to content

Releases: catatsuy/bento

v0.1.6

14 Sep 05:26
5a0a528
Compare
Choose a tag to compare

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

01 Sep 06:10
08571db
Compare
Choose a tag to compare

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

20 Jul 08:17
d189062
Compare
Choose a tag to compare

What's Changed

  • Change default model from gpt-3.5-turbo to gpt-4o-mini in CLI by @catatsuy in #44

Full Changelog: v0.1.3...v0.1.4

v0.1.3

14 Jul 07:27
1a83592
Compare
Choose a tag to compare

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

16 Jun 10:46
52b8c78
Compare
Choose a tag to compare

What's Changed

  • Refactor multiRequest to use bufio.Reader instead of Scanner by @catatsuy in #36
  • Clarify model usage string in CLI help text by @catatsuy in #37
  • Clarify model usage instruction in README.md by @catatsuy in #38

Full Changelog: v0.1.1...v0.1.2

v0.1.1

15 Jun 09:26
f20b8c8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

v0.1.0

15 Jun 09:15
66a5bb5
Compare
Choose a tag to compare

What's Changed

  • Update Go version and adjust module dependencies in go.mod by @catatsuy in #34

Full Changelog: v0.0.4...v0.1.0

v0.0.4

15 Jun 09:07
66a5bb5
Compare
Choose a tag to compare

Changelog

  • 66a5bb5 Merge pull request #34 from catatsuy/update-go-version-and-dependencies

v0.0.3

15 Jun 08:59
b6cf38b
Compare
Choose a tag to compare

Changelog

  • b6cf38b Merge pull request #33 from catatsuy/fix-rename-purl-to-bento

v0.0.2

15 Jun 08:39
d9ec305
Compare
Choose a tag to compare

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