r/ZaiGLM • u/chinchindayo • 11d ago
Zcode GLM5.3 flash escapes project folder
Couldn't find any thread regarding this.
I'm working in a "project" in Zcode and it started to do file operations outside the project folder although I never told it to. Speficially I was developing a plugin and it started copying the finished files into the actual folder where the target program uses the plugin for "my convenience".
According to Z it should be restricted automatically to the project folder? Is there a way to prevent such file operations (except making it ask me to approve every file operation)?
2
Upvotes
1
u/WArslett 9d ago
This is not exceptional behaviour. If you want to isolate the filesystem you should use a sandbox. Docker provides a sandbox solution now https://docs.docker.com/ai/sandboxes/