forked from agents/opencode
chore: sync JSONC config overrides
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
"sisyphus": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"hephaestus": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
||||
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
"librarian": { "model": "litellm/minimax-m2.5" },
|
||||
"explore": { "model": "litellm/minimax-m2.5" },
|
||||
"librarian": { "model": "openai/gpt-5.4-mini" },
|
||||
"explore": { "model": "openai/gpt-5.4-mini" },
|
||||
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"prometheus": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
"metis": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
@@ -18,10 +18,15 @@
|
||||
"ultrabrain": { "model": "openai/gpt-5.3-codex", "variant": "xhigh" },
|
||||
"deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
|
||||
"artistry": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"quick": { "model": "litellm/minimax-m2.5" },
|
||||
"quick": { "model": "openai/gpt-5.4-mini" },
|
||||
"unspecified-low": { "model": "openai/gpt-5.4", "variant": "medium" },
|
||||
"unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
"writing": { "model": "litellm/kimi-k2.5" }
|
||||
"writing": { "model": "openai/gpt-5.4", "variant": "medium" }
|
||||
},
|
||||
"experimental": {
|
||||
"dynamic_context_pruning": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"git_master": {
|
||||
"commit_footer": false,
|
||||
|
||||
Reference in New Issue
Block a user