In many projects, I would like to start my Aider sessions directly in /ask mode because I don't want to let Aider modify my source code by default. My goal is rather to query a model about my source code.
I searched for an option to launch aider in --ask mode, for example:
$ aider --ask
$ cecli --ask
but I couldn't find anything in the documentation or in the upstream issues https://github.com/Aider-AI/aider
Does this feature exist? If not, what do you think about it?
In many projects, I would like to start my Aider sessions directly in
/askmode because I don't want to let Aider modify my source code by default. My goal is rather to query a model about my source code.I searched for an option to launch
aiderin--askmode, for example:but I couldn't find anything in the documentation or in the upstream issues https://github.com/Aider-AI/aider
Does this feature exist? If not, what do you think about it?