Compare commits

..

32 Commits

Author SHA1 Message Date
mdy 8bfb872238 merge upstream 2026-05-08 08:07:45 +00:00
mdy c2847df421 merge upstream 2026-04-27 02:13:09 +00:00
mdy ce4994d952 merge upstream 2026-04-24 20:05:06 +08:00
mdy 3129cd0b58 merge upstream 2026-04-23 04:39:45 +00:00
mdy 360064eff9 merge upstream 2026-04-22 09:02:46 +00:00
mdy ac6a3f58d1 merge upstream 2026-04-22 05:33:48 +00:00
mdy 1772732d47 merge upstream 2026-04-17 22:23:06 +08:00
mdy bd53dfd30f chore: 应用 Claude Opus 4.7 到西西弗斯 2026-04-17 15:08:39 +08:00
mdy 090df9bed0 chore: 应用 Claude Opus 4.7 模型配置 2026-04-17 14:51:04 +08:00
mdy 9c03325aa3 merge upstream 2026-04-17 03:09:21 +00:00
mdy a235b88659 Merge branch 'main' of git-ssh.furtherverse.com:mdy/opencode-config 2026-04-10 19:40:37 +08:00
mdy 680e052744 merge upstream 2026-04-10 19:34:18 +08:00
mdy d7e0e577a5 merge upstream 2026-04-10 06:47:24 +00:00
mdy ff280ee23d merge upstream 2026-04-09 13:33:20 +00:00
mdy 11886c0fe3 merge upstream 2026-04-09 07:28:45 +00:00
mdy c28d49b607 merge upstream 2026-04-03 03:20:06 +00:00
mdy 9c10229397 merge upstream 2026-03-31 03:00:01 +00:00
mdy 5cd5022024 merge upstream 2026-03-30 13:40:43 +00:00
mdy 5985d0f92f merge upstream 2026-03-29 08:40:58 +00:00
mdy d5733ddec4 merge upstream 2026-03-29 07:57:35 +00:00
mdy 2a6a73e94a merge upstream 2026-03-28 06:15:35 +00:00
mdy 3e5d049aaf merge upstream 2026-03-27 11:46:11 +00:00
mdy e3f9b17753 merge upstream 2026-03-20 13:12:25 +00:00
mdy 838e615af6 merge upstream 2026-03-19 07:02:12 +00:00
mdy fa7a9e1fe7 merge upstream 2026-03-18 06:57:30 +00:00
mdy de299e0261 merge upstream 2026-03-16 01:34:09 +00:00
mdy e6cf0e18f2 merge upstream 2026-03-11 02:17:20 +00:00
mdy fe4d4f2c83 merge upstream 2026-03-06 06:36:13 +00:00
mdy 1a25662a90 merge upstream 2026-03-05 02:22:37 +00:00
mdy b297f3b713 merge upstream 2026-03-04 10:15:55 +00:00
mdy bc349dd01c chore: 将主题从 system 修改为 everforest 2026-03-02 13:31:33 +08:00
mdy 6e81723e4f chore: 将 .env 文件添加到 .gitignore 2026-03-02 13:31:21 +08:00
5 changed files with 20 additions and 22 deletions
+1
View File
@@ -8,3 +8,4 @@ Thumbs.db
oh-my-openagent.json oh-my-openagent.json
oh-my-openagent.jsonc 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", "$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-7", "variant": "max" }, "sisyphus": { "model": "anthropic/claude-opus-4-7", "variant": "high" },
"hephaestus": { "model": "openai/gpt-5.5", "variant": "high" }, "hephaestus": { "model": "openai/gpt-5.5", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.5", "variant": "high" }, "oracle": { "model": "openai/gpt-5.5", "variant": "high" },
"librarian": { "model": "openai/gpt-5.4-mini" }, "librarian": { "model": "openai/gpt-5.4-mini" },
"explore": { "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" }, "prometheus": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"metis": { "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" }, "momus": { "model": "openai/gpt-5.5", "variant": "xhigh" },
"atlas": { "model": "furtherverse/kimi-k2.6" }, "atlas": { "model": "ai-gateway/kimi-k2.6" },
"sisyphus-junior": { "model": "furtherverse/kimi-k2.6" } "sisyphus-junior": { "model": "ai-gateway/kimi-k2.6" }
}, },
"categories": { "categories": {
"visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
@@ -19,9 +19,9 @@
"deep": { "model": "openai/gpt-5.5", "variant": "medium" }, "deep": { "model": "openai/gpt-5.5", "variant": "medium" },
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "openai/gpt-5.4-mini" }, "quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "furtherverse/kimi-k2.6" }, "unspecified-low": { "model": "ai-gateway/kimi-k2.6" },
"unspecified-high": { "model": "anthropic/claude-opus-4-7", "variant": "max" }, "unspecified-high": { "model": "anthropic/claude-opus-4-7", "variant": "max" },
"writing": { "model": "furtherverse/kimi-k2.6" } "writing": { "model": "ai-gateway/kimi-k2.6" }
}, },
"experimental": { "experimental": {
"disable_omo_env": true, "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", "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
"agents": { "agents": {
"sisyphus": { "model": "openai/gpt-5.5", "variant": "high" }, "sisyphus": { "model": "openai/gpt-5.5", "variant": "medium" },
"hephaestus": { "model": "openai/gpt-5.5", "variant": "high" }, "hephaestus": { "model": "openai/gpt-5.5", "variant": "medium" },
"oracle": { "model": "openai/gpt-5.5", "variant": "high" }, "oracle": { "model": "openai/gpt-5.5", "variant": "high" },
"librarian": { "model": "openai/gpt-5.4-mini" }, "librarian": { "model": "openai/gpt-5.4-mini" },
"explore": { "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" }, "prometheus": { "model": "openai/gpt-5.5", "variant": "high" },
"metis": { "model": "openai/gpt-5.5", "variant": "high" }, "metis": { "model": "openai/gpt-5.5", "variant": "high" },
"momus": { "model": "openai/gpt-5.5", "variant": "xhigh" }, "momus": { "model": "openai/gpt-5.5", "variant": "xhigh" },
"atlas": { "model": "furtherverse/kimi-k2.6" }, "atlas": { "model": "ai-gateway/kimi-k2.6" },
"sisyphus-junior": { "model": "furtherverse/kimi-k2.6" } "sisyphus-junior": { "model": "ai-gateway/kimi-k2.6" }
}, },
"categories": { "categories": {
"visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "visual-engineering": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
@@ -19,9 +19,9 @@
"deep": { "model": "openai/gpt-5.5", "variant": "medium" }, "deep": { "model": "openai/gpt-5.5", "variant": "medium" },
"artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" }, "artistry": { "model": "google/gemini-3.1-pro-preview", "variant": "high" },
"quick": { "model": "openai/gpt-5.4-mini" }, "quick": { "model": "openai/gpt-5.4-mini" },
"unspecified-low": { "model": "furtherverse/kimi-k2.6" }, "unspecified-low": { "model": "ai-gateway/kimi-k2.6" },
"unspecified-high": { "model": "openai/gpt-5.5", "variant": "high" }, "unspecified-high": { "model": "openai/gpt-5.5", "variant": "high" },
"writing": { "model": "furtherverse/kimi-k2.6" } "writing": { "model": "ai-gateway/kimi-k2.6" }
}, },
"experimental": { "experimental": {
"disable_omo_env": true, "disable_omo_env": true,
+6 -9
View File
@@ -6,7 +6,6 @@
"small_model": "openai/gpt-5.4-mini", "small_model": "openai/gpt-5.4-mini",
"provider": { "provider": {
"anthropic": { "anthropic": {
"name": "Anthropic",
"npm": "@ai-sdk/anthropic", "npm": "@ai-sdk/anthropic",
"options": { "options": {
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1", "baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",
@@ -34,7 +33,6 @@
} }
}, },
"openai": { "openai": {
"name": "OpenAI",
"npm": "@ai-sdk/openai", "npm": "@ai-sdk/openai",
"options": { "options": {
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1", "baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",
@@ -56,7 +54,6 @@
} }
}, },
"google": { "google": {
"name": "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",
@@ -77,8 +74,8 @@
} }
} }
}, },
"furtherverse": { "ai-gateway": {
"name": "Furtherverse", "name": "AI Gateway",
"npm": "@ai-sdk/openai-compatible", "npm": "@ai-sdk/openai-compatible",
"options": { "options": {
"baseURL": "{env:AI_GATEWAY_BASE_URL}/v1", "baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",
@@ -89,7 +86,7 @@
"name": "GLM-5.1", "name": "GLM-5.1",
"reasoning": true, "reasoning": true,
"modalities": { "input": ["text"], "output": ["text"] }, "modalities": { "input": ["text"], "output": ["text"] },
"limit": { "context": 202752, "output": 32768 } "limit": { "context": 204800, "output": 131072 }
}, },
"kimi-k2.6": { "kimi-k2.6": {
"name": "Kimi K2.6", "name": "Kimi K2.6",
@@ -97,11 +94,11 @@
"modalities": { "input": ["text", "image", "video"], "output": ["text"] }, "modalities": { "input": ["text", "image", "video"], "output": ["text"] },
"limit": { "context": 262144, "output": 65536 } "limit": { "context": 262144, "output": 65536 }
}, },
"kimi-k2.6-turbo": { "kimi-k2p5-turbo": {
"name": "Kimi K2.6 Turbo", "name": "Kimi K2.5 Turbo",
"reasoning": true, "reasoning": true,
"modalities": { "input": ["text", "image"], "output": ["text"] }, "modalities": { "input": ["text", "image"], "output": ["text"] },
"limit": { "context": 262000, "output": 262000 } "limit": { "context": 256000, "output": 256000 }
}, },
"minimax-m2.7": { "minimax-m2.7": {
"name": "MiniMax M2.7", "name": "MiniMax M2.7",
+1 -1
View File
@@ -1,4 +1,4 @@
{ {
"$schema": "https://opencode.ai/tui.json", "$schema": "https://opencode.ai/tui.json",
"theme": "catppuccin" "theme": "everforest"
} }