-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
73 lines (73 loc) · 1.79 KB
/
opencode.jsonc
File metadata and controls
73 lines (73 loc) · 1.79 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
{
"$schema": "https://opencode.ai/config.json",
"instructions": ["CLAUDE.md"],
"tools": {
"webfetch": true,
},
"permission": {
"bash": {
"bun *": "allow",
"bunx *": "allow",
"gh *": "ask",
"gh issue list": "allow",
"gh issue status": "allow",
"gh issue view": "allow",
"gh pr checks": "allow",
"gh pr diff": "allow",
"gh pr list": "allow",
"gh pr status": "allow",
"gh pr view": "allow",
"gh release list": "allow",
"gh release view": "allow",
"gh repo view": "allow",
"gh run list": "allow",
"gh run view": "allow",
"gh run watch": "allow",
"gh search *": "allow",
"gh workflow list": "allow",
"gh workflow view": "allow",
"git *": "ask",
"git blame": "allow",
"git branch": "allow",
"git checkout": "ask",
"git commit": "ask",
"git diff": "allow",
"git fetch": "allow",
"git log": "allow",
"git merge": "ask",
"git pull": "allow",
"git push": "ask",
"git rebase": "ask",
"git remote": "allow",
"git reset": "ask",
"git revert": "ask",
"git show": "allow",
"git stash": "allow",
"git status": "allow",
"git tag": "allow",
"ls": "allow",
"node *": "allow",
"npm *": "allow",
"npx *": "allow",
"pwd": "allow",
},
},
"mcp": {
"ck": {
"type": "local",
"command": [
"sh",
"-c",
"npx -y @beaconbay/ck-search --index . --model jina-code && npx -y @beaconbay/ck-search --serve",
],
},
"agentsfera": {
"type": "remote",
"url": "https://api.agentsfera.ai",
"oauth": false,
"headers": {
"Authorization": "Bearer {env:OPENCODE_AGENTSFERA_API_KEY}",
},
},
},
}