index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
cli
/
src
/
gemini.ts
Age
Commit message (
Expand
)
Author
2025-04-29
refactor: move sandbox js code to its own module (#225)
Brandon Keiji
2025-04-29
do not even check sandboxing commands (podman/docker/etc) if we are already i...
Olcan
2025-04-29
allow command -v to fail (#212)
Olcan
2025-04-29
use exec instead of spawn for command -v to go through shell and let it inter...
Olcan
2025-04-29
SANDBOX_SET_UID_GID option for systems where this is necessary (should be onl...
Olcan
2025-04-28
enable servers in sandbox to listen on localhost (127.0.0.1) instead of 0.0.0...
Olcan
2025-04-28
SANDBOX_PORTS env var (#204)
Olcan
2025-04-28
switch to shell tool, deprecating terminal (#203)
Olcan
2025-04-28
env flags SANDBOX_{MOUNTS,ENV}, improved debugging through sandbox that shoul...
Olcan
2025-04-28
ability to (re-)build sandbox outside GC repo root, useful for dev iterations...
Olcan
2025-04-28
rename dev image with -dev suffix (#195)
Olcan
2025-04-26
hop into sandbox (#186)
Olcan
2025-04-24
better sandbox check (#150)
Olcan
2025-04-24
in sandboxed run scripts, allow .env to be an in any ancestor directory, same...
Olcan
2025-04-23
fix: use process.env.CLI_VERSION to avoid conflicts with NODE_ENV (#139)
Brandon Keiji
2025-04-23
feat: add CLI version number to footer (#134)
Brandon Keiji
2025-04-22
Question flag (#125)
Allen Hutchison
2025-04-22
Initiate the GeminiClient with a config
Jaana Dogan
2025-04-21
Piped input (#104)
Allen Hutchison
2025-04-21
Remove duplicate CLI tools module, remove the global tool registry (#89)
Jaana Dogan
2025-04-21
Remove redundant else branches (#86)
Jaana Dogan
2025-04-21
Fix Gemini Code's (GC) smarts.
Taylor Mullen
2025-04-19
Starting to modularize into separate cli / server packages. (#55)
Evan Senter
2025-04-18
Add apache2 SPDX headers to all source files (#48)
Tyler
2025-04-18
minor lint fix (#45)
Olcan
2025-04-18
Fix remaining tslint errors (YAY).
Taylor Mullen
2025-04-18
fix: add --build flag to tsc commands (#40)
Brandon Keiji
2025-04-18
fix: add clean command to individual packages (#36)
Brandon Keiji
2025-04-18
Manually fix hooks and utils linting errors (partial)
Taylor Mullen
2025-04-18
infra: add multipackage support (#34)
Brandon Keiji
2025-04-18
Web fetch tool (#31)
Allen Hutchison
2025-04-18
Introduce a config module to manage configuration (#22)
Jaana Dogan
2025-04-18
Adding a new parameter for model, and updating the default to 2.5 Flash. (#18)
Evan Senter
2025-04-17
Run `npm run format`
Taylor Mullen
2025-04-17
fix: Suppress crash from unhandled 429 stream error via global handler
Allen Hutchison
2025-04-17
Initial commit of Gemini Code CLI
Taylor Mullen