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
/
utils
Age
Commit message (
Expand
)
Author
2025-05-07
fix(sandbox): consolidate dev and prod sandbox (#273)
Brandon Keiji
2025-05-03
make sandbox venv support more robust, allowing arbitrary venv path, and igno...
Olcan
2025-05-03
enable recreating a python virtual env (.venv folder) inside sandbox (#253)
Olcan
2025-05-02
custom sandboxing via sandbox.Dockerfile and sandbox.bashrc in project settin...
Olcan
2025-05-02
pass PATH and PYTHONPATH into sandbox, let sandbox scripts recognize user set...
Olcan
2025-05-02
sandbox setting and argument (#243)
Olcan
2025-05-01
mount user settings in sandbox (#239)
Olcan
2025-05-01
remove start_sandbox.sh script (#238)
Olcan
2025-04-30
refactor: make parseImageName more readable (#228)
Brandon Keiji
2025-04-30
refactor(sandbox): make cli path agnostic of docker container build rules (#226)
Brandon Keiji
2025-04-29
refactor: move sandbox js code to its own module (#225)
Brandon Keiji
2025-04-21
Piped input (#104)
Allen Hutchison
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
Run `npm run format`
Taylor Mullen
2025-04-18
Manually fix hooks and utils linting errors (partial)
Taylor Mullen
2025-04-18
Introduce a config module to manage configuration (#22)
Jaana Dogan
2025-04-18
Fix linting errors in a number of core and tool files (partial)
Taylor Mullen
2025-04-18
Initial auto-fixing of linting errors.
Taylor Mullen
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
Improve readability issues
Jaana Dogan
2025-04-17
Initial commit of Gemini Code CLI
Taylor Mullen