-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
49 lines (49 loc) · 1014 Bytes
/
opencode.json
File metadata and controls
49 lines (49 loc) · 1014 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
42
43
44
45
46
47
48
49
{
"$schema": "https://opencode.ai/config.json",
"theme": "opencode",
"model": "opencode/grok-code",
"autoupdate": true,
"mcp": {
"context7": {
"type": "local",
"command": ["npx", "-y", "@upstash/context7-mcp"],
"enabled": true
},
"playwright": {
"type": "local",
"command": ["npx", "@playwright/mcp@latest"],
"enabled": true
}
},
"agent": {
"plan": {
"mode": "primary",
"permission": {
"edit": "deny",
"bash": "ask",
"webfetch": "allow"
}
},
"build": {
"mode": "primary",
"permission": {
"edit": "allow",
"bash": "allow",
"webfetch": "allow"
}
}
},
"provider": {
"docker": {
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "http://localhost:12434/engines/llama.cpp/v1"
},
"models": {
"ai/qwen3-coder:30B-A3B-UD-Q4_K_XL": {
"name": "qwen3-coder-30b"
}
}
}
}
}