Pythagora-io / gpt-pilot

The first real AI developer
Other
31.82k stars 3.2k forks source link

[Bug]: Resuming development runs all coding task steps again #587

Open dookiejones opened 9 months ago

dookiejones commented 9 months ago

Version

VisualStudio Code extension

Operating System

Windows 11

What happened?

Using .env MODEL_NAME=gpt-4-turbo-preview

Resuming development with "No" to overwrite changes will run each already completed coding step through the GPT API again and overwrite the files regardless of setting. This also deletes files. I have not tested "Yes" to overwrite changes.

When running a user test step and you give error details during the initial development, the steps taken to correct the error are not included in the overwritten code on resume. For example, missing the line box-sizing: border-box; in input box formatting.

vinicius-tersi commented 9 months ago

This is happening with me as well. It does not matter if one types "Yes" or "No", it rewrites everything.

sebbeflebbe commented 8 months ago

Seems unreasonably resource intensive and expensive/inefficient. When using the console does it also rewrite all the logs?