Skip to content

More granular permissions #324

@noctuid

Description

@noctuid

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",
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions