You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe:
I have noted that the AI will often produce duplicate files, for example it will create a file in the primary path then it will create a clone of the file in a sub directory with the same name as the app grows. Then when you are adding to the code it will use one file but update the other and you think that no updates are being made. In addition without going into all the code you do not know which file is being referenced in paths so just deleting one file is an issue.
Is your feature request related to a problem? Please describe:
I have noted that the AI will often produce duplicate files, for example it will create a file in the primary path then it will create a clone of the file in a sub directory with the same name as the app grows. Then when you are adding to the code it will use one file but update the other and you think that no updates are being made. In addition without going into all the code you do not know which file is being referenced in paths so just deleting one file is an issue.
eg
./src/transactions.tsx
./src/transactions/transactions.tsx
Describe the solution you'd like:
Ideally the AI would understand that it should not have active duplicate files in two places.
Describe alternatives you've considered:
Adding instruction to the prompt file.
Additional context:
The text was updated successfully, but these errors were encountered: