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

**Describe the bug** When running the aider tool on a directory containing non-text files such as images (png, jpg, etc.), the program crashes with a `UnicodeDecodeError`. **To Reproduce** Steps to...

**Feature Description** Currently, the `/add` function accepts directory paths to add the entire directory or spefic file paths to the program's context. A useful enhancement would be to support the...

Added --encoding cmd line arg Catch unicode errors and gracefully report and handle them Resolves issues #56 and #28

First let me thank you for the great work! Very nice program, very useful. I was using aider and everything was perfect, but then I got my connection close by...

latest, not working https://asciinema.org/a/WhosqpVZAZtk9PFFQbW92fw3v commit https://github.com/paul-gauthier/aider/commit/cdf8f9a4b2b4a65993227ac5af1eaf3f1b85c9d8 works https://asciinema.org/a/lRM3pT49q99Od6Ft1ZpMunZQ0 I've had https://github.com/paul-gauthier/aider/commit/cdf8f9a4b2b4a65993227ac5af1eaf3f1b85c9d8 write around 8k lines during the weekend and it consistently works. _Originally posted by @alexanderkjeldaas in https://github.com/paul-gauthier/aider/issues/72#issuecomment-1628183723_

Feature Request: Learn from Documentation Example implementation: Use ChromaDB (or something along those lines) to create and store researched documentation on a newer library (or one that is unknown to...

enhancement

Currently /undo and /diff is not accepted if aider doesn't know whether last commit is done by itself or not. A more useful result is either: - aider suggests using...

The quality of output and autonomy of Aider is excellent, however, the main limitation of autonomy is the requirement for the user to manage Aiders access to files and to...

enhancement

Just tried aider for the first time with a basic example. It showed me the correct code but in the commit it overwrites that content with instructions for how to...