diff --git a/src/core/prompts/tools/new-task.ts b/src/core/prompts/tools/new-task.ts index 3de2e6a537..ef30ae365d 100644 --- a/src/core/prompts/tools/new-task.ts +++ b/src/core/prompts/tools/new-task.ts @@ -5,18 +5,18 @@ export function getNewTaskDescription(args: ToolArgs): string { Description: Create a new task with a specified starting mode and initial message. This tool instructs the system to create a new Cline instance in the given mode with the provided message. Parameters: -- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect"). +- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect"). - message: (required) The initial user message or instructions for this new task. Usage: -your-mode-slug-here +your-mode-slug-here Your initial instructions here Example: -code +code Implement a new feature for the application. `