Releases: google-github-actions/run-gemini-cli
Releases · google-github-actions/run-gemini-cli
v0.1.14
What's Changed
- Move
gemini-invoketo custom command. by @joshualitt in #348 - Move rest of prompts to custom commands. by @joshualitt in #350
- Normalize tool names in prompts. by @joshualitt in #351
- Fix interpolation syntax. by @joshualitt in #357
- Switch to local telemetry and upload manually to GCP by @joshualitt in #361
- fix: Adapt to GitHub MCP Tooling Consolidation by @cperez08 in #354
- refactor(ci): prioritize event triggers in dispatch workflow by @jerop in #366
- fix(action): correct upload artifacts condition by @jerop in #368
- Release: v0.1.14 by @google-github-actions-bot in #369
New Contributors
- @joshualitt made their first contribution in #348
- @cperez08 made their first contribution in #354
Full Changelog: v0...v0.1.14
v0.1.13
What's Changed
- chore: script to generate examples by @leehagoodjames in #244
- chore: update readme to state user must copy gemini-dispatch.yml by @leehagoodjames in #249
- Relax node requirement and bump actions-utils by @sethvargo in #253
- feat: support /fix slash command and workflow by @leehagoodjames in #190
- feat(docs): improve manual setup instructions for workflows by @jerop in #263
- feat: improve action input descriptions by @jerop in #264
- fix: enforce COMMENT event type for submit_pending_pull_request_review by @jerop in #271
- docs: add fork support documentation for PR review workflow by @jerop in #268
- feat(action): add support for preview and nightly versions by @jerop in #281
- feat(workflows): add gemini_cli_version to all workflows by @jerop in #279
- feat: migrate to new Gemini CLI configuration format by @jerop in #284
- feat: clean up temp fix for empty API key by @jerop in #285
- Sort inputs alphabetically in action.yml by @jerop in #286
- chore: organize workflow inputs alphabetically and add missing parameters by @jerop in #288
- feat: add auth input validation by @jerop in #289
- fix(action): correct quoting in workflow expressions by @jerop in #293
- fix(validation): improve validation error messages by @jerop in #297
- fix(validate-inputs): surface errors in logs, annotation, and step summary by @jerop in #299
- feat(validate-inputs): downgrade validation failures to warnings by @jerop in #300
- fix(validate-inputs): use env-based bash shebang for portability by @jerop in #303
- feat: simplify input validation logic by @jerop in #304
- fix(action): correct input validation script behavior by @jerop in #309
- feat: add command substitution security warning by @jerop in #306
- fix(triage): correct duplicate step numbering in workflow by @aladh in #331
- feat: Optionally install extensions by @CallumHYoung in #329
- docs(extensions): add documentation for extensions by @jerop in #340
- chore(workflows): Apply formatting and fix example prompt by @jerop in #339
- refactor(workflows): improve prompts to use env vars directly by @jerop in #342
- fix(review): Remove --source argument to match CLI 8.0 release by @CallumHYoung in #347
- Release: v0.1.13 by @google-github-actions-bot in #349
New Contributors
- @aladh made their first contribution in #331
- @CallumHYoung made their first contribution in #329
Full Changelog: v0...v0.1.13
v0.1.12
What's Changed
- fix(output): separate the stdout and stderr logs by @sethvargo in #186
- fix: correct step numbering in setup_workload_identity.sh by @jasmeetsb in #188
- Try and address TOCTOU issues in gemini-cli.yml by @sethvargo in #187
- chore: bump
actions/checkoutGitHub Actions by @Marukome0743 in #193 - docs: add gitignore recommendations across all workflows by @jerop in #198
- chore: bump
actions/create-github-app-tokenfrom 2.0.6 to 2.1.1 by @Marukome0743 in #200 - bug(output): do not print output by default by @sethvargo in #202
- Add GOOGLE_API_KEY variable by @vivekkairi in #201
- Stream live output if (and only if) debug mode is enabled by @sethvargo in #207
- bug(debug): use
vars(notenv) when enabling debug mode by @sethvargo in #211 - feat: Add GEMINI_MODEL support by @vivekkairi in #214
- feat(actions): use the dispatcher pattern to separate concerns by @sethvargo in #212
- bug(ci): set id-token permissions by @sethvargo in #223
- chore: add a debugger by @sethvargo in #226
- Add release notes generation example in awesome list by @jerop in #225
- feat(invoke): update invoke prompt to better separate execution flow by @sethvargo in #227
- chore(ci): refactor scheduled triage workflow by @sethvargo in #232
- Fix triage workflow by @sethvargo in #233
- Auto trigger PR reviews when they are from branches in repo by @jerop in #234
- rename workflow from
gemini-issue-scheduled-triagetogemini-scheduled-triageby @jerop in #238 - feat: rename triage workflows by @jerop in #240
- feat: rename gemini-cli to gemini-invoke by @jerop in #239
- rename PR review workflow to be consistent with the rest by @jerop in #241
- feat(workflows): refactor examples/workflows to use dispatch pattern by @jerop in #242
- feat: pin example workflows to v0 by @jerop in #246
- add google_api_key input in gemini-triage workflows by @jerop in #243
- feat: add best practices guide by @jerop in #245
- Release: v0.1.12 by @google-github-actions-bot in #247
New Contributors
- @vivekkairi made their first contribution in #201
Full Changelog: v0...v0.1.12
v0.1.11
What's Changed
- Highlight core tools and mcp servers in configuration docs by @jerop in #160
- feat(/review): support pull_request_review & pull_request_review_comment events by @leehagoodjames in #161
- Github-workflow to automate validation of new PRs based on Contribution Guidelines of the repository by @jasmeetsb in #162
- fix: Update gemini-issue-automated-triage.yml by @teolemon in #165
- Add instruction for code review limit. by @aliciatang07 in #168
- feat(logging): Enable debug logging across all workflows and gemini-cli by @leehagoodjames in #178
- feat(workflows): reduce restrictions for invoking workflows for private repos by @leehagoodjames in #177
- fix(runner): capture stderr and stdout after command finishes by @sethvargo in #183
- chore(logging): only enable Gemini debug when DEBUG is set by @sethvargo in #180
- feat: improve gemini issue triage workflow by @jerop in #171
- Release: v0.1.11 by @google-github-actions-bot in #184
New Contributors
- @jasmeetsb made their first contribution in #162
- @teolemon made their first contribution in #165
Full Changelog: v0...v0.1.11
v0.1.10
What's Changed
- Revert "feat(telemetry): Specify gemini-SURFACE (#156)" by @leehagoodjames in #158
- Release: v0.1.10 by @google-github-actions-bot in #159
Full Changelog: v0...v0.1.10
v0.1.9
What's Changed
- feat(telemetry): Specify gemini-SURFACE by @leehagoodjames in #156
- feat(triage): reduce label cardinality by @leehagoodjames in #154
- Release: v0.1.9 by @google-github-actions-bot in #157
Full Changelog: v0...v0.1.9
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