From 3e56f867b17935f4422d69ff0d262a3e8e1f5360 Mon Sep 17 00:00:00 2001 From: Dominik Oswald <6849456+d-oit@users.noreply.github.com> Date: Sat, 26 Apr 2025 09:01:43 +0000 Subject: [PATCH] Fix: update parameter names in new task description for consistency --- src/core/prompts/tools/new-task.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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. `