|
19 | 19 | "^\\s*\\/\\/\\s*###NOUPLOAD###.*$"
|
20 | 20 | ],
|
21 | 21 | "stage1_analysis_json_mode_prompt": "Here are the contents of the source code files that interest me. The files contain sections of code with tasks that need to be implemented, marked with the comments \"###IMPLEMENT###\". Review source code contents and the project description that was provided earlier and create a list of files from the project description that you will need to see in addition to this source code to implement the tasks.",
|
22 |
| - "stage1_analysis_prompt": "Here are the contents of the source code files that interest me. The files contain sections of code with tasks that need to be implemented, marked with the comments \"###IMPLEMENT###\". Review source code contents and the project description that was provided earlier and create a list of filenames from the project description that you will need to see in addition to this source code to implement the tasks. Place each filename in <filename></filename> tags.", |
| 22 | + "stage1_analysis_prompt": "Here are the contents of the source code files that interest me. The files contain sections of code with tasks that need to be implemented, marked with the comments \"###IMPLEMENT###\". Review source code contents and the project description that was provided earlier and create a list of filenames from the project description that you will need to see in addition to this source code to implement the tasks. Place each filename between <filename></filename> tags.", |
23 | 23 | "stage1_index_prompt": "Here is a description of the project in the Go programming language. Brief descriptions of the project source code files are provided, indicating the path to the file and the entities it contains.",
|
24 | 24 | "stage1_index_response": "Understood. What's next?",
|
25 | 25 | "stage1_output_key": "list_of_files",
|
|
41 | 41 | "stage1_output_schema_desc": "Creates a list of files according to the request",
|
42 | 42 | "stage1_output_schema_name": "get_files",
|
43 | 43 | "stage1_task_analysis_json_mode_prompt": "Below are the tasks that need to be implemented. Review the tasks and the project description that was provided to you and create a list of files from the project description that you will need to see to implement the tasks. The tasks are:",
|
44 |
| - "stage1_task_analysis_prompt": "Below are the tasks that need to be implemented. Review the tasks and the project description that was provided to you and create a list of filenames from the project description that you will need to see to implement the tasks. Place each filename in <filename></filename> tags. The tasks are:", |
| 44 | + "stage1_task_analysis_prompt": "Below are the tasks that need to be implemented. Review the tasks and the project description that was provided to you and create a list of filenames from the project description that you will need to see to implement the tasks. Place each filename between <filename></filename> tags. The tasks are:", |
45 | 45 | "stage2_code_prompt": "Here are the contents of my project's source code files.",
|
46 | 46 | "stage2_code_response": "Understood. What's next?",
|
47 | 47 | "stage2_noplanning_prompt": "Here are the contents of the source code files that interest me. The files contain sections of code with tasks that need to be implemented, marked with the comments \"###IMPLEMENT###\". Study all the code I've provided for you and be ready to implement the tasks, one file at a time.",
|
|
70 | 70 | "stage3_output_schema_name": "get_files",
|
71 | 71 | "stage3_planning_json_mode_prompt": "Here are the contents of the source code files that interest me. The files contain sections of code with tasks that need to be implemented, marked with the comments \"###IMPLEMENT###\". Study all the source code provided to you and create a list of files that will be changed or created by you as a result of implementing the tasks.",
|
72 | 72 | "stage3_planning_lite_json_mode_prompt": "Now create a list of files that will be changed or created by you as a result of implementing the tasks according to your work plan.",
|
73 |
| - "stage3_planning_lite_prompt": "Now create a list of file names that will be changed or created by you as a result of implementing the tasks according to your work plan. Place each filename in <filename></filename> tags.", |
74 |
| - "stage3_planning_prompt": "Here are the contents of the source code files that interest me. The files contain sections of code with tasks that need to be implemented, marked with the comments \"###IMPLEMENT###\". Study all the source code provided to you and create a list of file names that will be changed or created by you as a result of implementing the tasks. Place each filename in <filename></filename> tags.", |
| 73 | + "stage3_planning_lite_prompt": "Now create a list of file names that will be changed or created by you as a result of implementing the tasks according to your work plan. Place each filename between <filename></filename> tags.", |
| 74 | + "stage3_planning_prompt": "Here are the contents of the source code files that interest me. The files contain sections of code with tasks that need to be implemented, marked with the comments \"###IMPLEMENT###\". Study all the source code provided to you and create a list of file names that will be changed or created by you as a result of implementing the tasks. Place each filename between <filename></filename> tags.", |
75 | 75 | "stage3_task_extra_files_prompt": "Below are the contents of additional source code files that may be relevant to the tasks.",
|
76 | 76 | "stage3_task_planning_json_mode_prompt": "Below are the tasks that need to be implemented. Study all the source code provided to you and create a list of files that will be changed or created by you as a result of implementing the tasks. The tasks are:",
|
77 |
| - "stage3_task_planning_prompt": "Below are the tasks that need to be implemented. Study all the source code provided to you and create a list of file names that will be changed or created by you as a result of implementing the tasks. Place each filename in <filename></filename> tags. The tasks are:", |
| 77 | + "stage3_task_planning_prompt": "Below are the tasks that need to be implemented. Study all the source code provided to you and create a list of file names that will be changed or created by you as a result of implementing the tasks. Place each filename between <filename></filename> tags. The tasks are:", |
78 | 78 | "stage4_changes_done_prompt": "Here are the contents of the files with the changes already implemented.",
|
79 | 79 | "stage4_changes_done_response": "Understood. What's next?",
|
80 | 80 | "stage4_continue_prompt": "You previous response hit token limit. Continue generating code right from the point where it stopped. Do not repeat already generated fragment in your response.",
|
|
0 commit comments