MCPcopy
hub / github.com/Aider-AI/aider / show_announcements

Method show_announcements

aider/coders/base_coder.py:550–554  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

548 self.linter.set_linter(lang, cmd)
549
550 def show_announcements(self):
551 bold = True
552 for line in self.get_announcements():
553 self.io.tool_output(line, bold=bold)
554 bold = False
555
556 def add_rel_fname(self, rel_fname):
557 self.abs_fnames.add(self.abs_root_path(rel_fname))

Callers 3

run_test_realFunction · 0.80
mainFunction · 0.80
reply_completedMethod · 0.80

Calls 2

get_announcementsMethod · 0.95
tool_outputMethod · 0.45

Tested by

no test coverage detected