summaryrefslogtreecommitdiff
path: root/packages/cli/src/gemini.ts
AgeCommit message (Expand)Author
2025-05-07Continue to work through 429/500s.Taylor Mullen
2025-05-02sandbox setting and argument (#243)Olcan
2025-05-01Save settings to ~/.gemini/settings.json and optionally /your/workspace/.gemi...Jacob Richman
2025-05-01refactor: async-ify yargs (#236)Brandon Keiji
2025-04-29refactor: move sandbox js code to its own module (#225)Brandon Keiji
2025-04-29do not even check sandboxing commands (podman/docker/etc) if we are already i...Olcan
2025-04-29allow command -v to fail (#212)Olcan
2025-04-29use exec instead of spawn for command -v to go through shell and let it inter...Olcan
2025-04-29SANDBOX_SET_UID_GID option for systems where this is necessary (should be onl...Olcan
2025-04-28enable servers in sandbox to listen on localhost (127.0.0.1) instead of 0.0.0...Olcan
2025-04-28SANDBOX_PORTS env var (#204)Olcan
2025-04-28switch to shell tool, deprecating terminal (#203)Olcan
2025-04-28env flags SANDBOX_{MOUNTS,ENV}, improved debugging through sandbox that shoul...Olcan
2025-04-28ability to (re-)build sandbox outside GC repo root, useful for dev iterations...Olcan
2025-04-28rename dev image with -dev suffix (#195)Olcan
2025-04-26hop into sandbox (#186)Olcan
2025-04-24better sandbox check (#150)Olcan
2025-04-24in sandboxed run scripts, allow .env to be an in any ancestor directory, same...Olcan
2025-04-23fix: use process.env.CLI_VERSION to avoid conflicts with NODE_ENV (#139)Brandon Keiji
2025-04-23feat: add CLI version number to footer (#134)Brandon Keiji
2025-04-22Question flag (#125)Allen Hutchison
2025-04-22Initiate the GeminiClient with a configJaana Dogan
2025-04-21Piped input (#104)Allen Hutchison
2025-04-21Remove duplicate CLI tools module, remove the global tool registry (#89)Jaana Dogan
2025-04-21Remove redundant else branches (#86)Jaana Dogan
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-18minor lint fix (#45)Olcan
2025-04-18Fix remaining tslint errors (YAY).Taylor Mullen
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-18Manually fix hooks and utils linting errors (partial)Taylor Mullen
2025-04-18infra: add multipackage support (#34)Brandon Keiji
2025-04-18Web fetch tool (#31)Allen Hutchison
2025-04-18Introduce a config module to manage configuration (#22)Jaana Dogan
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-17fix: Suppress crash from unhandled 429 stream error via global handlerAllen Hutchison
2025-04-17Initial commit of Gemini Code CLITaylor Mullen