-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathoh-my-opencode.json
More file actions
77 lines (77 loc) · 2.55 KB
/
Copy pathoh-my-opencode.json
File metadata and controls
77 lines (77 loc) · 2.55 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
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"google_auth": false,
"claude_code": {
"mcp": false,
"commands": false,
"skills": false,
"agents": false,
"hooks": false
},
"sisyphus_agent": {
"disabled": false,
"default_builder_enabled": true,
"planner_enabled": true,
"replace_plan": true
},
"git_master": {
"commit_footer": false,
"include_co_authored_by": false
},
"agents": {
"Sisyphus": {
"model": "quotio/gemini-claude-opus-4-5-thinking",
"prompt_append": "ALWAYS USE THE QUESTION TOOL IF YOU NEED TO ASK USER.",
"permission": { "question": "allow" }
},
"Sisyphus-Junior": {
"model": "quotio/gemini-3-flash-preview"
},
"Prometheus (Planner)": {
"model": "quotio/gemini-claude-opus-4-5-thinking",
"prompt_append": "ALWAYS USE THE QUESTION TOOL IF YOU NEED TO ASK USER.",
"permission": { "question": "allow" }
},
"Metis (Plan Consultant)": {
"model": "quotio/gpt-5.2",
"prompt_append": "ALWAYS USE THE QUESTION TOOL IF YOU NEED TO ASK USER.",
"permission": { "question": "allow" }
},
"Momus (Plan Reviewer)": {
"model": "quotio/gpt-5.2"
},
"orchestrator-sisyphus": {
"model": "quotio/gemini-claude-opus-4-5-thinking",
"prompt_append": "ALWAYS USE THE QUESTION TOOL IF YOU NEED TO ASK USER.",
"permission": { "question": "allow" }
},
"oracle": {
"model": "quotio/gpt-5.2"
},
"librarian": {
"model": "quotio/gemini-claude-sonnet-4-5"
},
"explore": {
"model": "quotio/gemini-3-flash-preview"
},
"frontend-ui-ux-engineer": {
"model": "quotio/gemini-3-pro-preview"
},
"document-writer": {
"model": "quotio/gemini-3-flash-preview"
},
"multimodal-looker": {
"model": "quotio/gemini-3-flash-preview"
}
},
"categories": {
"visual-engineering": { "model": "quotio/gemini-3-pro-preview", "temperature": 0.7 },
"ultrabrain": { "model": "quotio/gpt-5.2", "temperature": 0.1 },
"artistry": { "model": "quotio/gemini-3-pro-preview", "temperature": 0.9 },
"quick": { "model": "quotio/gemini-3-flash-preview", "temperature": 0.3 },
"most-capable": { "model": "quotio/claude-opus-4.5", "temperature": 0.1 },
"writing": { "model": "quotio/gemini-3-flash-preview", "temperature": 0.5 },
"business-logic": { "model": "quotio/gpt-5.2", "temperature": 0.1 },
"general": { "model": "quotio/gemini-claude-sonnet-4-5", "temperature": 0.3 }
}
}