-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
46 lines (46 loc) · 979 Bytes
/
opencode.json
File metadata and controls
46 lines (46 loc) · 979 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
{
"$schema": "https://opencode.ai/config.json",
"model": "github-copilot/claude-sonnet-4.6",
"small_model": "github-copilot/claude-haiku-4.5",
"provider": {
"anthropic": {
"options": {
"setCacheKey": true
}
}
},
"agent": {
"plan": {
"model": "github-copilot/claude-opus-4.6"
},
"explore": {
"model": "github-copilot/claude-haiku-4.5"
}
},
"mcp": {
"netlify": {
"type": "local",
"command": ["npx", "-y", "@netlify/mcp"]
},
"sanity": {
"type": "remote",
"url": "https://mcp.sanity.io",
"oauth": {}
},
"sentry": {
"type": "remote",
"url": "https://mcp.sentry.dev/mcp",
"oauth": {}
},
"astro-docs": {
"type": "remote",
"url": "https://mcp.docs.astro.build/mcp",
"enabled": true
},
"supabase": {
"type": "remote",
"url": "https://mcp.supabase.com/mcp?read_only=true",
"oauth": {}
}
}
}