Compare commits

...

11 Commits

4 changed files with 126 additions and 146 deletions

View File

@@ -11,7 +11,8 @@
"formatter": { "formatter": {
"enabled": true, "enabled": true,
"indentStyle": "space", "indentStyle": "space",
"indentWidth": 2 "indentWidth": 2,
"lineWidth": 120
}, },
"linter": { "linter": {
"enabled": true, "enabled": true,

View File

@@ -1,79 +1,28 @@
// bunx oh-my-opencode doctor --verbose
{ {
"$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",
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/src/agents/AGENTS.md#agent-inventory
"agents": { "agents": {
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models "sisyphus": { "model": "litellm/claude-opus-4-6", "variant": "max" },
"sisyphus": { "hephaestus": { "model": "litellm/gpt-5.3-codex", "variant": "medium" },
"model": "cpa-anthropic/claude-opus-4-6", "oracle": { "model": "litellm/gpt-5.2", "variant": "high" },
"variant": "max" "librarian": { "model": "bailian-coding-plan/glm-4.7" },
}, "explore": { "model": "bailian-coding-plan/qwen3-coder-next" },
"hephaestus": { "multimodal-looker": { "model": "litellm/gemini-3-flash-preview" },
"model": "cpa-openai/gpt-5.3-codex", "prometheus": { "model": "litellm/claude-opus-4-6", "variant": "max" },
"variant": "medium" "metis": { "model": "litellm/claude-opus-4-6", "variant": "max" },
}, "momus": { "model": "litellm/gpt-5.2", "variant": "medium" },
"atlas": { "atlas": { "model": "litellm/claude-sonnet-4-6" }
"model": "cpa-anthropic/claude-sonnet-4-5"
},
"oracle": {
"model": "cpa-openai/gpt-5.2",
"variant": "high"
},
"librarian": {
"model": "cpa-google/gemini-3-flash"
},
"explore": {
"model": "cpa-google/gemini-3-flash"
},
"multimodal-looker": {
"model": "cpa-google/gemini-3-flash"
},
"prometheus": {
"model": "cpa-anthropic/claude-opus-4-6",
"variant": "max"
},
"metis": {
"model": "cpa-anthropic/claude-opus-4-6",
"variant": "max"
},
"momus": {
"model": "cpa-openai/gpt-5.2",
"variant": "medium"
},
"sisyphus-junior": {
"model": "cpa-anthropic/claude-sonnet-4-5"
}
}, },
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/reference/configuration.md#built-in-categories
"categories": { "categories": {
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/category-skill-guide.md#available-built-in-categories "visual-engineering": { "model": "litellm/gemini-3.1-pro-preview", "variant": "high" },
"visual-engineering": { "ultrabrain": { "model": "litellm/gpt-5.3-codex", "variant": "xhigh" },
"model": "cpa-google/gemini-3-pro", "deep": { "model": "litellm/gpt-5.3-codex", "variant": "medium" },
"variant": "high" "artistry": { "model": "litellm/gemini-3.1-pro-preview", "variant": "high" },
}, "quick": { "model": "litellm/claude-haiku-4-5" },
"ultrabrain": { "unspecified-low": { "model": "litellm/claude-sonnet-4-6" },
"model": "cpa-openai/gpt-5.3-codex", "unspecified-high": { "model": "litellm/claude-opus-4-6", "variant": "max" },
"variant": "xhigh" "writing": { "model": "bailian-coding-plan/kimi-k2.5" }
},
"deep": {
"model": "cpa-openai/gpt-5.3-codex",
"variant": "medium"
},
"artistry": {
"model": "cpa-google/gemini-3-pro",
"variant": "high"
},
"quick": {
"model": "cpa-google/gemini-3-flash"
},
"unspecified-low": {
"model": "cpa-anthropic/claude-sonnet-4-5"
},
"unspecified-high": {
"model": "cpa-anthropic/claude-opus-4-6",
"variant": "max"
},
"writing": {
"model": "cpa-google/gemini-3-flash"
}
}, },
"git_master": { "git_master": {
"commit_footer": false, "commit_footer": false,

View File

@@ -1,102 +1,128 @@
{ {
"$schema": "https://opencode.ai/config.json", "$schema": "https://opencode.ai/config.json",
"autoupdate": false, "autoupdate": false,
"theme": "system", "model": "litellm/claude-opus-4-6",
"model": "cpa-anthropic/claude-opus-4-6", "small_model": "litellm/claude-haiku-4-5",
"small_model": "cpa-google/gemini-3-flash",
"plugin": ["oh-my-opencode@latest"], "plugin": ["oh-my-opencode@latest"],
// ref: https://models.dev/
"provider": { "provider": {
// ref: https://models.dev/ "litellm": {
"cpa-anthropic": { "name": "LiteLLM",
"name": "CPA Anthropic", "npm": "@ai-sdk/openai-compatible",
"npm": "@ai-sdk/anthropic",
"options": { "options": {
"baseURL": "https://cpa.furtherverse.com/v1", "baseURL": "https://ai.furtherverse.com/v1",
"apiKey": "{env:CPA_API_KEY}", "apiKey": "{env:LITELLM_API_KEY}",
"setCacheKey": true "setCacheKey": true
}, },
"models": { "models": {
// Anthropic
"claude-opus-4-6": { "claude-opus-4-6": {
"name": "Claude Opus 4.6", "name": "Claude Opus 4.6",
"tool_call": true,
"reasoning": true, "reasoning": true,
"modalities": { "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"input": ["text", "image", "pdf"], "limit": { "context": 200000, "output": 128000 }
"output": ["text"]
},
"limit": { "context": 1000000, "output": 128000 }
}, },
"claude-sonnet-4-5": { "claude-sonnet-4-6": {
"name": "Claude Sonnet 4.5", "name": "Claude Sonnet 4.6",
"tool_call": true, "reasoning": true,
"reasoning": false, "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
},
"limit": { "context": 200000, "output": 64000 } "limit": { "context": 200000, "output": 64000 }
} },
} "claude-haiku-4-5": {
}, "name": "Claude Haiku 4.5",
"cpa-google": {
"name": "CPA Google",
"npm": "@ai-sdk/google",
"options": {
"baseURL": "https://cpa.furtherverse.com/v1beta",
"apiKey": "{env:CPA_API_KEY}",
"setCacheKey": true
},
"models": {
"gemini-3-pro": {
"name": "Gemini 3 Pro",
"tool_call": true,
"reasoning": true, "reasoning": true,
"modalities": { "modalities": { "input": ["text", "image", "pdf"], "output": ["text"] },
"input": ["text", "image", "video", "audio", "pdf"], "limit": { "context": 200000, "output": 64000 }
"output": ["text"] },
}, // Google
"gemini-3.1-pro-preview": {
"name": "Gemini 3.1 Pro",
"reasoning": true,
"modalities": { "input": ["text", "image", "video", "audio", "pdf"], "output": ["text"] },
"limit": { "context": 1048576, "output": 65536 } "limit": { "context": 1048576, "output": 65536 }
}, },
"gemini-3-flash": { "gemini-3-flash-preview": {
"name": "Gemini 3 Flash", "name": "Gemini 3 Flash",
"tool_call": true,
"reasoning": true, "reasoning": true,
"modalities": { "modalities": { "input": ["text", "image", "video", "audio", "pdf"], "output": ["text"] },
"input": ["text", "image", "video", "audio", "pdf"],
"output": ["text"]
},
"limit": { "context": 1048576, "output": 65536 } "limit": { "context": 1048576, "output": 65536 }
}
}
},
"cpa-openai": {
"name": "CPA OpenAI",
"npm": "@ai-sdk/openai",
"options": {
"baseURL": "https://cpa.furtherverse.com/v1",
"apiKey": "{env:CPA_API_KEY}",
"setCacheKey": true
},
"models": {
"gpt-5.3-codex": {
"name": "GPT-5.3-Codex",
"tool_call": true,
"reasoning": true,
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
},
"limit": { "context": 400000, "input": 272000, "output": 128000 }
}, },
// OpenAI
"gpt-5.2": { "gpt-5.2": {
"name": "GPT-5.2", "name": "GPT-5.2",
"tool_call": true,
"reasoning": true, "reasoning": true,
"modalities": { "modalities": { "input": ["text", "image"], "output": ["text"] },
"input": ["text", "image"],
"output": ["text"]
},
"limit": { "context": 400000, "input": 272000, "output": 128000 } "limit": { "context": 400000, "input": 272000, "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.1-codex-mini": {
"name": "GPT-5.1 Codex mini",
"reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] },
"limit": { "context": 400000, "input": 272000, "output": 128000 }
}
}
},
"bailian-coding-plan": {
"npm": "@ai-sdk/anthropic",
"name": "Model Studio Coding Plan",
"options": {
"baseURL": "https://coding.dashscope.aliyuncs.com/apps/anthropic/v1",
"apiKey": "{env:BAILIAN_API_KEY}"
},
"models": {
"qwen3.5-plus": {
"name": "Qwen3.5 Plus",
"reasoning": true,
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 1000000, "output": 65536 }
},
"qwen3-max-2026-01-23": {
"name": "Qwen3 Max 2026-01-23",
"reasoning": false,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 262144, "output": 65536 }
},
"qwen3-coder-next": {
"name": "Qwen3 Coder Next",
"reasoning": false,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 262144, "output": 65536 }
},
"qwen3-coder-plus": {
"name": "Qwen3 Coder Plus",
"reasoning": false,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 1000000, "output": 65536 }
},
"glm-5": {
"name": "GLM-5",
"reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 131072 }
},
"glm-4.7": {
"name": "GLM-4.7",
"reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 131072 }
},
"kimi-k2.5": {
"name": "Kimi K2.5",
"reasoning": true,
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 262144, "output": 262144 }
},
"MiniMax-M2.5": {
"name": "MiniMax-M2.5",
"reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 131072 }
} }
} }
} }

4
tui.jsonc Normal file
View File

@@ -0,0 +1,4 @@
{
"$schema": "https://opencode.ai/tui.json",
"theme": "system"
}