agy The CLI runs natively inside your host terminal. It intentionally does not use a strict sandbox container (This works)
- The GUI applications enforce a strict, containerized sandbox by default. Because autonomous agents can execute loops, run shell commands, and read/write files while you aren't looking, the sandbox is there to protect your host machine from accidental damage
GUI interaction subagents doesn't work because they don't use same gcloud context and cannot communicate to the internet by default.
agyThe CLI runs natively inside your host terminal. It intentionally does not use a strict sandbox container (This works)GUI interaction subagents doesn't work because they don't use same
gcloudcontext and cannot communicate to the internet by default.