| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-08 | Fix nightly Release (#3511) | matt korwel | |
| 2025-07-08 | ci: disable scheduled jobs in forked repo (#3093) | warjiang | |
| Co-authored-by: Jack Wotherspoon <[email protected]> | |||
| 2025-07-07 | Migrate Gemini CLI Action workflows to Direct WIF authentication (#3456) | Jerop Kipruto | |
| 2025-07-07 | Release misc (#3418) | matt korwel | |
| 2025-07-05 | cleaning up prompts for release (#3335) | matt korwel | |
| 2025-07-05 | Relase: Clean up and condensing (#3321) | matt korwel | |
| 2025-07-05 | feat: Update minimum Node.js version to 20 (#3277) | matt korwel | |
| 2025-07-05 | Mk sign nightly release commits (#3264) | matt korwel | |
| 2025-07-04 | Mk nightly relase tag formatting (#3206) | matt korwel | |
| 2025-07-04 | ci: update issue templates to use GitHub alert (#3167) | Jack Wotherspoon | |
| 2025-07-03 | Mk nightly relase tag formatting (#3204) | matt korwel | |
| 2025-07-04 | fix tagging for nightly (#3202) | matt korwel | |
| 2025-07-04 | Releasing: Utilizing Github Actions and Tagging for release. (#2852) | matt korwel | |
| Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: N. Taylor Mullen <[email protected]> | |||
| 2025-07-03 | refactor(ci): improve pr triage (#3082) | Jerop Kipruto | |
| 2025-07-03 | feat(workflows): add automated and scheduled PR triage (#3062) | Jerop Kipruto | |
| 2025-07-01 | feat: add weekly community report workflow (#2855) | Jerop Kipruto | |
| 2025-07-01 | feat(triage): improve automated issue triage workflows (#2778) | Jerop Kipruto | |
| 2025-06-30 | fix(workflows): use preview release gemini-cli in triage workflows (#2759) | Jerop Kipruto | |
| 2025-06-30 | feat(workflows): add issues list command to automated triage workflow (#2749) | Jerop Kipruto | |
| 2025-06-30 | refactor(workflows): separate issue triage into two workflows (#2746) | Jerop Kipruto | |
| 2025-06-28 | chore(gha): pin issue triage workflow to a specific commit (#2496) | Jerop Kipruto | |
| 2025-06-28 | Fix typos (#1629) | SADIK KUZU | |
| Co-authored-by: Scott Densmore <[email protected]> Co-authored-by: Jacob Richman <[email protected]> | |||
| 2025-06-28 | improve triage prompt (#2314) | Jerop Kipruto | |
| 2025-06-28 | add issue triage using gemini cli (#2310) | Jerop Kipruto | |
| 2025-06-25 | Streamline issue submission with YAML forms (#1608) | Jerop Kipruto | |
| 2025-06-25 | prompt users to search for existing issues before creating a new one (#1595) | Jerop Kipruto | |
| 2025-06-25 | Add information request to bug reports: login method. (#1501) | Jenna Inouye | |
| 2025-06-25 | Prod: Integration Tests Main Only (#1461) | matt korwel | |
| 2025-06-25 | issue template update (#1441) | matt korwel | |
| 2025-06-25 | CI: Linting Fix (#1413) | matt korwel | |
| Co-authored-by: Scott Densmore <[email protected]> | |||
| 2025-06-24 | feat: add merge_group trigger to CI and E2E workflows (#1400) | matt korwel | |
| 2025-06-18 | Fixup pull_request_template.md (#1166) | Seth Troisi | |
| Co-authored-by: matt korwel <[email protected]> | |||
| 2025-06-16 | Preflight and integration npx (#1096) | matt korwel | |
| 2025-06-15 | Add ask mode approvers to code owners. | Taylor Mullen | |
| 2025-06-15 | feat(ci): run actions on the release branch (#1086) | N. Taylor Mullen | |
| 2025-06-15 | Create pull_request_template.md (#1054) | matt korwel | |
| 2025-06-04 | Update package-lock.json (#738) | N. Taylor Mullen | |
| 2025-06-03 | fix Cannot find module @rollup/rollup-linux-x64-gnu error (#736) | Keith Ballinger | |
| 2025-06-02 | fix(ci): correct input name for core coverage summary (#698) | Allen Hutchison | |
| 2025-05-31 | Fix: Update code coverage reporting for core rename | Taylor Mullen | |
| - Renames "server" to "core" in GitHub Actions workflow and comment posting action. - This ensures that code coverage paths and labels are accurate after the package rename. | |||
| 2025-05-30 | fix(ci): Adjust reporting for PRs from forks (#627) | Allen Hutchison | |
| 2025-05-28 | fix(ci): Only run post_coverage_comment job on pull_request events (#588) | Allen Hutchison | |
| 2025-05-27 | feat: Publish test coverage summaries to PRs (#513) | Allen Hutchison | |
| 2025-05-22 | Chore: Integrate coverage reporting into CI (#479) | Allen Hutchison | |
| 2025-05-19 | Add a Bug Template (#439) | Allen Hutchison | |
| 2025-05-16 | fix: Ensure filename is available for diff rendering in write-file | Taylor Mullen | |
| This commit resolves a bug where the `write-file` operation could fail to render content due to a missing filename. The fix involves: - Ensuring `fileName` is consistently passed to `DiffRenderer.tsx` through `ToolConfirmationMessage.tsx`, `ToolMessage.tsx`, and `useGeminiStream.ts`. - Modifying `edit.ts` and `write-file.ts` to include `fileName` in the `FileDiff` object. - Expanding the `FileDiff` interface in `tools.ts` to include `fileName`. Additionally, this commit enhances the diff rendering by: - Adding syntax highlighting based on file extension in `DiffRenderer.tsx`. - Adding more language mappings to `getLanguageFromExtension` in `DiffRenderer.tsx`. - Added lots of tests for all the above. Fixes https://b.corp.google.com/issues/418125982 | |||
| 2025-05-15 | feat: Enable CI test reporting and artifact management (#367) | N. Taylor Mullen | |
| 2025-05-14 | Update Gemini Code verbiage -> Gemini CLI | Taylor Mullen | |
| - Did not update details that impact GC execution. Meaning packages are still named gemini-code (for now) and things that import them still import them as gemini-code. | |||
| 2025-05-07 | fix: use react-jsx for typecheck (#280) | Brandon Keiji | |
| 2025-04-18 | Fix remaining tslint errors (YAY). | Taylor Mullen | |
| - Also updated ci.yml to ensure that linting failures will break the build. Fully fixes https://b.corp.google.com/issues/411384603 | |||
