mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 22:34:59 +00:00
Merge branch 'refactor-repo' into chat-history
This commit is contained in:
commit
6e03d2f214
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ class Coder:
|
|||
def auto_commit(self):
|
||||
context = self.get_context_from_history(self.cur_messages)
|
||||
res = self.repo.commit(context=context, prefix="aider: ")
|
||||
if not res:
|
||||
if res:
|
||||
commit_hash, commit_message = res
|
||||
self.last_aider_commit_hash = commit_hash
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue