mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 02:34:59 +00:00
fix: Improve confirm dialog messages
This commit is contained in:
parent
72ebc7868a
commit
ba746dd211
5 changed files with 14 additions and 20 deletions
|
@ -357,6 +357,7 @@ class InputOutput:
|
|||
self.num_user_asks += 1
|
||||
|
||||
if subject:
|
||||
self.tool_output()
|
||||
self.tool_output(subject, bold=True)
|
||||
|
||||
if self.yes is True:
|
||||
|
@ -378,6 +379,7 @@ class InputOutput:
|
|||
self.num_user_asks += 1
|
||||
|
||||
if subject:
|
||||
self.tool_output()
|
||||
self.tool_output(subject, bold=True)
|
||||
|
||||
if self.yes is True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue