Skip to content

Commit 2e34fc1

Browse files
committed
Tweak step prompt about loading skills
1 parent b61ef28 commit 2e34fc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/base2/base2.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ function buildImplementationStepPrompt({
381381
return buildArray(
382382
isMax &&
383383
`Keep working until the user's request is completely satisfied${!hasNoValidation ? ' and validated' : ''}, or until you require more information from the user.`,
384-
'You must use the skill tool to load any potentially relevant skills.',
384+
'Consider loading relevant skills with the skill tool if they might help with the current task. Do not reload skills that were already loaded earlier in this conversation.',
385385
isFree &&
386386
`Spawn the thinker-with-files-gemini agent for complex problems, not routine edits. Pass the relevant filePaths.`,
387387
isMax &&

0 commit comments

Comments
 (0)