1
0
forked from agents/opencode

merge upstream

This commit is contained in:
2026-04-03 03:20:06 +00:00
2 changed files with 42 additions and 14 deletions
+34 -6
View File
@@ -1,5 +1,5 @@
{ {
"$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-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "sisyphus": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
@@ -14,23 +14,51 @@
"sisyphus-junior": { "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": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" },
"ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" },
"deep": { "model": "openai/gpt-5.3-codex", "variant": "medium" }, "deep": { "model": "openai/gpt-5.4", "variant": "medium" },
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "artistry": { "model": "ai-gateway/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "openai/gpt-5.4-mini" }, "quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "anthropic/claude-sonnet-4-6" }, "unspecified-low": { "model": "anthropic/claude-sonnet-4-6" },
"unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" },
"writing": { "model": "ai-gateway/kimi-k2.5" } "writing": { "model": "ai-gateway/kimi-k2p5-turbo" }
}, },
"experimental": { "experimental": {
"disable_omo_env": true, "disable_omo_env": true,
"dynamic_context_pruning": { "dynamic_context_pruning": {
"enabled": true,
"notification": "detailed",
"turn_protection": {
"enabled": true,
"turns": 3
},
"protected_tools": [
"task",
"todowrite",
"todoread",
"lsp_rename",
"session_read",
"session_write",
"session_search"
],
"strategies": {
"deduplication": {
"enabled": true "enabled": true
},
"supersede_writes": {
"enabled": true,
"aggressive": false
},
"purge_errors": {
"enabled": true,
"turns": 5
}
}
} }
}, },
"git_master": { "git_master": {
"commit_footer": false, "commit_footer": false,
"include_co_authored_by": false "include_co_authored_by": false,
"git_env_prefix": "GIT_MASTER=1"
} }
} }
+7 -7
View File
@@ -1,6 +1,6 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"plugin": ["oh-my-opencode@latest"], "plugin": ["oh-my-openagent@latest"],
"autoupdate": false, "autoupdate": false,
"model": "anthropic/claude-opus-4-6", "model": "anthropic/claude-opus-4-6",
"small_model": "openai/gpt-5.4-mini", "small_model": "openai/gpt-5.4-mini",
@@ -45,12 +45,6 @@
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] }, "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 1050000, "input": 922000, "output": 128000 } "limit": { "context": 1050000, "input": 922000, "output": 128000 }
}, },
"gpt-5.3-codex": {
"name": "GPT-5.3-Codex",
"reasoning": true,
"modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"limit": { "context": 400000, "input": 272000, "output": 128000 }
},
"gpt-5.4-mini": { "gpt-5.4-mini": {
"name": "GPT-5.4 mini", "name": "GPT-5.4 mini",
"reasoning": true, "reasoning": true,
@@ -88,6 +82,12 @@
"apiKey": "{env:AI_GATEWAY_API_KEY}" "apiKey": "{env:AI_GATEWAY_API_KEY}"
}, },
"models": { "models": {
"gemini-3.1-pro-preview": {
"name": "Gemini 3.1 Pro",
"reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] },
"limit": { "context": 128000, "output": 128000 } // github copilot only has a 128k context size
},
"glm-5.1": { "glm-5.1": {
"name": "GLM-5.1", "name": "GLM-5.1",
"reasoning": true, "reasoning": true,