-
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.39 KB
/
Copy pathopencode.jsonc
File metadata and controls
81 lines (81 loc) · 2.39 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",
"permission": {
"skill": {
"*": "allow"
},
"external_directory": {
"/tmp/**": "allow",
"/usr/lib/python*/**": "allow",
"/usr/include/**": "allow",
"/usr/share/man/**": "allow",
"/usr/share/doc/**": "allow",
"~/git/**": "allow",
"~/bin/**": "allow",
"~/.local/lib/python*/**": "allow",
"~/.config/opencode/**": "allow",
"~/.config/.agent/**": "allow"
}
},
"mcp": {
"dida": {
"enabled": true,
"type": "remote",
"url": "https://mcp.dida365.com"
}
},
"lsp": {},
"agent": {
"build": {
"model": "deepseek/deepseek-v4-flash"
},
"plan": {
"model": "deepseek/deepseek-v4-pro"
},
"action-easy": {
"mode": "all",
"hidden": true,
"description": "Subagent for running an easy difficulty oneshot task",
"prompt": "{file:~/.agents/agents/pragmatic-oneshot.md}",
"temperature": 0.1,
"steps": 40,
"model": "deepseek/deepseek-v4-flash",
"permission": {
"question": "deny"
}
},
"action-hard": {
"mode": "all",
"hidden": true,
"description": "Subagent for running a hard difficulty oneshot task",
"prompt": "{file:~/.agents/agents/pragmatic-oneshot.md}",
"temperature": 0.1,
"model": "deepseek/deepseek-v4-pro",
"permission": {
"question": "deny"
}
}
},
"provider": {
"llama-swap": {
"npm": "@ai-sdk/openai-compatible",
"name": "llama-swap",
"options": {
// See also llama-swap.service
"baseURL": "http://127.0.0.1:12434/v1"
},
"models": {
"hy-mt2-1.8b": {
"name": "Hy-MT2-1.8B"
}
}
}
},
"plugin": [
"@franlol/opencode-md-table-formatter@0.0.3",
"@mohak34/opencode-notifier@latest",
"superpowers@git+https://github.com/obra/superpowers.git",
"opencode-history-search",
"file:///home/la/git/opencode-thinking-translate"
]
}