Hacker News new | ask | show | jobs
by BeetleB 466 days ago
Aider, by default, makes commits after each change (so that you can easily tell it to "undo"). Once a feature is done, you manually squash the commits if desired. Some people love it, some hate it.

You can configure it not to autocommit, although I suppose the "undo" command won't work in that case.

1 comments

The just sounds like ⌘-Z with extra steps.
Aider doesn't run in your editor. Undo in editor won't undo Aider's changes.