Skip to content

Commit ce9bf64

Browse files
committed
chore(settings): expand obsidian permissions and set effort level
- add obsidian wildcard permission to allow all obsidian commands - lower effort level from medium to low - set model to haiku
1 parent 8cddc30 commit ce9bf64

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

ai-stuff/claude/settings.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
"Read(~/Library/Application Support/Dia/User Data/Profile 1/AgentServer/contexts/**)",
3131
"Bash(find:*)",
3232
"Bash(head:*)",
33-
"Bash(ls:*)"
33+
"Bash(ls:*)",
34+
"Bash(obsidian *)"
3435
],
3536
"ask": [
3637
"Write(~/vault/personal/nl/house search/buying a house/**)"
@@ -93,10 +94,11 @@
9394
}
9495
}
9596
},
96-
"effortLevel": "medium",
97+
"effortLevel": "low",
9798
"promptSuggestionEnabled": false,
9899
"autoUpdatesChannel": "latest",
99100
"voiceEnabled": true,
100101
"autoMemoryEnabled": true,
101-
"autoDreamEnabled": true
102+
"autoDreamEnabled": true,
103+
"model": "haiku"
102104
}

0 commit comments

Comments
 (0)