Merge pull request #2411 from deepseek-harness/feat/2406-rename-code-preset-ptc-mode

feat: 将代码模式预设更名为 PTC 模式
This commit is contained in:
fz
2026-08-12 23:47:00 +08:00
committed by GitHub
5 changed files with 14 additions and 14 deletions
@@ -100,7 +100,7 @@ export const zh: Record<AgentPresetSettingsKey, string> = {
view: '查看',
presetStandardName: '标准模式',
presetStandardDescription: '功能完整的编码 Agent,支持文件编辑、Shell、文件与网页检索、Skills、计划、目标、子代理和工作流。',
presetCodeName: '代码模式',
presetCodeName: 'PTC 模式',
presetCodeDescription: '具备标准模式的全部能力,并通过 Code Mode SDK 呈现工具,让模型用一个 TypeScript 程序组合多步操作。',
presetMinimalName: '极简模式',
presetMinimalDescription: '仅提供持久 bash 与 str_replace_editor 的双工具编码 Agent。',