refactor: 将代理名称 Sisyphus 统一为大写命名

- 将代理名称 "sisyphus" 改为大写 "Sisyphus" 以保持命名一致性。
This commit is contained in:
2026-01-24 02:09:59 +08:00
parent 8a148c4c07
commit 32e9668cc5

View File

@@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"sisyphus": { "Sisyphus": {
"model": "anthropic-gateway/claude-opus-4-5-thinking" "model": "anthropic-gateway/claude-opus-4-5-thinking"
}, },
"oracle": { "oracle": {