summaryrefslogtreecommitdiff
path: root/packages/cli/src/utils/sandbox.ts
AgeCommit message (Expand)Author
2025-06-05skip npm build for custom sandbox (#779)Olcan
2025-06-05use execSync (vs spawnSync) so launch fails if build_sandbox fails; tweaks in...Olcan
2025-06-05fix: Disable automatic image building if BUILD_SANDBOX is not provided (#764)Tolik Malibroda
2025-06-05feat: Add multi-stage docker build support for custom sandbox.Dockerfile (#746)Tolik Malibroda
2025-06-05Jacob314/memory fixes (#754)Jacob Richman
2025-06-04fix: Fix piped input mode in sandbox (#739)Tolik Malibroda
2025-06-03fix BUILD_SANDBOX env var for updating sandbox while running linked binary (#...Olcan
2025-06-03fix: do not try to pull development sandbox image from the internet (#725)Brandon Keiji
2025-05-30fix(sandbox): pull sandbox image if it doesnt exist locally (#628)Brandon Keiji
2025-05-30feat(sandbox): use package config to dictate sandbox image name (#624)Brandon Keiji
2025-05-29allow writing to user cache directory on macos (fixes use of lyria mcp server...Olcan
2025-05-23update email to gemini-cli-dev (#510)Olcan
2025-05-20fix HOME in sandbox on cloudtops (linux) (#454)Olcan
2025-05-17rename env vars GEMINI_CODE_{MODEL,SANDBOX,SANDBOX_IMAGE} (#411)Olcan
2025-05-15move sandbox-related messages to stderr (#363)Olcan
2025-05-13fix(sandbox): default to current user profile for debian/ubuntu env (#337)Brandon Keiji
2025-05-13refactor: shorten 'gemini' binary name (#329)Brandon Keiji
2025-05-11Remove terminal tool and dependencies.Taylor Mullen
2025-05-09sandbox/seatbelt-aware system prompt, support for custom seatbelt profiles un...Olcan
2025-05-09fix debugging with seatbelt, including in strict profile (#300)Olcan
2025-05-08fix(sandbox): set --inspect-brk in production sandbox when env DEBUG is truth...Brandon Keiji
2025-05-08allow SEATBELT_PROFILE=none to disable seatbelt on macos (#296)Olcan
2025-05-08refined sandbox/seatbelt log message, pass NODE_OPTIONS along to sandboxed no...Olcan
2025-05-08adjust seatbelt to allow write into specific dirs under user home (#289)Olcan
2025-05-07rename SANDBOX_EXEC_PROFILE as SEATBELT_PROFILE, and fix another accidental r...Olcan
2025-05-07use seatbelt on macos, with two profiles: minimal (default) which only restri...Olcan
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