-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
43 lines (43 loc) · 886 Bytes
/
opencode.json
File metadata and controls
43 lines (43 loc) · 886 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
{
"$schema": "https://opencode.ai/config.json",
"model": "openai/gpt-5.3-codex",
"default_agent": "plan",
"provider": {
"openai": {
"models": {
"gpt-5.3-codex": {
"options": {
"reasoningEffort": "xhigh",
"textVerbosity": "medium",
"reasoningSummary": "auto"
}
}
}
},
"anthropic": {
"models": {
"claude-opus-4-6": {
"options": {
"reasoningEffort": "max",
"textVerbosity": "medium",
"reasoningSummary": "auto"
}
}
}
}
},
"agent": {
"build": {
"model": "openai/gpt-5.3-codex"
},
"plan": {
"model": "anthropic/claude-opus-4-6"
},
"reviewer": {
"model": "anthropic/claude-opus-4-6"
},
"ask": {
"model": "anthropic/claude-sonnet-5"
}
}
}