Strict mode currently disables the “Agent Non-Workspace File Access” option in the settings. I’d like to keep strict mode on for security reasons but certain tools (e.g. cargo for Rust projects) require access to external, tool specific files/directories in the filesystem (e.g. `~/.rustup` and `~/.cargo`). Currently it just fails to run the tool and can’t verify builds, tests, changes, etc.
Being able to allowlist specific paths on the filesystem would still keep the security aspect of not giving full access to my system while letting the agent properly run the tools.