summaryrefslogtreecommitdiff
path: root/packages/cli/package.json
AgeCommit message (Collapse)Author
2025-07-05feat: Update minimum Node.js version to 20 (#3277)matt korwel
2025-07-04Releasing: 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-01chore: bump version to 0.1.9 (#2906)Brandon Keiji
2025-07-01Make clean script cross-platform (#1990)MirzaSamadAhmedBaig
Co-authored-by: Scott Densmore <[email protected]>
2025-07-01update check + tests (#2772)Eddie Santos
2025-06-28quiet dotenv log message (#2239)Mot
Co-authored-by: Scott Densmore <[email protected]>
2025-06-28chore: bump to 0.1.8 (#2308)Brandon Keiji
2025-06-27Upgrade to Ink 6 and React 19 (#2096)Sandy Tao
Co-authored-by: jacob314 <[email protected]>
2025-06-27fix: add missing gaxios dependency (#2302)Brandon Keiji
2025-06-27chore: bump to 0.1.6 (#2285)Brandon Keiji
2025-06-26feat: add prepublishOnly checks (#2052)Brandon Keiji
2025-06-26fix: add repository field to package.jsons (#2032)Brandon Keiji
2025-06-26chore: bump to 0.1.5 (#1731)Brandon Keiji
2025-06-26feat: add release trigger configuration (#1697)Brandon Keiji
2025-06-25Add tos and privacy links docs for clarity (#1571)anj-s
2025-06-25Version 0 1 1 (#1426)matt korwel
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-19refactor: remove docker tagging step from sandbox publishing (#1223)Brandon Keiji
2025-06-19add sandboxImageName in package.json (#1219)Leo
2025-06-17Auto-update notifications (#1110)Eddie Santos
2025-06-15feat(cli): add glob as a direct dependency (#1065)N. Taylor Mullen
2025-06-12Improve the performance of filename completion over large repositories. (#938)DeWitt Clinton
2025-06-09Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility ↵matt korwel
(#784)
2025-06-07refactor: rename gemini-code to gemini-cli (#822)cperry-goog
2025-06-03fixed strip-ansi dep by installing it in core package (also ran npm install ↵Olcan
in cli package that resulted in the minor changes here) (#727)
2025-06-02feat: Refactor CLI header for customizable logo text (#658)N. Taylor Mullen
2025-05-30Rename server->core (#638)Tommaso Sciortino
2025-05-30feat(sandbox): use package config to dictate sandbox image name (#624)Brandon Keiji
2025-05-29feat: publish root Dockerfile to our image registry (#599)Brandon Keiji
2025-05-27feat: Publish test coverage summaries to PRs (#513)Allen Hutchison
2025-05-21Feat: Add test coverage scripts and ignore reports (#477)Allen Hutchison
2025-05-20Support Images and PDFs (#447)Jacob Richman
2025-05-19feat(cli): Implement /bug command and add open dependency (#428)Allen Hutchison
2025-05-18allow comments in settings.jsonolcan
2025-05-16strip escape characters when pasting. (#386)Jacob Richman
2025-05-16Support auto wrapping of in the multiline editor. (#383)Jacob Richman
2025-05-16fix: Ensure filename is available for diff rendering in write-fileTaylor 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-15feat: Enable CI test reporting and artifact management (#367)N. Taylor Mullen
2025-05-14Update Gemini Code verbiage -> Gemini CLITaylor 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-13fix: remove gemini-code bin configuration (#330)Brandon Keiji
2025-05-13refactor: shorten 'gemini' binary name (#329)Brandon Keiji
2025-05-08Ensure dogfood packaging more accurately mirrors local build.Taylor Mullen
- Removed `build:package` in favor of `npm run build`. - The regular build does extra work to copy over relevant information into the `dist` dir. Alternatively without this we get a `dist` dir in the `cli` folder that has no seatbelt packaging. Fixes https://b.corp.google.com/issues/416634356
2025-04-30Fix an issue where types/react was a different version from our main … (#231)Allen Hutchison
Co-authored-by: Brandon Keiji <[email protected]>
2025-04-29refactor: cleanup references to sandbox prototype (#208)Brandon Keiji
2025-04-28enable servers in sandbox to listen on localhost (127.0.0.1) instead of ↵Olcan
0.0.0.0, ensuring servers can be container/host-agnostic (#207) * enable servers in sandbox to listen on localhost (127.0.0.1) instead of 0.0.0.0, ensuring servers can be container/host-agnostic * Merge remote-tracking branch 'origin/main' into sandbox_localhost_works
2025-04-28fix: remove --dry-run from cli prepublish script (#202)Brandon Keiji
2025-04-28feat: publish docker image alongside npm package (#197)Brandon Keiji
2025-04-28fix: point 'npm run start' to index.js (#199)Brandon Keiji
2025-04-27Cleanup outdated packages in server/cli.Taylor Mullen
- Found that pre-backend front end split we had a number of packages that we hadn't revisisted. Went through and cleaned them up (i.e. cli needing genai).
2025-04-25feat: prototype publish sandbox script with npm package (#182)Brandon Keiji