MCPcopy
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
30class SwitchCoder(Exception):
31 def __init__(self, placeholder=None, **kwargs):
32 self.kwargs = kwargs
33 self.placeholder = placeholder
34
35
36class Commands:

Callers 7

mock_runMethod · 0.90
cmd_modelMethod · 0.85
cmd_editor_modelMethod · 0.85
cmd_weak_modelMethod · 0.85
cmd_chat_modeMethod · 0.85
cmd_helpMethod · 0.85
_generic_chat_commandMethod · 0.85

Calls

no outgoing calls

Tested by 1

mock_runMethod · 0.72