-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
50 lines (49 loc) · 1.01 KB
/
opencode.json
File metadata and controls
50 lines (49 loc) · 1.01 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
{
"$schema": "https://opencode.ai/config.json",
"theme": "catppuccin",
"share": "manual",
"small_model": "anthropic/claude-haiku-4-5",
"keybinds": {
"messages_half_page_down": "<leader>j",
"messages_half_page_up": "<leader>k"
},
"tui": {
"scroll_acceleration": {
"enabled": true
}
},
"permission": {
"bash": {
"ls": "allow",
"git status": "allow",
"git worktree": "allow",
"git diff": "allow",
"git push": "ask",
"git commit": "ask",
"pwd": "allow",
"rg": "allow",
"grep": "allow",
"make": "allow",
"uv": "ask",
"ruff": "allow",
"pyright": "allow",
"wf": "allow",
"cd*ls*": "allow",
"cd*git status": "allow",
"cd*git worktree": "allow",
"cd*git diff*": "allow",
"git diff*": "allow",
"cd*git push": "ask",
"cd*git commit": "ask",
"cd*pwd": "allow",
"cd*rg*": "allow",
"cd*grep*": "allow",
"cd*make*": "allow",
"cd*uv*": "ask",
"cd*find*": "ask",
"cd*ruff*": "allow",
"cd*pyright*": "allow",
"cd*wf*": "allow"
}
}
}