mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 20:25:01 +00:00
fix: Add bold formatting to announcement messages
feat: Add bold formatting to commit message output refactor: Simplify tool_output method in io.py
This commit is contained in:
parent
06934a9c2d
commit
9cf672b428
3 changed files with 10 additions and 5 deletions
|
@ -390,8 +390,10 @@ class Coder:
|
|||
self.linter.set_linter(lang, cmd)
|
||||
|
||||
def show_announcements(self):
|
||||
bold = True
|
||||
for line in self.get_announcements():
|
||||
self.io.tool_output(line)
|
||||
self.io.tool_output(line, bold=bold)
|
||||
bold = False
|
||||
|
||||
def find_common_root(self):
|
||||
if len(self.abs_fnames) == 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue