fix: task tool prompt (#1887)

This commit is contained in:
Aiden Cline
2025-08-12 22:41:12 -05:00
committed by GitHub
parent 2056781cf7
commit 790e9947bd

View File

@@ -23,7 +23,7 @@ Usage notes:
5. Clearly tell the agent whether you expect it to write code or just to do research (search, file reads, web fetches, etc.), since it is not aware of the user's intent 5. Clearly tell the agent whether you expect it to write code or just to do research (search, file reads, web fetches, etc.), since it is not aware of the user's intent
6. If the agent description mentions that it should be used proactively, then you should try your best to use it without the user having to ask for it first. Use your judgement. 6. If the agent description mentions that it should be used proactively, then you should try your best to use it without the user having to ask for it first. Use your judgement.
Example usage: Example usage (NOTE: The agents below are fictional examples for illustration only - use the actual agents listed above):
<example_agent_descriptions> <example_agent_descriptions>
"code-reviewer": use this agent after you are done writing a signficant piece of code "code-reviewer": use this agent after you are done writing a signficant piece of code