Skip to content

Commit 375824a

Browse files
committed
Don't surprise the user by modifying files
1 parent f90f069 commit 375824a

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
@@ -221,7 +221,7 @@ function buildImplementationInstructionsPrompt({
221221
isMax: boolean
222222
hasNoValidation: boolean
223223
}) {
224-
return `Act as a helpful assistant and freely respond to the user's request however would be most helpful to the user. Use your judgement to orchestrate the completion of the user's request using your specialized sub-agents and tools as needed. Take your time and be comprehensive.
224+
return `Act as a helpful assistant and freely respond to the user's request however would be most helpful to the user. Use your judgement to orchestrate the completion of the user's request using your specialized sub-agents and tools as needed. Take your time and be comprehensive. Don't surprise the user. For example, don't modify files if the user has not asked you to do so at least implicitly.
225225
226226
## Example response
227227

0 commit comments

Comments
 (0)