# Create a new sandbox copying . as workdir (default container, but you can choose vm)
yoloai new mybugfix . --isolation vm
# attach to it (it has tmux already)
yoloai attach mybugfix
# Chat with the bot inside...
# Happy with its work? Diff it to be sure
yoloai diff mybugfix
# Happy with the changes? Apply them to your workdir
yoloai apply mybugfix
# All done? Destroy the sandbox
yoloai destroy mybugfix
The agent stays isolated at all times. No access to your secrets (except what you want), no access to your workdir until you apply. You can also easily restrict network access.This does the same thing as in the blog post, except that there are a LOT of gotchas and minutiae and some yak shaving involved if you want to keep doing it manually.
All that said, no way in hell I’m giving either access to production databases or environments.
thwarted•1h ago
ozozozd•1h ago
Essentially using a repo that doesn’t matter with the coding agent and then creating a cross-repo PR to the real repo.
dddddaviddddd•1h ago
thwarted•54m ago
throwaway173738•32m ago