Releases: google-github-actions/run-gemini-cli
Releases · google-github-actions/run-gemini-cli
v0.1.8
What's Changed
- Fix PR review prompt to get repo correctly by @jerop in #148
- Release: v0.1.8 by @google-github-actions-bot in #149
Full Changelog: v0...v0.1.8
v0.1.7
What's Changed
- Broken links by @kulaone in #129
- chore: mention user to confirm who run by @Marukome0743 in #131
- bug(#109): Support triggering PR review with issue comment by @leehagoodjames in #138
- feat(setup): enable setup script to automatically set repository variables by @leehagoodjames in #140
- Add
echoto core tools for automated issue triage by @jerop in #143 - chore: simply GitHub Actions permissions by @sethvargo in #144
- Simplify the workflow triggers by @jerop in #146
- bug(/review): Fix agent not posting feedback in GitHub by @leehagoodjames in #141
- Release: v0.1.7 by @google-github-actions-bot in #147
New Contributors
Full Changelog: v0...v0.1.7
v0.1.6
What's Changed
- fix: typo in
gemini-pr-review.ymlby @JamBalaya56562 in #124 - fix(action): Unset empty gemini_api_key environment variable by @jerop in #127
- Release: v0.1.6 by @google-github-actions-bot in #128
Full Changelog: v0...v0.1.6
v0.1.5
What's Changed
- Add Context in review prompt by @aliciatang07 in #104
- update the PR review workflow by @jerop in #120
- chore: change priority to severity by @JamBalaya56562 in #119
- Release: v0.1.5 by @google-github-actions-bot in #122
New Contributors
- @JamBalaya56562 made their first contribution in #119
Full Changelog: v0...v0.1.5
v0.1.4
What's Changed
- Remove standard OSS notice by @sethvargo in #110
- feat: unblock community contributions in PR reviews by @jerop in #115
- docs: fix workflow file path at setup section by @Marukome0743 in #106
- Fix typo in gemini-pr-review.yml by @mjenrungrot in #112
- feat: Refactor gemini-cli workflow for flexible, context-aware execution by @jerop in #116
- Release: v0.1.4 by @google-github-actions-bot in #117
New Contributors
- @Marukome0743 made their first contribution in #106
- @mjenrungrot made their first contribution in #112
Full Changelog: v0...v0.1.4
v0.1.3
What's Changed
- default to telemetry being off by @jerop in #101
- fix(workflows): use GITHUB_TOKEN as fallback in scheduled triage by @galz10 in #102
- Release: v0.1.3 by @google-github-actions-bot in #103
Full Changelog: v0.1.2...v0.1.3
v0.1.2
v0.1.1
What's Changed
- feat: Initial implementation of the Gemini CLI GitHub Action by @jerop in #1
- Add default linters by @sethvargo in #8
- Update linters by @sethvargo in #9
- support issue_comment, label and workflow_dispatch triggers for issue triage by @JeromeJu in #10
- Standardize permissions with other workflows by @sethvargo in #17
- feat: Replace Node.js telemetry with Docker by @jerop in #15
- Fix docs gen and package.json by @sethvargo in #19
- feat: Add generic workflow and example (gemini-cli) by @galz10 in #13
- feat: reorganize examples and docs into workflows by @jerop in #20
- chore: add a license by @jerop in #23
- Adding Github Surface Env for Metrics by @HassanJasim in #21
- license must be exactly this text - cross tool by @jerop in #25
- Fix concurrency issue in gemini-cli workflow by @galz10 in #26
- Added a check to cancel-in-progress to validate that a user triggered the workflow by @galz10 in #27
- Implement producing output from action run by @aliciatang07 in #16
- Adding Vertex auth by @HassanJasim in #18
- refactor: rename
settings_jsontosettingsby @jerop in #30 - feat(auth): Simplify and unify Workload Identity configuration by @jerop in #33
- fix(otel): Configure collector and set credential permissions by @jerop in #35
- fix(action): make install script shellcheck compatible by @jerop in #36
- feat: Add GCA auth flow by @galz10 in #34
- Add a max session turns for workflow by @aliciatang07 in #32
- Add manifest for creating custom app by @aliciatang07 in #31
- docs(readme): clarify inputs and add links by @leehagoodjames in #46
- Upgrade General Gemini CLI workflow README by @8bitmp3 in #45
- Upgrade
run-gemini-cliREADME.md by @sethvargo in #49 - Implement feedback for failed PR review and issue triage by @JeromeJu in #29
- docs: update authentication documentation by @jerop in #50
- docs(workflows): update examples to include GCA auth by @galz10 in #39
- docs: minor authentication doc changes by @leehagoodjames in #51
- fix(workflows): simplify manual trigger for scheduled triage by @jerop in #57
- feat: sync issue triage workflow with dogfooding by @jerop in #58
- feat: add failure notification to pr review workflow by @jerop in #59
- feat: update workflow timeouts and document changes by @jerop in #61
- feat(workflows): add maxSessionTurns to all workflows by @jerop in #62
- feat: Support GitHub MCP by @leehagoodjames in #55
- Support code suggestions in
@gemini-cli /reviewby @leehagoodjames in #66 - Refactor action to use inputs instead of environment variables by @jerop in #65
- feat: Add priority badges to PR review prompts by @jerop in #69
- pin google-github-actions/auth to commit by @jerop in #73
- fix: pr-review workflow tool inclusion list for mcp server by @gsquared94 in #70
- Update .gitignore by @leehagoodjames in #72
- PR Review Prompt Changes by @leehagoodjames in #75
- Add optional planning step to gemini-cli workflow by @galz10 in #24
- Test linter by @sethvargo in #71
- Add doc for /setup-github command to install workflows by @JeromeJu in #78
- Add required permission to service account by @jerop in #82
- Observability Onboarding Improvements by @leehagoodjames in #81
- feat(docs): Update authentication documentation by @jerop in #84
- refactor: remove redundant sandbox flag by @jerop in #85
- feat(docs): improve documentation clarity and structure by @jerop in #87
- Integrate CRA guideline to PR Review Prompt by @aliciatang07 in #79
- docs: improve README usability and clarity by @jerop in #88
- feat: add instructions for disabling telemetry by @jerop in #92
- feat(wif): enhance workload identity setup script by @jerop in #91
- Use v0 tag for human-facing docs, consistent YAML by @sethvargo in #93
- Release: v0.1.1 by @google-github-actions-bot in #94
New Contributors
- @jerop made their first contribution in #1
- @sethvargo made their first contribution in #8
- @JeromeJu made their first contribution in #10
- @galz10 made their first contribution in #13
- @HassanJasim made their first contribution in #21
- @aliciatang07 made their first contribution in #16
- @leehagoodjames made their first contribution in #46
- @8bitmp3 made their first contribution in #45
- @gsquared94 made their first contribution in #70
- @google-github-actions-bot made their first contribution in #94
Full Changelog: https://github.com/google-github-actions/run-gemini-cli/commits/v0.1.1