diff --git a/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/architect-mode-prompt.snap b/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/architect-mode-prompt.snap index e80857d354d..f45ed3c0f67 100644 --- a/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/architect-mode-prompt.snap +++ b/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/architect-mode-prompt.snap @@ -420,7 +420,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/ask-mode-prompt.snap b/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/ask-mode-prompt.snap index a169a1f3af5..09b6b043480 100644 --- a/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/ask-mode-prompt.snap +++ b/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/ask-mode-prompt.snap @@ -317,7 +317,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-disabled.snap b/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-disabled.snap index 8563bef9cca..2f3a473c52e 100644 --- a/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-disabled.snap +++ b/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-disabled.snap @@ -469,7 +469,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-enabled.snap b/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-enabled.snap index fd8ef4dc983..4c33b96db91 100644 --- a/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-enabled.snap +++ b/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/mcp-server-creation-enabled.snap @@ -469,7 +469,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/partial-reads-enabled.snap b/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/partial-reads-enabled.snap index 0d172d756b1..148c5f07599 100644 --- a/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/partial-reads-enabled.snap +++ b/src/core/prompts/__tests__/__snapshots__/add-custom-instructions/partial-reads-enabled.snap @@ -425,7 +425,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/system-prompt/consistent-system-prompt.snap b/src/core/prompts/__tests__/__snapshots__/system-prompt/consistent-system-prompt.snap index e80857d354d..f45ed3c0f67 100644 --- a/src/core/prompts/__tests__/__snapshots__/system-prompt/consistent-system-prompt.snap +++ b/src/core/prompts/__tests__/__snapshots__/system-prompt/consistent-system-prompt.snap @@ -420,7 +420,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-computer-use-support.snap b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-computer-use-support.snap index 576bf0ddd5a..bced4ff91c6 100644 --- a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-computer-use-support.snap +++ b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-computer-use-support.snap @@ -473,7 +473,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-false.snap b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-false.snap index e80857d354d..f45ed3c0f67 100644 --- a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-false.snap +++ b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-false.snap @@ -420,7 +420,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-true.snap b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-true.snap index 6fc7ad69cef..35b1cba5c1e 100644 --- a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-true.snap +++ b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-true.snap @@ -508,7 +508,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-undefined.snap b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-undefined.snap index e80857d354d..f45ed3c0f67 100644 --- a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-undefined.snap +++ b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-diff-enabled-undefined.snap @@ -420,7 +420,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-different-viewport-size.snap b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-different-viewport-size.snap index 6ccccedefeb..d0381b222ef 100644 --- a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-different-viewport-size.snap +++ b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-different-viewport-size.snap @@ -473,7 +473,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-mcp-hub-provided.snap b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-mcp-hub-provided.snap index fd8ef4dc983..4c33b96db91 100644 --- a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-mcp-hub-provided.snap +++ b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-mcp-hub-provided.snap @@ -469,7 +469,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-undefined-mcp-hub.snap b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-undefined-mcp-hub.snap index e80857d354d..f45ed3c0f67 100644 --- a/src/core/prompts/__tests__/__snapshots__/system-prompt/with-undefined-mcp-hub.snap +++ b/src/core/prompts/__tests__/__snapshots__/system-prompt/with-undefined-mcp-hub.snap @@ -420,7 +420,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks. diff --git a/src/core/prompts/tools/update-todo-list.ts b/src/core/prompts/tools/update-todo-list.ts index 528d5a1b512..30100617dfb 100644 --- a/src/core/prompts/tools/update-todo-list.ts +++ b/src/core/prompts/tools/update-todo-list.ts @@ -56,7 +56,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st **When to Use:** -- The task involves multiple steps or requires ongoing tracking. +- The task is complicated or involves multiple steps or requires ongoing tracking. - You need to update the status of several todos at once. - New actionable items are discovered during task execution. - The user requests a todo list or provides multiple tasks.