-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.json
More file actions
125 lines (123 loc) · 3.46 KB
/
settings.json
File metadata and controls
125 lines (123 loc) · 3.46 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"cleanupPeriodDays": 60,
"autoCompact": true,
"alwaysThinkingEnabled": true,
"env": {
"ANTHROPIC_MODEL": "claude-opus-4-5",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-5",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-6",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-haiku-4-5-20251001",
"BASH_DEFAULT_TIMEOUT_MS": "120000",
"BASH_MAX_TIMEOUT_MS": "300000",
"CLAUDE_CODE_MAX_OUTPUT_TOKENS": "64000",
"MAX_MCP_OUTPUT_TOKENS": "10000",
"MAX_THINKING_TOKENS": "31999",
"CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING": "1",
"CLAUDE_CODE_EFFORT_LEVEL": "high",
"MCP_TIMEOUT": "120000",
"MCP_TOOL_TIMEOUT": "30000",
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "80",
"FORCE_AUTOUPDATE_PLUGINS": "1",
"CLAUDE_CODE_SCROLL_SPEED": "3",
"ENABLE_TOOL_SEARCH": "auto:5",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "0",
"CLAUDE_CODE_ENABLE_TASKS": "1",
"CLAUDE_CODE_DISABLE_AUTO_MEMORY": "0",
"ENABLE_CLAUDE_CODE_SM_COMPACT": "1",
"CLAUDE_CODE_FORCE_GLOBAL_CACHE": "1",
"CLAUDE_CODE_PLAN_MODE_INTERVIEW_PHASE": "true",
"CLAUDE_CODE_PLAN_V2_AGENT_COUNT": "5",
"CLAUDE_CODE_PLAN_MODE_REQUIRED": "true",
"CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR": "true",
"CLAUDE_AUTO_BACKGROUND_TASKS": "1",
"CLAUDE_CODE_ENABLE_PROMPT_SUGGESTION": "false",
"CLAUDE_CODE_NO_FLICKER": "1",
"CLAUDE_CODE_MAX_TOOL_USE_CONCURRENCY": "10",
"CLAUDE_CODE_MAX_RETRIES": "1",
"BASH_MAX_OUTPUT_LENGTH": "15000",
"TASK_MAX_OUTPUT_LENGTH": "64000",
"DISABLE_AUTOUPDATER": "1"
},
"teammateMode": "auto",
"showClearContextOnPlanAccept": true,
"showThinkingSummaries": true,
"attribution": {
"commit": "",
"pr": ""
},
"autoMemoryDirectory": "./.claude/memory",
"plansDirectory": "./.claude/plans",
"viewMode": "focus",
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"Butchering",
"Mangling",
"Wrecking",
"Botching",
"Misreading",
"Derailing",
"Overcomplicating",
"Hallucinating",
"Breaking",
"Fumbling",
"Sabotaging",
"Shredding",
"Confusing",
"Corrupting",
"Ruining",
"Winging",
"Guessing",
"Misinterpreting",
"Overengineering",
"Improvising Poorly",
"Making It Worse",
"Massacring",
"Mutilating",
"Annihilating",
"Trashing",
"Destroying",
"Misfiring",
"Ignoring",
"Unthinking",
"Wondering",
"Draining",
"Exhausting",
"Petering Out"
]
},
"permissions": {
"allow": ["Read(/workspaces/*)", "WebFetch(domain:*)"],
"deny": [],
"ask": [],
"defaultMode": "plan",
"additionalDirectories": []
},
"enabledMcpjsonServers": [],
"disabledMcpjsonServers": [],
"hooks": {},
"statusLine": {
"type": "command",
"command": "/usr/local/bin/ccstatusline-wrapper"
},
"enabledPlugins": {
"frontend-design@anthropics/claude-code": true,
"code-review@anthropics/claude-code": true,
"feature-dev@anthropics/claude-code": true,
"pr-review-toolkit@anthropics/claude-code": true,
"codeforge-lsp@devs-marketplace": false,
"ticket-workflow@devs-marketplace": false,
"notify-hook@devs-marketplace": false,
"dangerous-command-blocker@devs-marketplace": false,
"protected-files-guard@devs-marketplace": true,
"agent-system@devs-marketplace": true,
"skill-engine@devs-marketplace": false,
"spec-workflow@devs-marketplace": false,
"session-context@devs-marketplace": false,
"auto-code-quality@devs-marketplace": true,
"workspace-scope-guard@devs-marketplace": true,
"prompt-snippets@devs-marketplace": true,
"git-workflow@devs-marketplace": false
},
"autoUpdatesChannel": "latest"
}