Skip to content

Commit 4a71171

Browse files
committed
feat(settings): add websearch, webfetch, gcal, and defaultmode perms
- allow WebSearch and WebFetch for datadoghq.com docs - allow gcal_list_events and daily-recap skill - add defaultMode: default to permissions config
1 parent e77df2f commit 4a71171

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

ai-stuff/claude/settings.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,16 @@
3232
"Bash(find:*)",
3333
"Bash(head:*)",
3434
"Bash(ls:*)",
35-
"Bash(obsidian *)"
35+
"Bash(obsidian *)",
36+
"WebSearch",
37+
"WebFetch(domain:docs.datadoghq.com)",
38+
"mcp__claude_ai_Google_Calendar__gcal_list_events",
39+
"Skill(daily-recap)"
3640
],
3741
"ask": [
3842
"Write(~/vault/personal/nl/house search/buying a house/**)"
39-
]
43+
],
44+
"defaultMode": "default"
4045
},
4146
"hooks": {
4247
"PreToolUse": [

0 commit comments

Comments
 (0)