From c1bc2eb8d37dbe95efe3b73b8a06021026f5a5f1 Mon Sep 17 00:00:00 2001 From: Mason Daugherty <61371264+mdrxy@users.noreply.github.com> Date: Mon, 27 Jul 2026 20:38:42 +0000 Subject: [PATCH] chore(code): remove orphaned `todo_list_prompt.md` Since `deepagents==0.7.0b2` made `ToDoListMiddleware` opt-in, dcode no longer injects the todo-list prompt. The template file was left behind with no remaining references, yet is still shipped in the wheel via the `deepagents_code/**/*.md` include. Remove the dead artifact. Co-authored-by: open-swe[bot] --- libs/code/deepagents_code/todo_list_prompt.md | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 libs/code/deepagents_code/todo_list_prompt.md diff --git a/libs/code/deepagents_code/todo_list_prompt.md b/libs/code/deepagents_code/todo_list_prompt.md deleted file mode 100644 index ea6f81cc36..0000000000 --- a/libs/code/deepagents_code/todo_list_prompt.md +++ /dev/null @@ -1,12 +0,0 @@ -### Todo List Management - -When using the write_todos tool: - -1. Use todos for any task with 2+ steps — they give the user visibility -2. Mark tasks `in_progress` before starting, `completed` immediately after -3. Don't batch completions — mark each item done as you finish it -4. If a task reveals sub-tasks, add them right away -5. For simple 1-step tasks, just do them directly -{todo_guidance} - -The todo list is a planning tool - use it judiciously to avoid overwhelming the user with excessive task tracking.