Replies: 1 comment 1 reply
-
|
From my point of view, this is the right kind of early approach for Idea 10 because it starts from the current code and one concrete issue rather than jumping straight to abstraction. The thing I would prioritize while exploring is a small capability map of what each sandbox backend actually guarantees today around filesystem, network, and process behavior. Once that is written down, the driver architecture becomes much easier to design without hiding important platform differences. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hi everyone,
My name is Beomsu Koh. I recently completed an MSc in Computer Science at the University of Sheffield and I’m currently exploring the Gemini CLI repository as I prepare for GSoC 2026.
I’m particularly interested in Idea 10 — Unified Sandbox Driver Architecture. I enjoy refactoring and system design work, and this idea touches exactly that — cross-platform abstraction, architecture design, and security boundaries.
At the moment I’m reading through the codebase and fixing bugs I encounter along the way:
I wanted to introduce myself and start a discussion thread as I dig deeper into the sandbox implementation.
I’ll continue exploring the relevant modules and will post updates here as I build a clearer understanding of the current architecture and potential directions for Idea 10.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions