Rationale behind the minimal sandbox image? #23760
Unanswered
ryan-minato
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
You can build your own image with all the software you needs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that the sandbox image in
gemini-cliis extremely minimal. It lacks not only modern dev tools likepnpmanduv, but even a basic Python interpreter.I expected a more "batteries-included" environment, like
devcontainers/universal, for seamless development and task execution. Could you share the design rationale behind choosing such a restricted feature set? Is this driven by security isolation, cold-start performance, or a specific architectural goal?Beta Was this translation helpful? Give feedback.
All reactions