refactor: 移除模型配置中的-thinking后缀并统一使用非思考模式Claude Opus 4-5
- 移除所有模型配置中的-thinking后缀,统一使用非思考模式的Claude Opus 4-5模型。 - 将模型名称从 claude-opus-4-5-thinking 修改为 claude-opus-4-5 并保留推理功能配置
This commit is contained in:
@@ -4,15 +4,15 @@
|
|||||||
// https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models
|
// https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models
|
||||||
"sisyphus": {
|
"sisyphus": {
|
||||||
"description": "Primary orchestrator",
|
"description": "Primary orchestrator",
|
||||||
"model": "cpa-anthropic/claude-opus-4-5-thinking"
|
"model": "cpa-anthropic/claude-opus-4-5"
|
||||||
},
|
},
|
||||||
"prometheus": {
|
"prometheus": {
|
||||||
"description": "Strategic planning",
|
"description": "Strategic planning",
|
||||||
"model": "cpa-anthropic/claude-opus-4-5-thinking"
|
"model": "cpa-anthropic/claude-opus-4-5"
|
||||||
},
|
},
|
||||||
"atlas": {
|
"atlas": {
|
||||||
"description": "Master orchestrator",
|
"description": "Master orchestrator",
|
||||||
"model": "cpa-anthropic/claude-opus-4-5-thinking"
|
"model": "cpa-anthropic/claude-opus-4-5"
|
||||||
},
|
},
|
||||||
"oracle": {
|
"oracle": {
|
||||||
"description": "Consultation, debugging",
|
"description": "Consultation, debugging",
|
||||||
@@ -55,7 +55,7 @@
|
|||||||
},
|
},
|
||||||
"unspecified-high": {
|
"unspecified-high": {
|
||||||
"description": "Tasks that don't fit other categories, high effort required",
|
"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"
|
||||||
},
|
},
|
||||||
"writing": {
|
"writing": {
|
||||||
"description": "Documentation, prose, technical writing",
|
"description": "Documentation, prose, technical writing",
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"apiKey": "{env:CPA_API_KEY}"
|
"apiKey": "{env:CPA_API_KEY}"
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"claude-opus-4-5-thinking": {
|
"claude-opus-4-5": {
|
||||||
"name": "Claude Opus 4.5 (Thinking)",
|
"name": "Claude Opus 4.5 (Thinking)",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"modalities": {
|
"modalities": {
|
||||||
|
|||||||
Reference in New Issue
Block a user