We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de465de commit ba42944Copy full SHA for ba42944
1 file changed
aider/coders/agent_coder.py
@@ -1199,9 +1199,6 @@ async def reply_completed(self):
1199
) = await self._process_tool_commands(content)
1200
1201
if self.agent_finished:
1202
- if len(self.files_edited_by_tools):
1203
- await self.auto_commit(self.files_edited_by_tools)
1204
-
1205
self.tool_usage_history = []
1206
if self.files_edited_by_tools:
1207
_ = await self.auto_commit(self.files_edited_by_tools)
0 commit comments