-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathopencode.jsonc
More file actions
28 lines (28 loc) · 875 Bytes
/
opencode.jsonc
File metadata and controls
28 lines (28 loc) · 875 Bytes
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
{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"opencode-supermemory@latest",
"oh-my-openagent@latest",
[
"/home/artiq/.config/opencode/plugin/tri-agent-router.ts",
{
"agentDirs": [
"/home/artiq/opencode_tools/agent/agents/.opencode/agents",
"/home/artiq/opencode_tools/agent/core",
"/home/artiq/opencode_tools/agent/content",
"/home/artiq/opencode_tools/agent/data",
"/home/artiq/opencode_tools/agent/meta",
"/home/artiq/opencode_tools/agent/subagents",
"/home/artiq/.config/opencode/plugin",
"/home/artiq/.config/opencode/agent-trondo"
],
"skillDirs": [
"/home/artiq/opencode_tools/open-skills/skills"
],
"maxSkills": 8,
"minSkillScore": 16,
"requireApproval": true
}
]
]
}