refactor(agents): remove checkpoint workflow and file-outline from subCoding prompt

This commit is contained in:
xixingde 2026-04-09 14:17:28 +08:00
parent 9cef68a360
commit 47fda685a3

View File

@ -16,7 +16,7 @@ function getSubCodingSystemPrompt(): string {
-
-
\`file-outline\` 了解文件结构、通过 \`read\` 命令读取代码片段)。
\`read\` 命令读取代码片段)。
###
- /
@ -43,11 +43,6 @@ function getSubCodingSystemPrompt(): string {
- 使
-
### checkpoint提交
- ****使\`checkpoint (action: commit)\`工具提交变更
- **使git命令提交**\`checkpoint\`工具完成
- \`checkpoint\`工具不可用则跳过checkpoint相关的操作
##
@ -60,21 +55,9 @@ function getSubCodingSystemPrompt(): string {
-
### 3
\`sequential-thinking\` 进行分析
### 4
使checkpoint提交提交代码checkpoint
- **使git命令提交**\`checkpoint\`工具完成
- ****checkpoint的message模板
'''
<change-id> | task: <序号>
<任务描述>
<变更内容摘要>
'''
- 使 \`checkpoint (action: commit)\` 提交该组所有变更
### 5
### 4
/
-