merge upstream

This commit is contained in:
2026-04-09 13:33:20 +00:00
2 changed files with 22 additions and 22 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/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": "ai-gateway/kimi-k2p5-turbo" }, "sisyphus": { "model": "openai/gpt-5.4", "variant": "medium" },
"hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" }, "hephaestus": { "model": "openai/gpt-5.4", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.4", "variant": "high" }, "oracle": { "model": "openai/gpt-5.4", "variant": "high" },
"librarian": { "model": "ai-gateway/minimax-m2.7" }, "librarian": { "model": "ai-gateway/minimax-m2.7" },
+21 -21
View File
@@ -53,27 +53,27 @@
} }
} }
}, },
"google": { // "google": {
"npm": "@ai-sdk/google", // "npm": "@ai-sdk/google",
"options": { // "options": {
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1beta", // "baseURL": "{env:AI_GATEWAY_BASE_URL}/v1beta",
"apiKey": "{env:AI_GATEWAY_API_KEY}" // "apiKey": "{env:AI_GATEWAY_API_KEY}"
}, // },
"models": { // "models": {
"gemini-3.1-pro-preview": { // "gemini-3.1-pro-preview": {
"name": "Gemini 3.1 Pro", // "name": "Gemini 3.1 Pro",
"reasoning": true, // "reasoning": true,
"modalities": { "input": ["text", "image", "video", "audio", "pdf"], "output": ["text"] }, // "modalities": { "input": ["text", "image", "video", "audio", "pdf"], "output": ["text"] },
"limit": { "context": 1048576, "output": 65536 } // "limit": { "context": 1048576, "output": 65536 }
}, // },
"gemini-3-flash-preview": { // "gemini-3-flash-preview": {
"name": "Gemini 3 Flash", // "name": "Gemini 3 Flash",
"reasoning": true, // "reasoning": true,
"modalities": { "input": ["text", "image", "video", "audio", "pdf"], "output": ["text"] }, // "modalities": { "input": ["text", "image", "video", "audio", "pdf"], "output": ["text"] },
"limit": { "context": 1048576, "output": 65536 } // "limit": { "context": 1048576, "output": 65536 }
} // }
} // }
}, // },
"ai-gateway": { "ai-gateway": {
"name": "AI Gateway", "name": "AI Gateway",
"npm": "@ai-sdk/openai-compatible", "npm": "@ai-sdk/openai-compatible",