summaryrefslogtreecommitdiff
path: root/packages/cli/package.json
AgeCommit message (Expand)Author
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
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 i...Olcan
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
2025-05-15feat: Enable CI test reporting and artifact management (#367)N. Taylor Mullen
2025-05-14Update Gemini Code verbiage -> Gemini CLITaylor Mullen
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
2025-04-30Fix an issue where types/react was a different version from our main … (#231)Allen Hutchison
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 0.0.0...Olcan
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
2025-04-25feat: prototype publish sandbox script with npm package (#182)Brandon Keiji
2025-04-24shell bones (#160)Olcan
2025-04-24feat: add flag to customize package version during pre-release staging (#155)Brandon Keiji
2025-04-23feat: set dogfood artifact registry as the default publishing endpoint (#135)Brandon Keiji
2025-04-23feat: add CLI version number to footer (#134)Brandon Keiji
2025-04-22Colorize code blocks.Taylor Mullen
2025-04-23feat: add alias to the cli bin directive (#126)Brandon Keiji
2025-04-21fix: point npmrc to dogfood artifact registry (#108)Brandon Keiji
2025-04-21fix: use relative imports within the same package (#93)Brandon Keiji
2025-04-20refactor: clean up build output (#53)Brandon Keiji
2025-04-19Give Gemini Code a face lift.Taylor Mullen
2025-04-19Adding some simple tests. (#54)Evan Senter
2025-04-18fix: add --build flag to tsc commands (#40)Brandon Keiji
2025-04-18fix: add clean command to individual packages (#36)Brandon Keiji
2025-04-18infra: add multipackage support (#34)Brandon Keiji
2025-04-18Warn if `npm run start` is out of date. (#20)Evan Senter
2025-04-18feat: initial configs for npm publishing (#30)Brandon Keiji
2025-04-18Revert "Adding some wiring to allow the Ink app to warn if there are local de...Evan Senter
2025-04-18Revert "Including a test harness for it, and making sure the cursor is always...Evan Senter
2025-04-18Including a test harness for it, and making sure the cursor is always at the ...Evan Senter
2025-04-18Adding some wiring to allow the Ink app to warn if there are local developmen...Evan Senter