merge upstream

This commit is contained in:
2026-03-16 01:34:09 +00:00
2 changed files with 9 additions and 19 deletions

View File

@@ -4,31 +4,27 @@
"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.3-codex", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"librarian": { "model": "google/gemini-3-flash-preview" }, "librarian": { "model": "litellm/minimax-m2.5" },
"explore": { "model": "litellm/grok-code-fast-1" }, "explore": { "model": "litellm/grok-code-fast-1" },
"multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" }, "multimodal-looker": { "model": "openai/gpt-5.4", "variant": "medium" },
"prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "prometheus": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
"metis": { "model": "anthropic/claude-opus-4-6", "variant": "high" }, "metis": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
"momus": { "model": "openai/gpt-5.4", "variant": "xhigh" }, "momus": { "model": "openai/gpt-5.4", "variant": "xhigh" },
"atlas": { "model": "anthropic/claude-sonnet-4-6" } "atlas": { "model": "anthropic/claude-sonnet-4-6" },
"sisyphus-junior": { "model": "anthropic/claude-sonnet-4-6" }
}, },
"categories": { "categories": {
"visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"ultrabrain": { "model": "openai/gpt-5.3-codex", "variant": "xhigh" }, "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" },
"deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" },
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "anthropic/claude-haiku-4-5" }, "quick": { "model": "anthropic/claude-haiku-4-5" },
"unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" },
"unspecified-high": { "model": "openai/gpt-5.4", "variant": "high" }, "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "high" },
"writing": { "model": "google/gemini-3-flash-preview" } "writing": { "model": "google/gemini-3-flash-preview" }
}, },
"git_master": { "git_master": {
"commit_footer": false, "commit_footer": false,
"include_co_authored_by": false "include_co_authored_by": false
},
"experimental": {
"dynamic_context_pruning": {
"enabled": true
}
} }
} }

View File

@@ -3,10 +3,10 @@
"autoupdate": false, "autoupdate": false,
"model": "anthropic/claude-opus-4-6", "model": "anthropic/claude-opus-4-6",
"small_model": "anthropic/claude-haiku-4-5", "small_model": "anthropic/claude-haiku-4-5",
"plugin": ["oh-my-opencode@latest"],
"experimental": { "experimental": {
"disable_paste_summary": true "disable_paste_summary": true
}, },
"plugin": ["oh-my-opencode@latest"],
"provider": { "provider": {
"anthropic": { "anthropic": {
"npm": "@ai-sdk/anthropic", "npm": "@ai-sdk/anthropic",
@@ -19,7 +19,7 @@
"name": "Claude Opus 4.6", "name": "Claude Opus 4.6",
"reasoning": true, "reasoning": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 200000, "output": 128000 } "limit": { "context": 1000000, "output": 128000 }
}, },
"claude-sonnet-4-6": { "claude-sonnet-4-6": {
"name": "Claude Sonnet 4.6", "name": "Claude Sonnet 4.6",
@@ -45,14 +45,8 @@
"gpt-5.4": { "gpt-5.4": {
"name": "GPT-5.4", "name": "GPT-5.4",
"reasoning": true, "reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] }, "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1050000, "input": 272000, "output": 128000 } "limit": { "context": 1050000, "input": 922000, "output": 128000 }
},
"gpt-5.2": {
"name": "GPT-5.2",
"reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] },
"limit": { "context": 400000, "input": 272000, "output": 128000 }
}, },
"gpt-5.3-codex": { "gpt-5.3-codex": {
"name": "GPT-5.3-Codex", "name": "GPT-5.3-Codex",