Composer agent mode is saving changes prematurely.
Can you please revert it back to how Composer normal mode works?
Saving prematurely causes these issues:
- My nextjs app picks the file changes up and re-renders my app, even though I don’t necessarily agree with the changes yet.
- I have to remember that agent mode is saving after a request, even though normal mode isn’t.
Composer normal mode:
- I request changes to file
- Composer shows changes in file with red green diff.
However, the changes are NOT saved to the file i.e. they don’t show in ‘Source control’. - I click accept
- Changes are saved to the file i.e. they show in source control
Composer agent mode:
- I request changes to file
- Composer shows changes in file with red green diff.
The changes are saved to the file i.e. they do show in ‘Source control’. ← I don’t want this!