| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-17 | Auto-update notifications (#1110) | Eddie Santos | |
| 2025-06-16 | Preflight and integration npx (#1096) | matt korwel | |
| 2025-06-15 | feat(test): Increase test coverage across CLI and Core packages (#1089) | N. Taylor Mullen | |
| 2025-06-16 | Add Vertex env vars to sandbox (#1005) | Mark McDonald | |
| Co-authored-by: Scott Densmore <[email protected]> | |||
| 2025-06-14 | centralize file filtering in `FileDiscoveryService` (#1039) | Anas H. Sulaiman | |
| 2025-06-13 | fix: add micromatch to package deps (#1020) | Brandon Keiji | |
| 2025-06-13 | reuse `GitIgnoreParser` for loading `.geminiignore` (#1025) | Anas H. Sulaiman | |
| 2025-06-13 | Support GOOGLE_API_KEY hoisting in sandbox too (#998) | Mark McDonald | |
| 2025-06-13 | refactor: Use default centralized Flash & Pro models everywhere (#994) | N. Taylor Mullen | |
| 2025-06-12 | Fix build_sandbox command (#974) | Jordan Demeulenaere | |
| 2025-06-11 | Restore Checkpoint Feature (#934) | Louis Jimenez | |
| 2025-06-11 | fixes to proxy on macos: prevent curl from hanging during wait-for-proxy by ↵ | Olcan | |
| adding ipv6 support and timeout (#947) | |||
| 2025-06-11 | fix proxy on cloudtops/linux and for older versions of docker, more robust ↵ | Olcan | |
| start/stop and error reporting (#945) | |||
| 2025-06-11 | do not auto-enable container sandboxing (fixing recently introduced bug) (#939) | Olcan | |
| 2025-06-11 | fix version set for cli and slash commands (#892) | Zach Sais | |
| 2025-06-10 | Remove unneeded `mockRestore()`s from tests (#919) | Seth Troisi | |
| 2025-06-11 | fix: Change sandbox network check command for docker (#907) | Tolik Malibroda | |
| 2025-06-10 | restricted networking for all sandboxing methods, new seatbelt profiles, ↵ | Olcan | |
| updated docs, fixes to sandbox build, debugging through sandbox (#891) | |||
| 2025-06-10 | GEMINI_SANDBOX=false should disable seatbelt (#888) | Tommaso Sciortino | |
| 2025-06-10 | fix user settings in sandbox broken in recent change (#885) | Olcan | |
| 2025-06-09 | Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility ↵ | matt korwel | |
| (#784) | |||
| 2025-06-08 | drop redundant -s flag for custom sandbox build (#859) | Olcan | |
| 2025-06-08 | Fix Build Failure - Build fails in sandbox due to missing build toolchain (#831) | Abhi | |
| 2025-06-07 | refactor: rename gemini-code to gemini-cli (#822) | cperry-goog | |
| 2025-06-07 | Push model-switching logging into loadCliConfig (#815) | Tommaso Sciortino | |
| 2025-06-07 | More version simplifiction. (#810) | Tommaso Sciortino | |
| 2025-06-06 | clean up version lookup code (#804) | Tommaso Sciortino | |
| 2025-06-06 | Reduce noisy logging for missing .geminiignore file. (#793) | DeWitt Clinton | |
| 2025-06-05 | skip npm build for custom sandbox (#779) | Olcan | |
| 2025-06-05 | use execSync (vs spawnSync) so launch fails if build_sandbox fails; tweaks ↵ | Olcan | |
| in build_sandbox to fix some shellcheck warnings, and to simplify the logic slightly (#767) | |||
| 2025-06-05 | Add support for `.geminiignore` file (#757) | Eddie Santos | |
| 2025-06-05 | fix: Disable automatic image building if BUILD_SANDBOX is not provided (#764) | Tolik Malibroda | |
| 2025-06-05 | feat: Add multi-stage docker build support for custom sandbox.Dockerfile (#746) | Tolik Malibroda | |
| 2025-06-05 | Jacob314/memory fixes (#754) | Jacob Richman | |
| Address multiple possible memory leaks found bystatic analysis of the codebase. The primary source of the leaks was event listeners on child processes and global objects that were not being properly removed, potentially causing their closures to be retained in memory indefinitely particularly for processes that did not exit. There are two commits. A larger one made by gemini CLI and a smaller one by me to make sure we always disconnect child processes as part of the cleanup methods. These changes may not actually fix any leaks but do look like reasonable defensive coding to avoid leaking event listeners or child processes. The following files were fixed: This is Gemini's somewhat overconfident description of what it did. packages/core/src/tools/shell.ts: Fixed a leak where an abortSignal listener was not being reliably removed. packages/cli/src/utils/readStdin.ts: Fixed a significant leak where listeners on process.stdin were never removed. packages/cli/src/utils/sandbox.ts: Fixed leaks in the imageExists and pullImage helper functions where listeners on spawned child processes were not being removed. packages/core/src/tools/grep.ts: Fixed three separate leaks in the isCommandAvailable check and the git grep and system grep strategies due to un-removed listeners on child processes. packages/core/src/tools/tool-registry.ts: Corrected a leak in the execute method of the DiscoveredTool class where listeners on the spawned tool process were not being removed. | |||
| 2025-06-04 | fix: Fix piped input mode in sandbox (#739) | Tolik Malibroda | |
| 2025-06-03 | fix BUILD_SANDBOX env var for updating sandbox while running linked binary ↵ | Olcan | |
| (#729) | |||
| 2025-06-03 | fix: do not try to pull development sandbox image from the internet (#725) | Brandon Keiji | |
| 2025-06-02 | feat(cli): add pro model availability check and fallback to flash (#608) | Allen Hutchison | |
| 2025-05-30 | Rename server->core (#638) | Tommaso Sciortino | |
| 2025-05-30 | fix(sandbox): pull sandbox image if it doesnt exist locally (#628) | Brandon Keiji | |
| 2025-05-30 | feat(sandbox): use package config to dictate sandbox image name (#624) | Brandon Keiji | |
| 2025-05-29 | allow writing to user cache directory on macos (fixes use of lyria mcp ↵ | Olcan | |
| server [to generate songs] under seatbelt) (#600) | |||
| 2025-05-23 | update email to gemini-cli-dev (#510) | Olcan | |
| 2025-05-23 | allow write to ~/.gitconfig in seatbelt profiles (#509) | Olcan | |
| 2025-05-20 | fix HOME in sandbox on cloudtops (linux) (#454) | Olcan | |
| 2025-05-17 | rename env vars GEMINI_CODE_{MODEL,SANDBOX,SANDBOX_IMAGE} (#411) | Olcan | |
| 2025-05-15 | move sandbox-related messages to stderr (#363) | Olcan | |
| 2025-05-13 | fix: pass startup warnings to app as prop (#342) | Brandon Keiji | |
| 2025-05-13 | fix(sandbox): default to current user profile for debian/ubuntu env (#337) | Brandon Keiji | |
| 2025-05-13 | refactor: shorten 'gemini' binary name (#329) | Brandon Keiji | |
