Skip to content

Releases: catatsuy/bento

v0.2.3

09 Aug 05:16
eb523c8
Compare
Choose a tag to compare

What's Changed

  • chore(deps): update dependency golang to v1.24.5 by @renovate[bot] in #102
  • fix(deps): update module golang.org/x/term to v0.33.0 by @renovate[bot] in #103
  • chore(deps): update dependency golang to v1.24.6 by @renovate[bot] in #105
  • chore(deps): update dependency go to v1.24.6 by @renovate[bot] in #106
  • fix(deps): update module golang.org/x/term to v0.34.0 by @renovate[bot] in #107
  • Changed default value of model to gpt-5-nano by @catatsuy in #108

Full Changelog: v0.2.2...v0.2.3

v0.2.2

07 Jun 05:15
ad32b68
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module golang.org/x/term to v0.32.0 by @renovate in #97
  • chore(deps): update dependency golang to v1.24.3 by @renovate in #98
  • chore(deps): update dependency go to v1.24.4 by @renovate in #100
  • chore(deps): update dependency golang to v1.24.4 by @renovate in #101

Full Changelog: v0.2.1...v0.2.2

v0.2.1

20 Apr 07:07
a3c679e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

12 Apr 07:22
1052be4
Compare
Choose a tag to compare

What's Changed

  • Update module golang.org/x/term to v0.29.0 by @renovate in #81
  • Update dependency golang to v1.23.6 by @renovate in #82
  • Update dependency golang to v1.24.0 by @renovate in #83
  • Update module github.com/google/go-cmp to v0.7.0 by @renovate in #84
  • replace context.Background() with t.Context() by @catatsuy in #85
  • Update module golang.org/x/term to v0.30.0 by @renovate in #87
  • Update dependency golang to v1.24.1 by @renovate in #86
  • Update dependency golang to v1.24.2 by @renovate in #90
  • Remove reviewdog workflow from GitHub Actions configuration. by @catatsuy in #89
  • Update module golang.org/x/term to v0.31.0 by @renovate in #92
  • feat: add Gemini backend support by @catatsuy in #93

Full Changelog: v0.1.8...v0.2.0

v0.1.8

25 Jan 08:38
41805ad
Compare
Choose a tag to compare

What's Changed

  • Update dependency golang to v1.23.5 by @renovate in #78
  • Add go-gitignore dependency and update ignore handling in dump command by @catatsuy in #79
  • Add description flag for dump mode by @catatsuy in #80

Full Changelog: v0.1.7...v0.1.8

v0.1.7

12 Jan 10:49
7ed90cf
Compare
Choose a tag to compare

What's Changed

  • Refactor indentation in auto-review.yml workflow steps for consistency by @catatsuy in #69
  • Update dependency golang to v1.23.2 by @renovate in #70
  • Update module golang.org/x/term to v0.25.0 by @renovate in #71
  • Update module golang.org/x/term to v0.26.0 by @renovate in #73
  • Update dependency golang to v1.23.3 by @renovate in #72
  • Update dependency golang to v1.23.4 by @renovate in #74
  • Update module golang.org/x/term to v0.27.0 by @renovate in #75
  • Update module golang.org/x/term to v0.28.0 by @renovate in #76
  • Add -dump command to export repository contents and update README. by @catatsuy in #77

Full Changelog: v0.1.6...v0.1.7

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