I have observed that the final round of edits are not being committed in agent mode. Would it make sense to call `self.auto_commit()` within this block? https://github.com/dwash96/aider-ce/blob/bd59dc22166d1d481a9be4848347fe41890065df/aider/coders/agent_coder.py#L1204-L1206
I have observed that the final round of edits are not being committed in agent mode. Would it make sense to call
self.auto_commit()within this block?https://github.com/dwash96/aider-ce/blob/bd59dc22166d1d481a9be4848347fe41890065df/aider/coders/agent_coder.py#L1204-L1206