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

Method cmd_architect

aider/commands.py:1180–1182  ·  view source on GitHub ↗

Enter architect/editor mode using 2 different models. If no prompt provided, switches to architect/editor mode.

(self, args)

Source from the content-addressed store, hash-verified

1178 return self._generic_chat_command(args, self.coder.main_model.edit_format)
1179
1180 def cmd_architect(self, args):
1181 """Enter architect/editor mode using 2 different models. If no prompt provided, switches to architect/editor mode.""" # noqa
1182 return self._generic_chat_command(args, "architect")
1183
1184 def cmd_context(self, args):
1185 """Enter context mode to see surrounding code context. If no prompt provided, switches to context mode.""" # noqa

Callers

nothing calls this directly

Calls 1

_generic_chat_commandMethod · 0.95

Tested by

no test coverage detected