-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathsettings.example.json
More file actions
41 lines (41 loc) · 914 Bytes
/
settings.example.json
File metadata and controls
41 lines (41 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
"CLAUDE_CODE_ENABLE_TASKS": "1",
"CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION": "1",
"ENABLE_TOOL_SEARCH": "auto:10"
},
"defaultMode": "bypassPermissions",
"alwaysThinkingEnabled": true,
"autoMemoryEnabled": true,
"model": "opus",
"outputStyle": "abyss-cultivator",
"attribution": {
"commit": "",
"pr": ""
},
"sandbox": {
"autoAllowBashIfSandboxed": true
},
"permissions": {
"allow": [
"Bash",
"LS",
"Read",
"Edit",
"Write",
"MultiEdit",
"Agent",
"Glob",
"Grep",
"WebFetch",
"WebSearch",
"TodoWrite",
"NotebookRead",
"NotebookEdit",
"mcp__*"
]
}
}