-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.example.json
More file actions
35 lines (35 loc) · 1003 Bytes
/
settings.example.json
File metadata and controls
35 lines (35 loc) · 1003 Bytes
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
{
"permissions": {
"defaultMode": "bypassPermissions"
},
"model": "opus",
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "notify-send 'Claude Code' \"$(jq -r '.message // \"Claude Code notification\"')\""
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "bash ~/.claude/statusline-command.sh"
},
"skipDangerousModePermissionPrompt": true,
"enabledPlugins": {
"skill-creator@claude-plugins-official": true,
"math-olympiad@claude-plugins-official": true,
"playwright@claude-plugins-official": true,
"claude-md-management@claude-plugins-official": true,
"typescript-lsp@claude-plugins-official": true,
"claude-code-setup@claude-plugins-official": true,
"telegram@claude-plugins-official": true,
"chrome-devtools-mcp@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true
}
}