index
:
dev/gemini-cli
devel
jcarr
main
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
cli
/
src
/
utils
/
sandbox.ts
Age
Commit message (
Expand
)
Author
2025-05-15
move sandbox-related messages to stderr (#363)
Olcan
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
2025-05-11
Remove terminal tool and dependencies.
Taylor Mullen
2025-05-09
sandbox/seatbelt-aware system prompt, support for custom seatbelt profiles un...
Olcan
2025-05-09
fix debugging with seatbelt, including in strict profile (#300)
Olcan
2025-05-08
fix(sandbox): set --inspect-brk in production sandbox when env DEBUG is truth...
Brandon Keiji
2025-05-08
allow SEATBELT_PROFILE=none to disable seatbelt on macos (#296)
Olcan
2025-05-08
refined sandbox/seatbelt log message, pass NODE_OPTIONS along to sandboxed no...
Olcan
2025-05-08
adjust seatbelt to allow write into specific dirs under user home (#289)
Olcan
2025-05-07
rename SANDBOX_EXEC_PROFILE as SEATBELT_PROFILE, and fix another accidental r...
Olcan
2025-05-07
use seatbelt on macos, with two profiles: minimal (default) which only restri...
Olcan
2025-05-07
fix(sandbox): consolidate dev and prod sandbox (#273)
Brandon Keiji
2025-05-03
make sandbox venv support more robust, allowing arbitrary venv path, and igno...
Olcan
2025-05-03
enable recreating a python virtual env (.venv folder) inside sandbox (#253)
Olcan
2025-05-02
custom sandboxing via sandbox.Dockerfile and sandbox.bashrc in project settin...
Olcan
2025-05-02
pass PATH and PYTHONPATH into sandbox, let sandbox scripts recognize user set...
Olcan
2025-05-02
sandbox setting and argument (#243)
Olcan
2025-05-01
mount user settings in sandbox (#239)
Olcan
2025-05-01
remove start_sandbox.sh script (#238)
Olcan
2025-04-30
refactor: make parseImageName more readable (#228)
Brandon Keiji
2025-04-30
refactor(sandbox): make cli path agnostic of docker container build rules (#226)
Brandon Keiji
2025-04-29
refactor: move sandbox js code to its own module (#225)
Brandon Keiji