fix: make todo list prompt to be specific about when to use todo updates

This commit is contained in:
Saoud Rizwan
2025-09-27 23:54:48 -07:00
parent 403a32b69c
commit f0cd7fd360
@@ -8,7 +8,7 @@ The system automatically manages todo lists to help track task progress:
- Every 10th API request, you will be prompted to review and update the current todo list if one exists
- When switching from PLAN MODE to ACT MODE, you should create a comprehensive todo list for the task
- Todo list updates should be done silently using the task_progress parameter - do not announce these updates to the user
- Todo list updates should be done silently using the task_progress parameter inside tool calls - do not announce these updates to the user
- Use standard Markdown checklist format: "- [ ]" for incomplete items and "- [x]" for completed items
- The system will automatically include todo list context in your prompts when appropriate
- Focus on creating actionable, meaningful steps rather than granular technical details`