The previous configuration had complex hooks for file protection and auto-formatting which were causing issues. This simplifies the configuration to enable all permissions directly and removes all hook logic, making the setup more straightforward and reliable.
16 lines
No EOL
231 B
JSON
16 lines
No EOL
231 B
JSON
{
|
|
"alwaysThinkingEnabled": true,
|
|
"permissions": {
|
|
"allow": [
|
|
"Edit",
|
|
"Bash",
|
|
"ReadFile(*)",
|
|
"Web Search",
|
|
"WebSearch",
|
|
"WebFetch",
|
|
"Fetch"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
} |