[Feature Idea] Sandbox Mode #51
albertalef
started this conversation in
Ideas
Replies: 0 comments
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.
Problem: Testing file operations risks affecting the real filesystem, tests can pollute each other's state, and testing destructive commands like
rm -rfis dangerous.Solution: Run commands in an isolated temporary directory that is automatically cleaned up, ensuring complete filesystem isolation.
All reactions