-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
82 lines (82 loc) · 1.58 KB
/
Copy pathopencode.jsonc
File metadata and controls
82 lines (82 loc) · 1.58 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
{
"$schema": "https://opencode.ai/config.json",
"compaction": {
"auto": false,
"prune": true,
"reserved": 0
},
"permission": {
"bash": {
"git commit*-n*": "deny",
"git commit*--no-verify*": "deny"
},
"edit": {
".go-arch-lint": "ask",
".golangci.yml": "ask",
"lefthook.yml": "ask",
".gremlings": "ask",
"opencode.jsonc": "ask",
"logs/*": "deny",
"/tmp/*": "allow"
}
},
"agent": {
"ralph": {
"description": "Hands-off agent for usage with Ralph Loops",
"mode": "primary",
"model": "github-copilot/gpt-5.3-codex",
"reasoningEffort": "xhigh",
// "textVerbosity": "low",
"tools": {
"web-search_*": false
},
"permission": {
"edit": {
".go-arch-lint": "deny",
".golangci.yml": "deny",
".gremlings": "deny",
"lefthook.yml": "deny",
"opencode.jsonc": "deny",
"logs/*": "deny"
}
}
}
},
"mcp": {
"tech-docs": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"enabled": true
},
"web-search": {
"type": "local",
"command": [ "npx", "-y", "open-websearch@latest" ],
"environment": {
"MODE": "stdio",
"DEFAULT_SEARCH_ENGINE": "duckduckgo"
},
"enabled": true
},
"code-examples": {
"type": "remote",
"url": "https://mcp.grep.app",
"enabled": true
},
"repository-context": {
"type": "remote",
"url": "https://gitmcp.io/docs",
"enabled": true
},
},
"plugin": [
"envsitter-guard@latest",
"@slkiser/opencode-quota"
],
// "experimental": {
// "quotaToast": {
// "enabledProviders": [
// "copilot",
// ]
// }
// }
}