mirror of
https://github.com/cline/cline.git
synced 2026-09-11 16:42:40 +08:00
fix: make todo list prompt to be specific about when to use todo updates
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user