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

Method tool_output

aider/gui.py:20–23  ·  view source on GitHub ↗
(self, msg, log_only=False)

Source from the content-addressed store, hash-verified

18 lines = []
19
20 def tool_output(self, msg, log_only=False):
21 if not log_only:
22 self.lines.append(msg)
23 super().tool_output(msg, log_only=log_only)
24
25 def tool_error(self, msg):
26 self.lines.append(msg)

Callers 15

commitMethod · 0.45
get_tracked_filesMethod · 0.45
offer_openrouter_oauthFunction · 0.45
run_serverFunction · 0.45
cmd_modelMethod · 0.45
cmd_chat_modeMethod · 0.45
cmd_modelsMethod · 0.45
cmd_webMethod · 0.45
do_runMethod · 0.45
cmd_lintMethod · 0.45
cmd_clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected