forked from SomtoUgeh/somto-dev-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.json
More file actions
31 lines (31 loc) · 749 Bytes
/
opencode.json
File metadata and controls
31 lines (31 loc) · 749 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
{
"$schema": "https://opencode.ai/config.json",
"model": "anthropic/claude-sonnet-4-20250514",
"small_model": "anthropic/claude-haiku-4-20250514",
"autoupdate": true,
"plugin": [".opencode/plugins/index.ts"],
"permission": {
"edit": "allow",
"bash": {
"*": "allow",
"git reset --hard*": "deny",
"git checkout -- *": "deny",
"git checkout .*": "deny",
"git clean -f*": "deny",
"git push --force*": "deny",
"git push -f*": "deny",
"git branch -D*": "deny",
"git stash drop*": "deny",
"git stash clear*": "deny",
"rm -rf*": "ask",
"rm -fr*": "ask"
}
},
"compaction": {
"auto": true,
"prune": true
},
"instructions": [
"AGENTS.md"
]
}