Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Aider-AI/aider
/ tool_error
Method
tool_error
aider/gui.py:25–27 ·
view source on GitHub ↗
(self, msg)
Source
from the content-addressed store, hash-verified
23
super().tool_output(msg, log_only=log_only)
24
25
def
tool_error(self, msg):
26
self.lines.append(msg)
27
super().tool_error(msg)
28
29
def
tool_warning(self, msg):
30
self.lines.append(msg)
Callers
15
__init__
Method · 0.45
commit
Method · 0.45
get_commit_message
Method · 0.45
get_diffs
Method · 0.45
get_tracked_files
Method · 0.45
offer_openrouter_oauth
Function · 0.45
exchange_code_for_key
Function · 0.45
start_openrouter_oauth_flow
Function · 0.45
cmd_chat_mode
Method · 0.45
cmd_web
Method · 0.45
do_run
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected