We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d37382c + ca5ad78 commit de465deCopy full SHA for de465de
1 file changed
aider/coders/agent_coder.py
@@ -1203,6 +1203,8 @@ async def reply_completed(self):
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)
1208
return True
1209
1210
# Since we are no longer suppressing, the partial_response_content IS the final content.
0 commit comments