Hacker News new | ask | show | jobs
by vlovich123 466 days ago
Does the LLM make commits along the way? I think I’m missing why you need all these branches vs git reset —hard once it figures out the bug?
1 comments

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.

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