Currently opencode prompts for permission when the model writes to /tmp. Models frequently use /tmp for temporary files during tasks, and requiring approval adds friction without meaningful security benefit since /tmp is ephemeral and outside the user's project.
Writes to /tmp (and $TMPDIR) should be allowed by default.
Related: #4743