mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-24 06:15:00 +00:00
WIP: Add ask parameter to show_diffs in coder.py.
This commit is contained in:
parent
60879d3168
commit
66b8c19c1c
1 changed files with 2 additions and 1 deletions
|
@ -384,8 +384,9 @@ class Coder:
|
|||
self.last_modified = self.get_last_modified()
|
||||
return
|
||||
|
||||
if self.show_diffs:
|
||||
if self.show_diffs or ask:
|
||||
self.console.print(Text(diffs))
|
||||
|
||||
diffs = "# Diffs:\n" + diffs
|
||||
|
||||
# for fname in dirty_fnames:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue