Skip to content

Commit e437455

Browse files
committed
Add a step prompt to read relevant skills
1 parent 752a623 commit e437455

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

agents/base2/base2.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ function buildImplementationStepPrompt({
358358
return buildArray(
359359
isMax &&
360360
`Keep working until the user's request is completely satisfied${!hasNoValidation ? ' and validated' : ''}, or until you require more information from the user.`,
361+
'You must use the skill tool to load any potentially relevant skills.',
361362
isMax &&
362363
`You must spawn the 'editor-multi-prompt' agent to implement code changes rather than using the str_replace or write_file tools, since it will generate the best code changes.`,
363364
(isDefault || isMax) &&

0 commit comments

Comments
 (0)