1
0
forked from agents/opencode

Compare commits

..

4 Commits

5 changed files with 22 additions and 20 deletions
-1
View File
@@ -8,4 +8,3 @@ Thumbs.db
oh-my-openagent.json
oh-my-openagent.jsonc
.env
+6 -6
View File
@@ -1,8 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "high" },
"hephaestus": { "model": "openai/gpt-5.5", "variant": "medium" },
"sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"hephaestus": { "model": "openai/gpt-5.5", "variant": "high" },
"oracle": { "model": "openai/gpt-5.5", "variant": "high" },
"librarian": { "model": "openai/gpt-5.4-mini" },
"explore": { "model": "openai/gpt-5.4-mini" },
@@ -10,8 +10,8 @@
"prometheus": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"metis": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"momus": { "model": "openai/gpt-5.5", "variant": "xhigh" },
"atlas": { "model": "ai-gateway/kimi-k2.6" },
"sisyphus-junior": { "model": "ai-gateway/kimi-k2.6" }
"atlas": { "model": "furtherverse/kimi-k2.6" },
"sisyphus-junior": { "model": "furtherverse/kimi-k2.6" }
},
"categories": {
"visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
@@ -19,9 +19,9 @@
"deep": { "model": "openai/gpt-5.5", "variant": "medium" },
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "ai-gateway/kimi-k2.6" },
"unspecified-low": { "model": "furtherverse/kimi-k2.6" },
"unspecified-high": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"writing": { "model": "ai-gateway/kimi-k2.6" }
"writing": { "model": "furtherverse/kimi-k2.6" }
},
"experimental": {
"disable_omo_env": true,
+6 -6
View File
@@ -1,8 +1,8 @@
{
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": {
"sisyphus": { "model": "openai/gpt-5.5", "variant": "medium" },
"hephaestus": { "model": "openai/gpt-5.5", "variant": "medium" },
"sisyphus": { "model": "openai/gpt-5.5", "variant": "high" },
"hephaestus": { "model": "openai/gpt-5.5", "variant": "high" },
"oracle": { "model": "openai/gpt-5.5", "variant": "high" },
"librarian": { "model": "openai/gpt-5.4-mini" },
"explore": { "model": "openai/gpt-5.4-mini" },
@@ -10,8 +10,8 @@
"prometheus": { "model": "openai/gpt-5.5", "variant": "high" },
"metis": { "model": "openai/gpt-5.5", "variant": "high" },
"momus": { "model": "openai/gpt-5.5", "variant": "xhigh" },
"atlas": { "model": "ai-gateway/kimi-k2.6" },
"sisyphus-junior": { "model": "ai-gateway/kimi-k2.6" }
"atlas": { "model": "furtherverse/kimi-k2.6" },
"sisyphus-junior": { "model": "furtherverse/kimi-k2.6" }
},
"categories": {
"visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
@@ -19,9 +19,9 @@
"deep": { "model": "openai/gpt-5.5", "variant": "medium" },
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "ai-gateway/kimi-k2.6" },
"unspecified-low": { "model": "furtherverse/kimi-k2.6" },
"unspecified-high": { "model": "openai/gpt-5.5", "variant": "high" },
"writing": { "model": "ai-gateway/kimi-k2.6" }
"writing": { "model": "furtherverse/kimi-k2.6" }
},
"experimental": {
"disable_omo_env": true,
+9 -6
View File
@@ -6,6 +6,7 @@
"small_model": "openai/gpt-5.4-mini",
"provider": {
"anthropic": {
"name": "Anthropic",
"npm": "@ai-sdk/anthropic",
"options": {
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",
@@ -33,6 +34,7 @@
}
},
"openai": {
"name": "OpenAI",
"npm": "@ai-sdk/openai",
"options": {
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",
@@ -54,6 +56,7 @@
}
},
"google": {
"name": "Google",
"npm": "@ai-sdk/google",
"options": {
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1beta",
@@ -74,8 +77,8 @@
}
}
},
"ai-gateway": {
"name": "AI Gateway",
"furtherverse": {
"name": "Furtherverse",
"npm": "@ai-sdk/openai-compatible",
"options": {
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",
@@ -86,7 +89,7 @@
"name": "GLM-5.1",
"reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 204800, "output": 131072 }
"limit": { "context": 202752, "output": 32768 }
},
"kimi-k2.6": {
"name": "Kimi K2.6",
@@ -94,11 +97,11 @@
"modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 262144, "output": 65536 }
},
"kimi-k2p5-turbo": {
"name": "Kimi K2.5 Turbo",
"kimi-k2.6-turbo": {
"name": "Kimi K2.6 Turbo",
"reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] },
"limit": { "context": 256000, "output": 256000 }
"limit": { "context": 262000, "output": 262000 }
},
"minimax-m2.7": {
"name": "MiniMax M2.7",
+1 -1
View File
@@ -1,4 +1,4 @@
{
"$schema": "https://opencode.ai/tui.json",
"theme": "everforest"
"theme": "catppuccin"
}