Skip to content

Commit ba42944

Browse files
committed
Remove duplicate auto commits
1 parent de465de commit ba42944

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

aider/coders/agent_coder.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,9 +1199,6 @@ async def reply_completed(self):
11991199
) = await self._process_tool_commands(content)
12001200

12011201
if self.agent_finished:
1202-
if len(self.files_edited_by_tools):
1203-
await self.auto_commit(self.files_edited_by_tools)
1204-
12051202
self.tool_usage_history = []
12061203
if self.files_edited_by_tools:
12071204
_ = await self.auto_commit(self.files_edited_by_tools)

0 commit comments

Comments
 (0)