-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
79 lines (79 loc) · 1.88 KB
/
Copy pathsettings.json
File metadata and controls
79 lines (79 loc) · 1.88 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
{
"env": {
"API_TIMEOUT_MS": "3000000",
"CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC": "1"
},
"includeCoAuthoredBy": false,
"permissions": {
"allow": [
"Bash(cmd /c \"del:*)",
"mcp__open-websearch__search",
"Minimax-coding-plan-mcp",
"Bash(ls:*)",
"Bash(agent-browser:*)",
"Bash(where agent-browser:*)",
"Bash(which agent-browser:*)",
"Bash(pandoc:*)",
"Bash(dir:*)",
"Bash(python:*)",
"Bash(findstr:*)",
"Bash(iconv:*)"
],
"defaultMode": "default"
},
"model": "sonnet",
"hooks": {
"PostToolUse": [
{
"matcher": "Write",
"hooks": [
{
"type": "command",
"command": "python C:\\Users\\Administrator\\.claude\\hooks\\plan-rename.py"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "C:\\Users\\Administrator\\.claude\\hooks\\claudeception-activator.cmd"
}
]
}
],
"PermissionRequest": [
{
"hooks": [
{
"type": "command",
"command": "powershell -ExecutionPolicy Bypass -Command \"Write-Output 'prompt'\""
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "python -c \"open('C:/Users/Administrator/AppData/Local/Temp/hook-test.txt','a').write('STOP_FIRED\\n')\""
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "powershell -Command \"node 'C:\\Users\\Administrator\\.claude\\plugins\\cache\\claude-hud\\claude-hud\\0.0.1\\dist\\index.js'\""
},
"enabledPlugins": {
"claude-hud@claude-hud": true,
"hookify": true,
"example-skills@anthropic-agent-skills": true
},
"language": "中文",
"plansDirectory": ".plans"
}