Skip to content

Commit bc33ccf

Browse files
committed
Fix: update parameter name from 'mode' to 'mode_slug' for consistency in task creation
1 parent a314051 commit bc33ccf

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

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

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -805,18 +805,18 @@ Example: Requesting to switch to code mode
805805
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.
806806
807807
Parameters:
808-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
808+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
809809
- message: (required) The initial user message or instructions for this new task.
810810
811811
Usage:
812812
<new_task>
813-
<mode>your-mode-slug-here</mode>
813+
<mode_slug>your-mode-slug-here</mode_slug>
814814
<message>Your initial instructions here</message>
815815
</new_task>
816816
817817
Example:
818818
<new_task>
819-
<mode>code</mode>
819+
<mode_slug>code</mode_slug>
820820
<message>Implement a new feature for the application.</message>
821821
</new_task>
822822
@@ -1272,18 +1272,18 @@ Example: Requesting to switch to code mode
12721272
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.
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
@@ -1792,18 +1792,18 @@ Example: Requesting to switch to code mode
17921792
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.
17931793
17941794
Parameters:
1795-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
1795+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
17961796
- message: (required) The initial user message or instructions for this new task.
17971797
17981798
Usage:
17991799
<new_task>
1800-
<mode>your-mode-slug-here</mode>
1800+
<mode_slug>your-mode-slug-here</mode_slug>
18011801
<message>Your initial instructions here</message>
18021802
</new_task>
18031803
18041804
Example:
18051805
<new_task>
1806-
<mode>code</mode>
1806+
<mode_slug>code</mode_slug>
18071807
<message>Implement a new feature for the application.</message>
18081808
</new_task>
18091809
@@ -2311,18 +2311,18 @@ Example: Requesting to switch to code mode
23112311
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.
23122312
23132313
Parameters:
2314-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
2314+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
23152315
- message: (required) The initial user message or instructions for this new task.
23162316
23172317
Usage:
23182318
<new_task>
2319-
<mode>your-mode-slug-here</mode>
2319+
<mode_slug>your-mode-slug-here</mode_slug>
23202320
<message>Your initial instructions here</message>
23212321
</new_task>
23222322
23232323
Example:
23242324
<new_task>
2325-
<mode>code</mode>
2325+
<mode_slug>code</mode_slug>
23262326
<message>Implement a new feature for the application.</message>
23272327
</new_task>
23282328
@@ -2850,18 +2850,18 @@ Example: Requesting to switch to code mode
28502850
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.
28512851
28522852
Parameters:
2853-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
2853+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
28542854
- message: (required) The initial user message or instructions for this new task.
28552855
28562856
Usage:
28572857
<new_task>
2858-
<mode>your-mode-slug-here</mode>
2858+
<mode_slug>your-mode-slug-here</mode_slug>
28592859
<message>Your initial instructions here</message>
28602860
</new_task>
28612861
28622862
Example:
28632863
<new_task>
2864-
<mode>code</mode>
2864+
<mode_slug>code</mode_slug>
28652865
<message>Implement a new feature for the application.</message>
28662866
</new_task>
28672867
@@ -3410,18 +3410,18 @@ Example: Requesting to switch to code mode
34103410
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.
34113411
34123412
Parameters:
3413-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
3413+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
34143414
- message: (required) The initial user message or instructions for this new task.
34153415
34163416
Usage:
34173417
<new_task>
3418-
<mode>your-mode-slug-here</mode>
3418+
<mode_slug>your-mode-slug-here</mode_slug>
34193419
<message>Your initial instructions here</message>
34203420
</new_task>
34213421
34223422
Example:
34233423
<new_task>
3424-
<mode>code</mode>
3424+
<mode_slug>code</mode_slug>
34253425
<message>Implement a new feature for the application.</message>
34263426
</new_task>
34273427
@@ -3877,18 +3877,18 @@ Example: Requesting to switch to code mode
38773877
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.
38783878
38793879
Parameters:
3880-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
3880+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
38813881
- message: (required) The initial user message or instructions for this new task.
38823882
38833883
Usage:
38843884
<new_task>
3885-
<mode>your-mode-slug-here</mode>
3885+
<mode_slug>your-mode-slug-here</mode_slug>
38863886
<message>Your initial instructions here</message>
38873887
</new_task>
38883888
38893889
Example:
38903890
<new_task>
3891-
<mode>code</mode>
3891+
<mode_slug>code</mode_slug>
38923892
<message>Implement a new feature for the application.</message>
38933893
</new_task>
38943894
@@ -4435,18 +4435,18 @@ Example: Requesting to switch to code mode
44354435
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.
44364436
44374437
Parameters:
4438-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
4438+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
44394439
- message: (required) The initial user message or instructions for this new task.
44404440
44414441
Usage:
44424442
<new_task>
4443-
<mode>your-mode-slug-here</mode>
4443+
<mode_slug>your-mode-slug-here</mode_slug>
44444444
<message>Your initial instructions here</message>
44454445
</new_task>
44464446
44474447
Example:
44484448
<new_task>
4449-
<mode>code</mode>
4449+
<mode_slug>code</mode_slug>
44504450
<message>Implement a new feature for the application.</message>
44514451
</new_task>
44524452
@@ -4908,18 +4908,18 @@ Example: Requesting to switch to code mode
49084908
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.
49094909
49104910
Parameters:
4911-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
4911+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
49124912
- message: (required) The initial user message or instructions for this new task.
49134913
49144914
Usage:
49154915
<new_task>
4916-
<mode>your-mode-slug-here</mode>
4916+
<mode_slug>your-mode-slug-here</mode_slug>
49174917
<message>Your initial instructions here</message>
49184918
</new_task>
49194919
49204920
Example:
49214921
<new_task>
4922-
<mode>code</mode>
4922+
<mode_slug>code</mode_slug>
49234923
<message>Implement a new feature for the application.</message>
49244924
</new_task>
49254925
@@ -5263,18 +5263,18 @@ Example: Requesting to switch to code mode
52635263
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.
52645264
52655265
Parameters:
5266-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
5266+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
52675267
- message: (required) The initial user message or instructions for this new task.
52685268
52695269
Usage:
52705270
<new_task>
5271-
<mode>your-mode-slug-here</mode>
5271+
<mode_slug>your-mode-slug-here</mode_slug>
52725272
<message>Your initial instructions here</message>
52735273
</new_task>
52745274
52755275
Example:
52765276
<new_task>
5277-
<mode>code</mode>
5277+
<mode_slug>code</mode_slug>
52785278
<message>Implement a new feature for the application.</message>
52795279
</new_task>
52805280
@@ -5812,18 +5812,18 @@ Example: Requesting to switch to code mode
58125812
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.
58135813
58145814
Parameters:
5815-
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
5815+
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
58165816
- message: (required) The initial user message or instructions for this new task.
58175817
58185818
Usage:
58195819
<new_task>
5820-
<mode>your-mode-slug-here</mode>
5820+
<mode_slug>your-mode-slug-here</mode_slug>
58215821
<message>Your initial instructions here</message>
58225822
</new_task>
58235823
58245824
Example:
58255825
<new_task>
5826-
<mode>code</mode>
5826+
<mode_slug>code</mode_slug>
58275827
<message>Implement a new feature for the application.</message>
58285828
</new_task>
58295829

0 commit comments

Comments
 (0)