aider icon indicating copy to clipboard operation
aider copied to clipboard

aider is AI pair programming in your terminal

Results 388 aider issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/usr/local/bin/aider", line 8, in sys.exit(main()) File "/usr/local/lib/python3.8/dist-packages/aider/main.py", line 293, in main coder.run() File "/usr/local/lib/python3.8/dist-packages/aider/coders/base_coder.py", line 328, in run new_user_message = self.run_loop() File "/usr/local/lib/python3.8/dist-packages/aider/coders/base_coder.py", line...

This introduces an API mode for the Aider tool. The following changes are made: An api.py file is created to define the API endpoints. Endpoints such as '/message', '/add', and...

Would be amazing to have this as an extension to vscode (and Visual Studio if possible) similar to Github Copilot chat. Would really make using this very seamless. Either way,...

enhancement

Just comments to the mail file, as the main file is the entry point to this great project and in a way some sort of an "interface" which better be...

Amazing project, definitely the best AI coding assistant I've used. Here is a nvim plugin I knocked together with it that might be useful for folks - https://github.com/joshuavial/aider.nvim

I just installed and ran aider on my codebase. Seems it's working but not sure because it's stuck at the `green arrow` on the commad line (Please see image). This...

Stacktrace: ``` Add the output to the chat? y Traceback (most recent call last): File "/usr/local/bin/aider", line 8, in sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/site-packages/aider/main.py", line 335, in main coder.run() File "/usr/local/lib/python3.11/site-packages/aider/coders/base_coder.py",...

Running into a problem and not sure if anyone's encountered it before while experimenting with ctags. Installed ctags with brew. `Repo-map: basic using 1024 tokens (error running universal-ctags: Command '['ctags',...

Seems like it would be easy for someone (particularly new to coding) to forget to add the log file to a .gitignore and inadvertently publish their key. Maybe the logger...