mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
feat: Add option to show announcements only when verbose mode is enabled
This commit is contained in:
parent
1971285345
commit
a230fa10b3
1 changed files with 3 additions and 1 deletions
|
@ -32,7 +32,9 @@ class ArchitectCoder(AskCoder):
|
|||
editor_coder = Coder.create(**new_kwargs)
|
||||
editor_coder.cur_messages = []
|
||||
editor_coder.done_messages = []
|
||||
editor_coder.show_announcements()
|
||||
|
||||
if self.verbose:
|
||||
editor_coder.show_announcements()
|
||||
|
||||
editor_coder.run(with_message=content, preproc=False)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue