Skip to content

Commit 4c49346

Browse files
committed
better full permissions
1 parent 9f5b805 commit 4c49346

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

agent-dev

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,13 +126,12 @@ CLAUDE_SETTINGS_TEMP=$(mktemp)
126126

127127
cat > "$CLAUDE_SETTINGS_TEMP" << 'EOF'
128128
{
129-
"autoApprove": {
130-
"bash": ["*"],
131-
"read": ["*"],
132-
"write": ["*"],
133-
"edit": ["*"]
134-
},
135-
"autoUpdates": false
129+
"permissions": {
130+
"allow": [
131+
"Bash(*:*)",
132+
"WebSearch"
133+
]
134+
}
136135
}
137136
EOF
138137

0 commit comments

Comments
 (0)