Copy and paste this into your settings.local.json file in your claude folder
javascript
{
"permissions": {
"allow": [
"Bash(*)",
"Read",
"Edit",
"Write",
"Glob",
"Grep",
"WebFetch",
"WebSearch",
"NotebookEdit",
"Skill"
]
}
}