chore: add opencode agent defaults
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -0,0 +1,72 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
|
||||||
|
"agents": {
|
||||||
|
"sisyphus": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "xhigh"
|
||||||
|
},
|
||||||
|
"hephaestus": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "medium"
|
||||||
|
},
|
||||||
|
"oracle": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "high"
|
||||||
|
},
|
||||||
|
"explore": {
|
||||||
|
"model": "openai/gpt-5.4"
|
||||||
|
},
|
||||||
|
"multimodal-looker": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "medium"
|
||||||
|
},
|
||||||
|
"prometheus": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "xhigh"
|
||||||
|
},
|
||||||
|
"metis": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "xhigh"
|
||||||
|
},
|
||||||
|
"momus": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "xhigh"
|
||||||
|
},
|
||||||
|
"atlas": {
|
||||||
|
"model": "openai/gpt-5.4"
|
||||||
|
},
|
||||||
|
"sisyphus-junior": {
|
||||||
|
"model": "openai/gpt-5.4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"categories": {
|
||||||
|
"visual-engineering": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "high"
|
||||||
|
},
|
||||||
|
"ultrabrain": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "xhigh"
|
||||||
|
},
|
||||||
|
"deep": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "medium"
|
||||||
|
},
|
||||||
|
"artistry": {
|
||||||
|
"model": "openai/gpt-5.4",
|
||||||
|
"variant": "high"
|
||||||
|
},
|
||||||
|
"quick": {
|
||||||
|
"model": "openai/gpt-5.4"
|
||||||
|
},
|
||||||
|
"unspecified-low": {
|
||||||
|
"model": "openai/gpt-5.4"
|
||||||
|
},
|
||||||
|
"unspecified-high": {
|
||||||
|
"model": "openai/gpt-5.4"
|
||||||
|
},
|
||||||
|
"writing": {
|
||||||
|
"model": "openai/gpt-5.4"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user