From f0cd7fd36003dd655e768ace10082f7b2f9668d1 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sat, 27 Sep 2025 23:54:48 -0700 Subject: [PATCH] fix: make todo list prompt to be specific about when to use todo updates --- src/core/prompts/system-prompt/components/auto_todo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/prompts/system-prompt/components/auto_todo.ts b/src/core/prompts/system-prompt/components/auto_todo.ts index 282179915d..72174b3b00 100644 --- a/src/core/prompts/system-prompt/components/auto_todo.ts +++ b/src/core/prompts/system-prompt/components/auto_todo.ts @@ -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`