-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.json
More file actions
78 lines (76 loc) · 2.59 KB
/
settings.json
File metadata and controls
78 lines (76 loc) · 2.59 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
{
"autoMemoryDirectory": ".claude/memory",
"cleanupPeriodDays": 60,
"autoCompact": true,
"alwaysThinkingEnabled": true,
"env": {
"ANTHROPIC_MODEL": "claude-opus-4-6[1m]",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-6[1m]",
"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": "63999",
"MCP_TIMEOUT": "120000",
"MCP_TOOL_TIMEOUT": "30000",
"CLAUDE_AUTOCOMPACT_PCT_OVERRIDE": "90",
"CLAUDE_CODE_AUTO_COMPACT_WINDOW": "500000",
"FORCE_AUTOUPDATE_PLUGINS": "1",
"ENABLE_TOOL_SEARCH": "auto:5",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"CLAUDE_CODE_EFFORT_LEVEL": "high",
"CLAUDE_CODE_ENABLE_TASKS": "true",
"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_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",
"effortLevel": "high",
"includeCoAuthoredBy": false,
"permissions": {
"allow": ["Read(/workspaces/*)", "WebFetch(domain:*)"],
"deny": [],
"ask": [],
"defaultMode": "plan",
"additionalDirectories": []
},
"model": "opus[1m]",
"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": true,
"notify-hook@devs-marketplace": true,
"dangerous-command-blocker@devs-marketplace": true,
"protected-files-guard@devs-marketplace": true,
"agent-system@devs-marketplace": true,
"skill-engine@devs-marketplace": true,
"spec-workflow@devs-marketplace": true,
"session-context@devs-marketplace": true,
"auto-code-quality@devs-marketplace": true,
"workspace-scope-guard@devs-marketplace": true,
"prompt-snippets@devs-marketplace": true,
"git-workflow@devs-marketplace": true
},
"autoUpdatesChannel": "latest"
}