Merge remote-tracking branch 'origin/master' into worktree/fix-minimal-preset-prompt

# Conflicts:
#	apps/cli/config/agent-presets/minimal/preset.yml
This commit is contained in:
Yichen Jiang
2026-08-10 21:05:29 +08:00
101 changed files with 1385 additions and 269 deletions

View File

@@ -1,3 +1,3 @@
name: 代码模式
description: 标准模式的工具改为 Code Mode 呈现:模型写一段 TypeScript 调用 SDK一次执行代替多轮工具调用
description: 具备标准模式的全部能力,并通过 Code Mode SDK 呈现工具,让模型用一个 TypeScript 程序组合多步操作
order: 2

View File

@@ -1,3 +1,3 @@
name: 创造模式
description: 标准模式加上自指工具集,可以读改自己运行的这套组装,并据此创作新的预设
description: 用于创建自定义 Agent preset具备标准模式的全部能力并提供运行时检查、插件实验和 preset 创作指导
order: 4

View File

@@ -1,4 +1,4 @@
# The `minimal` agent preset: the Claude SWE-compatible RL surface.
# The `minimal` agent preset: a fixed-prompt, two-tool coding surface.
#
# The persona is the complete system prompt, so global identity, Web surface,
# tool guidance, and later assembly listeners cannot add prompt text. The model

View File

@@ -1,3 +1,3 @@
name: 极简模式
description: 固定 RL 系统提示词,只呈现持久 bash 与 str_replace_editor。
description: 仅提供持久 bash 与 str_replace_editor 的双工具编码 Agent
order: 3

View File

@@ -1,3 +1,3 @@
name: 标准模式
description: 完整的编码 agent文件读写、shell、检索、计划、委派与工作流。
description: 功能完整的编码 Agent支持文件编辑、Shell、文件与网页检索、Skills、计划、目标、子代理和工作流。
order: 1