summaryrefslogtreecommitdiff
path: root/packages/cli/src/utils
AgeCommit message (Expand)Author
2025-05-07fix(sandbox): consolidate dev and prod sandbox (#273)Brandon Keiji
2025-05-03make sandbox venv support more robust, allowing arbitrary venv path, and igno...Olcan
2025-05-03enable recreating a python virtual env (.venv folder) inside sandbox (#253)Olcan
2025-05-02custom sandboxing via sandbox.Dockerfile and sandbox.bashrc in project settin...Olcan
2025-05-02pass PATH and PYTHONPATH into sandbox, let sandbox scripts recognize user set...Olcan
2025-05-02sandbox setting and argument (#243)Olcan
2025-05-01mount user settings in sandbox (#239)Olcan
2025-05-01remove start_sandbox.sh script (#238)Olcan
2025-04-30refactor: make parseImageName more readable (#228)Brandon Keiji
2025-04-30refactor(sandbox): make cli path agnostic of docker container build rules (#226)Brandon Keiji
2025-04-29refactor: move sandbox js code to its own module (#225)Brandon Keiji
2025-04-21Piped input (#104)Allen Hutchison
2025-04-21Fix Gemini Code's (GC) smarts.Taylor Mullen
2025-04-19Starting to modularize into separate cli / server packages. (#55)Evan Senter
2025-04-18Add apache2 SPDX headers to all source files (#48)Tyler
2025-04-18Run `npm run format`Taylor Mullen
2025-04-18Manually fix hooks and utils linting errors (partial)Taylor Mullen
2025-04-18Introduce a config module to manage configuration (#22)Jaana Dogan
2025-04-18Fix linting errors in a number of core and tool files (partial)Taylor Mullen
2025-04-18Initial auto-fixing of linting errors.Taylor Mullen
2025-04-18Adding a new parameter for model, and updating the default to 2.5 Flash. (#18)Evan Senter
2025-04-17Run `npm run format`Taylor Mullen
2025-04-17Improve readability issuesJaana Dogan
2025-04-17Initial commit of Gemini Code CLITaylor Mullen