From 23fc72fd56500761b978849e3ac63d5491cf73a9 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Sat, 23 May 2026 19:25:46 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=86=20ai-gateway=20provider=20?= =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=E4=B8=BA=20furtherverse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- oh-my-openagent.claude.jsonc | 8 ++++---- oh-my-openagent.gpt.jsonc | 8 ++++---- opencode.jsonc | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/oh-my-openagent.claude.jsonc b/oh-my-openagent.claude.jsonc index b6816b0..7683cb9 100644 --- a/oh-my-openagent.claude.jsonc +++ b/oh-my-openagent.claude.jsonc @@ -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, diff --git a/oh-my-openagent.gpt.jsonc b/oh-my-openagent.gpt.jsonc index 20ae346..0dd5903 100644 --- a/oh-my-openagent.gpt.jsonc +++ b/oh-my-openagent.gpt.jsonc @@ -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, diff --git a/opencode.jsonc b/opencode.jsonc index a80b5d2..1453a3a 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -77,8 +77,8 @@ } } }, - "ai-gateway": { - "name": "AI Gateway", + "furtherverse": { + "name": "Furtherverse", "npm": "@ai-sdk/openai-compatible", "options": { "baseURL": "{env:AI_GATEWAY_BASE_URL}/v1",