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

.22 is really great, but gpt4 still struggles with breaking larger functions down in to smaller pieces as it tries to make very large diffs and fails. I have had...

question

It would be helpful to be able to export some kind of `OPENAI_ORG_ID` variable to specify what organization the API key should be hitting (for those of us with dual...

enhancement

I would like to be able to have a Web UI instead of only CLI option Following feature is what i have in mind: - Web ui access so i...

enhancement

Addresses https://github.com/paul-gauthier/aider/issues/352 This PR adds a new argument ``` --commit-template-file ``` Use this argument to specify the path to a template file. If argument is not provided the it will...

blue-sky idea, but I can see use-cases where plugins to aider is useful: - attach a PR/MR to an issue in github/gitlab - pull/select PR/MR that should be reviewed (by...

enhancement

I found it useful when I want to correct the assistant without waiting for his long response. Would you like to merge it into your repository? If so, I will...

It would be great if Aider supported Mercurial. That's the VCS I use.

enhancement

If you add so much code to the aider chat that it exceeds the context window, OpenAI will return a "maximum content length" error immediately on each request. Even though...

enhancement

https://discord.com/channels/1131200896827654144/1133060780649087048/1194811273595068436 when I try to set openai compatible endpoint using cmdline args: openai-api-key: XXXX openai-api-base: https://api.deepinfra.com/v1/openai model: cognitivecomputations/dolphin-2.6-mixtral-8x7b I get ValueError: Unknown context window size for model: cognitivecomputations/dolphin-2.6-mixtral-8x7b We should...

enhancement

User reports aider hangs when using a repo full of `.tsx` files. Using `--no-git` removes the hang. Issue appears to be in the repo map code. https://discord.com/channels/1131200896827654144/1192136795077496852 Many reported issues...

bug