forked from imbytecat/opencode-config
feat: 更新模型配置并添加 PackyCode 服务支持
- 将多个代理的模型配置从 claude-sonnet-4-5 更新为指定的最新版本模型。 - 添加 PackyCode 服务配置,支持 Claude Opus 4.5 和 Claude Sonnet 4.5 模型。
This commit is contained in:
@@ -3,15 +3,18 @@
|
||||
"agents": {
|
||||
"sisyphus": {
|
||||
// Primary orchestrator
|
||||
"model": "anthropic-gateway/claude-sonnet-4-5"
|
||||
// "model": "anthropic-gateway/claude-sonnet-4-5"
|
||||
"model": "packycode/claude-opus-4-5-20251101"
|
||||
},
|
||||
"prometheus": {
|
||||
// Strategic planning
|
||||
"model": "anthropic-gateway/claude-sonnet-4-5"
|
||||
// "model": "anthropic-gateway/claude-sonnet-4-5"
|
||||
"model": "packycode/claude-opus-4-5-20251101"
|
||||
},
|
||||
"atlas": {
|
||||
// Master orchestrator
|
||||
"model": "anthropic-gateway/claude-sonnet-4-5"
|
||||
// "model": "anthropic-gateway/claude-sonnet-4-5"
|
||||
"model": "packycode/claude-sonnet-4-5-20250929"
|
||||
},
|
||||
"oracle": {
|
||||
// Consultation, debugging
|
||||
|
||||
Reference in New Issue
Block a user