Skip to content

Commit a314051

Browse files
committed
Fix: update parameter name from 'mode' to 'mode_slug' for consistency in new task usage
1 parent 3e56f86 commit a314051

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,18 +338,18 @@ Example: Requesting to switch to code mode
338338
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.
339339
340340
Parameters:
341-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
341+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
342342
- message: (required) The initial user message or instructions for this new task.
343343
344344
Usage:
345345
<new_task>
346-
<mode>your-mode-slug-here</mode>
346+
<mode_slug>your-mode-slug-here</mode_slug>
347347
<message>Your initial instructions here</message>
348348
</new_task>
349349
350350
Example:
351351
<new_task>
352-
<mode>code</mode>
352+
<mode_slug>code</mode_slug>
353353
<message>Implement a new feature for the application.</message>
354354
</new_task>
355355

0 commit comments

Comments
 (0)