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

Method cmd_ask

aider/commands.py:1172–1174  ·  view source on GitHub ↗

Ask questions about the code base without editing any files. If no prompt provided, switches to ask mode.

(self, args)

Source from the content-addressed store, hash-verified

1170 raise CommandCompletionException()
1171
1172 def cmd_ask(self, args):
1173 """Ask questions about the code base without editing any files. If no prompt provided, switches to ask mode.""" # noqa
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

Callers 1

test_cmd_askMethod · 0.95

Calls 1

_generic_chat_commandMethod · 0.95

Tested by 1

test_cmd_askMethod · 0.76