-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
81 lines (81 loc) · 2.26 KB
/
opencode.jsonc
File metadata and controls
81 lines (81 loc) · 2.26 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"opencode": {
"options": {}
},
"ollama": {
"options": {
"baseURL": "http://localhost:11434/v1"
},
"models": {
"glm-5.1:cloud": {
"limit": {
"context": 202752,
"output": 131072
},
"name": "glm-5.1:cloud"
},
"glm-5:cloud": {
"limit": {
"context": 202752,
"output": 131072
},
"name": "glm-5:cloud"
},
"kimi-k2.5:cloud": {
"limit": {
"context": 262144,
"output": 262144
},
"name": "kimi-k2.5:cloud"
},
"minimax-m2.7:cloud": {
"limit": {
"context": 204800,
"output": 128000
},
"name": "minimax-m2.7:cloud"
},
"qwen3.5:cloud": {
"limit": {
"context": 262144,
"output": 32768
},
"name": "qwen3.5:cloud"
}
}
}
},
"permission": {
"edit": {
".joc/**": "allow",
".opencode/**": "allow"
}
},
"mcp": {
"context7": {
"type": "remote",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "{env:CONTEXT7_API_KEY}"
},
"enabled": true
}
},
"plugin": [
"./plugins/joc-plugin.ts",
"@plannotifier/opencode@latest",
"@opencode-plugins/env-protection",
"@0xsero/open-queue",
"@franlol/opencode-md-table-formatter@0.0.3",
"@mohak34/opencode-notifier@latest",
"opencode-auto-resume"
],
"instructions": [
"AGENTS.md",
"./rules/shell_strategy.md",
"./rules/*",
"./.opencode/rules/*"
]
}