forked from imbytecat/opencode-config
feat: 为各分类添加清晰描述
- 为各个分类添加更清晰的描述,明确每类任务的典型场景和要求。
This commit is contained in:
@@ -32,24 +32,31 @@
|
|||||||
},
|
},
|
||||||
"categories": {
|
"categories": {
|
||||||
"visual-engineering": {
|
"visual-engineering": {
|
||||||
|
"description": "Frontend, UI/UX, design, styling, animation",
|
||||||
"model": "cpa-google/gemini-3-pro-high"
|
"model": "cpa-google/gemini-3-pro-high"
|
||||||
},
|
},
|
||||||
"ultrabrain": {
|
"ultrabrain": {
|
||||||
|
"description": "Deep logical reasoning, complex architecture decisions requiring extensive analysis",
|
||||||
"model": "cpa-openai/gpt-5.2-codex"
|
"model": "cpa-openai/gpt-5.2-codex"
|
||||||
},
|
},
|
||||||
"artistry": {
|
"artistry": {
|
||||||
|
"description": "Highly creative/artistic tasks, novel ideas",
|
||||||
"model": "cpa-google/gemini-3-pro-high"
|
"model": "cpa-google/gemini-3-pro-high"
|
||||||
},
|
},
|
||||||
"quick": {
|
"quick": {
|
||||||
|
"description": "Trivial tasks - single file changes, typo fixes, simple modifications",
|
||||||
"model": "cpa-google/gemini-3-flash"
|
"model": "cpa-google/gemini-3-flash"
|
||||||
},
|
},
|
||||||
"unspecified-low": {
|
"unspecified-low": {
|
||||||
|
"description": "Tasks that don't fit other categories, low effort required",
|
||||||
"model": "cpa-anthropic/claude-sonnet-4-5"
|
"model": "cpa-anthropic/claude-sonnet-4-5"
|
||||||
},
|
},
|
||||||
"unspecified-high": {
|
"unspecified-high": {
|
||||||
|
"description": "Tasks that don't fit other categories, high effort required",
|
||||||
"model": "cpa-anthropic/claude-opus-4-5-thinking"
|
"model": "cpa-anthropic/claude-opus-4-5-thinking"
|
||||||
},
|
},
|
||||||
"writing": {
|
"writing": {
|
||||||
|
"description": "Documentation, prose, technical writing",
|
||||||
"model": "cpa-google/gemini-3-flash"
|
"model": "cpa-google/gemini-3-flash"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user