Releases: catatsuy/bento
Releases · catatsuy/bento
v0.2.3
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
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
What's Changed
- Update DefaultOpenAIModel to "gpt-4.1-nano"
- add comments for auto-review.yml by @catatsuy in #94
- Use merge base commit for diffs and shallow clone in auto-review by @catatsuy in #95
- add concurrency to auto-review workflow to cancel in-progress runs by @catatsuy in #96
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
v0.1.7
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
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