1
0
forked from agents/opencode

Compare commits

...

3 Commits

Author SHA1 Message Date
mdy 3e5d049aaf merge upstream 2026-03-27 11:46:11 +00:00
imbytecat d3f81338f3 chore: 升级 hephaestus 模型至 GPT-5.4 2026-03-27 18:12:37 +08:00
imbytecat e48b568738 chore: 开放所有权限配置 2026-03-26 04:33:23 +08:00
2 changed files with 4 additions and 1 deletions
+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", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "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" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"librarian": { "model": "litellm/minimax-m2.5" }, "librarian": { "model": "litellm/minimax-m2.5" },
"explore": { "model": "litellm/grok-code-fast-1" }, "explore": { "model": "litellm/grok-code-fast-1" },
+3
View File
@@ -115,6 +115,9 @@
} }
} }
}, },
"permission": {
"*": "allow"
},
"experimental": { "experimental": {
"disable_paste_summary": true "disable_paste_summary": true
} }