Open dookiejones opened 9 months ago
This is happening with me as well. It does not matter if one types "Yes" or "No", it rewrites everything.
Seems unreasonably resource intensive and expensive/inefficient. When using the console does it also rewrite all the logs?
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.