From d5bd701b657bbd090a056a5bbc9fecbcdf0f4d45 Mon Sep 17 00:00:00 2001 From: kite Date: Wed, 17 Jun 2026 21:13:41 +0800 Subject: [PATCH] docs(i18n): expand multi-model feature description with preset providers Add preset provider list (Anthropic, OpenAI, DashScope, DeepSeek, Z.AI) and custom endpoint support details to the multi-model protocol feature description in both en.ts and zh.ts. --- pages/src/i18n/en.ts | 2 +- pages/src/i18n/zh.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/src/i18n/en.ts b/pages/src/i18n/en.ts index b265880..56cba60 100644 --- a/pages/src/i18n/en.ts +++ b/pages/src/i18n/en.ts @@ -53,7 +53,7 @@ export const en: TranslationKeys = { 'features.feat2Title': 'Precise Comment Positioning & Reflection', 'features.feat2Desc': 'An independent line-level comment positioning module with a 3-tier progressive LLM strategy pinpoints each comment to exact line numbers. A separate reflection module intercepts hallucinations and knowledge drift early.', 'features.feat3Title': 'Multi-Model Protocol Support', - 'features.feat3Desc': 'Supports both Anthropic Messages API and OpenAI Chat Completions API. Connect custom model endpoints.', + 'features.feat3Desc': 'Supports both Anthropic Messages API and OpenAI Chat Completions API. Ships with preset providers including Anthropic, OpenAI, DashScope, DeepSeek, and Z.AI for out-of-the-box use, while also supporting custom model endpoints for private deployments.', 'features.feat4Title': 'Dynamic Concurrent Processing', 'features.feat4Desc': 'Dynamically splits sub-tasks for parallel review with configurable goroutine workers (default 8). Even large changesets complete quickly.', 'features.feat5Title': 'Smart Memory Compression', diff --git a/pages/src/i18n/zh.ts b/pages/src/i18n/zh.ts index e110cc9..e8afb03 100644 --- a/pages/src/i18n/zh.ts +++ b/pages/src/i18n/zh.ts @@ -53,7 +53,7 @@ export const zh: TranslationKeys = { 'features.feat2Title': '精确的评论定位与反思', 'features.feat2Desc': '独立的行级评论定位模块,基于三级递进策略的 LLM 评论精确定位机制,将每条评审意见都精确到具体行号,结构化输出让修复更高效;独立的评论反思模块,提前拦截模型发生的知识遗忘或逻辑幻觉等。', 'features.feat3Title': '多模型协议支持', - 'features.feat3Desc': '同时支持 Anthropic Messages API 和 OpenAI Chat Completions API。可接入自定义模型端点。', + 'features.feat3Desc': '同时支持 Anthropic Messages API 和 OpenAI Chat Completions API。内置 Anthropic、OpenAI、DashScope、DeepSeek、Z.AI 等预设供应商,开箱即用;同时支持接入任意自定义模型端点,灵活适配私有化部署场景。', 'features.feat4Title': '动态并发处理', 'features.feat4Desc': '动态拆分子任务并行评审,可配置 goroutine worker 数量(默认 8 个)。大变更集也能快速完成。', 'features.feat5Title': '智能记忆压缩',