-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
121 lines (114 loc) · 2.97 KB
/
settings.json
File metadata and controls
121 lines (114 loc) · 2.97 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
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"alwaysThinkingEnabled": true,
"includeCoAuthoredBy": false,
"enableAllProjectMcpServers": false,
"spinnerTipsEnabled": false,
"statusLine": {
"type": "command",
"command": "bash ~/.claude/statusline.sh"
},
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"pr-review-toolkit@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"clangd-lsp@claude-plugins-official": true,
"code-review@claude-plugins-official": true,
"pyright-lsp@claude-plugins-official": true,
"feature-dev@claude-plugins-official": true,
"commit-commands@claude-plugins-official": true
},
"env": {
"CLAUDE_CODE_HIDE_ACCOUNT_INFO": "1",
"DISABLE_ERROR_REPORTING": "1",
"DISABLE_BUG_COMMAND": "1",
"DISABLE_COST_WARNINGS": "1",
"CLAUDE_CODE_IDE_SKIP_AUTO_INSTALL": "1"
},
"permissions": {
"defaultMode": "default",
"deny": [],
"ask": [],
"allow": [
"Read",
"WebSearch",
"Bash(ls:*)",
"Bash(dir:*)",
"Bash(pwd:*)",
"Bash(file:*)",
"Bash(stat:*)",
"Bash(du:*)",
"Bash(df:*)",
"Bash(which:*)",
"Bash(where:*)",
"Bash(type:*)",
"Bash(realpath:*)",
"Bash(readlink:*)",
"Bash(basename:*)",
"Bash(dirname:*)",
"Bash(cat:*)",
"Bash(head:*)",
"Bash(tail:*)",
"Bash(grep:*)",
"Bash(egrep:*)",
"Bash(fgrep:*)",
"Bash(rg:*)",
"Bash(ag:*)",
"Bash(ack:*)",
"Bash(wc:*)",
"Bash(uniq:*)",
"Bash(cut:*)",
"Bash(tr:*)",
"Bash(diff:*)",
"Bash(comm:*)",
"Bash(paste:*)",
"Bash(column:*)",
"Bash(jq:*)",
"Bash(tar -tf:*)",
"Bash(tar -tvf:*)",
"Bash(unzip -l:*)",
"Bash(zipinfo:*)",
"Bash(gzip -l:*)",
"Bash(zcat:*)",
"Bash(uname:*)",
"Bash(whoami:*)",
"Bash(date:*)",
"Bash(cal:*)",
"Bash(uptime:*)",
"Bash(top -l 1:*)",
"Bash(htop -n 1:*)",
"Bash(free:*)",
"Bash(lscpu:*)",
"Bash(lsb_release:*)",
"Bash(sw_vers:*)",
"Bash(systeminfo:*)",
"Bash(code:*)",
"Bash(git status:*)",
"Bash(git log:*)",
"Bash(git show:*)",
"Bash(git diff:*)",
"Bash(git grep:*)",
"Bash(git blame:*)",
"Bash(git annotate:*)",
"Bash(git rev-parse:*)",
"Bash(git rev-list:*)",
"Bash(git ls-files:*)",
"Bash(git ls-tree:*)",
"Bash(git describe:*)",
"Bash(git cat-file:*)",
"Bash(git check-ignore:*)",
"Bash(git branch -a:*)",
"Bash(git branch -r:*)",
"Bash(git branch --list:*)",
"Bash(git tag -l:*)",
"Bash(git shortlog:*)",
"Bash(git stash list:*)",
"Bash(git stash show:*)",
"Bash(git worktree list:*)",
"Bash(git submodule status:*)",
"Bash(git submodule summary:*)",
"Bash(git help:*)",
"Bash(git version:*)"
]
}
}