gpt-pilot icon indicating copy to clipboard operation
gpt-pilot copied to clipboard

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

Open dookiejones opened this issue 1 year ago • 2 comments

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.

dookiejones avatar Jan 28 '24 11:01 dookiejones

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

vinicius-tersi avatar Jan 31 '24 13:01 vinicius-tersi

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

sebbeflebbe avatar Feb 13 '24 20:02 sebbeflebbe