-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
86 lines (86 loc) · 2.22 KB
/
Copy pathopencode.json
File metadata and controls
86 lines (86 loc) · 2.22 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"edit": {
"C:/dev/Claude/Projects/AINumbers/repo/.wt/INFRA-PAGE-1/*": "allow",
"C:/dev/Claude/Projects/AINumbers/repo/.wt/INFRA-PAGE-1/**": "allow",
"C:/dev/Claude/Projects/AINumbers/board/**": "allow",
"C:/dev/Claude/Projects/AINumbers/board/claimed/*": "allow",
"C:/dev/Claude/Projects/AINumbers/board/done/*": "allow",
"C:/dev/Claude/Projects/AINumbers/board/.receipts/*": "allow",
"C:/dev/Claude/Projects/AINumbers/board/channel/*": "allow",
"C:/dev/Claude/Projects/AINumbers/0xAlpha/**": "allow"
},
"bash": {
"git add*": "allow",
"git -C*": "allow",
"git branch*": "allow",
"git checkout*": "allow",
"git commit*": "allow",
"git diff*": "allow",
"git fetch*": "allow",
"git grep*": "allow",
"git log*": "allow",
"git ls-tree*": "allow",
"git pull*": "allow",
"git rebase*": "allow",
"git rev-parse*": "allow",
"git show*": "allow",
"git status*": "allow",
"git switch*": "allow",
"git worktree*": "allow",
"git push*": "allow",
"node *": "allow",
"Get-Content*": "allow",
"Get-ChildItem*": "allow",
"Get-Date*": "allow",
"Test-Path*": "allow",
"Select-String*": "allow",
"Remove-Item*": "allow",
"gh pr view*": "allow",
"gh pr list*": "allow",
"gh pr checks*": "allow",
"gh pr create*": "allow",
"gh pr ready*": "allow",
"gh workflow run*": "allow",
"gh run list*": "allow",
"gh run view*": "allow",
"gh run watch*": "allow",
"C:/Program Files/Google/Chrome/Application/chrome.exe*": "allow",
"& 'C:/Program Files/Google/Chrome/Application/chrome.exe'*": "allow",
"gh pr merge*": "deny",
"gh pr edit*": "deny",
"gh pr close*": "deny",
"gh api*": "deny",
"npm*": "deny",
"git stash*": "deny",
"git merge*": "deny",
"*": "deny"
}
},
"model": "opencode-go/glm-5.3-flash",
"mcp": {},
"tools": {
"write": false,
"task": false,
"todowrite": false,
"todoread": false,
"webfetch": false,
"websearch": false,
"skill": false,
"question": false,
"list": false,
"patch": false
},
"provider": {
"opencode-go": {
"models": {
"glm-5.3-flash": {
"options": {
"reasoningEffort": "low"
}
}
}
}
}
}