a1ca658d76
Remove the hardcoded external_directory: "allow" default from applyToolConfig(). This was silently overriding OpenCode's built-in default of "ask" and any user-configured external_directory permission. With this change, external_directory permission is fully controlled by OpenCode's defaults and user configuration, as intended. Fixes #1973 Fixes #2194