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 (
Collapse
)
Author
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 ↵
Olcan
node (#292)
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 ↵
Olcan
rephrasing (#285)
2025-05-07
use seatbelt on macos, with two profiles: minimal (default) which only ↵
Olcan
restricts writes, and strict, which is deny-by-default and only allows specific operations (#283)
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 ↵
Olcan
ignoring venv outside workdir (instead of erroring out) (#254)
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 ↵
Olcan
settings (#249)
2025-05-02
pass PATH and PYTHONPATH into sandbox, let sandbox scripts recognize user ↵
Olcan
settings for sandbox (#247)
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
[prev]