Pythagora-io / gpt-pilot

The first real AI developer
Other
31.94k stars 3.22k forks source link

[Enhancement]: Automatically check for changes in files when reloading the project #907

Open zkewind opened 6 months ago

zkewind commented 6 months ago

Version

VisualStudio Code extension

Suggestion

When reloading a projecgt, there is no need to ask if there have been any changes to the code or requirements. Simply check the file timestamp and file size to confirm if there have been any changes.

MaxAnfilofyev commented 6 months ago

maybe check hashes instead

zkewind commented 6 months ago

maybe check hashes instead

Yes. There are many projects to refer to, such as GPT-engineer and auto-code. I also agree that human participation is required for review, decision-making, supplementation, etc., but repeatedly confirming whether the document has been modified is very annoying and the user experience is not friendly.