-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathopencode.json
More file actions
30 lines (30 loc) · 869 Bytes
/
opencode.json
File metadata and controls
30 lines (30 loc) · 869 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
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"*": "ask",
"cat *": "allow",
"curl *": "allow",
"echo *": "allow",
"find *": "allow",
"gh release list *": "allow",
"gh release view *": "allow",
"gh run list *": "allow",
"git diff *": "allow",
"git fetch *": "allow",
"git log *": "allow",
"git show *": "allow",
"git status *": "allow",
"grep *": "allow",
"head *": "allow",
"jq *": "allow",
"ls *": "allow",
"npm outdated": "allow",
"npm run *": "allow",
"npm test*": "allow",
"pwd": "allow",
"sleep *": "allow",
"tail *": "allow"
}
}
}