Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Aider-AI/aider
/ SwitchCoder
Class
SwitchCoder
aider/commands.py:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
29
30
class
SwitchCoder(Exception):
31
def
__init__(self, placeholder=None, **kwargs):
32
self.kwargs = kwargs
33
self.placeholder = placeholder
34
35
36
class
Commands:
Callers
7
mock_run
Method · 0.90
cmd_model
Method · 0.85
cmd_editor_model
Method · 0.85
cmd_weak_model
Method · 0.85
cmd_chat_mode
Method · 0.85
cmd_help
Method · 0.85
_generic_chat_command
Method · 0.85
Calls
no outgoing calls
Tested by
1
mock_run
Method · 0.72