-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
enhancementNew feature or requestNew feature or requestsandboxIssues related to permissions or sandboxingIssues related to permissions or sandboxing
Description
What feature would you like to see?
In .claude/settings, users can set explicitly allows commands for Claude to run so that it doesn't need permission. e.g.
{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(rg:*)",
"Bash(npm run build:*)",
"Bash(grep:*)",
"Bash(npm run format:*)"
// ...
]
}
}It's great that Claude Code lets me tell it which tools it doesn't need to ask for permission to use. It would be great if Codex CLI has a similar whitelist of user-specific permissions (not necessarily with the above syntax) so that it would stop repeatedly pestering me to ask if it can run my tests.
Are you interested in implementing this feature?
No response
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestsandboxIssues related to permissions or sandboxingIssues related to permissions or sandboxing