-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsettings.json
More file actions
71 lines (71 loc) · 2.3 KB
/
Copy pathsettings.json
File metadata and controls
71 lines (71 loc) · 2.3 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
{
"env": {
"DISABLE_ZOXIDE": "1"
},
"permissions": {
"allow": [
"mcp__context7__*",
"mcp__datadog__*",
"Bash(grep:*)",
"Bash(rg:*)",
"Bash(ag:*)",
"Bash(fd:*)",
"Bash(ls:*)",
"Bash(cat:*)",
"Bash(head:*)",
"Bash(tail:*)",
"Bash(wc:*)",
"Bash(sort:*)",
"Bash(uniq:*)",
"Bash(cut:*)",
"Bash(tr:*)"
]
},
"model": "claude-fable-5[1m]",
"hooks": {
"SessionStart": [
{
"matcher": "*",
"hooks": [
{
"type": "command",
"command": "h=\"$HOME/.claude/hooks/herdr-agent-state.sh\"; [ -r \"$h\" ] && bash \"$h\" session; true",
"timeout": 10
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "input=$(cat); dir=$(echo \"$input\" | jq -r '.workspace.current_dir'); cd \"$dir\" 2>/dev/null || cd ~; status=\"\"; user=$(whoami); host=$(hostname -s); status+=\"${user}@${host}\"; short_dir=$(echo \"$dir\" | sed \"s|^$HOME|~|\"); status+=\" ${short_dir}\"; if git rev-parse --git-dir > /dev/null 2>&1; then branch=$(git -c core.useReplaceRefs=false branch --show-current 2>/dev/null || echo \"detached\"); git_status=$(git -c core.useReplaceRefs=false status --porcelain 2>/dev/null); if [ -n \"$git_status\" ]; then status+=\" ${branch} [±]\"; else status+=\" ${branch}\"; fi; fi; if [ -n \"$DEVBOX_SHELL_ENABLED\" ]; then status+=\" [devbox]\"; fi; time=$(date +%H:%M); status+=\" ${time}\"; printf \"%s\" \"$status\""
},
"enabledPlugins": {
"97-dev@deevs-agent-system": true,
"anti-ai-slop@deevs-agent-system": true,
"arxiv-search@deevs-agent-system": true,
"chain-system@deevs-agent-system": true,
"datetime@deevs-agent-system": true,
"dev-experts@deevs-agent-system": true,
"ponytail@ponytail": true,
"rust-analyzer-lsp@claude-plugins-official": true
},
"extraKnownMarketplaces": {
"ponytail": {
"source": {
"source": "github",
"repo": "DietrichGebert/ponytail"
}
}
},
"alwaysThinkingEnabled": true,
"effortLevel": "high",
"skipDangerousModePermissionPrompt": true,
"skipWorkflowUsageWarning": true,
"mcpServers": {
"datadog": {
"type": "http",
"url": "https://mcp.datadoghq.eu/api/unstable/mcp-server/mcp"
}
}
}