forked from agents/opencode
Compare commits
3 Commits
e3f9b17753
...
3e5d049aaf
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e5d049aaf | |||
| d3f81338f3 | |||
| e48b568738 |
@@ -2,7 +2,7 @@
|
||||
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
|
||||
"agents": {
|
||||
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
|
||||
"hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
||||
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
"librarian": { "model": "litellm/minimax-m2.5" },
|
||||
"explore": { "model": "litellm/grok-code-fast-1" },
|
||||
|
||||
@@ -115,6 +115,9 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"permission": {
|
||||
"*": "allow"
|
||||
},
|
||||
"experimental": {
|
||||
"disable_paste_summary": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user