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

Any interest in this being added to nixpkgs for Nix and NixOS?

enhancement

**NOTE:** Using this command requires [ripgrep](https://github.com/BurntSushi/ripgrep) installed on your machine. ### How it works It calls `rg` through a subprocess with the `-l` flag to return a list of filenames....

Many folks experimenting with local LLMs encounter a "tokenizer not found" hard error. Currently folks hack their way around this error. Aider can probably issue a warning and proceed without...

enhancement

When installing locally with `pip install -e .` I noticed that the generated `aider-chat.egg-info` files weren't being ignored by git. Since there wasn't an existing `.gitignore` file I took the...

Claude 3's Opus may have beat OpenAI's GPT-4's models. I think it would probably be helpful to abstract the interfaces away from just the OpenAI client. Currently the code seems...

enhancement

Hello, I was able to make the deepseek-coder api work with Aider. Although it works, it might not follow all the prompts. If interested I can make a PR.

enhancement

Hi there :) I wish aider had an high level layer which is has self reflection, knows all the commands of Aider (current and future ones) and that knows well...

enhancement

When refactoring a large codebase, it is hard to know exactly which files are needed and will be impacted by the refactoring. As a result, one generally has to spend...

enhancement

Can you add pdf file support ?

enhancement