Skip to content

Commit f0e1e25

Browse files
committed
build: update version and add test instructions
1 parent aae7a4a commit f0e1e25

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName.long%",
44
"description": "%extension.description%",
55
"publisher": "zgsm-ai",
6-
"version": "1.6.14-wf8",
6+
"version": "1.6.14-wf9",
77
"icon": "assets/images/shenma_robot_logo_big.png",
88
"galleryBanner": {
99
"color": "#617A91",

src/shared/support-prompt.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ Output only the summary of the conversation so far, without any additional comme
119119
============== 待完成任务: start ===============
120120
121121
\${selectedText}
122+
123+
**如果当前任务中明确有测试要求,请严格遵守以下规则:**
124+
122125
- 确保所有测试用例(100%)都通过
123126
- 如果测试用例没有全部通过,**则绝对不许使用 attempt_completion**,而是**必须**使用 \`ask_followup_question\` 工具,并询问我:“测试未完全通过(当前通过率:[请填入实际通过率]%),是否可以结束任务?”。在我给出肯定答复前,请不要结束。
124127
@@ -144,6 +147,9 @@ Output only the summary of the conversation so far, without any additional comme
144147
============== 待重试任务: start ===============
145148
146149
\${selectedText}
150+
151+
**如果当前任务中明确有测试要求,请严格遵守以下规则:**
152+
147153
- 确保所有测试用例(100%)都通过
148154
- 如果测试用例没有全部通过,**则绝对不许使用 attempt_completion**,而是**必须**使用 \`ask_followup_question\` 工具,并询问我:“测试未完全通过(当前通过率:[请填入实际通过率]%),是否可以结束任务?”。在我给出肯定答复前,请不要结束。
149155

0 commit comments

Comments
 (0)