Compare commits
5 Commits
main
...
8ca07bcdf5
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ca07bcdf5 | |||
| 8ea1baccf2 | |||
| f4cc4c6f29 | |||
| 294451814e | |||
| 0296ca6564 |
@@ -1,4 +1,5 @@
|
|||||||
CPA_API_KEY=
|
CODEX_API_KEY=
|
||||||
|
# MCP
|
||||||
EXA_API_KEY=
|
EXA_API_KEY=
|
||||||
CONTEXT7_API_KEY=
|
CONTEXT7_API_KEY=
|
||||||
# Windows only
|
# Windows only
|
||||||
|
|||||||
@@ -4,75 +4,79 @@
|
|||||||
"agents": {
|
"agents": {
|
||||||
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models
|
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/AGENTS.md#agent-models
|
||||||
"sisyphus": {
|
"sisyphus": {
|
||||||
"model": "cpa-anthropic/claude-opus-4-6",
|
"model": "codex/gpt-5.3-codex",
|
||||||
"variant": "max"
|
"variant": "high"
|
||||||
},
|
},
|
||||||
"hephaestus": {
|
"hephaestus": {
|
||||||
"model": "cpa-openai/gpt-5.3-codex",
|
"model": "codex/gpt-5.3-codex",
|
||||||
"variant": "medium"
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"atlas": {
|
|
||||||
"model": "cpa-anthropic/claude-sonnet-4-5"
|
|
||||||
},
|
|
||||||
"oracle": {
|
"oracle": {
|
||||||
"model": "cpa-openai/gpt-5.2",
|
"model": "codex/gpt-5.2",
|
||||||
"variant": "high"
|
"variant": "high"
|
||||||
},
|
},
|
||||||
"librarian": {
|
"librarian": {
|
||||||
"model": "cpa-google/gemini-3-flash"
|
"model": "codex/gpt-5.2",
|
||||||
},
|
|
||||||
"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"
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"sisyphus-junior": {
|
"explore": {
|
||||||
"model": "cpa-anthropic/claude-sonnet-4-5"
|
"model": "codex/gpt-5.2",
|
||||||
|
"variant": "medium"
|
||||||
|
},
|
||||||
|
"multimodal-looker": {
|
||||||
|
"model": "codex/gpt-5.2",
|
||||||
|
"variant": "medium"
|
||||||
|
},
|
||||||
|
"prometheus": {
|
||||||
|
"model": "codex/gpt-5.3-codex",
|
||||||
|
"variant": "medium"
|
||||||
|
},
|
||||||
|
"metis": {
|
||||||
|
"model": "codex/gpt-5.3-codex",
|
||||||
|
"variant": "medium"
|
||||||
|
},
|
||||||
|
"momus": {
|
||||||
|
"model": "codex/gpt-5.2",
|
||||||
|
"variant": "medium"
|
||||||
|
},
|
||||||
|
"atlas": {
|
||||||
|
"model": "codex/gpt-5.3-codex",
|
||||||
|
"variant": "medium"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"categories": {
|
"categories": {
|
||||||
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/category-skill-guide.md#available-built-in-categories
|
// ref: https://github.com/code-yeongyu/oh-my-opencode/blob/dev/docs/category-skill-guide.md#available-built-in-categories
|
||||||
"visual-engineering": {
|
"visual-engineering": {
|
||||||
"model": "cpa-google/gemini-3-pro",
|
"model": "codex/gpt-5.2",
|
||||||
"variant": "high"
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"ultrabrain": {
|
"ultrabrain": {
|
||||||
"model": "cpa-openai/gpt-5.3-codex",
|
"model": "codex/gpt-5.3-codex",
|
||||||
"variant": "xhigh"
|
"variant": "xhigh"
|
||||||
},
|
},
|
||||||
"deep": {
|
"deep": {
|
||||||
"model": "cpa-openai/gpt-5.3-codex",
|
"model": "codex/gpt-5.3-codex",
|
||||||
"variant": "medium"
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"artistry": {
|
"artistry": {
|
||||||
"model": "cpa-google/gemini-3-pro",
|
"model": "codex/gpt-5.2",
|
||||||
"variant": "high"
|
"variant": "high"
|
||||||
},
|
},
|
||||||
"quick": {
|
"quick": {
|
||||||
"model": "cpa-google/gemini-3-flash"
|
"model": "codex/gpt-5.1-codex-mini",
|
||||||
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"unspecified-low": {
|
"unspecified-low": {
|
||||||
"model": "cpa-anthropic/claude-sonnet-4-5"
|
"model": "codex/gpt-5.2",
|
||||||
|
"variant": "medium"
|
||||||
},
|
},
|
||||||
"unspecified-high": {
|
"unspecified-high": {
|
||||||
"model": "cpa-anthropic/claude-opus-4-6",
|
"model": "codex/gpt-5.3-codex",
|
||||||
"variant": "max"
|
"variant": "high"
|
||||||
},
|
},
|
||||||
"writing": {
|
"writing": {
|
||||||
"model": "cpa-google/gemini-3-flash"
|
"model": "codex/gpt-5.1-codex-mini",
|
||||||
|
"variant": "medium"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"git_master": {
|
"git_master": {
|
||||||
|
|||||||
106
opencode.jsonc
106
opencode.jsonc
@@ -2,95 +2,40 @@
|
|||||||
"$schema": "https://opencode.ai/config.json",
|
"$schema": "https://opencode.ai/config.json",
|
||||||
"autoupdate": false,
|
"autoupdate": false,
|
||||||
"theme": "system",
|
"theme": "system",
|
||||||
"model": "cpa-anthropic/claude-opus-4-6",
|
"model": "codex/gpt-5.3-codex",
|
||||||
"small_model": "cpa-google/gemini-3-flash",
|
"small_model": "opencode/gpt-5-nano",
|
||||||
"plugin": ["oh-my-opencode@latest"],
|
"plugin": ["oh-my-opencode@latest"],
|
||||||
"provider": {
|
"provider": {
|
||||||
// ref: https://models.dev/
|
// ref: https://models.dev/
|
||||||
"cpa-anthropic": {
|
"codex": {
|
||||||
"name": "CPA Anthropic",
|
"name": "Codex",
|
||||||
"npm": "@ai-sdk/anthropic",
|
|
||||||
"options": {
|
|
||||||
"baseURL": "https://cpa.furtherverse.com/v1",
|
|
||||||
"apiKey": "{env:CPA_API_KEY}",
|
|
||||||
"setCacheKey": true
|
|
||||||
},
|
|
||||||
"models": {
|
|
||||||
"claude-opus-4-6": {
|
|
||||||
"name": "Claude Opus 4.6",
|
|
||||||
"tool_call": true,
|
|
||||||
"reasoning": true,
|
|
||||||
"modalities": {
|
|
||||||
"input": ["text", "image", "pdf"],
|
|
||||||
"output": ["text"]
|
|
||||||
},
|
|
||||||
"limit": { "context": 1000000, "output": 128000 }
|
|
||||||
},
|
|
||||||
"claude-sonnet-4-5": {
|
|
||||||
"name": "Claude Sonnet 4.5",
|
|
||||||
"tool_call": true,
|
|
||||||
"reasoning": false,
|
|
||||||
"modalities": {
|
|
||||||
"input": ["text", "image", "pdf"],
|
|
||||||
"output": ["text"]
|
|
||||||
},
|
|
||||||
"limit": { "context": 200000, "output": 64000 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"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,
|
|
||||||
"modalities": {
|
|
||||||
"input": ["text", "image", "video", "audio", "pdf"],
|
|
||||||
"output": ["text"]
|
|
||||||
},
|
|
||||||
"limit": { "context": 1048576, "output": 65536 }
|
|
||||||
},
|
|
||||||
"gemini-3-flash": {
|
|
||||||
"name": "Gemini 3 Flash",
|
|
||||||
"tool_call": true,
|
|
||||||
"reasoning": true,
|
|
||||||
"modalities": {
|
|
||||||
"input": ["text", "image", "video", "audio", "pdf"],
|
|
||||||
"output": ["text"]
|
|
||||||
},
|
|
||||||
"limit": { "context": 1048576, "output": 65536 }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"cpa-openai": {
|
|
||||||
"name": "CPA OpenAI",
|
|
||||||
"npm": "@ai-sdk/openai",
|
"npm": "@ai-sdk/openai",
|
||||||
"options": {
|
"options": {
|
||||||
"baseURL": "https://cpa.furtherverse.com/v1",
|
"baseURL": "https://codex-api.packycode.com/v1",
|
||||||
"apiKey": "{env:CPA_API_KEY}",
|
"apiKey": "{env:CODEX_API_KEY}",
|
||||||
"setCacheKey": true
|
"setCacheKey": true
|
||||||
},
|
},
|
||||||
"models": {
|
"models": {
|
||||||
"gpt-5.3-codex": {
|
"gpt-5.3-codex": {
|
||||||
"name": "GPT-5.3-Codex",
|
"name": "GPT-5.3-Codex",
|
||||||
"tool_call": true,
|
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"modalities": {
|
"modalities": {
|
||||||
"input": ["text", "image", "pdf"],
|
"input": ["text", "image"],
|
||||||
"output": ["text"]
|
"output": ["text"]
|
||||||
},
|
},
|
||||||
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
||||||
},
|
},
|
||||||
"gpt-5.2": {
|
"gpt-5.2": {
|
||||||
"name": "GPT-5.2",
|
"name": "GPT-5.2",
|
||||||
"tool_call": true,
|
"reasoning": true,
|
||||||
|
"modalities": {
|
||||||
|
"input": ["text", "image"],
|
||||||
|
"output": ["text"]
|
||||||
|
},
|
||||||
|
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
||||||
|
},
|
||||||
|
"gpt-5.1-codex-mini": {
|
||||||
|
"name": "GPT-5.1-Codex-Mini",
|
||||||
"reasoning": true,
|
"reasoning": true,
|
||||||
"modalities": {
|
"modalities": {
|
||||||
"input": ["text", "image"],
|
"input": ["text", "image"],
|
||||||
@@ -99,7 +44,22 @@
|
|||||||
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
"limit": { "context": 400000, "input": 272000, "output": 128000 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"disabled_providers": ["opencode"]
|
"glm-coding-plan": {
|
||||||
|
"name": "GLM Coding Plan",
|
||||||
|
"npm": "@ai-sdk/openai-compatible",
|
||||||
|
"options": {
|
||||||
|
"baseURL": "https://api.z.ai/api/coding/paas/v4",
|
||||||
|
"apiKey": "{env:ZAI_API_KEY}"
|
||||||
|
},
|
||||||
|
"models": {
|
||||||
|
"glm-4.7": {
|
||||||
|
"name": "GLM-4.7",
|
||||||
|
"reasoning": true,
|
||||||
|
"modalities": { "input": ["text"], "output": ["text"] },
|
||||||
|
"limit": { "context": 204800, "output": 131072 }
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user