Tags: google-github-actions/run-gemini-cli
Tags
Release: v0.1.14 (#369) ## What's Changed * Move `gemini-invoke` to 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 ## New Contributors * @joshualitt made their first contribution in #348 * @cperez08 made their first contribution in #354 **Full Changelog**: v0.1.13...v0.1.14
Release: v0.1.14 (#369) ## What's Changed * Move `gemini-invoke` to 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 ## New Contributors * @joshualitt made their first contribution in #348 * @cperez08 made their first contribution in #354 **Full Changelog**: v0.1.13...v0.1.14
Release: v0.1.13 (#349) ## 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 ## New Contributors * @aladh made their first contribution in #331 * @CallumHYoung made their first contribution in #329 **Full Changelog**: v0.1.12...v0.1.13
Release: v0.1.12 (#247) ## 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/checkout` GitHub Actions by @Marukome0743 in #193 * docs: add gitignore recommendations across all workflows by @jerop in #198 * chore: bump `actions/create-github-app-token` from 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` (not `env`) 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-triage` to `gemini-scheduled-triage` by @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 ## New Contributors * @vivekkairi made their first contribution in #201 **Full Changelog**: v0.1.11...v0.1.12
Release: v0.1.11 (#184) ## 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 ## New Contributors * @jasmeetsb made their first contribution in #162 * @teolemon made their first contribution in #165 **Full Changelog**: v0.1.10...v0.1.11
Release: v0.1.10 (#159) ## What's Changed * Revert "feat(telemetry): Specify gemini-SURFACE (#156)" by @leehagoodjames in #158 **Full Changelog**: v0.1.9...v0.1.10
Release: v0.1.9 (#157) ## What's Changed * feat(telemetry): Specify gemini-SURFACE by @leehagoodjames in #156 * feat(triage): reduce label cardinality by @leehagoodjames in #154 **Full Changelog**: v0.1.8...v0.1.9
Release: v0.1.7 (#147) ## 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 `echo` to 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 ## New Contributors * @kulaone made their first contribution in #129 **Full Changelog**: v0.1.6...v0.1.7
PreviousNext