Merge pull request #140 from EnzoMartin/directory-creation

Directory creation & project directory
This commit is contained in:
Anton Osika
2023-06-18 14:26:09 +02:00
committed by GitHub
10 changed files with 113 additions and 58 deletions

View File

@@ -157,8 +157,8 @@ def execute_entrypoint(ai, dbs):
def gen_entrypoint(ai, dbs):
messages = ai.start(
system=(
f"You will get information about a codebase that is currently on disk in the current folder.\n"
"From this you will answer with one code block that includes all the necessary macos terminal commands to "
f"You will get information about a codebase that is currently on disk in the folder {dbs.workspace.path}.\n"
"From this you will answer with code blocks that includes all the necessary Windows, MacOS, and Linux terminal commands to "
"a) install dependencies "
"b) run all necessary parts of the codebase (in parallell if necessary).\n"
"Do not install globally. Do not use sudo.\n"