Today, I saw that after certain code changes @GoogleAIStudio instantly auto-saves my app, without my approval. This is problematic: the user should always retain full control over when the app is saved.
For instance, if the Assistant makes a coding mistake (or even removes significant parts of the code, which unfortunately does occur) restoring the previous code or reverting to an earlier checkpoint is challenging or even impossible if the app has been saved.
Hence, the decision to save the app should be made by the user, as they determine the appropriate moment to commit the code they are satisfied with.
