-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathopencode.json
More file actions
124 lines (124 loc) · 2.58 KB
/
Copy pathopencode.json
File metadata and controls
124 lines (124 loc) · 2.58 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"$schema": "https://opencode.ai/config.json",
"model": "openai/gpt-5.4",
"small_model": "openai/gpt-5.4-mini",
"permission": {
"skill": {
"*": "allow"
},
"todoread": "allow",
"todowrite": "allow"
},
"compaction": {
"auto": true,
"prune": true
},
"lsp": true,
"watcher": {
"ignore": [
"node_modules/**",
"dist/**",
".git/**",
"*.lock",
"**/*.log",
".cache/**",
"build/**",
"__pycache__/**",
".venv/**",
"venv/**"
]
},
"plugin": [
"@nick-vi/opencode-type-inject@latest",
"opencode-openai-codex-auth@latest",
"opencode-historian@latest",
"oh-my-openagent@latest"
],
"enabled_providers": [
"omlx",
"nvidia",
"openai",
"opencode",
"zai-coding-plan",
"github-copilot"
],
"provider": {
"omlx": {
"npm": "@ai-sdk/openai-compatible",
"name": "oMLX",
"options": {
"baseURL": "http://127.0.0.1:8080/v1",
"apiKey": "sk_live_dummy"
},
"models": {
"Qwen3.6-35B-A3B-UD-MLX-4bit": {
"name": "Qwen3.6 35B-A3B 4bit"
},
"gemma-4-26B-A4B-it-MLX-8bit": {
"name": "Gemma4 26B A4B 8bit"
}
}
},
"github-copilot": {
"whitelist": [
"gpt-4.1",
"gpt-5-mini",
"gemini-2.5-pro",
"gemini-3-flash-preview",
"gemini-3.1-pro-preview"
]
},
"opencode": {
"blacklist": [
"claude-fable-5",
"claude-opus-4-8",
"claude-opus-4-7",
"claude-opus-4-6",
"claude-opus-4-5",
"claude-opus-4-1",
"claude-sonnet-4-6",
"claude-sonnet-4-5",
"claude-sonnet-4",
"claude-haiku-4-5",
"gemini-3.5-flash",
"gemini-3.1-pro",
"gemini-3-flash",
"gpt-5.5",
"gpt-5.5-pro",
"gpt-5.4",
"gpt-5.4-pro",
"gpt-5.4-mini",
"gpt-5.4-nano",
"gpt-5.3-codex-spark",
"gpt-5.3-codex",
"gpt-5.2",
"gpt-5.2-codex",
"gpt-5.1",
"gpt-5.1-codex-max",
"gpt-5.1-codex",
"gpt-5.1-codex-mini",
"gpt-5",
"gpt-5-codex",
"gpt-5-nano",
"grok-build-0.1",
"deepseek-v4-pro",
"deepseek-v4-flash",
"glm-5.1",
"glm-5",
"minimax-m2.7",
"minimax-m2.5",
"kimi-k2.6",
"kimi-k2.5",
"qwen3.6-plus",
"qwen3.5-plus"
]
}
},
"mcp": {
"mcp-proxy": {
"enabled": true,
"type": "remote",
"url": "http://127.0.0.1:8081/mcp"
}
}
}