index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
package-lock.json
Age
Commit message (
Expand
)
Author
2025-06-02
feat: Refactor CLI header for customizable logo text (#658)
N. Taylor Mullen
2025-05-31
feat: allow custom filename for context files (#654)
Allen Hutchison
2025-05-30
Rename server->core (#638)
Tommaso Sciortino
2025-05-30
use npx json instead of jq (#617)
Olcan
2025-05-29
fix: publish @gemini-code/server (#605)
Brandon Keiji
2025-05-28
feat: add git branch name to footer (#589)
Brandon Keiji
2025-05-26
feat: Replace SQLite with JSON logging for macOS sandbox compatibility
Taylor Mullen
2025-05-26
Chore(deps): Upgrade @google/genai to v1.0.1
Taylor Mullen
2025-05-23
fix: Update dependencies to resolve deprecation warnings
Taylor Mullen
2025-05-23
feat: Enable npx execution directly from GitHub URL
Taylor Mullen
2025-05-23
feat: add emphasis to tool confirmations (#502)
Brandon Keiji
2025-05-21
Feat: Add test coverage scripts and ignore reports (#477)
Allen Hutchison
2025-05-21
Add Logger for command history (#435)
Seth Troisi
2025-05-20
Support Images and PDFs (#447)
Jacob Richman
2025-05-19
feat(cli): Implement /bug command and add open dependency (#428)
Allen Hutchison
2025-05-18
allow comments in settings.json
olcan
2025-05-16
strip escape characters when pasting. (#386)
Jacob Richman
2025-05-16
Support auto wrapping of in the multiline editor. (#383)
Jacob Richman
2025-05-16
fix: Ensure filename is available for diff rendering in write-file
Taylor Mullen
2025-05-13
fix: remove gemini-code bin configuration (#330)
Brandon Keiji
2025-05-08
Add bundling support.
Taylor Mullen
2025-05-07
Continue to work through 429/500s.
Taylor Mullen
2025-05-05
support for mcp tools
olcan
2025-04-30
Fix an issue where types/react was a different version from our main … (#231)
Allen Hutchison
2025-04-29
fix: point start.sh to relative path (#209)
Brandon Keiji
2025-04-28
enable servers in sandbox to listen on localhost (127.0.0.1) instead of 0.0.0...
Olcan
2025-04-28
feat: publish docker image alongside npm package (#197)
Brandon Keiji
2025-04-27
Upgrade @google/genai to latest.
Taylor Mullen
2025-04-27
Cleanup outdated packages in server/cli.
Taylor Mullen
2025-04-25
feat: prototype publish sandbox script with npm package (#182)
Brandon Keiji
2025-04-24
feat: add flag to customize package version during pre-release staging (#155)
Brandon Keiji
2025-04-23
feat: add react dev tools (#143)
Brandon Keiji
2025-04-23
Support GEMINI_CODE_SANDBOX=0/false as no SANDBOXing
Seth Troisi
2025-04-23
feat: set dogfood artifact registry as the default publishing endpoint (#135)
Brandon Keiji
2025-04-23
feat: add CLI version number to footer (#134)
Brandon Keiji
2025-04-22
Colorize code blocks.
Taylor Mullen
2025-04-23
feat: add alias to the cli bin directive (#126)
Brandon Keiji
2025-04-21
fix: point npmrc to dogfood artifact registry (#108)
Brandon Keiji
2025-04-21
fix: use relative imports within the same package (#93)
Brandon Keiji
2025-04-20
add linter for checking license headers (and eslint --fix target to match, an...
Tyler
2025-04-20
refactor: clean up build output (#53)
Brandon Keiji
2025-04-19
Give Gemini Code a face lift.
Taylor Mullen
2025-04-19
Adding some simple tests. (#54)
Evan Senter
2025-04-18
fix: add clean command to individual packages (#36)
Brandon Keiji
2025-04-18
infra: add multipackage support (#34)
Brandon Keiji
2025-04-18
Warn if `npm run start` is out of date. (#20)
Evan Senter
2025-04-18
Revert "Including a test harness for it, and making sure the cursor is always...
Evan Senter
2025-04-18
Including a test harness for it, and making sure the cursor is always at the ...
Evan Senter
2025-04-17
Configure linter + prettier.
Taylor Mullen
2025-04-17
Initial commit of Gemini Code CLI
Taylor Mullen