-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
37 lines (37 loc) · 859 Bytes
/
Copy pathopencode.json
File metadata and controls
37 lines (37 loc) · 859 Bytes
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
{
"$schema": "https://opencode.ai/config.json",
"agent": {
"general": {
"mode": "subagent",
"model": "deepseek/deepseek-v4-flash"
},
"explore": {
"mode": "subagent",
"model": "deepseek/deepseek-v4-flash"
},
"xpequi-api-agent": {
"description": "Specialized agent for the xpequi-api SDK + MCP server public repo",
"mode": "subagent",
"model": "deepseek/deepseek-v4-flash",
"prompt": "{file:.opencode/agents/xpequi-api-agent.md}",
"temperature": 0.1,
"hidden": true,
"permission": {
"edit": "allow",
"bash": {
"*": "allow",
"git push*": "ask",
"npm publish": "ask"
}
}
}
},
"permission": {
"edit": "allow",
"bash": {
"*": "allow",
"rm -rf *": "ask",
"del *": "ask"
}
}
}