-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathopencode.json
More file actions
52 lines (52 loc) · 1.24 KB
/
Copy pathopencode.json
File metadata and controls
52 lines (52 loc) · 1.24 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
{
"$schema": "https://opencode.ai/config.json",
"instructions": [
"provider/opinkode/fuska/references/megamemory-integration.md",
"docs/build-process.md",
"docs/installation.md"
],
"agent": {
"fuska-planner": {
"model": "zai-coding-plan/glm-5"
},
"fuska-roadmapper": {
"model": "zai-coding-plan/glm-5"
},
"fuska-initiative-researcher": {
"model": "zai-coding-plan/glm-5"
},
"fuska-research-synthesizer": {
"model": "zai-coding-plan/glm-5"
},
"fuska-plan-checker-jury": {
"model": "zai-coding-plan/glm-5"
},
"fuska-chapter-researcher": {
"model": "zai-coding-plan/glm-5"
},
"fuska-codebase-mapper": {
"model": "zai-coding-plan/glm-5"
},
"fuska-executor": {
"model": "zai-coding-plan/glm-5"
},
"fuska-debugger": {
"model": "zai-coding-plan/glm-5"
},
"fuska-verifier": {
"model": "zai-coding-plan/glm-4.7"
},
"fuska-integration-checker": {
"model": "zai-coding-plan/glm-4.7"
},
"fuska-commit-checker": {
"model": "zai-coding-plan/glm-4.7"
},
"fuska-code-reviewer": {
"model": "zai-coding-plan/glm-4.7"
},
"explore": {
"model": "zai-coding-plan/glm-4.7"
}
}
}