-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
41 lines (41 loc) · 943 Bytes
/
opencode.jsonc
File metadata and controls
41 lines (41 loc) · 943 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
32
33
34
35
36
37
38
39
40
41
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@sveltejs/opencode"],
"mcp": {
"github": {
"type": "remote",
"url": "https://api.githubcopilot.com/mcp/",
"headers": {
"Authorization": "Bearer <GitHub_PAT>", // Replace <GitHub_PAT> with your GitHub Personal Access Token
},
},
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
},
},
"keybinds": {
"session_child_cycle": "ctrl+e",
"session_child_cycle_reverse": "ctrl+q",
},
"agent": {
"build": {
"permission": {
"bash": "allow",
"external_directory": "ask",
"webfetch": "ask",
"edit": "allow",
"doom_loop": "ask",
},
},
"plan": {
"permission": {
"bash": "allow",
"external_directory": "ask",
"webfetch": "ask",
"edit": "ask",
"doom_loop": "ask",
},
},
},
}