From a2441cf23b68ecefb61528816c21b1516f67c1a7 Mon Sep 17 00:00:00 2001 From: lachtan obecny Date: Sun, 12 Jul 2026 18:28:24 +0200 Subject: [PATCH] Claude settings --- .claude/settings.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index ca95610..9d781d9 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,4 +1,13 @@ { + "model": "sonnet", + "effortLevel": "high", + "permissions": { + "allow": [ + "WebSearch", + "WebFetch", + "ReadFile" + ] + }, "hooks": { "PostToolUse": [ { @@ -12,4 +21,4 @@ } ] } -} +} \ No newline at end of file