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
@@ -1,3 +1,3 @@
name: 代码模式
name: PTC 模式
description: 具备标准模式的全部能力,并通过 Code Mode SDK 呈现工具,让模型用一个 TypeScript 程序组合多步操作。
order: 2
@@ -32,13 +32,13 @@
- img
- text: 复制
- listitem:
- 'button "设为默认: 代码模式"':
- text: 代码模式 内置 具备标准模式的全部能力,并通过 Code Mode SDK 呈现工具,让模型用一个 TypeScript 程序组合多步操作。
- 'button "设为默认: PTC 模式"':
- text: PTC 模式 内置 具备标准模式的全部能力,并通过 Code Mode SDK 呈现工具,让模型用一个 TypeScript 程序组合多步操作。
- code: code
- 'button "查看: 代码模式"':
- 'button "查看: PTC 模式"':
- img
- text: 查看
- 'button "复制: 代码模式"':
- 'button "复制: PTC 模式"':
- img
- text: 复制
- listitem:
@@ -32,13 +32,13 @@
- img
- text: 复制
- listitem:
- 'button "设为默认: 代码模式"':
- text: 代码模式 内置 具备标准模式的全部能力,并通过 Code Mode SDK 呈现工具,让模型用一个 TypeScript 程序组合多步操作。
- 'button "设为默认: PTC 模式"':
- text: PTC 模式 内置 具备标准模式的全部能力,并通过 Code Mode SDK 呈现工具,让模型用一个 TypeScript 程序组合多步操作。
- code: code
- 'button "查看: 代码模式"':
- 'button "查看: PTC 模式"':
- img
- text: 查看
- 'button "复制: 代码模式"':
- 'button "复制: PTC 模式"':
- img
- text: 复制
- listitem:
@@ -32,13 +32,13 @@
- img
- text: 复制
- listitem:
- 'button "设为默认: 代码模式"':
- text: 代码模式 内置 具备标准模式的全部能力,并通过 Code Mode SDK 呈现工具,让模型用一个 TypeScript 程序组合多步操作。
- 'button "设为默认: PTC 模式"':
- text: PTC 模式 内置 具备标准模式的全部能力,并通过 Code Mode SDK 呈现工具,让模型用一个 TypeScript 程序组合多步操作。
- code: code
- 'button "查看: 代码模式"':
- 'button "查看: PTC 模式"':
- img
- text: 查看
- 'button "复制: 代码模式"':
- 'button "复制: PTC 模式"':
- img
- text: 复制
- listitem:
@@ -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。',