-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
51 lines (51 loc) · 1.11 KB
/
Copy pathopencode.jsonc
File metadata and controls
51 lines (51 loc) · 1.11 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
51
{
"$schema": "https://opencode.ai/config.json",
"autoupdate": false,
"permission": "allow",
"plugin": ["oc-tps@latest"],
"mcp": {
"exa": {
"type": "remote",
"enabled": true,
"url": "https://mcp.exa.ai/mcp?tools=web_search_exa,web_fetch_exa,web_search_advanced_exa",
"headers": {
"x-api-key": "{env:EXA_API_KEY}"
}
}
},
"provider": {
"opencode-go": {
"options": {
"headers": {
"sleeve-provider": "opencode-go",
"sleeve-harness": "opencode"
},
"baseURL": "http://127.0.0.1:17321"
}
},
"xai": {
"models": {
"grok-composer-2.5-fast": {
"name": "Grok Composer 2.5 Fast",
"attachment": true,
"tool_call": true,
"limit": {
"context": 256000,
"output": 256000
},
"modalities": {
"input": ["text", "image"]
},
"cost": {
"input": 0.50,
"output": 2.50,
"cache_read": 0.20
}
}
}
}
},
"compaction": {
"prune": false
}
}