mirror of
https://github.com/centminmod/my-claude-code-setup.git
synced 2025-12-17 15:36:53 +00:00
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:
parent
23568a1b94
commit
5606c1fde1
@ -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:*)",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user