summaryrefslogtreecommitdiff
path: root/packages/cli/src/utils/sandbox.ts
AgeCommit message (Expand)Author
2025-08-20test(integration): add failing test for stdin context with prompt (#6158)Allen Hutchison
2025-08-17chore(compiler): Enable strict property access TS compiler flag. (#6255)Richie Foreman
2025-08-08[ide-mode] Wire up env variables to sandbox (#5804)christine betts
2025-08-07fix(logging): Ensure sandbox startup messages are routed to stderr (#5725)Allen Hutchison
2025-08-01feat(sandbox): Add SANDBOX_FLAGS for custom container options (#2036)andrea-berling
2025-07-30feat: Multi-Directory Workspace Support (part1: add `--include-directories` o...Yuki Okita
2025-07-25feat(auth): Enhance non-interactive gcp auth (#4811)Gal Zahavi
2025-07-21Various spelling improvements (#3497)Josh Soref
2025-06-25fix: prepublish changes to package names (#1420)Brandon Keiji
2025-06-24Jacob314/max old space (#1314)Jacob Richman
2025-06-19fix: auto-update sandbox regression (#1221)Eddie Santos
2025-06-18Fix noise in headless mode on STDOUT (#1184)Allen Hutchison
2025-06-18feat: consolidate sandbox configurations into a single object (#1154)Brandon Keiji
2025-06-17Auto-update notifications (#1110)Eddie Santos
2025-06-16Preflight and integration npx (#1096)matt korwel
2025-06-16Add Vertex env vars to sandbox (#1005)Mark McDonald
2025-06-13fix: add micromatch to package deps (#1020)Brandon Keiji
2025-06-13Support GOOGLE_API_KEY hoisting in sandbox too (#998)Mark McDonald
2025-06-12Fix build_sandbox command (#974)Jordan Demeulenaere
2025-06-11fixes to proxy on macos: prevent curl from hanging during wait-for-proxy by a...Olcan
2025-06-11fix proxy on cloudtops/linux and for older versions of docker, more robust st...Olcan
2025-06-11do not auto-enable container sandboxing (fixing recently introduced bug) (#939)Olcan
2025-06-11fix: Change sandbox network check command for docker (#907)Tolik Malibroda
2025-06-10restricted networking for all sandboxing methods, new seatbelt profiles, upda...Olcan
2025-06-10GEMINI_SANDBOX=false should disable seatbelt (#888)Tommaso Sciortino
2025-06-10fix user settings in sandbox broken in recent change (#885)Olcan
2025-06-09Windows: Refactor Shell Scripts to Node.js for Cross-Platform Compatibility (...matt korwel
2025-06-08drop redundant -s flag for custom sandbox build (#859)Olcan
2025-06-08Fix Build Failure - Build fails in sandbox due to missing build toolchain (#831)Abhi
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