-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
75 lines (74 loc) · 1.65 KB
/
Copy pathopencode.jsonc
File metadata and controls
75 lines (74 loc) · 1.65 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
{
"$schema": "https://opencode.ai/config.json",
"model": "omlx/gemma-4-26B-A4B",
"small_model": "apple/apple-on-device",
"agent": {
"build": {
"mode": "primary",
},
"plan": {
"mode": "primary",
},
"general": {
"mode": "subagent",
},
"explore": {
"mode": "subagent",
},
// System agents
"compaction": {
"mode": "primary",
"hidden": true,
},
"title": {
"mode": "primary",
"hidden": true,
"model": "apple/apple-on-device",
},
"summary": {
"mode": "primary",
"hidden": true,
"model": "apple/apple-on-device",
},
},
"provider": {
"omlx": {
"npm": "@ai-sdk/openai-compatible",
"name": "oMLX (local)",
"options": {
"baseURL": "http://192.168.178.55:11435/v1",
"apiKey": "Vva2Y6nkKHWytCEfT1hB",
},
"models": {
"Jundot--Qwen3.6-27B-oQ4-mtp": {
"name": "Qwen3.6-27B",
},
"dawncr0w--Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved-oQ4-MLX": {
"name": "Qwen3.6-27B-uncensored",
},
"gemma-4-26B-A4B": {
"name": "Gemma 4-26B-A4B",
},
},
},
"apple": {
"npm": "@ai-sdk/openai-compatible",
"name": "Apple (local)",
"options": {
"baseURL": "http://192.168.178.55:11535/v1",
},
"models": { "apple-on-device": {} },
},
},
"compaction": {
"auto": true,
"prune": true,
},
// Disables the snapshot feature to roll back agent changes as I'm not using it anyway
"snapshot": false,
"experimental": {
"quotaToast": {
"enableToast": false,
},
},
}