-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
134 lines (134 loc) · 4.55 KB
/
settings.json
File metadata and controls
134 lines (134 loc) · 4.55 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
132
133
134
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"cleanupPeriodDays": 99999,
"permissions": {
"allow": [
"Bash(terminal-notifier*)",
"Bash(ls *)",
"Bash(ls)",
"WebFetch(domain:inspect.aisi.org.uk)",
"WebFetch(domain:docs.python.org)",
"WebFetch(domain:pypi.org)",
"WebFetch(domain:packaging.python.org)",
"WebFetch(domain:docs.astral.sh)",
"WebFetch(domain:docs.pytest.org)",
"WebFetch(domain:typing.readthedocs.io)",
"WebFetch(domain:docs.pydantic.dev)",
"WebFetch(domain:numpy.org)",
"WebFetch(domain:pandas.pydata.org)",
"WebFetch(domain:matplotlib.org)",
"WebFetch(domain:pytorch.org)",
"WebFetch(domain:huggingface.co)",
"WebFetch(domain:developer.mozilla.org)",
"WebFetch(domain:docs.github.com)",
"WebFetch(domain:docs.docker.com)",
"mcp__claude_ai_Hugging_Face__hf_doc_search",
"mcp__claude_ai_Hugging_Face__hf_doc_fetch",
"WebFetch(domain:thinkingmachines.ai)",
"WebFetch(domain:ukgovernmentbeis.github.io)",
"WebFetch(domain:docs.claude.com)",
"WebFetch(domain:platform.openai.com)",
"WebFetch(domain:docs.anthropic.com)",
"Bash(command:uv sync)",
"WebFetch(domain:www.lesswrong.com)",
"WebFetch(domain:metr.org)",
"WebFetch(domain:arxiv.org)",
"WebSearch",
"WebFetch(domain:github.com)",
"Bash(pip show:*)",
"Bash(uv pip show:*)",
"WebFetch(domain:inspect.ai-safety-institute.org.uk)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:hamel.dev)",
"Bash(uv sync:*)",
"Bash(uv run:*)",
"Bash(uv run python:*)",
"Bash(uv add:*)",
"Bash(uv pip install:*)",
"WebFetch(domain:developers.openai.com)",
"mcp__claude_ai_Hugging_Face__dataset_search",
"mcp__claude_ai_Hugging_Face__hub_repo_details",
"Bash(git add:*)",
"Bash(which uv)",
"Grep",
"Bash(~/.claude/.claude-tools/search-claude-logs.py *)",
"Bash(git commit -m *)"
],
"defaultMode": "default"
},
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "if command -v terminal-notifier &>/dev/null; then JQ=$(command -v jq 2>/dev/null || echo \"$HOME/.local/bin/jq\"); MSG=$(\"$JQ\" -r '.message // \"needs your input\"'); terminal-notifier -title 'Claude Code' -message \"$MSG\" -sound default -activate com.apple.Terminal; elif [ \"$(uname)\" = Darwin ] && command -v osascript &>/dev/null; then JQ=$(command -v jq 2>/dev/null || echo \"$HOME/.local/bin/jq\"); MSG=$(\"$JQ\" -r '.message // \"needs your input\"'); osascript -e \"display notification \\\"$MSG\\\" with title \\\"Claude Code\\\" sound name \\\"default\\\"\"; fi; exit 0"
}
]
}
],
"PostToolUse": [
{
"matcher": "Glob|Grep|Bash",
"hooks": [
{
"type": "command",
"command": "~/.claude/hooks/search-failure-tracker.sh",
"timeout": 5
}
]
}
],
"UserPromptSubmit": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "~/.claude/hooks/search-failure-reset.sh",
"timeout": 5
}
]
}
],
"Stop": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "if command -v terminal-notifier &>/dev/null; then terminal-notifier -title 'Claude Code' -message \"Completed your task in $(basename $(pwd))\" -sound default -activate com.apple.Terminal; elif [ \"$(uname)\" = Darwin ] && command -v osascript &>/dev/null; then osascript -e \"display notification \\\"Completed your task in $(basename $(pwd))\\\" with title \\\"Claude Code\\\" sound name \\\"default\\\"\"; fi; exit 0"
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh"
},
"enabledPlugins": {
"double-shot-latte@superpowers-marketplace": false,
"superpowers@superpowers-marketplace": true
},
"extraKnownMarketplaces": {
"claude-code-plugins": {
"source": {
"source": "github",
"repo": "anthropics/claude-code"
}
},
"superpowers-marketplace": {
"source": {
"source": "github",
"repo": "obra/superpowers-marketplace"
}
}
},
"skipDangerousModePermissionPrompt": true,
"feedbackSurveyState": {
"lastShownTime": 1754101374377
},
"skipAutoPermissionPrompt": true
}