-
-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
enhancementNew feature or requestNew feature or request
Description
To upvote this issue, give it a thumbs up. See this list for the most upvoted issues.
There are a copule relevant issues open: #36 and #153
It would be nice if permissions in general were more granular like in opencode. Opencode lets you configure for specific commands with wildcards as well as what files can be read/edited/etc.
I think particularly useful the external_directory config, which lets you blacklist or whitelist directories. I'd like to let eca ask for permission to look at other code repos, but I'd prefer if it couldn't even ask for permission to read anything else.
"external_directory": {
"*": "deny",
"~/src/**": "ask",
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
Backlog