Search Criteria
Package Details: aider-chat 0.86.2-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/aider-chat.git (read-only, click to copy) |
|---|---|
| Package Base: | aider-chat |
| Description: | AI pair programming in your terminal |
| Upstream URL: | https://github.com/Aider-AI/aider |
| Licenses: | Apache-2.0 |
| Submitter: | Auerhuhn |
| Maintainer: | Auerhuhn (AlphaJack) |
| Last Packager: | Auerhuhn |
| Votes: | 6 |
| Popularity: | 0.46 |
| First Submitted: | 2025-03-10 21:20 (UTC) |
| Last Updated: | 2026-03-16 21:56 (UTC) |
Dependencies (96)
- litellmAUR
- python
- python-beautifulsoup4
- python-configargparse (python-configargparse-gitAUR)
- python-diff-match-patch
- python-diskcacheAUR
- python-dotenv
- python-flake8
- python-gitpython
- python-grep-astAUR
- python-httpx (python-httpx-gitAUR)
- python-importlib_resources
- python-json5
- python-jsonschema
- python-mixpanelAUR
- python-networkx (python-networkx-gitAUR)
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-oslexAUR
- python-packaging
- python-pathspec
- Show 76 more dependencies...
Latest Comments
1 2 Next › Last »
Auerhuhn commented on 2026-03-16 21:59 (UTC)
Thanks for the heads up @cyrozap. I just pushed an update.
Fyi, I added the upstream PR instead of your patch; they do the same thing though.
cyrozap commented on 2026-03-01 22:09 (UTC)
It looks like litellm has a new exception type that isn't yet handled by Aider, causing the build to fail with
ValueError: PermissionDeniedError is in litellm but not in aider's exceptions list.This patch to the package fixed it for me:
Auerhuhn commented on 2026-01-24 22:39 (UTC)
@aspirogrammer Thanks for reporting. I just double-checked that the
python-backoffdependency is already correctly declared by thepython-posthogPKGBUILD.Aider itself doesn’t use backoff directly, so it seems unnecessary to add it here.
Note that
pythonversion 3.14 dropped a few weeks ago incore.It’s easy to miss that users need to rebuild their AUR packages, including dependency chains, whenever major updates like that one happen.
Are you sure the issue you experienced wasn’t just a case of a forgotten force-rebuild of your dependency chain rather than a missing declaration?
aspirogrammer commented on 2026-01-20 16:45 (UTC)
Had an issue updating it, due to the missing 'backoff' package; adding 'python-backoff' as a dependency solved the issue.
Auerhuhn commented on 2025-09-10 11:43 (UTC)
Hi @rubin55, thanks for the report. Now that jekyll!1 was fixed, can you confirm that it’s working for you now?
rubin55 commented on 2025-09-10 08:12 (UTC) (edited on 2025-09-10 08:50 (UTC) by rubin55)
After update of yesterday, I'm getting this:
Update: this is an issue in the
ruby-unicode-display_widthpackage, due to it requiring a latest version ofruby-unicode-emoji(~>4.1), which isn't available in extras (it has 4.0.4, not 4.1*). Thejekyllpackage depends onruby-unicode-display_width, which breaksjekyll, which breaks the documentation generation step here inaider-chat.Auerhuhn commented on 2025-09-07 23:23 (UTC)
Hi rubin55,
Thanks for the suggested patch and for your patience.
I have applied your suggested fix with a few minor changes.
Regarding the scraping issues, I believe that they should be fixed now. I’ve looked into them a month ago a little deeper and found them to be actual errors (HTTP status codes) returned by
example.com. I can no longer reproduce the issues so I figure that these were intermittent server-side glitches.In case you ever find that the scraping tests still break for you, could you please try switching to plain HTTP on port 80? I.e., add the following snippet to
prepare:and let me know if that helps.
rubin55 commented on 2025-08-14 12:58 (UTC) (edited on 2025-08-14 13:31 (UTC) by rubin55)
I'm building this package and the
check()stage borks with a gazillion errors related to treesitter:I think it is this issue: https://github.com/aider-ai/aider/issues/4354
The PR referenced in that issue does not apply cleanly anymore due to requirements/common-requirements.txt already being up to 0.25.1. Additionally, I ran into two scrape tests failing which I disabled (I couldn't figure out the root-cause for those).
Here's the diff for the
PKGBUILD:And
tree-sitter-0.25.patch:Auerhuhn commented on 2025-05-27 11:58 (UTC)
@0crimson That’s a known issue in the python-google-generativeai PKGBUILD.
I have provided a fix to the PKGBUILD maintainer. The ball is now in their court.
0crimson commented on 2025-05-24 01:22 (UTC) (edited on 2025-05-24 01:28 (UTC) by 0crimson)
1 2 Next › Last »