-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Open
Labels
discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussion
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Can we have an option to allow write access under /tmp or $TMPDIR to when they are outside of current project directory? Or we can also make the external_directory more extensible like the following
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"external_directory": {
"env:$TMPDIR": "allow",
"/tmp": "allow",
"*": "allow",
}
}
}What do you guys think?
Nindaleth, falko-apheris, mattarau, remorses, CyberCabano and 2 more
Metadata
Metadata
Assignees
Labels
discussionUsed for feature requests, proposals, ideas, etc. Open discussionUsed for feature requests, proposals, ideas, etc. Open discussion