Skip to content

Commit 85fd314

Browse files
address comments left by @d-oit on #2967 (Fix: update parameter names in new task description for consistency);
1 parent 3e56f86 commit 85fd314

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/core/prompts/__tests__/__snapshots__/system.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,21 +1269,21 @@ Example: Requesting to switch to code mode
12691269
</switch_mode>
12701270
12711271
## new_task
1272-
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.
1272+
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.
12731273
12741274
Parameters:
1275-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
1275+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
12761276
- message: (required) The initial user message or instructions for this new task.
12771277
12781278
Usage:
12791279
<new_task>
1280-
<mode>your-mode-slug-here</mode>
1280+
<mode_slug>your-mode-slug-here</mode_slug>
12811281
<message>Your initial instructions here</message>
12821282
</new_task>
12831283
12841284
Example:
12851285
<new_task>
1286-
<mode>code</mode>
1286+
<mode_slug>code</mode_slug>
12871287
<message>Implement a new feature for the application.</message>
12881288
</new_task>
12891289

0 commit comments

Comments
 (0)