-
Notifications
You must be signed in to change notification settings - Fork 239
Expand file tree
/
Copy pathsettings.json
More file actions
131 lines (131 loc) · 4.02 KB
/
Copy pathsettings.json
File metadata and controls
131 lines (131 loc) · 4.02 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
126
127
128
129
130
131
{
"model": "claude-opus-4-6",
"defaultMode": "acceptEdits",
"env": {
"ANTHROPIC_AUTH_TOKEN": "sk-dummy",
"ANTHROPIC_BASE_URL": "http://localhost:4141",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "claude-opus-4-6",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "claude-sonnet-4-6",
"CLAUDE_CODE_SUBAGENT_MODEL": "claude-sonnet-4-6",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "claude-haiku-4-5",
"DISABLE_NON_ESSENTIAL_MODEL_CALLS": "1",
"CLAUDE_CODE_EFFORT_LEVEL": "xhigh",
"ENABLE_PROMPT_CACHING_1H": "1",
"DISABLE_TELEMETRY": "1",
"ENABLE_TOOL_SEARCH": "true",
"DISABLE_ERROR_REPORTING": "1",
"CLAUDE_CODE_NO_FLICKER": "1",
"MAX_THINKING_TOKENS": "31999",
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1",
"CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING": "1",
"CLAUDE_CODE_ATTRIBUTION_HEADER": "0"
},
"alwaysThinkingEnabled": true,
"attribution": {
"commit": "",
"pr": ""
},
"permissions": {
"allow": [
"Skill(codex-skill)",
"Skill(claude-code-settings:codex-skill)",
"Skill(nanobanana-skill)",
"Skill(claude-code-settings:nanobanana-skill)",
"Skill(youtube-transcribe-skill)",
"Skill(claude-code-settings:youtube-transcribe-skill)",
"Bash(codex:*)",
"WebFetch(domain:*)",
"mcp__plugin_claude-code-settings_chrome",
"mcp__plugin_claude-code-settings_chrome__navigate_page",
"mcp__plugin_claude-code-settings_chrome__new_page",
"mcp__plugin_claude-code-settings_chrome__take_snapshot",
"mcp__plugin_claude-code-settings_chrome__fill",
"mcp__plugin_claude-code-settings_chrome__press_key",
"mcp__plugin_claude-code-settings_chrome__click",
"mcp__plugin_claude-code-settings_chrome__evaluate_script",
"mcp__plugin_claude-code-settings_chrome__wait_for"
],
"deny": [
"Bash(rm -rf:*)",
"Bash(rm -fr:*)",
"Read(.env)",
"Read(.env.*)",
"Read(**/.env)",
"Read(**/.env.*)",
"Read(~/.ssh/**)",
"Read(~/.aws/**)",
"Read(**/*credential*)",
"Read(**/*secret*)",
"Read(**/*.pem)",
"Read(**/*.key)",
"Read(~/.zshrc)",
"Read(~/.bashrc)"
],
"ask": [
"Bash(sudo:*)",
"Bash(chmod 777:*)",
"Bash(git push --force:*)",
"Bash(git push -f:*)",
"Bash(git reset --hard:*)",
"Bash(git clean -fd:*)",
"Bash(npm publish:*)",
"Bash(eval:*)"
]
},
"enabledPlugins": {
"claude-code-settings@claude-code-settings": true,
"claude-md-management@claude-plugins-official": true,
"code-review@claude-plugins-official": true,
"code-simplifier@claude-plugins-official": true,
"codex@openai-codex": true,
"commit-commands@claude-plugins-official": true,
"context7@claude-plugins-official": true,
"document-skills@anthropic-agent-skills": true,
"example-skills@anthropic-agent-skills": true,
"feature-dev@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"planning-with-files@planning-with-files": true,
"plugin-dev@claude-plugins-official": true,
"pr-review-toolkit@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"skill-creator@claude-plugins-official": true,
"video-skills@video-skills": true
},
"extraKnownMarketplaces": {
"anthropic-agent-skills": {
"source": {
"source": "github",
"repo": "anthropics/skills"
}
},
"openai-codex": {
"source": {
"source": "github",
"repo": "openai/codex-plugin-cc"
}
},
"planning-with-files": {
"source": {
"source": "github",
"repo": "OthmanAdi/planning-with-files"
}
},
"video-skills": {
"source": {
"source": "github",
"repo": "feiskyer/video-skills"
}
},
"claude-code-settings": {
"source": {
"source": "github",
"repo": "feiskyer/claude-code-settings"
}
}
},
"autoUpdatesChannel": "latest",
"statusLine": {
"type": "command",
"command": "~/.claude/status-line.sh"
}
}