WIP: 应用 Claude Opus 4.7 到西西弗斯 #1

Closed
mdy wants to merge 25 commits from mdy/opencode-config:main into main
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 3e5d049aaf - Show all commits
+1 -1
View File
@@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
"hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"librarian": { "model": "litellm/minimax-m2.5" },
"explore": { "model": "litellm/grok-code-fast-1" },
+3
View File
@@ -115,6 +115,9 @@
}
}
},
"permission": {
"*": "allow"
},
"experimental": {
"disable_paste_summary": true
}