mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 14:25:00 +00:00
restore --show-diffs functionality #607
This commit is contained in:
parent
2ed5e45677
commit
52ac35fcd2
2 changed files with 3 additions and 1 deletions
|
@ -1328,6 +1328,8 @@ class Coder:
|
|||
commit_hash, commit_message = res
|
||||
self.last_aider_commit_hash = commit_hash
|
||||
self.last_aider_commit_message = commit_message
|
||||
if self.show_diffs:
|
||||
self.commands.cmd_diff()
|
||||
|
||||
return self.gpt_prompts.files_content_gpt_edits.format(
|
||||
hash=commit_hash,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue