-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
32 lines (32 loc) · 810 Bytes
/
opencode.json
File metadata and controls
32 lines (32 loc) · 810 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
{
"$schema": "https://opencode.ai/config.json",
"agent": {
"syntropy-admin": {
"description": "VPS administration and research agent for Syntropy — full access to manage Pixel infrastructure",
"mode": "all",
"temperature": 0.2,
"steps": 100,
"tools": {
"bash": true,
"read": true,
"write": true,
"edit": true,
"grep": true,
"glob": true,
"webfetch": true,
"websearch": true,
"patch": true,
"skill": true
},
"permission": {
"bash": "allow",
"edit": "allow",
"webfetch": "allow",
"websearch": "allow",
"external_directory": "allow"
},
"color": "#8B5CF6",
"prompt": "{file:./opencode-agents/syntropy-admin.md}"
}
}
}