You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/core/prompts/__tests__/__snapshots__/system.test.ts.snap
+22-22Lines changed: 22 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ Example: Requesting to write to frontend-config.json
132
132
</write_to_file>
133
133
134
134
## execute_command
135
-
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
135
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
136
136
Parameters:
137
137
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
138
138
Usage:
@@ -291,7 +291,7 @@ RULES
291
291
SYSTEM INFORMATION
292
292
293
293
Operating System: Linux
294
-
Default Shell: /bin/bash
294
+
Default Shell: /bin/zsh
295
295
Home Directory: /home/user
296
296
Current Working Directory: /test/path
297
297
@@ -455,7 +455,7 @@ Example: Requesting to write to frontend-config.json
455
455
</write_to_file>
456
456
457
457
## execute_command
458
-
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
458
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
459
459
Parameters:
460
460
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
461
461
Usage:
@@ -614,7 +614,7 @@ RULES
614
614
SYSTEM INFORMATION
615
615
616
616
Operating System: Linux
617
-
Default Shell: /bin/bash
617
+
Default Shell: /bin/zsh
618
618
Home Directory: /home/user
619
619
Current Working Directory: /test/path
620
620
@@ -778,7 +778,7 @@ Example: Requesting to write to frontend-config.json
778
778
</write_to_file>
779
779
780
780
## execute_command
781
-
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
781
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
782
782
Parameters:
783
783
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
784
784
Usage:
@@ -937,7 +937,7 @@ RULES
937
937
SYSTEM INFORMATION
938
938
939
939
Operating System: Linux
940
-
Default Shell: /bin/bash
940
+
Default Shell: /bin/zsh
941
941
Home Directory: /home/user
942
942
Current Working Directory: /test/path
943
943
@@ -1147,7 +1147,7 @@ Example: Requesting to click on the element at coordinates 450,300
1147
1147
</browser_action>
1148
1148
1149
1149
## execute_command
1150
-
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
1150
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
1151
1151
Parameters:
1152
1152
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
1153
1153
Usage:
@@ -1309,7 +1309,7 @@ RULES
1309
1309
SYSTEM INFORMATION
1310
1310
1311
1311
Operating System: Linux
1312
-
Default Shell: /bin/bash
1312
+
Default Shell: /bin/zsh
1313
1313
Home Directory: /home/user
1314
1314
Current Working Directory: /test/path
1315
1315
@@ -1473,7 +1473,7 @@ Example: Requesting to write to frontend-config.json
1473
1473
</write_to_file>
1474
1474
1475
1475
## execute_command
1476
-
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
1476
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
1477
1477
Parameters:
1478
1478
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
1479
1479
Usage:
@@ -2045,7 +2045,7 @@ RULES
2045
2045
SYSTEM INFORMATION
2046
2046
2047
2047
Operating System: Linux
2048
-
Default Shell: /bin/bash
2048
+
Default Shell: /bin/zsh
2049
2049
Home Directory: /home/user
2050
2050
Current Working Directory: /test/path
2051
2051
@@ -2255,7 +2255,7 @@ Example: Requesting to click on the element at coordinates 450,300
2255
2255
</browser_action>
2256
2256
2257
2257
## execute_command
2258
-
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
2258
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
2259
2259
Parameters:
2260
2260
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
2261
2261
Usage:
@@ -2417,7 +2417,7 @@ RULES
2417
2417
SYSTEM INFORMATION
2418
2418
2419
2419
Operating System: Linux
2420
-
Default Shell: /bin/bash
2420
+
Default Shell: /bin/zsh
2421
2421
Home Directory: /home/user
2422
2422
Current Working Directory: /test/path
2423
2423
@@ -2641,7 +2641,7 @@ Your search/replace content here
2641
2641
</apply_diff>
2642
2642
2643
2643
## execute_command
2644
-
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
2644
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
2645
2645
Parameters:
2646
2646
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
2647
2647
Usage:
@@ -2802,7 +2802,7 @@ RULES
2802
2802
SYSTEM INFORMATION
2803
2803
2804
2804
Operating System: Linux
2805
-
Default Shell: /bin/bash
2805
+
Default Shell: /bin/zsh
2806
2806
Home Directory: /home/user
2807
2807
Current Working Directory: /test/path
2808
2808
@@ -2966,7 +2966,7 @@ Example: Requesting to write to frontend-config.json
2966
2966
</write_to_file>
2967
2967
2968
2968
## execute_command
2969
-
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
2969
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
2970
2970
Parameters:
2971
2971
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
2972
2972
Usage:
@@ -3125,7 +3125,7 @@ RULES
3125
3125
SYSTEM INFORMATION
3126
3126
3127
3127
Operating System: Linux
3128
-
Default Shell: /bin/bash
3128
+
Default Shell: /bin/zsh
3129
3129
Home Directory: /home/user
3130
3130
Current Working Directory: /test/path
3131
3131
@@ -3331,7 +3331,7 @@ Example: Requesting to write to frontend-config.json
3331
3331
</write_to_file>
3332
3332
3333
3333
## execute_command
3334
-
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
3334
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
3335
3335
Parameters:
3336
3336
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
3337
3337
Usage:
@@ -3549,7 +3549,7 @@ RULES
3549
3549
SYSTEM INFORMATION
3550
3550
3551
3551
Operating System: Linux
3552
-
Default Shell: /bin/bash
3552
+
Default Shell: /bin/zsh
3553
3553
Home Directory: /home/user
3554
3554
Current Working Directory: /test/path
3555
3555
@@ -3873,7 +3873,7 @@ RULES
3873
3873
SYSTEM INFORMATION
3874
3874
3875
3875
Operating System: Linux
3876
-
Default Shell: /bin/bash
3876
+
Default Shell: /bin/zsh
3877
3877
Home Directory: /home/user
3878
3878
Current Working Directory: /test/path
3879
3879
@@ -4182,7 +4182,7 @@ RULES
4182
4182
SYSTEM INFORMATION
4183
4183
4184
4184
Operating System: Linux
4185
-
Default Shell: /bin/bash
4185
+
Default Shell: /bin/zsh
4186
4186
Home Directory: /home/user
4187
4187
Current Working Directory: /test/path
4188
4188
@@ -4376,7 +4376,7 @@ Example: Requesting to write to frontend-config.json
4376
4376
</write_to_file>
4377
4377
4378
4378
## execute_command
4379
-
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
4379
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: /test/path
4380
4380
Parameters:
4381
4381
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: ${args.cwd}
5
+
Description: Request to execute a CLI command on the system. Use this when you need to perform system operations or run specific commands to accomplish any step in the user's task. You must tailor your command to the user's system and provide a clear explanation of what the command does. For command chaining, use the appropriate chaining syntax for the user's shell. Prefer to execute complex CLI commands over creating executable scripts, as they are more flexible and easier to run. Commands will be executed in the current working directory: ${args.cwd}
6
6
Parameters:
7
7
- command: (required) The CLI command to execute. This should be valid for the current operating system. Ensure the command is properly formatted and does not contain any harmful instructions.
0 commit comments