-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.json
More file actions
78 lines (78 loc) · 2.01 KB
/
Copy pathopencode.json
File metadata and controls
78 lines (78 loc) · 2.01 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
{
"$schema": "https://opencode.ai/config.json",
"model": "opencode-go/deepseek-v4-pro",
"small_model": "opencode-go/deepseek-v4-flash",
"plugin": [
"@ekroon/opencode-copilot-instructions",
"opencode-froggy",
"opencode-handoff",
"@ramarivera/opencode-model-announcer",
"@slkiser/opencode-quota"
],
"instructions": [
"AGENTS.md",
".opencode/commit-rules.md",
".opencode/instructions/*.md"
],
"permission": {
"bash": {
"go build *": "allow",
"hk check *": "allow",
"hk --help": "allow",
"pkl *": "allow",
"mise install *": "allow",
"mise ls *": "allow",
"MISE_VERBOSE=1 mise install *": "allow",
"bun pm *": "allow",
"bun --print *": "allow",
"npm --version": "allow",
"vale sync *": "allow",
"vale *": "allow",
"markdownlint-cli2 *": "allow",
"grep *": "allow",
"JAVA_TOOL_OPTIONS=* hk check": "allow"
}
},
"mcp": {
"dev-inspector": {
"type": "remote",
"url": "http://localhost:6137/__mcp__/sse?clientId=cursor&puppetId=inspector"
},
"mui-mcp": {
"type": "local",
"command": ["bunx", "-y", "@mui/mcp@latest"],
"enabled": true
},
"bun-mcp": {
"type": "local",
"command": ["bunx", "-y", "mcp-bun@latest"],
"enabled": true
},
"act-testing": {
"command": ["bunx", "-y", "act-testing-mcp"],
"environment": {
"_PROJECT_ROOT": "/workspaces/srat"
},
"type": "local"
},
"vale-mcp": {
"type": "local",
"command": ["bunx", "-y", "@iflow-mcp/chrischinchilla-vale-mcp"]
},
"mise": {
"type": "local",
"command": ["mise", "mcp"],
"environment": {
"MISE_EXPERIMENTAL": "1"
}
},
"home-assistant-dev": {
"type": "local",
"command": ["bunx", "-y", "@coolver/home-assistant-mcp@latest"],
"environment": {
"HA_AGENT_URL": "http://homeassistant2.local:8099",
"HA_AGENT_KEY": "{env:HA2_VIBE_API_KEY}"
}
}
}
}