From 85fd3146aa573161e8ccabdbe4ff9a81b030452a Mon Sep 17 00:00:00 2001
From: "ellipsis-dev[bot]"
<65095814+ellipsis-dev[bot]@users.noreply.github.com>
Date: Sat, 26 Apr 2025 18:20:36 +0000
Subject: [PATCH] address comments left by @d-oit on #2967 (Fix: update
parameter names in new task description for consistency);
---
.../prompts/__tests__/__snapshots__/system.test.ts.snap | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/core/prompts/__tests__/__snapshots__/system.test.ts.snap b/src/core/prompts/__tests__/__snapshots__/system.test.ts.snap
index ade0bd1f85..c1efcbb100 100644
--- a/src/core/prompts/__tests__/__snapshots__/system.test.ts.snap
+++ b/src/core/prompts/__tests__/__snapshots__/system.test.ts.snap
@@ -1269,21 +1269,21 @@ Example: Requesting to switch to code mode
## new_task
-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.
+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_slug 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.