-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings-ds.json
More file actions
45 lines (45 loc) · 1.29 KB
/
settings-ds.json
File metadata and controls
45 lines (45 loc) · 1.29 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
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"env": {
"ANTHROPIC_AUTH_TOKEN": "$DEEPSEEK_API_KEY",
"ANTHROPIC_BASE_URL": "https://api.deepseek.com/anthropic",
"ANTHROPIC_MODEL": "deepseek-chat",
"ANTHROPIC_SMALL_FAST_MODEL": "deepseek-chat",
"ANTHROPIC_DEFAULT_HAIKU_MODEL": "deepseek-chat",
"ANTHROPIC_DEFAULT_SONNET_MODEL": "deepseek-chat",
"ANTHROPIC_DEFAULT_OPUS_MODEL": "deepseek-chat",
"CLAUDE_CODE_MAX_OUTPUT_TOKENS": "12800",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1",
"ANTHROPIC_LOG": "error"
},
"permissions": {
"allow": [
"Bash(git log:*)",
"Bash(git status)",
"Bash(git diff:*)",
"Edit",
"Glob",
"Grep",
"Read",
"Write",
"SlashCommand",
"WebFetch",
"WebSearch",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(git checkout:*)",
"Bash(git branch:*)",
"mcp__serena__list_dir",
"mcp__arxiv-mcp__search_papers",
"mcp__arxiv-mcp__download_paper",
"mcp__arxiv-mcp__list_papers",
"mcp__arxiv-mcp__read_paper"
],
"deny": ["Bash(rm:*)", "Bash(sudo:*)"],
"ask": ["Bash(git merge:*)"]
},
"alwaysThinkingEnabled": true,
"includeCoAuthoredBy": false
}