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
This commit is contained in:
George Liu 2025-08-18 21:05:55 +10:00
parent 23568a1b94
commit 5606c1fde1

View File

@ -2,7 +2,8 @@
"env": { "env": {
"MAX_MCP_OUTPUT_TOKENS": "60000", "MAX_MCP_OUTPUT_TOKENS": "60000",
"BASH_DEFAULT_TIMEOUT_MS": "300000", "BASH_DEFAULT_TIMEOUT_MS": "300000",
"BASH_MAX_TIMEOUT_MS": "600000" "BASH_MAX_TIMEOUT_MS": "600000",
"MAX_THINKING_TOKENS": "8192"
}, },
"includeCoAuthoredBy": false, "includeCoAuthoredBy": false,
"permissions": { "permissions": {
@ -31,7 +32,6 @@
"Bash(pip install:*)", "Bash(pip install:*)",
"Bash(python:*)", "Bash(python:*)",
"Bash(rg:*)", "Bash(rg:*)",
"Bash(rm:*)",
"Bash(sed:*)", "Bash(sed:*)",
"Bash(source:*)", "Bash(source:*)",
"Bash(timeout:*)", "Bash(timeout:*)",