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

``` Aider v0.27.0 VSCode terminal detected, pretty output has been disabled. Model: gpt-4-0125-preview using udiff edit format Git repo: .git with 3 files Repo-map: using 1024 tokens Use /help to...

question

I've seen Claude 3 Opus reformat code in search blocks - the code itself is identical except for formatting. Then the block fails to apply. It'd be good to scan...

enhancement

When git is not on any branch there is a crash. This is on version `v0.26.0`. Trace: ``` Traceback (most recent call last): File "/usr/bin/aider", line 8, in sys.exit(main()) ^^^^^^...

bug
fixed

``` Aider v0.27.0 Model: gpt-4-1106-preview using udiff edit format Git repo: .git with 20 files Repo-map: using 1024 tokens ``` I'd like to show the model screenshots of the app...

enhancement
fixed

hello, I want to report that `aider` works fine on FreeBSD, modulo two changes: - python-diskcache contains a bug, which makes it not-work with freebsd's standard sqlite3 build. I was...

enhancement

Is there a way to route the Aider output to streamlit or any other frontend? ``` Aider v0.26.1 Model: gpt-4-1106-preview using udiff edit format Git repo: repo_root\.Net\.git with 132 files...

question

@paul-gauthier, just trying to help organize so I thought I would add a couple items of documentation and places for you to fill in if you want.

enhancement

References: - https://langserver.org/ - https://github.com/typescript-language-server/typescript-language-server Thanks!

question

Is there any plan to make aider capable of performing more of the local file maintenance tasks required during development, of moving and renaming files and folders? Or is this...

enhancement

### Problem Description Manually adding *.py files to Aider sessions is cumbersome and prone to errors, particularly with large projects having files spread across various subdirectories. Errors occur frequently when...

question