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

Method cmd_code

aider/commands.py:1176–1178  ·  view source on GitHub ↗

Ask for changes to your code. If no prompt provided, switches to code mode.

(self, args)

Source from the content-addressed store, hash-verified

1174 return self._generic_chat_command(args, "ask")
1175
1176 def cmd_code(self, args):
1177 """Ask for changes to your code. If no prompt provided, switches to code mode.""" # noqa
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

Callers

nothing calls this directly

Calls 1

_generic_chat_commandMethod · 0.95

Tested by

no test coverage detected