Aider integration with emacs
Aider integration with emacs
Emacs have good capability to integrate with CLI tool and might be a natural fit to use aider to help coding.
I have some initial work to integrate aider into emacs at https://github.com/tninja/aider.el (mostly written by aider / aider.el itself), right now it support: - Pop-up menu for frequently used command, it can get detail user instruction from mini-buffer and send to aider - Git repo specific aider sessions in emacs: automatically identify your git repo of current file, and create a new aider session for it. Multiple aider sessions can exist for different git repos. - Region based refactor support: You can select a region (eg. code block) in file and ask aider to refactor that.
Following suggestion on https://aider.chat/docs/install/optional.html, opened this issue.
Would you mind take a look at the library, and give me some feedback on that? (eg. how do you think, where to improve). That would be great.
Thanks