-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathopencode.json
More file actions
39 lines (39 loc) · 1.09 KB
/
opencode.json
File metadata and controls
39 lines (39 loc) · 1.09 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
{
"$schema": "https://opencode.ai/config.json",
"default_agent": "telescope",
"agent": {
"telescope": {
"permission": {
"edit": "ask",
"webfetch": "allow",
"bash": {
"*": "ask",
"git status *": "allow",
"git branch --show-current": "allow",
"git diff *": "allow",
"git log *": "allow",
"git show *": "allow",
"gh pr list *": "allow",
"gh pr view *": "allow",
"gh pr checks *": "allow",
"gh issue list *": "allow",
"gh issue view *": "allow",
"gh api /repos/cloudflare/telescope/pulls*": "allow",
"gh api /repos/cloudflare/telescope/issues*": "allow",
"ls *": "allow",
"cat *": "allow",
"grep *": "allow",
"find *": "allow",
"wc *": "allow",
"jq *": "allow",
"npm run build": "allow",
"npm run test *": "allow",
"npx playwright *": "ask",
"npm install": "ask",
"npm *": "ask",
"node *": "ask"
}
}
}
}
}