From 5606c1fde14e7f585f482423674c90a2426e2dc9 Mon Sep 17 00:00:00 2001 From: George Liu Date: Mon, 18 Aug 2025 21:05:55 +1000 Subject: [PATCH] update settings.local.json - enable thinking by default with MAX_THINKING_TOKENS = 8192. Results in better responses - remove allowed permission for rm deleting files by default --- .claude/settings.local.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 7fc993a..eebdc5f 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -2,7 +2,8 @@ "env": { "MAX_MCP_OUTPUT_TOKENS": "60000", "BASH_DEFAULT_TIMEOUT_MS": "300000", - "BASH_MAX_TIMEOUT_MS": "600000" + "BASH_MAX_TIMEOUT_MS": "600000", + "MAX_THINKING_TOKENS": "8192" }, "includeCoAuthoredBy": false, "permissions": { @@ -31,7 +32,6 @@ "Bash(pip install:*)", "Bash(python:*)", "Bash(rg:*)", - "Bash(rm:*)", "Bash(sed:*)", "Bash(source:*)", "Bash(timeout:*)",